Engineering Articles

Our blog has 25 articles and 29 comments including comments that were filtered out asynchronously in a task queue 😎

Lessons Learned: Implementing ETag Support for Microsoft Research's Garnet Store
How many ways to choose K items from N total items? The Binomial Coefficient Intuition
Writing a Recursive Descent Parser for JSON
First Encounter with Thundering Herd and How We Fixed it
Regular Expression Interpreter: Building & Traversing Automatas
Stochastic Gradient Descent for Linear Regression with Rust
Inside the Bytes: Dynamically Sized Arrays From The Ground Up!
Inside the Bytes: Exploring Memory Representation of Primitives and Structs
(CS) Hello World! - Editor to Execution
Sharding Stateful Services From Modular Hashing To Consistent Hashing (Implementation)