8 VS Code Extensions Every PHP Developer Needs
The 8 VS Code extensions PHP developers actually keep installed, with real setup notes on when each one earns its spot.
Read moreFrom basic concepts and advanced tips to the latest technology news.
Learn how to stream LLM response output in a web app with SSE, EventSource, fetch ReadableStream, and a PHP/Laravel server example.
Read more1–12 / 32
The 8 VS Code extensions PHP developers actually keep installed, with real setup notes on when each one earns its spot.
Read moreWhy 'ignore malicious instructions' never works, and which defenses actually reduce the blast radius of prompt injection in LLM apps.
Read moreSet up Laravel GitHub Actions CI/CD from scratch: a full ci.yml with PHP, MySQL service, caching, and php artisan test explained line by line.
Read moreA practical guide to PHP readonly properties: value objects, DTOs, immutable config, constructor promotion, and the gotchas that bite in production.
Read moreA practical guide to Laravel events listeners: auto-discovery in Laravel 11+, queued listeners, real trade-offs, and the pitfalls to avoid.
Read moreSQLSTATE[HY000] in Laravel isn't one bug. Learn to read the driver code, then fix 2002, 1045, 1049, 2006 and 1364 fast.
Read moreHow to build an exponential backoff retry with jitter that survives real outages: which errors to retry, capping delays, and Retry-After.
Read moreDebounce vs throttle in JavaScript explained with runnable code, real use cases, and a cheat sheet so you pick the right one every time.
Read moreLearn to write testable PHP code without a framework: dependency injection, injecting time and randomness, and a plain PHPUnit test.
Read moreLaravel API Resources vs Fractal for JSON serialization: code, trade-offs, a comparison table, and a clear pick for your next API.
Read moreA practical guide to PHP 8.4 property hooks: get/set syntax, virtual properties, interface requirements, and when they beat plain getters.
Read moreThe Oatllo blog covers modern PHP and Laravel, JavaScript, software architecture, databases, DevOps and developer tooling - hands-on tutorials and deep-dives you can apply to real projects. New articles are published regularly.