01
Articles
Technical insights.
Lessons learned from real-world projects - Laravel, AI, architecture, and delivery.
01
02
03
04
05
06
07
08
Guardrailing AI-assisted Laravel development
Automated guardrails ensure quality when working with AI coding assistants.
Laravel
AI
Best Practices
LLM Observability for Laravel
Trace every AI call, track costs, manage prompts, and evaluate outputs with Langfuse.
Laravel
AI
Observability
I Tried Applying for Permanent Employment Roles
After 20 years of self-employment, I experimented with permanent roles.
Career
Freelancing
Interfaces Are Not "Future Programming"
Why one implementation is enough, and why avoiding interfaces is a red flag.
Architecture
Design Patterns
Using LLMs for Coding: Don't Offload Thinking
How to leverage AI assistants effectively without compromising quality.
AI
LLMs
A Dutch Court Rulings MCP Server
Classic search engines can still power effective RAG systems.
Solr
RAG
MCP
Golang Struct Interface Method Examples
How structs, interfaces, and methods work in Go.
Go
Tutorial
How to Use Data Providers in PHPUnit 12
Migrating from doc-comment annotations to PHP attributes.
PHPUnit
Testing