property accessors and typescript

2019-11-06

 | 

~1 min read

 | 

198 words

Came across an interesting example of a rarely used feature (at least for me) in Javascript creating unexpected results with Typescript…

react’s strictmode

2019-11-05

 | 

~1 min read

 | 

148 words

As React continues to upgrade its API, there are parts the team is working to deprecate. If you want to make sure your app stays up to date…

useeffect basics

2019-11-04

 | 

~2 min read

 | 

346 words

The hook in React is scheduled to run after render. There are three different categories of running it: Without dependencies With no…

global node package management

2019-11-03

 | 

~2 min read

 | 

232 words

When it comes to global node packages, there are typically three things I want to do: See what’s installed (view globally installed node…

creating subsets: object.entries, object.fromentries, and sets

2019-11-01

 | 

~4 min read

 | 

726 words

universe of options I want to highlight one way to create a subset of data. To get us started, let’s think about a universe of data. It’s a…

Hi there and thanks for reading! My name's Stephen. I live in Chicago with my wife, Kate, and dog, Finn. Want more? See about and get in touch!