Build In Public

Development guides and tutorials on building delightful content experiences

How to Implement Push Notifications on a Next.js App
#development#code
How to Implement Push Notifications on a Next.js App

Learn how to implement push notifications in Next.js using Firebase Cloud Messaging, OneSignal, and Pusher Beams. Compare solutions and handle browser-specific requirements.

19 June 2025
CORS for API Security: What You Need to Know
#code#development
CORS for API Security: What You Need to Know

Understanding CORS for API security: configuration guide, best practices, and solutions for cross-origin resource sharing in web development.

19 June 2025
Navigating Cold Starts: Strategies for Serverless Next.js Deployments
#deployment#development#vercel#nextjs
Navigating Cold Starts: Strategies for Serverless Next.js Deployments

Moving from Vercel to AWS? Master cold start mitigation with real-world architectures and tools. Get the control you need while maintaining the performance your users expect.

19 June 2025
SSR vs. CSR: Understanding the Client-Server Model in Next.js and React
#development#nextjs#vercel
SSR vs. CSR: Understanding the Client-Server Model in Next.js and React

Stop the endless hydration headaches! Master Next.js rendering with clear examples of when to use SSR for SEO and fast loads, and when CSR delivers better user interaction.

04 May 2025
When to Choose REST Over tRPC: A Comparative Analysis
#development#nextjs
When to Choose REST Over tRPC: A Comparative Analysis

Stop overcomplicating your API architecture. Find out if REST's simplicity and flexibility better suit your team's needs than tRPC's type-safety promises. Make an informed choice.

04 May 2025
The Future of Routing in React: Embracing SSR and Type Safety
#development#react
The Future of Routing in React: Embracing SSR and Type Safety

Feeling overwhelmed by modern React routing? From file-based systems to SSR complexity, discover how to navigate these changes without sacrificing your sanity or productivity.

01 May 2025
Understanding Token Storage: Local Storage vs HttpOnly Cookies
#development#authentication
Understanding Token Storage: Local Storage vs HttpOnly Cookies

Tired of conflicting advice about JWT storage? Learn why seniors warn against localStorage, and discover the real security trade-offs between HttpOnly cookies and local storage for your authentication system.

01 May 2025
Lazy Loading in Next.js: The Future of Resource Optimization
#development#nextjs
Lazy Loading in Next.js: The Future of Resource Optimization

Struggling with high TBT scores? Discover how to master Next.js lazy loading to optimize React's hydration process and stop your components from killing your Lighthouse performance.

30 April 2025
How to Improve PageSpeed Score with Next.js
#vercel#nextjs#hosting#deployment#development
How to Improve PageSpeed Score with Next.js

Tired of poor PageSpeed scores? Master Next.js performance with real techniques for image optimization, SSR, and font loading. Get the nitty-gritty details developers crave.

29 April 2025
Understanding Authentication Security: Server-side Checks in Next.js
#nextjs#authentication#development
Understanding Authentication Security: Server-side Checks in Next.js

Tired of wrestling with Next.js auth? Learn why your client-side checks aren't enough and how to implement bulletproof server-side authentication that even seasoned hackers can't bypass.

28 April 2025