Build In Public
Development guides and tutorials on building delightful content experiences
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.
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.
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.
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.
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.
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.
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.
Tired of AI bots sucking your server resources dry? Learn how to effectively shield your web apps from relentless crawler traffic using robots.txt and user agent blocking - beyond just the basics.
Tired of poor TBT scores and unresponsive buttons after page load? Dive deep into React's hydration process and discover expert techniques to transform your Next.js app's performance.
Stop storing JWTs in local storage! Learn why httpOnly cookies are your best defense against XSS attacks and how to implement them properly in your authentication flow.