Blog

Your business logic is the weakest link in Low-Code security
Aug 9, 2020

Your business logic is the weakest link in Low-Code security

The low-code movement is gaining traction. Low-code platforms enable citizen developers to create applications that solves real world challenges. However these applications are at risk due to weak security or inadequate data handling logics.

Categories: Mendix Security AppSec
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