Tips & Tricks: Object Spread

6 min read
published 4 years ago · Feb 12, 2019

The ECMAScript standard has brought with it many useful syntactic shortcuts that make development quick and easy, if not a bit cryptic at times. Let's take a look at the object spread operator.

Read more...

Vim

7 min read
published 4 years ago · Feb 11, 2019

Have you ever thought to yourself "I wish my text editor were entirely cryptic, didn't let me type without entering a secret code, and can't be closed without rebooting?" I've got just the thing for you.

Read more...

Metasyntactic Variables

3 min read
published 4 years ago · Feb 10, 2019

You use them every day and you've probably never given them a second thought. What is a foo? How exactly does one bar? How big is a baz? Great question.

Read more...

TypeScript

8 min read
published 4 years ago · Feb 09, 2019

Have you ever worked on a huge block of code for a few hours, bundled and run it, and it just worked? With TypeScript, that becomes a much more common occurence.

Read more...

Hooks, continued

7 min read
published 4 years ago · Feb 07, 2019

Yesterday, we talked about the high-level implications of React's new Hooks API. Now we'll go over their usage and explore a few different patterns you'll want to familiarize yourself with.

Read more...

Observables

9 min read
published 4 years ago · Feb 07, 2019

Or, an idiomatic way to avoid callback hell.

Read more...

more articles
123
ramblings by Aaron Ross, otherwise known as superhawk610
> ...
© 2023 all rights reserved
built with Gatsby