AJAnil Jaiswalinanil.hashnode.dev·Jul 27 · 15 min readGitOps at Scale: What Breaks at 200 Repos and 40 TeamsOriginally published on aniljaiswal.com. The GitOps demo is gorgeous. One repo, one app, one cluster. You change a value in Git. A few seconds later, the cluster changes to match. Production is a com00
AJAnil Jaiswalinanil.hashnode.dev·Sep 3, 2023 · 3 min readBuilding a Cron Expression Parser using PythonIntroduction Task scheduling can be a complex task in software development, especially when it comes to specifying when and how often a task should run. This is where cron expressions come in handy. Cron expressions are widely used to define schedule...00
AJAnil Jaiswalinanil.hashnode.dev·Aug 19, 2023 · 8 min readInfrastructure as Code: A Beginner's GuideThe percentage of software companies that use IAC tools in the world is growing rapidly. In 2022, it was estimated that 55% of software companies were using IAC tools, and this number is expected to reach 75% by 2028. What is Infrastructure as Code? ...00