SRSaketh Raman KSinvolvoxx.hashnode.dev·Aug 17, 2025 · 4 min readWhy Consistent Hashing?“Regular” Hashing Say we’re building a contact management system - given a contact number, we want to display the contact’s name. Let’s start with a simple hash table that: Uses a simple modulo function to hash contact numbers Uses separate chainin...00
SRSaketh Raman KSinvolvoxx.hashnode.dev·Aug 15, 2022 · 3 min readTyping: Strong, Weak, Static, and DynamicA friend of mine used to absolutely smash the keyboard every time he used to code. When questioned he always had the same reply: "I'm coding in a strongly typed language". While trying to find out more about what made a language's typing "strong" or ...01R