#monitoring
Read more stories on Hashnode
Articles with this tag
We take CI/CD for granted nowadays. We test our application with unit tests or load tests before the deployment, we store immutable artifacts, and we...
We all know DevOps. We build small and well-tested increments, we deploy them often, and we automate pipelines to not worry about manual steps. We...
It’s hard to lead an unstable product. We can’t reliably plan things because we often need to roll back changes and put out fires. We must ensure our...
Do you rely on your monitoring solutions to let you know when things are wrong? That is so brave of you! On a more serious note, please think...
The complexity of our applications increased enormously in recent years. We face hundreds of clusters and databases, often heterogeneous and...
Shift-left means moving things early to the left in the development pipeline instead of running them at the end. This typically refers to the tests as...