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…
Comparison of net/http and httprouter
This post will mainly revolve around the comparison between different implementations of Routers in the HTTP based frameworks.
Linux Address Space
Linux processes interact with virtual memory and not the physical memory. Every process has a notion that it is the only process running in…