Tech Weekly

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

Reading time: 5 mins

When people read the title of this article, they usually imagine that I’m making money by selling AI products, building AI agents, or launching another SaaS. That’s not actually what happened. The $180 comes from something much simpler: I stopped paying for a subscription I no longer needed. It isn’t.

Read full log
Reading time: 4 mins

Over the past decade, I’ve built WordPress websites for clients ranging from small businesses to large organizations. One issue has remained surprisingly consistent throughout those years: media files are often much larger than they need to be. A few unoptimized images, PDFs, or videos can dramatically increase page load times,.

Read full log
Reading time: 4 mins

For years, PHP developers have heard the same advice whenever performance comes up: “PHP is slow. Move to Go. Move to Rust.” Whether that criticism is fair or not, it has become part of the language’s reputation. Yet PHP has continued to evolve, introducing major improvements in performance, typing, and.

Read full log
Reading time: 3 mins

Artificial intelligence is quickly becoming a standard feature in modern software. Whether it’s summarizing documents, powering chatbots, generating content, or helping users search through large amounts of data, AI is no longer something reserved for specialized applications. As someone who has been building CRM systems and web applications with Laravel.

Read full log
Reading time: 3 mins

As PHP developers, we often face an important question when starting a new project: should we choose Laravel or CodeIgniter? Both frameworks are powerful in their own way, but they are not built for the same type of work. The better choice depends on the project requirements, team experience, hosting.

Read full log