How to automate your CI/CD pipeline with GitHub Pages and GitHub Actions
Are you one of the 73 million developers who build, ship, and maintain their software on GitHub? Most tech companies now use it in their workflows. In this blog, I’ll show you how to use two features to automate your CI/CD pipeline: GitHub Pages and GitHub Actions....
Why observability is essential for DevOps teams
What is observability? Observability is a process that examines the properties of a system. A system is observable if its current state can be determined in a finite time period using the system’s outputs. The meaning of “observability” has changed as development...
How GitOps helps with governance, risk, and compliance on AWS
What is GitOps The term GitOps was coined by Weaveworks in 2017. GitOps is a logical extension of DevOps. GitOps builds on DevOps with Git as a single source of truth for the whole system. In other words, Git is a secure library repository that holds the best, most...