How I Built My Portfolio with Next.js
In this post, I share my experience building a modern portfolio website using Next.js and Tailwind CSS. I discuss the architecture decisions, component design, and deployment process to GitHub Pages.
I write about software development, technology trends, and my experiences as a developer.
In this post, I share my experience building a modern portfolio website using Next.js and Tailwind CSS. I discuss the architecture decisions, component design, and deployment process to GitHub Pages.
Exploring different approaches to organize code in large projects and how it impacts maintainability, scalability, and team collaboration. With examples from real-world applications.
A collection of TypeScript tips and tricks specifically for React developers. Learn how to type props, hooks, context, and event handlers properly.
A beginner's guide to Next.js 14. Learn how to set up a project, understand the app router, create pages, and deploy your application.