@nunomaduro

1.2K Followers
0 Following
1.7K Posts
staff software engineer at laravel · speaker · content creator · open-source contributor · created pest, pint, pail, larastan, and more.
ythttps://www.youtube.com/nunomaduro
twitchhttps://www.twitch.tv/nunomaduro
xhttps://x.com/enunomaduro
sponsorshttps://nunomaduro.com/sponsorships
hugeeee difference between having a "ready" app running locally on a dev server and having it live in production; taking payments, handling real users, dealing with scale, bugs, support, and all the chaos that comes with reality
Cut Your AI Token Usage by 75% (with Caveman) / Watch this: https://youtu.be/1gyRbgYRhck?si=24dVdYA0zAtBUQHC
Cut Your AI Token Usage by 75% (with Caveman)

YouTube
stop overengineering.. just use a database https://youtube.com/shorts/RnHAo5VF49o?si=CexKkY_c6v4I5rV6
stop overengineering.. just use a database

YouTube
huge stuff: laravel got strict forms, pest now supports flaky tests + more.. check it out: https://youtu.be/ctpyKkZqfkg?si=xJUt8DT9ZYdzsmfN
huge stuff: laravel got strict forms, pest flaky tests + more

YouTube

são paulo php community, 2 weeks left:

• laravelday sp, 6 may: only a few spots left https://www.sympla.com.br/evento/laravel-day-sp/3384640
• php sp, 7 may: sold out
• [redacted], 9 may: follow Marcel dos Santos for news

Laravel Day SP

<p class="mb-ds2-10" style="--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: …

all my projects, starter kits, and packages now use pao.. in just one week: close to 400 github stars, almost 100,000 downloads; start saving tokens today..

https://github.com/nunomaduro/pao

GitHub - nunomaduro/pao: PAO is agent-optimized output for PHP testing tools.

PAO is agent-optimized output for PHP testing tools. - nunomaduro/pao

GitHub

just released laravel sluggable; my opinionated take on slug generation for eloquent models, based on the same pattern i've used in projects like laravel cloud.. it handles all the weird edge cases, collisions, unicode, cjk transliteration, etc

https://github.com/nunomaduro/laravel-sluggable?ref=nuno

GitHub - nunomaduro/laravel-sluggable at nuno

Laravel Sluggable is my opinionated take on automatic slug generation for Eloquent models - nunomaduro/laravel-sluggable

GitHub
5 claude code cli commands that save me hours; watch here: https://youtu.be/rBsbmqIvfr8?si=ffBPDm0NGqfOV04_
5 Claude Code CLI Commands That Save Me HOURS

YouTube
this is huge: Tanner Linsley, creator of TanStack, is coming to my channel on april 23 for a live interview.. don't miss it: https://www.youtube.com/live/AQOPaHHYQFk?si=tAIaN8ZPFStJL_PO
🔴 Tanner Linsley: The Mind Behind TanStack (Live Interview)

YouTube
just released pest v4.6.1; up to 30% faster boot times before your test suite runs (measured on laravel cloud); if you pass --filter or a test file, --update-snapshots now only updates the snapshots that match