Add the content layer to your Next.js 16 blog: read MDX files from disk, parse frontmatter with gray-matter, compile on-demand with next-mdx-remote, and render posts with syntax highlighting via rehype-pretty-code + Shiki.
Scaffold a Next.js 16 App Router project with TypeScript and Tailwind CSS v4, then wire up ShadCN/UI for your blog's design system. Build the layout, navigation, dark mode toggle, and site metadata from scratch.
A complete guide to building and self-hosting a personal blog from scratch using Next.js 16, ShadCN/UI, PostgreSQL, Drizzle ORM, MDX, Docker Compose, and deploying to an Ubuntu VPS on Hostinger with a custom domain.
Bridge React and full-stack development with Next.js 15: file-based routing, Server vs Client Components, SSR/SSG/ISR, Route Handlers as API endpoints, layouts, metadata, and environment config.
Learn the Backend for Frontend (BFF) pattern — what it is, why it exists, how it solves over-fetching and coupling between APIs and UIs, and how Next.js naturally implements BFF with Server Components and Route Handlers.
A comprehensive guide to MDX — combining Markdown and JSX to write interactive, component-rich documentation and blog posts. Covers syntax, plugins, Next.js integration, and real-world patterns.
Master React.js and Next.js from fundamentals to full-stack production apps. A structured 12-post roadmap covering hooks, state management, App Router, Server Components, authentication, performance, and deployment.
Explore the modern developer ecosystem: Vercel for deployment, Supabase for backend, plus Clerk, Drizzle, Upstash, Resend, Stripe, and more. Learn when to use this stack vs traditional cloud.
Build modern React applications with full type safety using React 19, Next.js 15, and TypeScript. Learn component typing, hooks, state management, and server components.