Exception and Error Handling in PHP
A practical guide to PHP exceptions and error handling: try-catch-finally blocks, multiple catch clauses, custom exception classes, and global handlers.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 20/32)
A practical guide to PHP exceptions and error handling: try-catch-finally blocks, multiple catch clauses, custom exception classes, and global handlers.
I explore what you get — and what you don't — when building a small HTTP service with Go's net/http package, and where the framework threshold sits.
I explain the gap Python fills in my polyglot practice, my learning journey, and a PHP developer's perspective on Python.
When should you reach for Alpine.js, and when should you not? I discuss the right scale for UI needs that don't require a full framework.
How Laravel Sanctum solves SPA authentication, and why its cookie-based approach is cleaner than token-based alternatives.
A practical look at Livewire's server-driven interaction model — when it's the right choice, and where its limits lie.