Rust's Associated Types: An OO Developer's Aha Moment on 'Private Generics'
Not clear on what Rust's associated types are, but already familiar with OO? You're 80% of the way without realizing it yet...
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.
Taking the C#/.NET plunge
Learning C#/.NET? Here' a gallery of resources to check out.
Understanding PHP 7's Performance Boost: A Peek Under the Hood
How PHP 7 was a turning point for the language...
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...
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...