1. 1
  2. 2
  3. 3

Who Am I?

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.

My Skills

Backend API Development

Have experience of building high scale systems with different languages such as Golang, Java, Python & C#.

System Design

Architecting systems from paper to code mostly with VM-on-Cloud design. But having reasonable exposure to cloud-native architecture as well.

Databases

Worked with MySQL, PostgreSQL, Kafka, Cassandra, Redis & Aerospike data-bases/data-stores. Also working on CockroachDB's custom CDC implementation

Core CS

Proficient in Data Structures & Algorithms, Linux and Concurrency.

Object Oriented programming

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.

Debugging & Profiling

Comfortable with different debugging & profiling tools like gdb and valgrind for C, pprof for Golang.

My Work

Open Source Projects

Conveyor

A versatile concurrent pipeline implementation in Golang.

Alt CSV

An alternate CSV implementation, to add additional features to std Golang encoding/csv module.

Go-Runtime-Stats

A tiny library to keep publishing Golang runtime stats to StatsD

highlights

Professional Experience

Senior Software Engineer @ Rubrik Inc Jan 2021 - Present

Senior Software Engineer @ Microsoft Oct 2020 - Jan 2021

Technical Lead @ Myntra Designs Pvt Ltd Oct 2017- Oct 2020

Software Engineer - 2 @ Mahindra Comviva June 2016 - Oct 2017

Software Engineer @ Adobe Systems Pvt Ltd Nov 2014 - June 2016

Software Engineer - 1 @ Mahindra Comviva May 2013-Nov 2014

highlights

Education

B.Tech @ NIT Surat May 2009 - May 2013

12th - CBSE @ Kendriya Vidyalaya, no.2, Kota (Rajasthan) 2008

10th - CBSE @ Kendriya Vidyalaya, Mughalsarai (U.P.) 2006

Read

Recent Blog

HTML5 Bootstrap Template by colorlib.com
Oct 28, 2024 | Database Development

Building a Simple Disk-Backed Key-Value Store in Go

This article guides you through building KeyValor, a hash-based, disk-backed key-value store in Go, with code directly from the project.