This article is based on a talk given by Shawn Ma at TiDB DevCon 2020. TiDB is an open-source, distributed, NewSQL database that supports Hybrid Transactiona...
When people talk about the Performance Improvement of an application, the one integral factor that everyone considers is server-side caching. Identifying the...
In this article, I'll show you how to use git-crypt, so you can safely keep your application secrets in your source code repositories, even if they're public.
After using Jenkins on several projects, we say it's time to move on. Jenkins is left behind with his old approach, and here are some of it's biggest problems.
Are you looking to develop a few projects on your local machine and push them on to a real OpenShift Container Platform without having to worry about cloud h...
Partitioning a domain is a useful way to achieve scalability. Instead of putting everything in a single place, you divide work based on some attribute (often an Id).
This article explains how to install and configure the multi-node multi-broker Kafka cluster where Ubuntu 14.04 LTS as an OS on all the nodes in the cluster.