Writing & Notes

Blogs that blend code and craft

Short, practical reads about Laravel, product thinking, performance, and the workflows I use to ship reliable web apps.

28+

Articles written

5 min

Average read

8

Core categories

Featured

Scaling Laravel apps without losing developer velocity

The patterns I use to keep large codebases fast, predictable, and easy to onboard. From query strategy to queues, events, and sane module boundaries.

Jan 12, 2026 9 min read Architecture
Laravel

Queues that never fail silently

Building a resilient queue pipeline with retries, alerts, and idempotent jobs.

Dec 20, 2025 6 min read
Performance

The lazy-loading checklist I use

A practical runbook for speeding up views, images, and query-heavy dashboards.

Nov 28, 2025 5 min read
Product

Shipping MVPs without cutting corners

How I define guardrails so early releases stay maintainable after launch.

Nov 10, 2025 7 min read
Tooling

VS Code setup for Laravel speed

Extensions, snippets, and workflows that keep me moving fast on big projects.

Oct 22, 2025 4 min read
Security

Auth patterns I trust in production

Guardrails for roles, policies, rate limits, and sensible defaults.

Sep 30, 2025 8 min read
Workflow

Daily dev checklist for remote teams

The short routine I use to stay aligned, focused, and consistent.

Aug 18, 2025 3 min read