Posts
How to Build Original Projects
November 9, 2023•5,028 words
People often say that you should build your own projects to grow as a developer, without explaining how. Let's learn how to actually plan and build your own custom projects.
Discovering Odd Behavior with Angular Error Handling
September 27, 2023•2,060 words
Angular has fairly consistent error handling behavior... Until it doesn't. Here's one place where it's off and why.
Introduction to Hash Tables
July 3, 2023•1,423 words
A high-level overview of how hash tables work behind the scenes.
Using JavaScript classes without the `class` keyword
June 29, 2023•1,255 words
Classes are a core feature of JavaScript - but they weren't always that way. How did earlier JS devs write classes? Let's learn how together.
How to Setup a React Native Monorepo
June 29, 2023•5,507 words
React Native can be challenging to setup a monorepo for. Let's explore what an optimal monorepo setup looks like for it.
Unraveling the Magic of the Virtual DOM
June 8, 2023•1,533 words
The VDOM is the secret sauce that empowers developers to create the captivating, dynamic web applications that we use every day.