Development

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
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