PinnedTony’s Recommended ArticlesCloud Native, DevOps, Linux, K8s, ProgrammingJan 29, 20232Jan 29, 20232
Helm — How to Create Your Own ChartIn my last Helm article, I talked about some common helm operations and showed you how to deploy an existing sample Helm chart, this time…5d ago5d ago
Helm — Understanding the BasicsIn Kubernetes (k8s), we often need to deploy many applications, especially in microservices projects. If each service deployment requires…Mar 9Mar 9
Linux System Calls — Project Group and Inter-Process CommunicationIn Linux, when a project is large, it may be divided into multiple project groups. Different groups need to communicate and collaborate to…Mar 7Mar 7
Software Engineer — The Importance of DoD (Definition of Done)Let’s start with a story. Peter, a software engineer, was working on a project when one day, his project manager, Tony, approached him to…Mar 42Mar 42
Python — Understanding The Global Interpreter Lock (GIL)The Python Global Interpreter Lock or GIL, in simple words, is a mutex (or a lock) that allows only one thread to hold the control of the…Feb 232Feb 232
Linux System Calls — Exception Handling and Signal ProcessingIn Linux, processes do not always run smoothly — unexpected errors, system interruptions, or hardware failures can occur at any time…Feb 17Feb 17