Building an AI Code Review Bot with Claude and GitHub Webhooks
Build a self-hosted AI code reviewer in Laravel: GitHub webhooks, signature verification, structured Claude output, and inline review comments on real PRs.
Ad blocker or privacy protection detected
Ads and Google Analytics may be blocked. You can allow this site in your browser or extension settings, then reload; the site still works if you continue.
Writing
Long-form writing on development, tooling, and lessons from the workbench plus book reviews when a title sticks.
Topics
Jump to a category or open all categories.
Newest first. Use search or categories above to narrow down.
Build a self-hosted AI code reviewer in Laravel: GitHub webhooks, signature verification, structured Claude output, and inline review comments on real PRs.
Stream Claude responses token-by-token in Laravel using SSE and Reverb WebSockets. Includes generator-based services, queued broadcasts, and proxy gotchas.
Build a real Claude-powered AI agent in Laravel: tool calling, MCP integration, refund safety rails, and a step-bounded agent loop you can ship.
Create a practical AI SEO generator for a Laravel blog. Generate meta titles, descriptions, keywords, FAQ schema, slugs, and internal link ideas with Ollama or OpenAI.
A complete look at Vue 3.5 Vapor Mode, what it actually changes, how to enable it per file or project-wide, what works, what doesn't, and real benchmark numbers.
Set up a modern TypeScript project end-to-end with Bun, Biome, and Vitest. Bootstrapping, tsconfig flags, lint/format, tests, CI all in one walkthrough.
A complete walkthrough of building a type-safe Node.js API with Hono and Drizzle for schema, migrations, typed routes, RPC client, and edge deployment.
A practical decision tree for Next.js 15, when Server Actions beat API Routes, when they don't, and how to migrate cleanly. With code, security, and performance notes.