2024‘s Thoughts
✦ November
A Quick And Thorough Guide On Javascript Query Selectors
Ever wanted a place to quickly view all the query selectors available to you in Javascript when querying the DOM? Check this out...
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...
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...
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...
Eloquent Models 🤝 PHP Constants
For those out there that are working with codebases that have been around for some time, you've likely come across databases where the column names don't represent all the beautiful snake-cased columns you see throughout tutorials and videos online. Let's address this...