Open in app

Sign In

Write

Sign In

Kendall Stephens
Kendall Stephens

15 Followers

Home

About

Feb 21, 2021

Intro to Binary Search

Suppose you take a trip to a bookstore in search of a copy of Ada Lovelace’s autobiography. You get to the autobiography section of the shop and you can immediately tell the books have been organized alphabetically by last name. You go the middle of the section and hit the…

2 min read

Intro to Binary Search
Intro to Binary Search

2 min read


Feb 14, 2021

4 New Features of ECMAScript 2021

The ECMAScript 2021 version is expected to be released in June, here’s a sneak peek into some of the great new features developers can soon start taking advantage of! Numeric Separators Benefits: Improves readability of numeric literals by allowing developers to use the underscore character as a separator between groups of digits. Syntax: Promise.any() Benefits: Takes in multiple promises and resolves once any of the promises are resolved. If no promise resolves, promise.any() throws an AggregateError exception and logs the error in the console.

2 min read

4 New Features of ECMAScript 2021
4 New Features of ECMAScript 2021

2 min read


Dec 1, 2020

How to prepare for your Software Engineering Bootcamp…

You did it! You aced the technical interview, you finished all of the prep-work, and now you’re about to officially begin your adventure into Software Engineering. I would say the first thing to do, would be to acknowledge what a huge accomplishment this is and congratulate yourself. You deserve it!

3 min read

3 min read


Nov 11, 2020

Utilizing Container & Presentational Components in React

Components are the building blocks for any React application. As the React documentation states — Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. When building a react application a useful convention is to decide wether you will make each component a…

React

2 min read

Utilizing Container & Presentational Components in React
Utilizing Container & Presentational Components in React
React

2 min read


Nov 11, 2020

arrowFunctions () => (simplified)

Rest assured that you are not alone if seeing JavaScript’s arrow function syntax for the first time had you making this face… But if you can set aside that strange syntax for a moment you will find that, when appropriate, using the arrow function expression provides a compact alternative…

Arrow Functions

2 min read

arrowFunctions () => (simplified)
arrowFunctions () => (simplified)
Arrow Functions

2 min read


Nov 11, 2020

Byebug 👋

Wait! — before you throw your computer out the window because of yet another misspelled variable, try inspecting your code with byebug! Byebug is a ruby gem that allows you to see what’s going on inside of your program while it’s running. …

Byebug

2 min read

Byebug 👋
Byebug 👋
Byebug

2 min read


Published in

The Startup

·Nov 3, 2020

A Brief Glimpse Into the Big O

In computer programming, there are many solutions to any given problem. So how do you know which solution is the best and how can you compare one algorithm to another? This is where the Big O comes into play! The O stands for Order of Complexity and it’s used to…

The Big O

4 min read

A Brief Glimpse Into the Big O
A Brief Glimpse Into the Big O
The Big O

4 min read

Kendall Stephens

Kendall Stephens

15 Followers

Software Engineering Student

Following
  • Megan Lo

    Megan Lo

  • Akiko Green

    Akiko Green

  • Markus Hanslik

    Markus Hanslik

  • Margarita Morozova

    Margarita Morozova

  • Dan Abramov

    Dan Abramov

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams