Preserving Environment Variables with sudo -E: A Practical GuideThe title clearly summarizes the topic. In this post, we delve into a practical use case that demonstrates how using the -E option with…Jan 3Jan 3
Minimum Detectable Effect(MDE) 🤔Prerequisite: A/B testing, Sample size calculationAug 9, 2021A response icon1Aug 9, 2021A response icon1
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, 2019A response icon2Jun 27, 2019A response icon2
Published inGojek Product + TechGrab a Slice on the GoHow slices offer a dynamic, resizable alternative to arrays in GolangFeb 7, 2019A response icon2Feb 7, 2019A response icon2
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, 2018A response icon4Dec 4, 2018A response icon4
Some concepts of Golang you should know.1. Explain the go workspace. (src , bin , and pkg in GOPATH)Oct 9, 2018A response icon1Oct 9, 2018A response icon1
A complete journey with GoroutinesWhen we want things to be done concurrently in Golang, we use Goroutines.Apr 16, 2018A response icon19Apr 16, 2018A response icon19
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