Why would someone want to start a new project without Laravel Boost in this AI era? 😁
there are many things i could say about this laracon EU, but i can't stop thinking about how full of joy my heart feels seeing hundreds of people truly wanting me to succeed as MC / on stage.. it means the world to me.. thank you ❤️
End-to-end video production for rapid growth. Scripting, visuals, voiceovers, and editing handled by AI, controlled by you.
frameloop.ai
Ever stared at a 50k row export and thought "are my enums slowing this down?"
I did. So I rewrote the whole thing to use pre-cached arrays instead of tryFrom() on every row, moved JSON decoding to raw SQL, and benchmarked both versions carefully.
Result? 16ms difference. Literally noise.
Turns out PHP 8.1 enums are singletons - same instance every time, no allocations, no GC pressure. Your real bottleneck is I/O and formatting, not enums.
Use tryFrom(), this is fine.
dev.to/tegos/php-enums-are-not-your-bottleneck-heres-proof-1887
Updating the Chat App to Livewire V4 LIVE with Jayveer! ⚡️
Breaking changes, new features, and real-time refactoring. Grab a coffee and come hang out:
📺 www.youtube.com/watch?v=5Nxyz-ZteDk