Build In Public

Development guides and tutorials on building delightful content experiences

SSG vs SSR in Next.js: Making the Right Choice for Your Application
#development#vercel#nextjs#code
SSG vs SSR in Next.js: Making the Right Choice for Your Application

Optimize your Next.js application with the right rendering strategy. Learn when to choose SSG, SSR, or ISR based on your content needs and performance goals.

06 November 2024
What Senior Developers Should Know About TypeScript - A Guide with Code Examples
#development#career#code
What Senior Developers Should Know About TypeScript - A Guide with Code Examples

Elevate your TypeScript skills with our advanced guide. Explore Conditional Types, Mapped Types, and best practices to enhance code quality and maintainability in large-scale projects.

05 November 2024
Suspense vs "use client" - Understanding the Key Differences in Next.js 15
#development#vercel#nextjs#code
Suspense vs "use client" - Understanding the Key Differences in Next.js 15

Confused by Next.js's Suspense and "use client"? Discover when to use each for loading states and component rendering, and learn about their impact on performance and bundle size.

05 November 2024
Understanding SSR in Remix and Its Benefits
#code#development
Understanding SSR in Remix and Its Benefits

Uncover the power of SSR in Remix! Improve performance, SEO, and user experience with this cutting-edge React framework that rivals Next.js. Dive into its unique features and benefits.

05 November 2024
Mastering React Suspense in Next.js 15: A Developer's Guide
#nextjs#code#development
Mastering React Suspense in Next.js 15: A Developer's Guide

Discover how React Suspense in Next.js 15 brings elegance by simplifying loading states, reducing boilerplate, and enhancing the performance of your applications.

04 November 2024
Validating TypeScript Types in Runtime using Zod
#development#code
Validating TypeScript Types in Runtime using Zod

TypeScript enhances JavaScript by adding static types, but lacks runtime validation. Enter Zod: a schema declaration and validation library. Learn how to catch runtime data errors and ensure robustness in your TypeScript projects.

04 November 2024
Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption
#vercel#nextjs#development
Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption

Next.js 15 promises speed with Turbopack and React 19 integration but faces ecosystem hurdles. Learn if it's the right move for your projects.

03 November 2024
TypeScript vs JavaScript: A Senior Developer Guide with Code Examples
#development#code
TypeScript vs JavaScript: A Senior Developer Guide with Code Examples

Struggling to choose between TypeScript and JavaScript? Our guide breaks down the pros and cons, offering clear insights and examples to help senior developers decide.

03 November 2024
Should I Sanitize HTML Response from a CMS?
#code#development#content-management-system
Should I Sanitize HTML Response from a CMS?

Keep your website secure by sanitizing HTML content! Learn why HTML sanitization matters and get tips on using the sanitize-html library to protect against XSS and code injection.

01 November 2024
API in Next.js 15: GET & POST Route Handler Examples
#development#code#nextjs
API in Next.js 15: GET & POST Route Handler Examples

Build an API Endpoint in Next.js 15 using the latest route handler. See what's new and get code example to serve your API.

30 October 2024