I make mistakes

Chandra Kuchi

Chandra Kuchi personal blog, obligatory all opinions are personal and not employer's. Twitter @.

Thoughts on Interviewing

February 12, 2022

“We could not hire you based on signals we have and we could only take decision with data points we have” is the insight I had this week…

3 EM Perspective changes

December 31, 2021

2021 has been an incredible year in terms of learnings both personal and professional front. I stepped into EM role during earlier part of…

Wide column stores

November 27, 2020

There are different kind of databases. To name few: SQL Databases Key Value Stores Document store Graph Databases Wide column store Column…

Library vs service

November 14, 2020

Over past couple of years working on infrastructure teams this has been a constant discussion. Whether one should expose their…

Evolution of infrastructure

October 03, 2020

I used to play age of empires a lot while at college. I love that game for multiple reasons. One of that is showing what happens when we…

Fat tails and parachutes

August 15, 2020

This week I finally ran out of luck at work and cleaned up a database unwittingly. I meant not cleaned up in the sense removed unused data…

Debugging Steps

August 03, 2020

Debugging is quite the opposite of dopamaine feasting. Very frustrating while actively debugging and more often than not you are happy once…

Metrics and Anamolies

July 02, 2020

I understand some version of this exists with datadog, but last I used it is tedious to setup and not all the efficient. Motivation We have…

Rust fun and learnings

June 20, 2020

As part of a new service that needs to be performant, I got a chance to play with Rust which I have been meaning to try for sometime. Rust…

Do and Don't

June 07, 2020

A do and don’t I want to adhere to next one month and why I think they are awesome. Show up at your job everyday Figuratively we show up at…

Filebeat (part of beats family)

June 06, 2020

This is my first foray into reading code through open source repositories and write down thoughts. Hope to do this on a regular basis. How I…

Tips and trades for kafka load testing

May 25, 2020

This week I got a chance to work on upgrading our kafka infrastructure which has been pending for a while. Instead of going Yolo, we decided…

How not to trust your code

May 20, 2020

Spent almost a whole day debugging a segmentation fault on a jenkins job. Context: I work on infrastructure team. This means from time to…

7 Rules for effective slacking

May 14, 2020

Had a discussion with a friend about utility of slack. I am on the camp slack is really great when you can reduce the cruft around it. Here…

Book review - the far field

May 01, 2020

Picked up this book from a twitter cause it was setup in Kashmir (non valley). Got intrigued by premise and the reviews it got. I was…

Race condition and object states

November 13, 2019

Had an interesting race condition which took a while to debug. Damn I forgot what this is about, will fill up as I can extract more details…