Fifteen years ago, I started my journey in web development with WordPress as one of my first content management systems. Since then, I’ve built hundreds of websites and blogs for clients and personal projects. It saddens me to see how the creator, Matt Mullenweg, seems to be leading WordPress in a troubling direction, upsetting the… Continue reading The WordPress Mess
CrowdStrike’s incident & Microsoft
CrowdStrike’s last week incident was quite a headline, large enough that almost everyone who follows some sort of news, has heard about it. even my mom sent me a message asking if my job was affected by it. (no Mom, unfortunately, I had to work) As someone who works in the engineering and IT field,… Continue reading CrowdStrike’s incident & Microsoft
Laravel Pulse Crashes with Large SQL Queries
If you’re in the Laravel Ecosystem, You’ve probably heard of Laravel Pulse by now. Pulse delivers at-a-glance insights into your application’s performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more. From pulse.laravel.com Exciting right? but when I started using Laravel Pulse on one of my projects,… Continue reading Laravel Pulse Crashes with Large SQL Queries
Building Post-Rock Nation
I’ve been into the programming business for some time now, in general I, amidst being born in a family with both my parents being artists, I did not end up in that in that business. but I can’t deny whether I notice it or not, I did take a bit of their taste to how… Continue reading Building Post-Rock Nation
install and use xdebug with Laravel Herd
Ever since the release of Laravel Herd it has become my simple setup for having PHP locally available on my Mac. This has been super helpful as I do not need to run my docker containers locally as we all know docker on Mac doesn’t rock like how it does on Linux. Laravel Herd has… Continue reading install and use xdebug with Laravel Herd