Neo4j storage internals
I was exploring Neo4j and came upon this [video](https://www. youtube...
cat 2020-08-09_Neo4j-storage-internals-be8d150028db.mdls blog-posts
I was exploring Neo4j and came upon this [video](https://www. youtube...
cat 2020-08-09_Neo4j-storage-internals-be8d150028db.mdSuppose we have a C lib where we have defined various data structures and methods. Due to some reason or constraint, there needs to be a Golang process which has to reuse the structures mentioned in the C lib...
cat 2020-06-11_Interacting-between-C-libraries-and-Go-using-Unsafe-cb8b460d4f0c.mdI had worked on Elasticsearch back in 2015, when it was more known for its text searching capabilities using inverted indexes. As I looked to pick it up again last year for another project, I saw that Elasticsearch had added core support for other data types from text like numbers, IP addresses, geospatial data types, etc...
cat 2020-05-30_BKD-trees--used-in-Elasticsearch-40e8afd2a1a4.mdI 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 matter to understand the reason why Google had to create its own load balancer and the optimizations that they took in order to actually run a load balancer at Googleβs scale...
cat 2020-05-24_Deep-Dive-into-Maglev--Google-s-Load-Balancer-f5fa943d578c.mdKubernetes is the de-facto container management system for all sorts of distributed workloads. Known for its extensibility and community support, there are numerous plugins for multiple use cases...
cat 2019-12-14_Kubernetes-meets-SD-WAN-29376a974de2.mdThis 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...
cat 2019-08-11_Packet-sniffer-and-parser-in-C-c86070081c38.mdMost 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...
cat 2019-06-09_Hooking-in-a-Stats-module-in-Rails-Active-Record-942c4fdbc0a9.mdThis 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...
cat 2019-05-23_Comparison-of-net-http-and-httprouter-df8edd1004e7.mdLinux 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...
cat 2018-03-02_Linux-Address-Space-45e1d0aa8c86.mdFrom the OpenStack official [website](https://www. openstack...
cat 2017-10-06_A-peek-at-OpenStack-Neutron-8660a6905b2.md