Building a CV Tool That Actually Respects YouYou know what's annoying? Trying to build a CV online and realizing halfway through that the "free" tool you're using is actually going to charge you $30 to download a PDF. Or worse, you finish your CV and discover they've been tracking everything yo...Jan 24, 2026
AI's Bright Side and Dark Edge, how Deepfakes Threaten Truth WorldwideHi everyone, if you’re reading this, you probably love technology as much as I do. You’ve probably experimented with AI, trained a model, or at least played with ChatGPT or Midjourney. It’s powerful, mind-blowing, and honestly, a bit terrifying. AI i...Jul 10, 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