Speeding Up API Development with Postman
Sharing what I learned about testing API endpoints without a browser, building collections, and integrating Postman into my development workflow.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 25/30)
Sharing what I learned about testing API endpoints without a browser, building collections, and integrating Postman into my development workflow.
How I design pagination, filtering, and sorting parameters in an API to present growing datasets to clients in a manageable way.
A walkthrough of the end-to-end flow for file uploading, validation, and image resizing in Laravel.
How I use interface definitions and dependency injection in PHP to build loosely coupled classes, illustrated with practical examples.
Why I abandoned the build pipeline I built with Gulp, and what I gained — and struggled with — when switching to Webpack.
How I use Laravel's event system to decouple side effects from the main flow — with practical examples of what you gain.