PinnedHow to implement a simple gRPC service using GolangIf you want a general introduction to RPC you might want to check out my previous article in this series — A concise guide to gRPC for…Mar 25, 2021Mar 25, 2021
A concise guide to gRPC for beginnersA series of simple, beginner friendly tutorials that explain the what, why and how of gRPC.Mar 25, 2021Mar 25, 2021
Difference between functions and methods in GolangThe words function and method are used almost interchangeably, but there are subtle differences in their implementation and usage when…Mar 18, 2021Mar 18, 2021
Contributing to Open Source Go projects on GitHub — A recipe to clone forked Go repos.Phew! It took me a while to figure out the entire process so I decided to write this post and I hope it’ll further help everyone else get…Mar 2, 2020Mar 2, 2020
Using Multiple Linear regression to solve banknote authentication problemAim is to predict whether a given banknote is authentic given a number of measures taken from a photograph.Oct 11, 2019Oct 11, 2019
Golang-How to parse JSON data into a nested structSay you are fetching data from a RESTful API using GET requests and want to store the JSON responses. One of the ways to achieve this is…May 22, 20191May 22, 20191