I see myself as a continuous learner & a language-agnostic developer. I have worked with multiple programming languages and technologies. Building & scaling software systems for a living.
Have experience of building high scale systems with different languages such as Golang, Java, Python & C#.
Architecting systems from paper to code mostly with VM-on-Cloud design. But having reasonable exposure to cloud-native architecture as well.
Worked with MySQL, PostgreSQL, Kafka, Cassandra, Redis & Aerospike data-bases/data-stores. Also working on CockroachDB's custom CDC implementation
Proficient in Data Structures & Algorithms, Linux and Concurrency.
I take pride in writing good object oriented code, which other developers can enjoy to work on, with help of suitable design patterns. I am an avid code commenter as well.
Comfortable with different debugging & profiling tools like gdb and valgrind for C, pprof for Golang.
A versatile concurrent pipeline implementation in Golang.
An alternate CSV implementation, to add additional features to std Golang encoding/csv module.
A tiny library to keep publishing Golang runtime stats to StatsD
This article guides you through building KeyValor, a hash-based, disk-backed key-value store in Go, with code directly from the project.