Gaurav Sarma
BlogB
Random
Showcase
About
ContactP

Blog

55 posts

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 that interface. In the end, the post will display how to parse the packets appropriately to get the required information...

August 11, 2019

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 structures to actual data stores without having to worry about the underlying data source...

June 9, 2019

Comparison of net/http and httprouter

This post will mainly revolve around the comparison between different implementations of Routers in the HTTP based frameworks. Let’s first go over what routers are in the context of a HTTP framework...

May 23, 2019

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 the system and hence, has unlimited access to the memory present in the system...

March 2, 2018

A peek at OpenStack Neutron

From the OpenStack official [website](https://www. openstack...

October 6, 2017
← PreviousPage 6 of 6
© 2026 Gaurav Sarma
RSSAtomJSON