Latest posts
How My Server Got Hacked Through a Pirated WordPress Plugin => A Developer's Wake-Up Call
Last week, I discovered that my personal website was showing a blank page. What followed was a deep investigation that uncovered a full server compromise, all because of a single pirated WordPress plugin on a different website hosted on the same server. I'm sharing this story because I want other d...
5 minute read · 137 views · 4 likes
Native Php array operations
Laravel offers many eloquent - collections but native is always faster due to its less overhead. Some great array related in built functions in php 8.3 can be listed below: Below is a concise list of native PHP array functions, their definitions, and short examples. I’ll focus on providing just the...
7 minute read · 233 views · 3 likes
Flutter Widgets List
Comprehensive Guide to Flutter Widgets for Professional App Development Flutter's widget-based architecture is the cornerstone of its flexible and powerful UI framework. Widgets serve as the essential components for crafting rich, responsive, and visually appealing user interfaces. This guide o...
9 minute read · 234 views · 8 likes