Posts
The Art of Accessibility: Preface
April 30, 2025•2,752 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.
The Art of Accessibility: Text
April 30, 2025•3,055 words
Text makes up most of our apps. Lets make sure that our app's text is legible and able to be accessed through assistive technologies like screen readers.
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
JavaScript Holes and Tolls (On Performance)
March 11, 2025•1,545 words
Compiler optimizations that you shouldn't worry about but are cool.