Golang Madules

Golang Modules (yeah! madules, go mad) This is one of things i am starting to hate about in Golang, the documentation is too long and boring. I had not problems using it go modules until i had to understand the contents of go.mod files, specially the indirect dependencies. [Read More]

Minikube

Over to minikube again This is write up on minikube usage for my future self. I was using minikube for almost a year(~2018) but with the ‘none’ driver, i.e, the docker backend since the using the VM was quite heavy on my machine and also it had issues with sharing... [Read More]

Testing With Pytest

Testing using pytest The pytest framework seems to simplify testing in python, by providing simpler assertion, enhanced reports, extenstions via pytest plugins, easier ways to change and enrich behaviour by implementing the pytest hooks, together with wide range of community plugins. [Read More]