Posts
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.
Porting a Next.js Site to Astro Step-by-Step
June 29, 2023•1,739 words
Let's port a site from Next.js to Astro, expanding on the official migration guide.
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.
A Crash Course to Two-Factor Authentication
April 24, 2023•970 words
Two-Factor Authentication is a security feature that adds an extra layer of protection to your online accounts.