Browsing Tag
nextjs
180 posts
The Wolf Project – Reworking a Real-World Project
A few weeks ago I watched a Dodo video about The Wolf Project that stayed with me more…
Drizzle ORM Is What Prisma Should Have Been
I used Prisma for two years. I have nothing personal against it — it solved real problems and…
Transforming Unstructured Retail Catalogs into Structured Data using AI
Comparing products on e-commerce platforms is straightforward because the data is already structured. However, when dealing with weekly…
How to Add Comments to a Next.js Site (App Router and Pages Router)
Next.js gives you so many ways to render a page that the answer to “how do I add…
My Biggest Mistake: Why You Should i18n Your Next.js App From Day One (A Vibe Coding Survival Guide)
My Biggest Mistake: Why You Should i18n Your Next.js App From Day One I built a split-bill application…
How I Structured User Data for My AI SaaS
Most developers building their first SaaS make the same mistake I almost made — they reach for sessionStorage…
How I built a Next.js app with 1,500+ localized routes and perfect Technical SEO 🚀
Building a micro-SaaS is only half the battle. Getting Google to care about it is the real challenge.…
Strapi CMS: The Modern Headless CMS Powering Scalable Digital Experiences
Looking for a modern CMS? Explore how Strapi’s headless, API-first approach enables faster, scalable, and frontend-agnostic digital experiences.…
🚀 How I Built My Developer Portfolio with Next.js, GitHub API, DEV.to API + Trilingual Support and AI Chat in future
Who’s me? I’m a self-taught developer still learning, and a few weeks ago I decided it was time…
how to add Progressive Blur Effects in React / Next.js with react-progressive-blur
Installation: npm install react-progressive-blur or yarn add react-progressive-blur or bun add react-progressive-blur When building modern web apps, subtle…