All the Typescript tutorials ⤵️
-
Zod Is the Best Thing That Happened to My TypeScript Code
I used to write manual type guards and validation logic everywhere. Then I found Zod and I'm never going back.
-
How I Structure Next.js Projects Without Losing My Mind
After building too many Next.js apps with messy folder structures, here's the layout I settled on that actually scales.
-
Building APIs That Don't Make You Want to Quit
API design doesn't have to be painful. Here are practical patterns I follow to keep my REST APIs clean, predictable, and easy to work with.
-
The Stack I Use for Every New Project in 2026
After years of trying different tools and frameworks, here's what I actually reach for when starting something new.
-
TypeScript Tips for Cleaner, Safer Code
TypeScript can save you from bugs — but only if you use it well. Here are practical tips to make your TypeScript code cleaner, safer, and easier to maintain.
-
TypeScript Type Narrowing: Writing Safer Code with Precision
TypeScript’s type narrowing lets you write safer, more reliable code by refining types at runtime. Learn how to use typeof, instanceof, and custom type guards to enhance type safety.
-
TypeScript: JavaScript's Superhero Cape
Scared of TypeScript? Don't be! Let's transform your JavaScript knowledge into TypeScript superpowers. Ready to make your code more reliable?
-
Mastering TypeScript Generics: Enhancing Code Reusability and Type Safety
Unlock the power of TypeScript generics to write more flexible and reusable code. Learn how to implement generics in functions, classes, and interfaces with practical examples.
-
Advanced Techniques with React and TypeScript
Dive deeper into React and TypeScript by learning advanced component patterns and state management techniques. Perfect for developers who want to enhance their skills.
-
Building Your First React Component with TypeScript
Step into the world of typed React components with this beginner-friendly guide. Learn to build your first React component using TypeScript, enhancing code reliability and development efficiency.