golang

Interactive command line sessions library

2018-08-03 20:00:00 - 6m read - go golang icls cli

I usually have some trouble when it comes to creating a cli for an application. That, of course, led me to create my one library.


Writing logs to file from a cluster

2017-10-14 13:21:30 - 8m read - go golang logging gRPC protobuf

Recently, at work, I kept falling into a problem regarding log files. The logs are written on the machine the cluster node is in, making their retrieval time consuming.


How I built my new blog

2017-07-02 11:33:21 - 11m read - go golang static blog generator

Today, I 'd like to write about building this blog. I could use a Haxo or Hugo, or any other platform that exists, however I ended up writing my own static site generator in golang.