Posts
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.
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.
JavaScript Holes and Tolls (On Performance)
March 11, 2025•1,545 words
Compiler optimizations that you shouldn't worry about but are cool.
Why Can't Angular Cast An Element to Another?
March 6, 2025•863 words
While I'm a huge fan of Angular at heart, I've often used React at my day jobs. While working with React component libraries - either internal or ...
Setup Adobe ColdFusion in Docker
February 26, 2025•862 words
Adobe ColdFusion can feel daunting to set up. Luckily for us, there's an easy method of getting up and running using Docker. Let's explore that option!