PinnedTony’s Recommended ArticlesCloud Native, DevOps, Linux, K8s, ProgrammingJan 29, 2023A response icon2Jan 29, 2023A response icon2
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…Apr 2Apr 2
Linux Basics — Buffer vs CacheBuffer and Cache DefinitionsMar 13A response icon1Mar 13A response icon1
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 4A response icon2Mar 4A response icon2
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 23A response icon2Feb 23A response icon2
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