Best PHP CMS Platforms for Developers in 2026
PHP CMS platforms don’t get simpler with age, they get more numerous. In 2026, the best PHP CMS platforms range from WordPress to purpose-built option
Curated development tutorials from top sources. Filter by language.
PHP CMS platforms don’t get simpler with age, they get more numerous. In 2026, the best PHP CMS platforms range from WordPress to purpose-built option
When it comes to improving website performance, most developers immediately think about caching plugins, CDN, or theme optimization. But the real foun
Originally published at hafiz.dev Most Laravel apps don't fail upgrades because of breaking changes. They fail because composer update throws a
I was using one of those popular online bcrypt tools. Pasted a hash to look it up. It said "not found." Then I got curious. I hashed a string on the
The problem nobody wants to deal with Late 2024, the EU's NIS2 directive started biting. Thousands of mid-sized European companies that nev
61. Rotate List Difficulty: Medium Topics: Linked List, Two Pointers Given the head of a linked list, rotate the list to the right by k places. Ex
Gampangnya, Variable adalah tempat kita menyimpan nilai yang nantinya bisa dipakai kembali. Misal kita ingin menampilkan data Nama Lengkap dari Siswa
Book: PHP to TypeScript — A Bridge for Modern PHP 8+ Developers Also by me: The TypeScript Library — the 5-book collection My project: Hermes ID
If you've ever asked Claude Code, Cursor, or Copilot to "add a function" to a PHP project, you've seen the output: untyped properties, mysql_query("SE
As developers, we often have a problematic relationship with primitives. We use a string for an email, a float for a price, and an int for a status. T
A few months ago I started with a simple goal: have a solid, reusable base for my PHP projects without pulling in a full framework every time. What I
An ecological consultancy hired me to digitise their reporting workflow. Field surveys, FFH pre-checks, monitoring protocols — nine different report t
Live link: https://diffdocs.onrender.com I recently built and deployed DiffDocs, a developer utility that compares two versions of a code snippet and
One of the things I didn't expect when I started building Neuron AI was how much the design of the framework would be shaped by the people using it. I
I've written invoice PDFs with DomPDF. I've written them with wkhtmltopdf via Snappy. Both work. Neither produces output I'd want a customer to see if
If you've ever profiled a slow Magento 2 store and found mysterious database queries eating hundreds of milliseconds on every page load, customer segm
My blog is 3 months old. 50+ articles published, a database-free comment system, a honeypot anti-spam, CSRF protection. This morning, first comment. F
Maravel Micro-Framework I asked Gemini: Please write me an article exposing why Maravel is Better than Laravel for APIs. Look at https://github.co
In this article, I'll share six Laravel performance lessons we learned from building real client systems, including how Eloquent queries, caching, cod
It Started With a Bug When I was building VMMS — a voucher management system for government offices — everything worked fine locally. MyS