Tushar Modi. · Blog·Laravel·React·SaaS Architecture·TypeScript·Node.js·Full Stack Dev·Real-World Code·Production Lessons· Tushar Modi. · Blog·Laravel·React·SaaS Architecture·TypeScript·Node.js·Full Stack Dev·Real-World Code·Production Lessons·
02 — Latest Posts
Fresh Drops.
New article every Thursday. No exceptions.
Filter:
02
AWS
How to Create an EC2 Instance and Set Up a Static IP on AWS
Step-by-step guide to launching an AWS EC2 instance, configuring security groups, connecting via SSH, and assigning a pe...
Step-by-step guide to launching an AWS EC2 instanceconfiguring security groupsconnecting via SSH
Jul 17, 20268 min
03
Database
MySQL 9.7 LTS: New Features Every Developer Should Know
MySQL 9.7 LTS brings the Hypergraph Optimizer, JSON Duality Views, and OpenTelemetry to Community Edition. Here's what a...
MySQL 9.7 new features Secondary Keywords: MySQL LTS releaseMySQL Hypergraph OptimizerJSON Duality Views MySQL
Jul 16, 20265 min
04
GitHub
Git Commands Cheat Sheet: The Complete Guide (2026)
Every Git command you actually need — setup, branching, merging, rebasing, stashing, undoing changes, and rescue command...
Every Git command you actually need — setupbranchingmerging
Jul 15, 20265 min
05
GitHub
Auto-Deploy Laravel to AWS with GitHub Actions (CI/CD Guide)
Learn how to build a zero-downtime GitHub Actions pipeline that auto-deploys your Laravel app to AWS EC2. Full YAML work...
Laravel CI/CD pipeline zero-downtime deployment GitHub Actions Laravel tutorial
Jul 14, 202610 min
06
Laravel
Laravel Queues & Horizon — Complete Guide (2026)
Complete Laravel queues and Horizon guide — Redis setup, queue topology, Bus::bulk(), job batching, chains, rate limitin...
Laravel QueuesLaravel HorizonRedis
Jul 13, 202614 min
07
AI Tools
How AI is Changing Software Development in 2026 — A Developer's Honest Take
85% of developers use AI daily but only 29% trust its output. A Laravel developer's honest breakdown of what actually ch...
AISoftware DevelopmentDeveloper Life
Jul 12, 202611 min
08
Laravel
Laravel tap() Helper — Complete Guide With Real Examples (2026)
Everything about Laravel's tap() helper — how it works internally, HigherOrderTapProxy, Tappable trait, 8 real use cases...
LaravelPHPLaravel Helpers
Jun 15, 202610 min
09
Laravel
Laravel 13.10 to 13.15 — All New Features Released June 2026
Laravel 13.10–13.15 released May–June 2026: Bus::bulk(), typed translations, Cloud queue driver, JSON Schema, Tinker MCP...
Laravel 13.15Bus bulkTyped Translations
Jun 15, 202611 min
10
AI Tools
Claude June 2026 Updates — Every New Feature for Developers (Fable 5, Scheduled Deployments, Dreaming)
Claude June 2026 update breakdown — Fable 5 model, scheduled deployments, Dreaming, nested sub-agents, Opus 4.8 default,...
ClaudeClaude CodeAnthropic
Jun 14, 202611 min
11
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
12
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
13
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
14
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
15
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
16
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
17
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
18
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
19
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
20
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
21
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
22
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
23
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
24
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
25
Laravel
Laravel 11: Everything New in the Minimal Application Skeleton
Laravel 11 dropped the legacy cruft and gave us a lean, clean application structure. Here is a deep-dive into every mean...
laravelphpweb-development
Mar 25, 20262 min
26
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
27
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
28
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
29
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
30
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
31
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
32
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
33
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
34
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
35
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
36
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
37
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
38
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.
38 articles · newest first
04 — Newsletter
Stay in the Loop.
Weekly · Every Thursday
One article,
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.
38 articles across 6 topics
More from Tushar →
See My Projects.