I help you speedrun web development with simple tutorials, books, and real-world lessons.
Stay in the loop with future updates, blog posts, promotions:
Recent Posts
React Router Vitest Example
Updated: at 12:36 PMIn this blog post, I'll show you how to set up React Router 7, Vite 6, and Vitest 2 for testing React applications
How to Run TypeScript in 2025: A Comparison of Node.js, Bun, and Deno
Updated: at 05:53 PMIn this blog post, I show you how to run TypeScript in Node.js, Bun, and Deno and compare them using several factors to help you pick your next runtime.
Simplify Your React States (without redux or extra libraries)
Updated: at 08:54 AMYou can simplify React states without redux, and I'll show you how to do it through a real-world example.