Create Log Parser Using Go
Create a log parser using Go and Regex to read and understand the system logs
Read More
My Custom HTTP Error in Golang
[ARCHIVED] This post contains notes on how I handle http error in golang
Read More
Passing Hostname to Docker Services
[ARCHIVED] This post contains notes on how to pass host hostname to docker services via environment variable without changing service hostname
Read More
My Mistake on Converting Slice to Slice of Ptr in Golang
[ARCHIVED] This post contains notes on my mistake when converting slice of int to slice of int ptr
Read More
Mocking HTTP Call in Golang
[ARCHIVED] This post contains notes on how to mock HTTP Call in golang
Read More