The journey of implementing the WinZigC programming language
Posted on February 05, 2024When I was an undergraduate, I took the Compiler Design module during the last semester of my final year. It was an engaging module that allowed us to see how the knowledge gained from other core…
Read full postSharding MySQL seamlessly using Vitess
Posted on December 15, 2023Initially, Kubernetes focused on stateless workloads, but its evolution with features like StatefulSets, CSI support, and the operator pattern now enables the management of stateful workloads. Vitess…
Read full postUnravelling "git commit"
Posted on September 27, 2023I assume that everyone is familiar with using Git (tooling) and GitHub (a hosted service for repositories) or will encounter them at some point in their career. Git is a distributed version control…
Read full post