Conquering CORS Errors in Laravel: A Comprehensive Guide
CORS errors are really a rite-of-passage into becoming an expert programmer, we've all run into them. Here's a comprehensive overview to fixing CORS errors in Laravel
Queue the work of hydrating a Laravel session
Ever needed to offload the work of hydrating Laravel session data into a queue worker? Here's how...
The PHP Community Is'a Rockin!
Having not gone on Twitter in a few days, I jumped on to see what what the latest news was. Man, was I pleasantly surprised!
Rust In Action - Review
I've spent the past couple weeks reading through "Rust In Action" by Tim McNamara. I'm ready to jot down some thoughts about it!
Rusty Nights
After spending months looking through languages to learn, I found Clojure to be a huge inspiration. In the end though, Rust won. Here's why...
Data Providers: A Guide To Using Generators Within Pest Tests
Passing static data into one's PHPUnit tests is generally straightforward. When you want or need Laravel booted up first though, it gets a bit more tricky. Here's a rundown on how to do it.
Match Statement In PHP??
I've had this idea for months now, PHP with match statements! It's currently not a feature but I want to put it out in the world! Hopefully someday it will 🤞 Check it out...