Apr 12 · 4 min read · It started with a mistake that cost attention. My own credentials were exposed. Not because of some advanced breach. Not because of malware. Just a simple developer mistake — a secret that should neve
Join discussion
Mar 25 · 3 min read · Ransomware has changed.It’s no longer just encryption → ransom → recovery. Today it’s data theft, public leaks, and secondary attacks — all powered by massive archives of stolen documents, credentials
Join discussion
Aug 17, 2024 · 2 min read · I saw that my passwords were found online on my Google account—scary, right? 😱 I changed the compromised passwords, but I wondered: how do Google or other organizations know if my password was exposed online? Isn't that a breach of privacy? 🤔 That’...
Join discussionOct 20, 2022 · 8 min read · When it comes to software development we always want to ensure our code never uses excessive memory when a function finishes its work. That's why some of the language features like garbage collection (GC) were implemented so that memory leaks do not ...
Join discussion