3 followers
I do many things like managing teams, programs but at heart I am a software engineer who always aspired to be a Kernel Developer.
Perhaps some context As a brand new user of FreeBSD I tried to install it on my laptop, that perhaps was a grave mistake because I managed to crash my system. I cannot fault FreeBSD or it's documentation because they are thorough. I shot my own foot ...
Introduction Badger in its official documentation says BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go Badger is a good story in the life of Go programming language given that more and more infrastructural ...
Reading from the Commandline This post is a quick walkthrough of how to read input from Command line interface Use Case You want to build an app which needs to read user input for it's operation before proceeding with the code flow Example package ...