Why Clean Code is Overrated And What Really Matters InsteadI’m about to commit heresy in the software development world: Clean Code is overrated. Before you dismiss this as clickbait heresy, let me share what I’ve learned from countless code reviews, failed projects, and production disasters. I have inherite...Sep 16, 2025
React Props vs State: When to Use EachIf you're just starting with React, you've probably heard a lot about props and state. They both deal with data in your components, but in different ways. Understanding how they work is essential to building dynamic and maintainable React application...Jun 26, 2025
Handling Forms in React: Controlled vs Uncontrolled ComponentsForms are a crucial part of web applications, and React provides two main ways to handle them: Controlled and Uncontrolled components. Understanding the difference between these approaches helps you choose the right one for your use case. In this art...Jun 26, 2025
Unveiling the Underrated Power of Rust: A Programming Language Beyond ExpectationsLately, my interest in the Rust Programming Language has been piqued. As a software engineer with experience across a diverse array of programming languages, I find myself thoroughly impressed by what Rust brings to the table. Despite its remarkable ...Jun 17, 2025
Binary Search With Python - The Smart Way to Search ListsSearching is one of the most common operations in computer science, whether you're looking for a contact in your phone, a book in a library, or a number in a list. While a linear search checks every item one by one (which works, but can be slow), the...Jun 17, 2025
Is PHP Still Worth Learning in 2025? Here’s What I ThinkAlright, let’s get real. PHP has been around since forever (well, since 1995, but that feels like forever in tech years). You might’ve heard whispers like, “PHP is dead?” or “Why learn PHP when there’s shiny new stuff like Node.js or Python?” So, in ...Jun 16, 2025
Applications of blockchain technology beyond cryptocurrencyLately, I’ve found myself drawn to the intricate world of blockchain technology. This newfound passion has sparked a journey of exploration and research into its vast potential beyond its commonly known application in cryptocurrency. Join me as we de...Jun 16, 2025