Skip to content
ansezz.
← Back to blog
Career Nov 16, 2025 1 min read 174 words

Hello, world. Yes, another developer blog.

Why this site exists, what I'll write about, and why neobrutalism is the right call for an engineer's portfolio in 2026.

Anass Ez-zouaine

Backend · Architect · AI

▸ Share

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:

app/Actions/AskClaude.php
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();
01

That’s it. First post live. More incoming.

▸ Made it to the end? Send it around.

▸ Share