A Blog About Software Development And Life
Welcome to my blog. Subscribe and get my latest blog post in your inbox.
OWASP in PHP: Simple Guide to Write Safer Code with Real Examples
When I build PHP applications, I do not only think about features
Design Patterns in PHP: Simple Guide with Real Examples for Beginners and Junior Developers
In our earlier discussions, we talked about Read more →
PSR in PHP: Simple Guide to Clean, Standard, and Professional Code
When I work in PHP, I do not treat code style as a small detail.
SDLC in PHP: Simple Guide to Understand Software Development Life Cycle with Real Example
When we build software, we should never start by writing code ran
SOLID Principles in PHP: Simple, Practical, and Easy to Understand with Real Code Examples
When I write PHP code, I do not only think about making it work.
How to Find and Fix Database Deadlocks in Laravel Apps
The Dreaded SQLSTATE[40001] Error
A few years ago, I was working on a high-traffic e-comm
Streaming Large CSV Exports in Laravel Without Memory Crashes
The Friday Evening Production Crash
A few years ago, I got an urgent support ticket on a
Debugging Slow Laravel APIs: Fixing N+1 Queries and Memory Leaks
The Silent Performance Killers in Laravel APIs
In my 10 years of working with PHP and Lar