Mind-blowing: Why 1 == 1 is 🟢 true, but 128 == 128 is 🔴 false in Java?In Java, the == operator checks for reference equality, meaning it compares whether the two variables point to the same object in memory.Oct 13, 2024Oct 13, 2024
Journey from a Junior to Senior Front End DeveloperAI generated image (yeah, only my prompt !)Oct 4, 2024Oct 4, 2024
What’s happening with the Frontend in 2024As we move towards 2025 and beyond, there’s a lot happening in web development, or software development — whatever you like to call it. A…Oct 2, 2024Oct 2, 2024
Mind-blowing: String length calculation in CCheck out how C calculates string length, mind-blowing!Sep 23, 2024Sep 23, 2024
Package Manager Fight: npm vs pnpm vs npx vs yarn vs bunIn the ever-evolving landscape of JavaScript development, package managers are a crucial part of managing dependencies, streamlining…Sep 15, 2024Sep 15, 2024
How: NextJS Image OptimizationImage optimization is a critical aspect of web development that significantly impacts the performance and user experience of modern web…Aug 31, 2024Aug 31, 2024
Refresh JWT with AngularAll of the enterprise applications and other login included application would integrate some kind of authorization system. One of them is…Apr 28, 2021Apr 28, 2021