4 years · May 2019 — June 2023

short break, writer's block, COVID-19 pandemic, etc.
(totally normal stuff, i swear)

Big O Notation

6 min read
published 4 years ago · Apr 30, 2019

It's important to be able to quickly and efficiently evaluate and communicate the relative performance of an algorithm or block of code. Though daunting at first, Big O notation does just that.

Read more...

RxJS File Uploads (Part 2)

4 min read
published 4 years ago · Mar 14, 2019

Now that you're an uploading aficionado, let's take it one step further. We'll clean up our UploadService implementation and talk about some corner cases you may encounter.

Read more...

RxJS File Uploads (Part 1)

6 min read
published 4 years ago · Mar 13, 2019

A common task in frontend development is uploading a file provided by the user. Visual feedback on upload progress prevents the user from worrying while they wait.

Read more...

C is for Const

5 min read
published 4 years ago · Mar 03, 2019

JavaScript always knows exactly what variable context you intended. For those times where it doesn't, try out a const.

Read more...

B is for Bind

5 min read
published 4 years ago · Feb 21, 2019

JavaScript always knows exactly what context you intended. For those times where it doesn't, try out a bind.

Read more...

A is for Assert

4 min read
published 4 years ago · Feb 19, 2019

All programmers are perfect, of course. For those times where we're not, toss in an assert.

Read more...

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