© 2026 Hashnode
Steganography: The Hidden Cyber Threat Inside Images “What if I told you this innocent-looking cat image hides a secret?” 🐱 Steganography is not just a fun cybersecurity trick — it’s a serious cyber threat used by hackers to steal data, spread malwa...

Last week when I was having lunch, I suddenly thought of how floating point numbers are stored in binary representation. Even though I've been programming for a while, I couldn't remember and took this for granted. Let's dive into this basic idea tog...

The IEEE 754 Standard IEEE 754 is a standard for representing floating point numbers in computers. It is widely used in programming languages, including JavaScript, to represent decimal values with a finite precision. One disadvantage with using floa...
