01 — Featured Post
Editor's Pick.
The article I'm most proud of this month — deep, practical, no shortcuts.
Featured · Mar 2026
Laravel
Laravel 11: Everything New in the Minimal Application Skeleton
2 min read
3,100 views
Laravel 11 dropped the legacy cruft and gave us a lean, clean application structure. Here is a deep-dive into every meaningful change and what it means for your workflow.
02 — Latest Posts
Fresh Drops.
New article every Thursday. No exceptions.
02
Laravel
Laravel 13: Complete Update Guide — Every Feature With Code (2026)
Laravel 13 complete breakdown — AI SDK, PHP Attributes, Queue::route(), JSON:API, typed config, passkeys, debounceable j...
LaravelLaravel 13PHP 8.3
May 25, 202611 min
03
AI Tools
Claude AI 2026: Every Major Update for Developers — Tips & Workflow Guide
Claude Code Auto Mode, Dispatch, Dreaming, CI Auto-Fix, Computer Use, Batches API — every 2026 update for developers exp...
Claude AIClaude CodeAnthropic
May 25, 202612 min
04
Laravel
PHP & Laravel 2026 — Latest Features and AI Integration Complete Guide
PHP 8.3 features, Laravel 13 updates, Laravel AI SDK, semantic search with pgvector, tool-calling agents, streaming, and...
PHPPHP 8.3Laravel
May 25, 202612 min
05
Laravel
Laravel 13 REST API Best Practices (2026) — Complete Guide
Production-tested Laravel 13 REST API patterns — versioning, API Resources, Sanctum, rate limiting, N+1 fixes, UUID v7,...
LaravelLaravel 13REST API
May 25, 20268 min
06
AI Tools
AI-Powered Code Review Workflow for Solo Developers (2026 Complete Guide)
No team? No problem. Complete AI code review workflow for solo developers using Claude Code — parallel subagents, CLAUDE...
Claude CodeAI ToolsCode Review
May 25, 202611 min
07
AI Tools
How to Write CLAUDE.md That Actually Works — Complete Guide (2026)
Most CLAUDE.md files fail because of the 150-instruction limit. Complete guide — what to include, real templates for Lar...
Claude CodeCLAUDE.mdAI Tools
May 25, 202614 min
08
AI Tools
Claude Code vs GitHub Copilot vs Cursor — Honest Comparison (2026)
Claude Code, Cursor, and GitHub Copilot compared honestly in 2026 — pricing, benchmarks, real weaknesses, PHP/Laravel-sp...
Claude CodeGitHub CopilotCursor
May 25, 202611 min
09
Laravel
Vibe Coding is Dead — Why Laravel Developers Are Switching to Agentic Engineering (2026)
Andrej Karpathy retired "vibe coding" in 2026. Here is what agentic engineering means for Laravel developers — with a pr...
LaravelPHPVibe Coding
May 25, 202611 min
10
Laravel
Laravel Octane 2026 — 400% Performance Gain, Real Setup Guide (FrankenPHP, Swoole, RoadRunner)
Complete Laravel Octane setup guide for 2026 — FrankenPHP vs Swoole vs RoadRunner, worker count formula, production Ngin...
LaravelLaravel OctanePHP Performance
May 25, 202612 min
11
Laravel
Laravel Database Performance Optimization — Complete Guide (2026)
Complete Laravel database optimization guide — fix N+1 queries, proper indexing, bulk operations, Redis caching, read/wr...
LaravelPHPDatabase Performance
May 25, 202613 min
12
Laravel
Laravel 13 Code Updates That Improve Your App — Before/After Guide (2026)
Practical Laravel 13 code changes with before/after examples — PHP Attributes, typed config, Cache::touch(), Queue::rout...
LaravelLaravel 13PHP 8.3
May 25, 202613 min
13
Laravel
Building Your First AI Feature in Laravel with the AI SDK — Complete Guide (2026)
Step-by-step guide to building AI features in Laravel 13 — text generation, tool-calling agents, semantic search, stream...
LaravelLaravel 13AI
May 25, 202614 min
14
Laravel
Laravel Http::pool() — Concurrent HTTP Requests Complete Guide (2026)
Master Laravel Http::pool() — fire multiple API requests in parallel, named requests, error handling, concurrency limits...
LaravelPHPHTTP Client
May 25, 202612 min
15
Laravel
Laravel Livewire 3 Complete Guide — Components, Volt, wire:navigate, Testing (2026)
Complete Laravel Livewire 3 guide — components, wire:model, wire:navigate SPA, Volt single-file, lazy loading, file uplo...
LaravelLivewireLivewire 3
May 25, 202615 min
16
Laravel
Laravel Volt & Livewire 3: Single-File Reactive Components Explained
Livewire 3 rewrote the internals from scratch and Volt brought single-file components to PHP. Here is everything you nee...
laravellivewirevolt
Mar 11, 20262 min
17
AI Tools
Claude Opus 4 vs GPT-4o: Which AI Actually Wins for Developers?
Both Anthropic and OpenAI claim their latest models are the best. I ran dozens of real developer tasks through both and...
aiclaudegpt-4o
Mar 4, 20262 min
18
AI Tools
Cursor AI: The Code Editor That Changed Everything
Cursor is the AI-native fork of VS Code making senior engineers 2x faster. Here is how it actually works, what it is gen...
cursoraicode-editor
Feb 25, 20262 min
19
AI Tools
Google Gemini 2.5 Pro: The Multimodal AI That Reads Your Code and Your Screen
Gemini 2.5 Pro has the largest context window of any production AI model and genuine multimodal capabilities. Here is wh...
geminigoogle-aimultimodal
Feb 18, 20262 min
20
AI Tools
Vibe Coding with AI: How to Build Real Projects Using Only Prompts
Vibe coding went from a joke to a real workflow used by thousands of developers. Here is the honest guide — how it actua...
aivibe-codingcursor
Feb 11, 20262 min
21
Database
MySQL Window Functions: ROW_NUMBER, RANK, LEAD and LAG with Real Examples
Window functions are the most powerful and underused feature in SQL. This guide covers ROW_NUMBER, RANK, DENSE_RANK, LEA...
mysqlsqlwindow-functions
Feb 4, 20262 min
22
Tech Curiosities
Google Anti-Gravity: The Easter Egg That Made Physics Fun
Type "anti-gravity" into Google and your browser becomes a playground. Here is a complete list of Google hidden tricks —...
googleeaster-eggsfun
Jan 28, 20263 min
23
AI Tools
OpenAI Codex CLI: The Agent That Runs Code on Your Machine
OpenAI Codex CLI is a terminal-native AI coding agent. You describe a task, it reads your files, writes code, runs tests...
openaicodexai-agent
Jan 21, 20262 min
24
GitHub
GitHub Actions: Complete CI/CD Pipeline from Zero to Production
GitHub Actions is the most accessible CI/CD tool available today. This guide walks you from your first workflow file to...
githubgithub-actionsci-cd
Jan 14, 20262 min
25
GitHub
GitHub Copilot in 2025: Agent Mode, Workspace and Everything New
GitHub Copilot has evolved far beyond autocomplete. With Agent Mode, Copilot Workspace, and multi-file edits, it is now...
github-copilotaicode-completion
Jan 7, 20262 min
26
GitHub
GitHub Skills You Are Not Using But Should Be
Most developers use about 20% of what GitHub offers. From advanced PR workflows to GitHub CLI, Releases automation, and...
githubgitdeveloper-tools
Dec 31, 20252 min
27
Laravel
Laravel Queues and Jobs: Background Processing Done Right
Pushing slow operations to a background queue is one of the highest-leverage optimizations in any Laravel app. Here is t...
laravelqueuesjobs
Dec 24, 20252 min
28
Database
MySQL JSON Functions: Store, Query, and Index JSON Like a Pro
MySQL JSON column type and its 30+ built-in JSON functions let you have relational integrity and document flexibility in...
mysqljsonsql
Dec 17, 20252 min
03 — All Articles
Browse All Posts.
28 articles · newest first
04 — Newsletter
Stay in the Loop.
Weekly · Every Thursday
One article,
every week.
No spam.
every week.
No spam.
Join 2,100+ developers who get a practical, production-focused article every Thursday morning. Straight to the point, always worth 10 minutes of your time.
One article per week — never batched
Full text in email — no forced click
Unsubscribe in one click, any time
Zero sponsored content, ever
2,100+ developers subscribed · No spam · Unsubscribe any time
Last 3 issues sent
Jan 9 — Multi-Tenant PostgreSQL: Schema Isolation
Jan 2 — Server Actions Are Better Than API Routes
Dec 26 — Row-Level Security in PostgreSQL
05 — Topics
Browse by Tag.
28 articles across 5 topics