Matthieu Napoli

437 Followers
103 Following
453 Posts
Building:
▸ bref.sh
▸ bref.sh/cloud
▸ port7777.com
AWS Serverless Hero
Websitehttps://mnapoli.fr
GitHubhttps://github.com/mnapoli
Brefhttps://bref.sh

The "push -> PR review -> fix -> PR review -> fix" loop works, but it's slow.

I built a PhpStorm plugin that:
- runs Claude + Codex review locally
- they create inline comments *in PhpStorm*
- you review/edit/dismiss comments
- click to copy a prompt for Claude/Codex to fix them all

I've been using it for 2 weeks now and it's awesome. Doing all review locally (fast) and in my preferred IDE: better than reviewing in GitHub or Claude Code and then copy-pasting file names, etc.

I usually run multiple passes of reviews and let Claude fix its mistakes that Codex found, or vice-versa.

I'm posting this here to see if there's any interest in publishing the plugin publicly.

Taylor Otwell casually shipping a broken app online. The app triggers an alert, which triggers opencode which writes a fix, pushes a PR, then OpenClaw calls Taylor BY PHONE on stage, who responds « merge it », and the fix is merged and deployed. All in 2 minutes, live on stage 😂
Preparing for LaraconEU
I have now 2 floppy disk readers, I can create twice as much 💪 Come find me if you want one!

Bref 3 is released 🎉

Since its creation, Bref has served 1.2 trillion requests and jobs!

▸ simpler & lighter runtimes
▸ PHP 8.5
▸ improved observability (logs & tracing)
▸ simpler Laravel onboarding
▸ postgres & redis built-in
and more ⤵
https://bref.sh/news/03-bref-3.0

Bref 3.0 is released 🎉 – Bref

Bref 3.0 is released and reaches 40 billion invocations every month.

Bref
Working on Bref v3 release for tomorrow 🤞
Most emails I receive about open source are unsolicited feature requests, but not all emails 😌

Improved Bref docs on a quick win: cleanup the AWS SDK before deployment
https://bref.sh/docs/deploy#reducing-package-size

(btw could also be useful if you deploy your app on a server)

@OndrejMirtes why isn’t that the type of the constant?
I don't understand why PHP got typed constants. Constants never change, their type is exactly what the constant is.