Deep Dive 19 Mar 2023 · 17 min read Want to Build a Shopify App? Here’s What You Should Know Here's everything I've learned from building my first Shopify app. It's harder than you think. Read more
Deep Dive 11 Feb 2023 · 10 min read Technical SEO Basics for React Developers Here's a practical introduction to everything you need to know about SEO as a web developer. Read more
CSS 28 Oct 2022 · 7 min read Practical CSS Guide for Busy Developers Why waste time memorizing stuff you will never use? Here's the only CSS tutorial you will ever need to start styling web pages. Read more
Deep Dive 24 Sep 2022 · 6 min read Modernizing Old React Patterns With React Hooks Learn how to replace HOCs, render props and container components with custom React hooks. Read more
Deep Dive 29 Jul 2022 · 10 min read How to Use React Portals in the Real World Learn to solve common real-world problems using React portals from a practical example. Read more
Deep Dive 19 Jul 2022 · 21 min read Learn JavaScript Promises by Building a Custom Implementation Understand asynchronous JavaScript better than 99% of devs by building your own Promise implementation. Read more