Minimum Detectable Effect(MDE) 🤔Prerequisite: A/B testing, Sample size calculationAug 9, 20211Aug 9, 20211
DNS (Domain Name System)In this blog I will be explaining about the basics of DNS which will include:Apr 11, 2021Apr 11, 2021
Published inGojek Product + TechIntroducing Litmus: GOJEK’s Own Experimentation PlatformAn overview of how we did feature rollouts at GOJEK, and the framework we built to make it better.Jun 27, 20192Jun 27, 20192
Published inGojek Product + TechGrab a Slice on the GoHow slices offer a dynamic, resizable alternative to arrays in GolangFeb 7, 20192Feb 7, 20192
How slices internally work in golangWhy do slices exists if you already have arrays in golang? Let’s see why we need slices in golang.Dec 4, 20184Dec 4, 20184
Some concepts of Golang you should know.1. Explain the go workspace. (src , bin , and pkg in GOPATH)Oct 9, 20181Oct 9, 20181
A complete journey with GoroutinesWhen we want things to be done concurrently in Golang, we use Goroutines.Apr 16, 201819Apr 16, 201819
A Complete Journey with GoroutinesWhen we want things to be done concurrently in Golang, we use Goroutines.Apr 2, 2018Apr 2, 2018
Understand Protocol Buffer basicsIn software development we often transfer data among servers or between servers and clients. And for the same we use different mechanisms…Sep 23, 2017Sep 23, 2017
Hystrix: What is it and why is it used?It is a library which is mainly used for the defence mechanism in the distributed environment and making system more resilient. I wanted to…Sep 5, 20172Sep 5, 20172