All Posts

Today I Learned: Pass By Reference on Interface Parameter in Golang

Today I Learned: Pass By Reference on Interface Parameter in Golang

A simple diary about a simple thing that I learned about Pass By Reference in Golang

The Evolutions of Git Commit Message Conventions in Kurio

The Evolutions of Git Commit Message Conventions in Kurio

Clean and Clear Message for the Better Tracing and Debugging

Mount file to Kubernetes Pod, without Deleting the Existing File — in the Docker-Container in the Same Directory

Mount file to Kubernetes Pod, without Deleting the Existing File — in the Docker-Container in the Same Directory

What I learned about Kubernetes when trying to mount config maps into a docker container that already have an existing file in the same directory.

Integration Test With Database in Golang

Integration Test With Database in Golang

Making a test suite in Go projects with a real live database/service

Today I Learned - Fix: go get private repository return error terminal prompts disabled

Today I Learned - Fix: go get private repository return error terminal prompts disabled

Fixing fatal: could not read Username for 'https://githost[.]something': terminal prompts disabled

Today I Learned - Checkout to Pull Request in GitHub Public Repository

Today I Learned - Checkout to Pull Request in GitHub Public Repository

How to checkout to the incoming pull request at a public repository in GitHub.