I had worked on Elasticsearch back in 2015, when it was more known for its text searching capabilities using inverted indexes. As I looked…
Deep Dive into Maglev, Google’s Load Balancer
I recently heard about Maglev, the load balancer that Google uses in front of most of its services. I wanted to get a short gist on the…
Kubernetes meets SD-WAN
Kubernetes is the de-facto container management system for all sorts of distributed workloads. Known for its extensibility and community…
Packet sniffer and parser in C
This post will cover a concise implementation of how to open live pcap sessions on any network device and reading the incoming packets on…
Hooking in a Stats module in Rails Active Record
Most full-fledged web frameworks come with ORMs built in. ORMs or Object Relational Mappings help to map the programming language data…