PinnedPublished inGojek Product + TechThe Case(s) Of Postgres Not Using IndexOur learnings when we ventured into finding out multiple cases where Postgres was not using index.Dec 6, 20201Dec 6, 20201
How SSL handshake works?Let’s start with what is SSL. SSL stands for “Secure Sockets Layer”. It is a protocol that operates directly on top of Transmission…Mar 27, 2019Mar 27, 2019
FOMOFOMO, or Fear of missing out is “a pervasive apprehension that others might be having rewarding experiences from which one is absent”…Oct 16, 2018Oct 16, 2018
Implementing Linear Regression using Gradient DescentIn this blog I write about my experiences of implementing Linear regression using “Gradient Descent”.Oct 7, 2018Oct 7, 2018
Unit Testing in android — Part 2This blog is the part 2 of the this blog. Previous blog was about unit testing in java. This blog will be about doing the same in Kotlin…Oct 7, 2018Oct 7, 2018
Unit Testing in android - Part 1Writing unit test is an important part of coding. Developers will be more confident in refactoring a code with good number of unit tests…Oct 3, 2018Oct 3, 2018