Pratyay Dhonddhondpratyay.hashnode.dev·Aug 17, 2024Password Leaks: What They Are, How They Happen, and Why They MatterI 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’...Discuss·11 likes·44 readspasswords
Md. Rezwanul Haque Razibrezwanul-haque.hashnode.dev·Oct 20, 2022Golang Mistakes: #1 Maps and Memory LeaksWhen 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 ...Discuss·575 readsleaks