Posts
All the articles I've posted.
How to Run TypeScript in 2025: A Comparison of Node.js, Bun, and Deno
Updated: at 02:24 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.
A Full-stack Developer's Guide to Setting Up a New MacBook Pro
Updated: at 06:06 AMExplore a full stack developer's guide for setting up MacBook Pro with the most essential tools
How To Use rerender in React Testing Library
Updated: at 06:59 AMLearn how to use rerender from React Testing Library to test the effect of prop changes.
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.
Test complex DOM structures with React Testing Library
Updated: at 06:24 AMOptimize DOM Testing using React Testing Library for enhanced accuracy, maintainability, and precise UI targeting with specific queries and options
How to Create Resend Email Templates Using Astro
Published: at 05:16 AMLearn to create and send email templates in Astro using the Resend API with this comprehensive guide