Skip to content

Blog

Insights, reflections, and adventures into tech, life, and curiosity.

Showing 3 of 4 items

Featured Post4 min read

API Design-First in Laravel: A Practical Implementation

Putting the design-first methodology into practice with Laravel. A companion to the framework-agnostic guide.

#Laravel#API#Design-First#OpenAPI#Best Practices
Read article
4 min read

Mastering API Development: The API Design-First Approach

Define your API before you code it. A methodology that prevents the 'but the spec changed' pain.

#API#API Design#OpenAPI+2
3 min read

How to Make MinIO `temporaryUrl()` Work in Laravel

MinIO's temporaryUrl() doesn't work out of the box with Docker. Here's the minimal config that fixes it.

#Laravel#MinIO#S3+1
4 min read

Laravel + Xdebug in Docker: Debugging, Coverage & Profiling

The Xdebug + Docker + Laravel setup that finally worked — after hours of debugging the debugger.

#Laravel#Xdebug#Docker+2