Tech Weekly

A weekly dump of things I learned, bugs I squashed, and tech I’m exploring.

Reading time: 3 mins

After years of developing with Laravel, I noticed a frustrating pattern. No matter how unique a project seemed, the foundation remained the same: Authentication, Dashboards, Tables, Forms, and Permissions. I found myself rebuilding these structures over and over. Sometimes I did it faster, sometimes cleaner—but I was still rebuilding. Eventually,.

Read full log
Reading time: 3 mins

For years, working with Eloquent models in Laravel meant relying heavily on configuration arrays like $fillable and $casts. They worked, and they became part of how most developers approached model design. But if we’re honest, they always felt a bit disconnected from the language itself. They weren’t really code. They.

Read full log
Reading time: 9 mins

TL;DR: Kumix.cloud is a multi-tenant SaaS dashboard built with Laravel and React that lets DevOps engineers, system administrators, and hosting providers manage VPS instances, SSH credentials, and server health from a single, real-time interface. Here’s how I built it. The Problem Managing multiple VPS servers across different providers is a fragmented nightmare. You bounce between: I needed one.

Read full log
Reading time: 3 mins

PHP still gets mocked at tech conferences. At the same time, PHP still powers around 77% of websites that use a known server-side language. Both of those things are true in 2026. And that gap says more about perception than reality. A 14-Year Perspective I’ve been writing PHP for more.

Read full log
Reading time: 4 mins

Recently, Cloudflare introduced a new open-source CMS called EmDash, describing it as a “spiritual successor” to WordPress. That alone is a bold statement, especially considering WordPress still powers more than 40% of the web. But what caught my attention wasn’t the ambition. It was the reason behind it. The Problem.

Read full log