Most developer blogs read like a LinkedIn post had a baby with a Medium article. This one won’t. I’m Anass. I ship Laravel + Shopify + AI for a living, and this is where I take notes out loud.
Why now
I’ve spent 10+ years remote, mostly head-down in client codebases. The patterns I keep reaching for — Laravel Octane at scale, RAG done right, agentic commerce — don’t show up in tutorials. So I’m writing them down.
Strong opinions, loosely held. Code that runs in production.
What you’ll find here
- Laravel internals you actually use day-to-day
- AI engineering with Anthropic Claude + MCP
- Shopify Plus app patterns
- Architecture & DevOps lessons learned the hard way
Subscribe via RSS — no newsletter, no popup, no LinkedIn dance.
A small comparison
| This blog | AI-slop blog | |
|---|---|---|
| Real production code | ||
| Opinions | ||
| GPT-written filler | ||
| Personality |
Example code
Every post that needs code gets the syntax treatment:
use Prism\Prism\Prism;
$response = Prism::text()
->using('anthropic', 'claude-opus-4-7')
->withSystemPrompt('You are a senior Laravel engineer.')
->withPrompt('Refactor this controller for clarity.')
->asText();That’s it. First post live. More incoming.