Guides & Tutorials

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
Latest Article

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.

17 Apr 2026
claude-codeai-toolsdeveloper-toolstutorialproductivity

All Articles

Claude Code 101: The Complete Guide to AI-Powered Coding in Your Terminal

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-codeai-toolsdeveloper-tools+2
15 Apr 2026
Read
Claude Code vs Codex CLI: Which AI Coding Agent Should You Use in 2026?

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-codeai-toolsdeveloper-tools+2
14 Apr 2026
Read
Claude Code: Commands You Didn't Know About

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-codeai-toolsdeveloper-tools+2
13 Apr 2026
Read
Claude Code Hooks Tutorial: How to Automate Workflows with Lifecycle Events

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-codeai-toolsdeveloper-tools+2
11 Apr 2026
Read
Claude Code Scheduling: How to Automate Recurring Tasks with /loop, /schedule, and Cron

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-codeai-toolsdeveloper-tools+2
3 Apr 2026
Read
Claude Code Skills Tutorial: How to Create Custom Slash Commands and Automations

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-codeai-toolsdeveloper-tools+2
2 Apr 2026
Read
Claude Code Agent Teams: How to Run Parallel AI Agents on Your Codebase

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.

claude-codeai-toolsdeveloper-tools+2
1 Apr 2026
Read
12 Best MCP Servers for Claude Code in 2026

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-codemcpai-tools+2
1 Apr 2026
Read
Claude Code Dreams: How Auto Dream Keeps Your AI Agent's Memory Clean and Useful

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.

claude-codeai-toolsdeveloper-tools+2
31 Mar 2026
Read
Implementing Pagination with Next.js and Supabase

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.

nextjssupabasepagination+1
20 Apr 2025
Read
Getting started with Supabase CLI for local development

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.

supabaseclidatabase+1
18 Apr 2025
Read
Complete Guide to File Uploads with Next.js and Supabase Storage

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.

nextjssupabasestorage+1
14 Apr 2025
Read
Supabase storage guide for Next.JS

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.

supabasestoragenextjs
28 Dec 2024
Read
How to Implement Authentication Middleware with Next.js and Supabase

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.

nextjssupabaseauthentication+1
2 Dec 2024
Read
Mastering Next.js Server Actions: A Complete Guide to Form Handling and Data Mutations

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.

nextjsformsserver-actions+1
1 Dec 2024
Read
Next.js 14 Metadata Guide: Boost Your SEO with Advanced Metadata Features

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.

nextjsseometadata+1
30 Nov 2024
Read
Using TypeScript with Supabase: A Practical Guide to Type Safety

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.

typescriptsupabasedatabase+1
20 Nov 2024
Read
Supabase and Server Side Rendering: @supabase/ssr explained for Next.js

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.

supabasenextjsssr
2 June 2024
Read
How to use and update search parameters in Next.JS 14+

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.

nextjs
2 May 2024
Read
How to create forms with Next.JS 14 Server Actions

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.

nextjsforms
28 Apr 2024
Read
How to automatically generate a Sitemap for your NextJS app

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.

nextjsseositemap
4 Feb 2024
Read
Supabase Storage Migrations Files

Supabase Storage Migrations Files

How to create Supabase Storage Migrations Files

supabasenextjsdatabase
24 Dec 2023
Read
NextJS Supabase Database Migration Guide

NextJS Supabase Database Migration Guide

How to use Supabase migrations in your NextJS project.

nextjssupabasedatabase+1
22 Dec 2023
Read