Learn to build with Claude Code
Practical guides on Next.js, Supabase, and AI-powered development. From zero to production, one tutorial at a time.
24 articles published
Claude Code CLAUDE.md: How to Write the Perfect Config File
Learn how to write an effective CLAUDE.md file for Claude Code — from file hierarchy and loading order to real-world templates, monorepo setups, and the mistakes that silently degrade your AI coding agent's performance.
All Articles
Claude Code 101: The Complete Guide to AI-Powered Coding in Your Terminal
Everything you need to know about Claude Code — from installation and first session to CLAUDE.md configuration, MCP servers, hooks, permissions, CLI flags, and prompting best practices for maximum productivity.
Claude Code vs Codex CLI: Which AI Coding Agent Should You Use in 2026?
A detailed comparison of Claude Code and OpenAI Codex CLI — covering features, pricing, benchmarks, security, developer experience, and when to use each terminal AI coding agent.
Claude Code: Commands You Didn't Know About
Discover hidden Claude Code commands, keyboard shortcuts, and power features most developers miss — from /btw side questions and Ctrl+S prompt stashing to vim mode, bash mode, and session resumption tricks.
Claude Code Hooks Tutorial: How to Automate Workflows with Lifecycle Events
Learn how to configure Claude Code hooks — the shell commands that run automatically before and after tool calls, on session start, and on notifications — to enforce formatting, block dangerous commands, and automate your development workflow.
Claude Code Scheduling: How to Automate Recurring Tasks with /loop, /schedule, and Cron
Learn how to schedule recurring tasks in Claude Code using /loop for session polling, /schedule for persistent automation, headless mode with cron, and GitHub Actions for CI/CD workflows.
Claude Code Skills Tutorial: How to Create Custom Slash Commands and Automations
Learn how to build, configure, and share Claude Code Skills — the custom slash commands that extend your AI coding agent with reusable workflows, task automation, and team-wide conventions.
Claude Code Agent Teams: How to Run Parallel AI Agents on Your Codebase
Learn how to set up and use Claude Code Agent Teams to coordinate multiple AI agents working in parallel on your codebase — from setup and configuration to real-world workflows and best practices.
12 Best MCP Servers for Claude Code in 2026
Discover the most powerful MCP servers that turn Claude Code into a full-stack development engine — from GitHub and PostgreSQL to Playwright and Figma.
Claude Code Dreams: How Auto Dream Keeps Your AI Agent's Memory Clean and Useful
Learn how Claude Code's Auto Dream feature works — the memory consolidation system that reviews, prunes, and reorganizes your AI agent's notes between sessions so context stays accurate.
Implementing Pagination with Next.js and Supabase
Learn how to implement efficient pagination in your Next.js application using Supabase with different approaches like offset pagination, cursor pagination, and infinite scrolling.
Getting started with Supabase CLI for local development
Learn how to set up and use the Supabase CLI to run a local development environment, manage database migrations, and deploy your projects.
Complete Guide to File Uploads with Next.js and Supabase Storage
Learn how to implement secure file uploads in your Next.js application using Supabase Storage with step-by-step instructions and code examples.
Supabase storage guide for Next.JS
Learn how to integrate Supabase Storage with Next.js for efficient file management, secure access, and real-time updates in your applications.
How to Implement Authentication Middleware with Next.js and Supabase
Learn how to protect your Next.js routes using middleware and Supabase authentication. A comprehensive guide to implementing secure server-side authentication in Next.js applications.
Mastering Next.js Server Actions: A Complete Guide to Form Handling and Data Mutations
Learn how to use Next.js Server Actions to handle forms and mutate data efficiently. A comprehensive guide covering implementation, security, and best practices.
Next.js 14 Metadata Guide: Boost Your SEO with Advanced Metadata Features
Learn how to implement and optimize metadata in Next.js 14 applications. A comprehensive guide covering static and dynamic metadata, Open Graph images, favicons, and SEO best practices.
Using TypeScript with Supabase: A Practical Guide to Type Safety
Learn how to implement type-safe database operations with Supabase and TypeScript. A practical guide covering type generation, integration, and best practices.
Supabase and Server Side Rendering: @supabase/ssr explained for Next.js
Learn how to use the @supabase/ssr package with Next.js for server-side rendering, including cookie-based auth, server components, and middleware setup.
How to use and update search parameters in Next.JS 14+
Learn how to use search parameters in NextJS. We will use the `useSearchParams` hook from `next/navigation` to read and update the search parameters.
How to create forms with Next.JS 14 Server Actions
Build simple Login with Google form in Next.js 14 using server actions. No need to create separate API routes to handle form submissions.
How to automatically generate a Sitemap for your NextJS app
Learn how to generate a sitemap for your NextJS app to improve its SEO and help search engines discover and index your content more efficiently.
Supabase Storage Migrations Files
How to create Supabase Storage Migrations Files
NextJS Supabase Database Migration Guide
How to use Supabase migrations in your NextJS project.