Browsing Tag
nextjs
162 posts
JsonTree for Mantine UI: A Delightfully Simple Way to Inspect Any Data Structure
If you build React apps with Mantine UI), you already value clarity, consistency, and speed. JsonTree continues that…
Mastering Async & Concurrency: The React 18+ & Next.js Paradigm Shift
Concurrency is about dealing with a lot of things at once. Asynchrony is about dealing with one thing…
Building an AI-Powered E-Commerce Platform with Rich UI Rendering
Building an AI-Powered E-Commerce Platform with Rich UI Rendering TL;DR I built an experimental e-commerce platform where the…
Automating API Calls Without Losing Control
Managing recurring API calls shouldn’t require a full automation platform. Here’s why I built a simple, self-hosted dashboard…
⚡ Next.js Mastery — Building Fast, Scalable, and Future-Proof Apps
“Next.js isn’t just a React framework — it’s how modern web apps should be built.” If React is…
Top Next.js Shadcn UI Templates for Websites and Admin Dashboards
Shadcn is everywhere these days. Since it came out in 2023, the Shadcn UI library has become super…
Authentication Using Better-Auth (Basics Tutorial)
What’s up, devs! 👋 In this post, I’ll walk you through setting up authentication in a Node.js/Next.js project…
Prisma Deep‑Dive Handbook (2025) — From Zero to Expert
A practical, end‑to‑end guide for expert developers who are new to Prisma. Covers modeling, migrations, querying, performance, deployment,…
Server Side React.js with node.js
What is React SSR? React.js is ideal for creating interactive components in the browser. It’s tempting to use…
How to Hide API Endpoints in Next.js
In Next.js, securing sensitive data and preventing the exposure of API endpoints is critical for building secure web…