Static Checking Go
I like Golang for being a very opinionated language, variables declared and not used will result in code not compiling, same with unused imports etc. To give...
I like Golang for being a very opinionated language, variables declared and not used will result in code not compiling, same with unused imports etc. To give...
Cluster IPs (sometimes referred to as service IPs) are usually described with the term "magic", in this post I will attempt to remove the magical veil on Clu...
Making a choice on a CNI (Container Network Interface, necessary for pod to pod communication) to use in production is not always easy and replacing a CNI af...
Exploring how to integrate with Kafka from Elixir.
What happens when clients insert `null` in a column that should take a default value
In this post I would give a basic walk-through of the erlang syntax