Build In Public

Development guides and tutorials on building delightful content experiences

How to Handle Authentication Across Separate Backend and Frontend for Next.js Website
#authentication#code#nextjs#development#javascript
How to Handle Authentication Across Separate Backend and Frontend for Next.js Website

Learn how to implement secure authentication in Next.js with Express backend using httpOnly cookies, JWT tokens, and middleware. Complete guide with code examples.

18 February 2025
The Ultimate Guide to Organizing Your Next.js 15 Project Structure
#mega-guide#vercel#nextjs#deployment#development
The Ultimate Guide to Organizing Your Next.js 15 Project Structure

Comprehensive guide to Next.js 15 folder structure: Learn how to organize App Router, components, utils, and lib folders. Includes monorepo setup with pnpm and Turborepo.

16 February 2025
npm vs pnpm: Which Package Manager Should You Choose?
#development#tools#javascript
npm vs pnpm: Which Package Manager Should You Choose?

Compare npm vs pnpm performance, storage efficiency, and compatibility. Make an informed choice for your JavaScript projects with real developer insights.

16 February 2025
How to Choose Between App Router and Pages Router in Next.js 15: A Complete Guide for SEO-Conscious Developers
#development#blogging#vercel#seo#deployment#nextjs#react
How to Choose Between App Router and Pages Router in Next.js 15: A Complete Guide for SEO-Conscious Developers

Worried about SEO with 'use client' directives? Learn how to leverage both App Router and Pages Router while maintaining strong search visibility. Get practical solutions for your Next.js routing decisions.

13 February 2025
How to Set Up Debugging in VSCode for a Next.js Project
#nextjs#code#development
How to Set Up Debugging in VSCode for a Next.js Project

Complete guide to setting up Next.js debugging in VSCode: launch.json configuration, breakpoint setup, and solutions for both client and server-side debugging issues.

12 February 2025
Best Practices in Implementing JWT in Next.js 15
#development#javascript#authentication#nextjs
Best Practices in Implementing JWT in Next.js 15

Comprehensive guide to JWT implementation in Next.js 15: Learn secure token storage, middleware protection, and Auth.js integration. Master authentication best practices today.

11 February 2025
Should You Block AI to Prevent Unexpected Billing? Drawing Lessons from a Real-Life Scenario
#deployment#development
Should You Block AI to Prevent Unexpected Billing? Drawing Lessons from a Real-Life Scenario

Master AI traffic management with practical solutions: budget alerts, DDoS protection, and usage monitoring. Real-world case study of handling unexpected Claude bot requests.

11 February 2025
How to Reduce Fast Data Transfer Usage for Next.js Images on Vercel
#development#vercel#deployment#nextjs
How to Reduce Fast Data Transfer Usage for Next.js Images on Vercel

Learn how to reduce Vercel Fast Data Transfer (FDT) usage for Next.js images. Implement effective caching strategies, optimize GIFs, and stay within your 1TB limit.

10 February 2025
How to Add a Floating 3D Object in React
#development#javascript
How to Add a Floating 3D Object in React

Learn to implement floating 3D objects in React using Three.js and React Three Fiber. Step-by-step guide covering WebGL setup, optimization, and performance monitoring.

09 February 2025
Should I Learn Kubernetes as a Web Developer in 2025?
#development#deployment
Should I Learn Kubernetes as a Web Developer in 2025?

Comprehensive guide to Kubernetes for web developers in 2025. Learn about k3s, Minikube, and when to choose k8s over traditional deployment methods.

08 February 2025