Blog Posts
A collection of my thoughts, insights, and experiences on software development, technology trends, and personal growth in the tech industry.
- software-engineering
2026-05-25
The Most Dangerous Assumption in Software: Users Will Behave Normally
Most systems do not collapse because users are evil. They collapse because developers quietly assume everyone will behave correctly forever.
Read article→ - zip-bombs
2026-05-25
The Zip File That Teaches Infrastructure Lessons: Why Q/A Is Not Enough!
A weird little experiment about compression, infrastructure pain, and why security culture matters more than checklists.
Read article→ - security
2026-05-23
Why Input Validation Matters More Than Most Developers Think
A chaotic WhatsApp group, two autonomous bots, a token bomb, and a reminder that unvalidated systems eventually become someone else's problem.
Read article→ - browser-extension
2026-05-13
Floating Console Extension and Disable Ctrl Shift C Extension
Two small browser tools built to solve surprisingly annoying developer problems.
Read article→ - seo
2026-05-12
indexnow-notifier Initial NPM Release
A simple CLI tool that automates IndexNow notifications for Next.js projects and CI/CD pipelines.
Read article→ - cloudflare
2026-05-08
Testing Local Apps in Production with Cloudflared
Learn how to use Cloudflared tunnels to expose local applications securely to the internet for real production style testing.
Read article→ - software engineering
2026-05-06
Rebuilding the Point of Sale: Engineering for Reliability, Scale, and the Real World
A deep dive into why I built a modern POS system from scratch, passionately focused on reliability, performance, and long-term sustainability for real-world business operations.
Read article→ - ecommerce
2026-05-06
Ulisha Store Laravel: A Modern E-Commerce Platform Built for Control, Performance, and Growth
Ulisha Store Laravel is a powerful, flexible e-commerce platform designed for businesses that want full control, high performance, and low operational costs—without relying on SaaS platforms like Shopify or WordPress.
Read article→ - api
2026-05-03
Rest vs Restful vs SOAP vs GraphQL vs gRPC
A practical, business-minded rundown of five dominant API approaches—what they are, who uses them, why they matter, and how organizations decide.
Read article→ - linux
2026-05-01
Linux: CVE-2026-31431 Copy Fail Vulnerability Root Su
CVE-2026-31431 is a critical vulnerability in the Linux kernel that allows attackers to gain root privileges by exploiting a copy fail issue.
Read article→ - Next.js
2026-04-30
Optimizing Next.js Performance and Cost Reduction
Next.js is a powerful React framework that offers great performance benefits, but it can also lead to increased costs if not optimized properly. In this article, we will explore some best practices for optimizing Next.js performance and reducing costs.
Read article→ - security
2026-04-29
Prevent ID Enumeration Attack
ID Enumeration Attack is a common attack vector in web applications where attackers try to guess or enumerate the IDs of resources. In this post, we'll discuss what ID Enumeration Attack is and how to prevent it.
Read article→