
Featured
2025‘s Thoughts
✦ May
Use 'git-open' as a cross platform PowerShell command
I created a 'git-open' PowerShell module that allows you to open git repos from your terminal. Windows, Mac, and Linux are all welcome.
2025‘s Thoughts
✦ April
Taking the C#/.NET plunge
Learning C#/.NET? Here' a gallery of resources to check out.
2025‘s Thoughts
✦ April
Understanding PHP 7's Performance Boost: A Peek Under the Hood
How PHP 7 was a turning point for the language...
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...
2024‘s Thoughts
✦ October
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
2024‘s Thoughts
✦ August
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...
2024‘s Thoughts
✦ July
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!
2024‘s Thoughts
✦ July
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!
2024‘s Thoughts
✦ July
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...
2024‘s Thoughts
✦ June
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.
2024‘s Thoughts
✦ May
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...
2024‘s Thoughts
✦ April
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...