Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Ways to Empower Your Enterprise with Automation

In the context of enterprise process automation, technology is used to automate operations, thus improving efficiency and achieving corporate objectives. Processes are defined as the actions and activities that bring your company closer to achieving a specific goal. By automating routine tasks using software solutions, you may save operational expenses while also decreasing the amount of time it takes to complete tasks.

Deploy Friday: E77 Simplifying local development with Lando

DevOps isn’t just where your application is delivered, how it's tested, or how you end up provisioning remote development environments for it. Local development solutions are paramount, but like everything else, there are a ton of options with slightly different assumptions and philosophies for how your work is supported.

Monitor your CircleCI environment with Datadog

Datadog CI Visibility provides a unified platform for monitoring your CI/CD pipelines. Now, we are partnering with CircleCI to extend that same critical visibility to your CircleCI environment. Datadog’s integration uses CircleCI webhooks to capture information about the status and performance of your workflows and associated jobs, such as a job’s duration and whether or not it failed or was canceled.

API contract testing with Joi

When you sign a contract, you expect both parties to hold their end of the bargain. The same can be true for testing applications. Contract testing is a way to make sure that services can communicate with each other and that the data shared between the services is consistent with a specified set of rules. In this post, I will guide you through using Joi as a library to create API contracts for services consuming an API.

Intro to Netdata Overview for monitoring and troubleshooting your IT infrastructure

Learn how to get started monitoring and troubleshooting your entire Cloud infrastructure with Netdata. In this video, we'll show you how to utilize the Netdata Overview dashboard to gain visibility into the performance, availability, and health of your infrastructure from a single pane of glass. Navigate from a real-time, unified display of all your systems and applications to discover trends and gain better observability, then drill down by grouping metrics by node for root cause analysis.

Recovering from the Git detached HEAD state

The introduction of Git as a source-code management system in 2005 fundamentally transformed the process of software development. Git allows developers to maintain a history of changes, or commits, to their code and revert to previous commits in seconds if something goes wrong. It makes collaboration easier by allowing branching to keep code for different features separate and seamlessly merging commits by various people.