Posts
When private member function?
December 12, 2023•412 words
I've seen this a few times too many recently, and need to get it off my chest. Ponder a class that has a private member function. The function does...
Figma to Compose: Line Height & Baseline Grids
November 9, 2023•1,443 words
A detailed guide on how to make text in Jetpack Compose match your mockups, and why baseline grids are not all that they're hyped up to be.
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.
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.
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.