Posts
What are React Server Components (RSCs)?
December 16, 2023•890 words
React Server Components have been a topic of regular discussion in the WebDev space as-of late. What are they? How do they improve the SSR story for React? Let's take a look.
What is Reconciliation and the Virtual DOM (VDOM)?
December 15, 2023•911 words
How does React handle update the DOM? The answer? "The Virtual DOM and reconciliation." Let's explore what these are and how you can leverage them the best.
What is Reactivity?
December 14, 2023•1,223 words
When researching frontend frameworks, you're likely to hear about "reactivity". But what is it? Why does it matter? Let's explore this and more in this article.
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.
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.