Posts
Doomsday Rule
February 10, 2022•4,442 words
In this blog I talk about the Doomsday Rule, how it works, how to put it into code then how to make a program that tests you.
Why React 18 Broke Your App
January 27, 2022•1,120 words
React 18's internal changes improved a lot, but may have broken your app in the process. Here's why and how you can fix it
A Better Way To Code: Documentation Driven Development
January 18, 2022•1,622 words
Test Driven Development is often taught to improve a your workflow; I present Documentation Driven Development as an alternative approach.
How to Upgrade to React 18
January 7, 2022•418 words
React 18 introduces some awesome features that I'm sure you can't wait to try! Here's how you can get started with React 18 today!
Web Components 101: History
December 21, 2021•1,447 words
Web components have had a long history to get where they are today. Let's look back to see where they came from & their immense growth!
Web Components 101: Framework Comparison
December 2, 2021•1,946 words
While web components can be used standalone, they're paired best with a framework. With that in mind, which is the best and why?