Why Golang?

You can find a lot of reasons why people are using Golang. And here is my list.



Parse JSON API response in Go

Parse HTTP API response easily.



Functional Options in Go

A nice way to set options in Go.



A Short Break

A short break for a little while.



My first go program

My first go program.



Random @random

GCP certified random


cheatsheet



Finally

I told myself two years ago I want to get both of these certs. Finally did it.

It definitely helps me a lot when designing an end-to-end data science solution.



Demo @demo

Hello World demogolang


hello world



My first Go program

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}

Easy peasy new~

Photo by KOBU Agency on Unsplash