Writing
Documentation of my journey in software engineering, mentorship, and building digital products. Thoughts on code, craft, and everything in between.
PHP 8.5: 3 Features That Make Your Code Cleaner
The pipe operator, property hooks, and #[NoDiscard] in PHP 8.5 help you write clearer, safer code—with less nesting and less boilerplate.
Laravel 13: Release Date, New Features, and How to Prepare (2026)
Laravel 13 lands March 2026 with PHP 8.3, PHP Attributes for models and queues, Cache::touch(), and support through Q1 2028. What's new and how to get ready.
NativePHP vs Flutter vs React Native (2026)
NativePHP, Flutter, and React Native compared—language, UI model, team fit, and when to pick each for cross-platform mobile (and desktop) in 2026.
What Is NativePHP? Laravel-Powered Desktop and Mobile in 2026
NativePHP lets you build native desktop and mobile apps with PHP and Laravel—no Swift, Kotlin, or web server required. Here’s how it works and when it’s worth it.
Tutorial Laravel 12 — Building a Simple Todo List App
A step-by-step Laravel 12 tutorial that walks you through building a simple todo list app from scratch—models, migrations, routes, and Blade views in one focused pass.
Best PHP Framework 2026: Laravel vs Symfony vs CodeIgniter
Laravel, Symfony, and CodeIgniter compared head-to-head—plus Yii, CakePHP, and Laminas—so you can pick the right PHP framework for 2026.
PHP 8.5 Features That Actually Matter in Production
Not a changelog—a production-focused guide to PHP 8.5 features that actually matter in real production systems, focusing on correctness, maintainability, and operational impact.
Laravel Octane in Real Production: Performance Gains, Risks, and When It’s Worth Using
A production-focused look at Laravel Octane—where it delivers real performance gains, where it introduces risk, and how to decide if it’s the right optimization for your PHP application.
PHP vs Node.js in 2026: Which Backend Is Better for REST APIs?
A practical, experience-driven comparison of PHP and Node.js in 2026, focused specifically on REST API development—latency, memory usage, developer experience, and production stability.
Ultimate Guide to PHP in 2026: Performance, Ecosystem & Use Cases
A pragmatic, experience-driven look at PHP in 2026—its performance, ecosystem, real-world use cases, and how it actually compares to Node.js and Python today.
PHP in 2026: Still King of the Web?
PHP remains the backbone of the modern web—faster, more efficient, and with an ecosystem too big to ignore.
Scaling Laravel Applications: Practical Guide for High-Traffic Systems
A practical, production-focused guide to scaling Laravel applications using proven techniques like caching, queues, database optimization, and horizontal scaling.