Posts
Linters, Formatters, and Type-Checkers
June 18, 2025•4,297 words
Learn about the tools that help you write better code, including ESLint, Prettier, and TypeScript.
Styling
June 18, 2025•6,881 words
Styling your web application comes in many flavors. Let's explore the different approaches you can take in your projects.
Git: Into the Weeds
May 28, 2025•1,732 words
In our second chapter, we expand on the topics we've discussed and talk about the bothersome and tricky portions of Git!
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.
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.