The Monty Hall problem and the Bayes' theorem 18 June 2023·5 mins Using the Bayes’ theorem to solve the “car and goats” problem
Installing Kubernetes on the Photon OS 14 February 2020·13 mins Using kubeadm to drive the installation process
Using git subtree to Install the Academic Theme for Hugo 5 May 2019·4 mins Or how to use git subtree instead of git submodule
Installing a Kafka Broker on Ubuntu 18.04 Using a Docker Image 1 May 2019·4 mins Installing a Kafka Broker Image on Ubuntu 18.04
Installing Docker on Ubuntu 18.04 Using Snap 17 April 2019·4 mins Install docker and run a hello-world container in under 5 minutes
Participating in the Titanic Contest at Kaggle 25 March 2019·1 min An entry-level data analysis exercise
Google Music Playlist to CSV Using Pandas 7 October 2018·7 mins So that you can import your music into Spotify
A Multi-Echo Chat Server Written In Go 20 September 2018·12 mins Broadcast messages to all TCP-connected clients
A Library to Manage TCP Connections Written In Go 19 September 2018·9 mins Isolate your business logic from the socket-level complexities
How to Retrieve File Ownership Information in Golang 7 July 2018·2 mins Working with Linux file attributes in Go