My Blog
Thoughts on code, design, and everything in between.
Getting Started with Next.js 15
July 10, 2025
A comprehensive guide to setting up your first project with the latest version of Next.js.
Mastering Tailwind CSS in React
June 28, 2025
Learn advanced techniques for using Tailwind CSS to build beautiful, responsive user interfaces.
A Deep Dive into Server Actions
June 15, 2025
Unlock the power of server-side logic directly within your React components using Server Actions.
Building Type-Safe APIs with tRPC
May 22, 2025
Discover how tRPC can eliminate the gap between your frontend and backend with end-to-end type safety.
Optimizing React Performance with useMemo and useCallback
May 8, 2025
Learn when and how to use React's performance optimization hooks to build faster applications.