👨💻 Senior Dev
🐘 Writing about modern PHP, Laravel, C#, Software Architecture, Algorithms
🚀 Open Source @ https://t.co/tx4TDfeRqEcentamori.com ItalyJoined April 2025
Queued listeners firing before your DB transaction commits? Use ShouldDispatchAfterCommit. It ensures your background jobs only run once the data actually exists in the database. No more race conditions! 🛡️
#Laravel#PHP#Backend#WebDevelopment
Stop manually building whereIn queries from collections! Use toQuery() to perform bulk database operations directly on your collection results. It’s cleaner, faster, and much more "Laravel". 💎
#Laravel#PHP#Eloquent#Coding
Expensive computation called multiple times in one request? Use once() for pure in-memory memoization. It doesn't even hit your cache store, making it the ultimate tool for per-request performance. 🧠
#PHP#Laravel#CleanCode#Optimization
Stop making users wait for logging or analytics! Use defer() to run lightweight, fire-and-forget tasks after the HTTP response is sent. No queue overhead, just faster response times for your users. ⚡
#Laravel#PHP#CodingTips#Backend
Stop using whereHas() for simple checks! It re-executes a correlated subquery for every row. Use whereIn() with a select subquery to let the database use indexes efficiently without high PHP memory overhead. 🚀
#Laravel#PHP#WebDev#Performance
🛠️ ORMs provide a great abstraction, but they often lead to "Object-Relational Impedance Mismatch". To avoid N+1 performance killers, always eager load your relations and avoid hardcoded table names in your queries. centamori.com/index.php?slug…#Database#Laravel#PHP#WebPerformance
AI integration is more than just a chat window. Force structured JSON output to make AI results machine-readable. Turn models into powerful, logical microservices for your application. 🤖
#AI#ArtificialIntelligence#SoftwareDev#Coding
📍 Vector databases are the backbone of modern AI and RAG systems. Learn how to implement Hierarchical Navigable Small World (HNSW) graphs directly in PHP for efficient similarity searches. Search beyond keywords! centamori.com/index.php?slug…#VectorSearch#PHP#Algorithm#HNSW
C# Pattern Matching isn't just syntax sugar; it’s about safety and readability. It cuts down complex conditional branches and leverages strong typing for elegant, maintainable code. 💻
#CSharp#DotNet#CodingTips#Programming
🧠 Who said PHP is only for simple CRUD? You can run Llama 2 inference and architecture entirely in pure PHP. It’s an incredible look into the math behind LLMs, from matrix multiplications to token sampling. centamori.com/index.php?slug…#AI#PHP#Llama2#MachineLearning
Prevent latency spikes when the cache expires! Use Cache::flexible() to serve stale data while refreshing it in the background. Smooth sailing for all your users, even during high-traffic peaks. 🛠️
#Laravel#PHP#Performance#Caching
🚀 Scaling complex apps? Separate your Reads from your Writes with the CQRS pattern. By using single-purpose Action classes for commands, you ensure your business logic remains clean, testable, and decoupled. centamori.com/index.php?slug…#SoftwareArchitecture#PHP#CleanCode#CQRS
Kill those bloated controllers! Extract discrete business logic into single-purpose, invokable Action classes. Your code becomes testable, reusable, and much cleaner. Your future self will thank you. ✨
#CleanCode#Laravel#Architecture#PHP
phpsadness.com showed what was wrong with PHP.
haPHPiness shows what's right.
67 features from PHP 5.4 → 8.5 that genuinely make developers happy. Code examples, version info, the works.
haphpiness.com#PHP#PHPc
🕵️♂️ You’re being tracked even without cookies! Browser fingerprinting uses specific JS properties to create a unique ID for your device. It's a delicate balance between security and user privacy. centamori.com/index.php?slug…#Privacy#CyberSecurity#WebDev
Stop eager-loading entire relationships for just one value (like a timestamp). Use addSelect() with a correlated subquery to pull data in the main SQL query—zero extra queries, max performance! 🚀
#Laravel#PHP#WebDev#SQL
🛠️ Want to see it in action?
I also open-sourced a proof-of-concept repository so you can test these fingerprinting vectors yourself and see exactly what data your browser is leaking.
Check out the code, star the repo, and let me know your thoughts! 💻github.com/centamiv/advan…
It’s a fascinating cat-and-mouse game between privacy browsers (like Brave or Tor) and tracking scripts.
Read the full breakdown of how these techniques work here: centamori.com/index.php?slug…
Cookies are dying, but tracking isn't. Welcome to the world of Browser Fingerprinting. 🔎
I just published a deep dive into the "Art and Science" of how trackers use your hardware and browser APIs (Canvas, AudioContext, WebGL) to build a unique ID for you. 🧵👇
⚡️ Level up your @laravelphp Collections!
🛠️ If you love Eloquent mutators, you need to check out laravel-collection-mutators. Easily transform and mutate your collection and arrays with zero hassle.
🔗 github.com/centamiv/larav…#Laravel#PHP#Developers
2K Followers 4K Following🚀 Trusted IT solutions for 26+ years!
💻 Web Development | 📈 Digital Marketing | 🖥️ Custom Software
Based in 🇵🇭, serving globally 🌍
250 Followers 225 FollowingEnterprise @Laravel • I operate somewhere at the intersection of product, engineering, and growth • Prior @flyrlabs, @deloitte
988 Followers 866 FollowingSoftware engineer, currently doing tech support @laravel.
PHP, Laravel, image processing.
Father and husband. Follower of Christ.
check https://t.co/PR9sEY6obq
2K Followers 832 Followingsoftware engineer at @laravel · speaker · open-source maintainer · boost, mcp and aisdk · created @shipfastlabs, parsel, agent-detector and more.
60K Followers 208 FollowingIndependent foundation fostering open development and collaboration around the growing collection of open source technologies for .NET.
340K Followers 850 FollowingFree. Cross-platform. Open source. A developer platform for building all your apps. Official handle of the .NET team at Microsoft.
32K Followers 433 FollowingSince 2002, php[architect] publishes a monthly magazine & books, organizes conferences, and provides training dedicated exclusively to the world of PHP.
9K Followers 435 FollowingSenior Software Engineer @laravelphp working on Laravel Cloud.
The internal analytics dashboard you keep meaning to build, without building it: https://t.co/xqU2tGlomG
10K Followers 518 FollowingFull stack web developer and author using @php @laravel @vuejs @docker. Staff writer at @laravelnews. Golfer and NBA fanatic.
5K Followers 1K FollowingFriendly Hacker, Speaker, and PHP & Laravel Security Specialist.🕵️ I write https://t.co/aAATy2Ho9m and hack stuff on stage for fun. 😈 (he/him)
7K Followers 9 FollowingThe most flexible admin panel for Laravel developers - 2.5M downloads and counting 📈 Follow us for tips & tricks on Laravel, Backpack & admin panels 💻
8K Followers 254 FollowingLaravel Engineer • Core Team @PinkaryProject & @Pestphp • Founder @LaravelArtisans • Open Source • Building tools & sharing what I learn.
16K Followers 10 FollowingCréateur de Symfony. Recognized as Open-Source reference, SensioLabs creates software solutions, and provides professional services for entreprises.
16K Followers 31 FollowingThe smartest Laravel development experience is now built into @phpstorm. Everything you loved about Laravel Idea — now included by default.
20K Followers 71 FollowingLLVM toolchain engineer at @RedHat. Open source contributor, mainly PHP / LLVM / Rust. Studied computer science and physics at TU Berlin.