Open in app

Sign In

Write

Sign In

Jack
Jack

15 Followers

Home

About

Apr 23, 2021

Git Workflow

Git can be challenging, but here are a few git commands that might be helpful on a daily basis.(Shortcuts work using Oh-My-Zsh) Rebase git rebase -i master or grbi masterwill attempt to add all the changes in master to your current branch. This is typically done right before pushing upstream and…

Git

2 min read

Git Workflow
Git Workflow
Git

2 min read


Apr 19, 2021

Onboarding at Invisible Technology Inc.

First off, let me be the first to say congrats and welcome to Invisible! This is meant to be a brief guide to getting started here. Accounts First, let’s get you set up with your accounts. Email — This is where most meetings will be scheduled, so be sure your Invisible…

2 min read

Onboarding at Invisible Technology Inc.
Onboarding at Invisible Technology Inc.

2 min read


Feb 23, 2021

Kadane’s Algorithm

Given an array, find the greatest sum of a contiguous subset. …

JavaScript

1 min read

JavaScript

1 min read


Feb 12, 2021

React-Rails — Snake or Camel ?

🐍 vs. 🐪 — When working on React projects it’s standard convention to use camelCase and in Rails use snake_case. So, when using Rails as a backend for a React frontend project — do you use snake_case or camelCase? I have experimented with all sorts of ways of handling this frontend-backend communication. One option…

Coding

2 min read

React-Rails — Snake or Camel ?
React-Rails — Snake or Camel ?
Coding

2 min read


Feb 7, 2021

Thunk

What Is It And How To Incorporate It In Your Next React-Redux Project — When using Redux, we reconfigure our components to allow for a global state that can be passed in as props and updated accordingly. This can drastically simplify our logic, as we no longer have to worry about potentially passing props down a long on child components. …

Redux

2 min read

Thunk
Thunk
Redux

2 min read


Feb 1, 2021

Redux Library

createStore() and connect() Redux allows us to access ‘props’ throughout our project and have one global state. In this post, we’ll go in depth on createStore() and connect() when implementing Redux. First, we need to define some things. We need a reducer when using Redux, like the example below. …

React

2 min read

React

2 min read


Jan 24, 2021

React Lifecycle Methods

In React, every component has several methods that trigger at different points in a components “life”. These methods are called Lifecycle Methods. Below, I go into detail on when these events are triggered and what they are commonly used for. …

React

2 min read

React Lifecycle Methods
React Lifecycle Methods
React

2 min read


Jan 17, 2021

Distribute Candies

Distribute Candies - LeetCode Alice has n candies, where the candy is of type candyType[i]. Alice noticed that she started to gain weight, so she…leetcode.com Problem Given an array of candies, determine the maximum amount of different candies one can eat if the maximum amount of candies to be consumed is n / 2, where n is the amount of candies. Example: Input: candyType = [1,1,2,2,3,3] Output: 3 Explanation: Alice can only eat 6 / 2 = 3…

Leetcode

2 min read

Leetcode

2 min read


Jan 11, 2021

Nth Fibonacci

Create a function that takes in one argument, n, and returns the n-th fibonacci number.

Algorithms

1 min read

Algorithms

1 min read


Jan 11, 2021

Google Analytics

Ever wanted to know where your sites are being viewed, how many people are even seeing them, and what’s being done on those pages? Google Analytics is your answer, and it’s super simple to set up. Navigate to google.com/analytics and set up an account/sign in Create a property Click settings…

Google

1 min read

Google Analytics
Google Analytics
Google

1 min read

Jack

Jack

15 Followers

Magician, Mathematician, and Software Engineer

Following
  • Reinald Reynoso

    Reinald Reynoso

  • Sylwia Vargas

    Sylwia Vargas

  • Seantarzy

    Seantarzy

  • Gracie McGuire

    Gracie McGuire

  • Gabrielle Alexa

    Gabrielle Alexa

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams