Articles on JavaScript, Front-End and Beyond!
Patterns for Reactivity with Modern Vanilla JavaScript
Reactivity is how systems react to changes in data and is core to web development. Learn JavaScript reactivity patterns to add to your toolbox, no matter what frameworks and libraries you use!
Harness AI for Landing Page Perfection
How AI tools can help with creating high converting websites and landing pages.
Avoiding Dark Patterns in Web Design
Make the case against dark patterns and learn more ethical alternatives.
5 Tips For Writing A Great Technical Resume
Follow these tips to create a stand-out tehcnical resume and land your dream development job.
How to Choose the Right Mobile App Platform
It's a big challenge to choose the right frontend app platform: PWA or native? Flutter or one native app per platform? What about React Native?
Getting into Game Development and the Gaming Industry
If you're looking to expand your existing web development skills or offer more to your clients, a game engine is a fine choice for your toolbox!
Tackling CSS Specificity
CSS specificity is the algorithm browsers use to determine which style declarations should be applied to an element.
Writing a TodoMVC App With Modern Vanilla JavaScript
Click here to see how I turned ~170 lines of code in moder vanilla JavaScript in TodoMVC.