Blog

Highly available Kubernetes with batteries for small business
May 25, 2020

Highly available Kubernetes with batteries for small business

In this elaborate guide we will setup a production-ready Kubernetes cluster by hand.

Categories: Kubernetes DevOps
Speed up docker builds with distcc, ccache and kubernetes
May 10, 2020

Speed up docker builds with distcc, ccache and kubernetes

What if your local development machine is not very powerful to compile a large program? You borrow the power of Kubernetes.

Categories: Kubernetes Development
Unlock Mac with Apple Watch stopped working
Jun 17, 2019

Unlock Mac with Apple Watch stopped working

Your auto unlock OSX with Apple Watch stopped working? Follow these steps to fix it without rebooting your computer.

Categories: Lifehacks OSX
Debug shell script error: not found
May 29, 2019

Debug shell script error: not found

Shell scripts are easy to write and very effective in solving practical problems. However sometimes its error messages are very cryptic.

Categories: Development DevOps
Simple high value tests with Python Flask
May 5, 2019

Simple high value tests with Python Flask

It's rarely wise to reach 100% code coverage. How do you decide where to spend your limited testing capacities? What are high value tests that you should focus on early in your projects?

Categories: Development Python Testing