@devhammedi
iAccount based inNigeria!
About this account
- Account based in
- Nigeria
- Connected via
- Nigeria Android App
! X says this location may be affected by a proxy or VPN.
Account-level information from X, not a live location or the device used for a specific post.
Innovative senior software engineer with 7+ years of experience in developing cutting-edge web and mobile applications. Ask me about JavaScript, PHP & Dart.
Ibadan, Nigeria
Joined August 2015
- Tweets4.2K
- Following661
- Followers1.1K
- Likes5.6K
Pinned Tweet
Can I automate browsers with AI???
Can I automate email replies with AI???
Can I sleep at night peacefully, knowing fully well that there is something constantly monitoring the platforms under my care are running through scheduled checks?
Can I monitor that particular online store for discounts on products I would love to buy???
I answered YES to these questions and many more with my first personal project!
I'm calling it Flowshub for now, but that is still open for changes.
Watch this space for the final launch!
🚀 New in Symfony 8.2: Faster Messenger Workers
➡️ symfony.com/blog/new-in-symf…
Hammed Oyedele retweeted
Writing php currently and oh boy this language has evolved a lot wow.
I’m ridiculously slow at what I could do faster in ts, go or zig. But damn, it’s fun really.
Hammed Oyedele retweeted
Meet defaults(), which will be in 14.x 👀
github.com/laravel/framework…
It's like casts(), but for default values.
I like it, maybe you don't. Welcome to the round table, lemme know what you think 👇
Hammed Oyedele retweeted
Hmmm. For one year...it's fair shaa. I mean, from January to December... I think it's fair.
The utility here is that you will have the discipline to finish.
Not that people can't learn these stuff on the free internet (YouTube, etc), but the discipline is a major problem for them.
1 million naira for one year, plus a good curriculum, learning plan, and system, is motivating enough to want to see it through.
Yeah, we can't deny that not everyone can afford it, but if you see the value and you think you can afford it (there is provision for installments), you may want to go for it. That's my two cents.
Or maybe, if you can use YouTube, I hope this motivates you enough to lock in on the free resources at your disposal.... now that you see how much it costs for full-stack development...
Hammed Oyedele retweeted
I built dotcfg, a flexible configuration library for Rust.
It makes it easy to manage application config while still giving you control over where and how that config is stored.
dotcfg.pxxl.click
Hammed Oyedele retweeted
Laravel's real-time facades remain one of my best Laravel features. I use them all the freaking time.
They automatically resolve from the container and give you a static interface to methods, similar to other framework Facades.
You can also very easily fake them in tests 🧘♂️
Valid URL ✅
Safe URL ❌
You are basically allowing your server to be a gateway for attacks on your own internal services (SSRF).
You can use the Laravel SSRF package from @cboxdk to prevent something like this.
packagist.org/packages/cboxd…
Hammed Oyedele retweeted
Trying to be the best version of myself, I'm open to new opportunities.
linkedin.com/in/emmanuel-obi…
Funny how I have never used Mailables and I have been working with Laravel for more than 5 years now....
Laravel Notifications vs Mailables: Which to Use (+ Audit)
laravel-news.com/link/19070?…
Hammed Oyedele retweeted
A significant addition to our "New Project" wizard: install @pestphp with some plugins in one click
Hammed Oyedele retweeted
Just recently released PHPStan-Laravel 1.9.0!
This release makes PHPStan much smarter when it comes to Laravel's FormRequest, Validators, and inline request validation; along with several other features/improvements
Check it out!
github.com/calebdw/phpstan-l…
Hammed Oyedele retweeted
I got Laravel Cloud to be an inference provider. Here it is running a 20b quantized gpt-oss model.
Is it fast? No. But is it good? I’ll leave that up to you!
S3 buckets are now available in Lagos 🇳🇬
You can now store your files closer to users in West Africa for lower latency and faster uploads/downloads.
Available now on @brimblehq .
paper.brimble.io/object-stor…
Every pull request now gets a running version of your app at its own URL.
Cloud builds it, sleeps it between requests, and cleans it up on merge. Fresh resources each time, so previews never point at production data.
Read the docs → laravel.com/cloud/docs/previ…