Back to articles
Portfolio Website Development 🏗️ - Part 4

Portfolio Website Development 🏗️ - Part 4

via Dev.to ReactSourav Dey

In Part 1 I sketched the stack and the Figma-led plan. In Part 2 I shipped a single-page Next.js site with scroll sections and Hashnode powering the latest posts. In Part 3 I described the late 2023 shape of the site: Next.js 13 with the App Router, Contentlayer for MDX in the repo, and the first dedicated routes for blogs and mind nuggets. A lot has changed since then. This part is about the current souravdey.space: what it runs on, how content works, and why I optimized for maintainability and discoverability as much as for the hero section. If you are reading this on the site, you are already looking at the outcome. If not, here is the same place: souravdey.space . ⚡ From single-page scroll to the App Router The old version felt right at the time: one long page, anchor navigation, a clear story. Over the years I wanted proper URLs for every blog and mind nugget, tag and series pages, and room to grow without turning one file into a kitchen sink. Today the project is Next.js 15 with

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
6 views

Related Articles