Posts
The Art of Accessibility: Labels
May 7, 2025•2,821 words
Forms and how we label them make up a large part of our apps, let's take a cursory glance at how we can make them more accessible.
The Art of Accessibility: Preface
April 30, 2025•2,738 words
When building a product, your users will come from many walks of life. How do you support them all? Answer: Accessibility. Let's dive in and learn more.
Semantic Markup
April 30, 2025•3,321 words
When talking about web accessibility, the story starts and ends with semantic markup. Let's learn what that means and how to leverage it in our apps.
Git: The Basics
April 23, 2025•4,723 words
In our first chapter, we tackle the most common aspects of git and explain how they work in tandem with one another.
Scale Your Project with Layered React Structure
April 9, 2025•3,407 words
Learn how to scale your React project using Layered React Structure (LRS). Take your app from small-time to enterprise grade by organizing your code better.
IIFEs — a JavaScript Idiom of Yore
March 26, 2025•800 words
IIFEs were very useful back in the day, but modern JavaScript has made them irrelevant