Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

The DORA metrics backstory

DORA metrics are becoming the industry standard for measuring engineering efficiency, but where did they come from? ‍ We talk a lot about DORA metrics here at Sleuth — what they are and how to measure them. But we haven’t shared much about the context of DORA metrics — their history and why we use them. So let’s do that. This article provides a summary.

How Rush Capped Time to Resolution by Integrating Sentry With Their With CI/CD Pipeline

Rated as the top order tracking and revenue generation app on Shopify, Rush lets businesses build and personalize their own dashboards to manage the post-sale process with real-time data, custom product recommendations, and user feedback. Their business model focuses on low touch and user-centered design (UCD), which leaves little room for issues impacting how people interact with the platform.

Canary vs blue-green deployment to reduce enterprise downtime

Even before the cloud, no one liked deployment downtime. With applications hosted in traditional data centers that restricted access for local users, many organizations scheduled deployments when users were less likely to be using the applications, like the middle of the night. With widespread adoption of cloud-based, 24x7 environments available from all time zones, every hour of the day, easy-to-find deployment windows are gone.

DevOps top programming languages support engineering metrics goals

This post, authored by CircleCI Senior Technical Content Marketing Manager Jacob Schmitt, was originally published on The New Stack. One of the privileges of working in the continuous integration space is the unique perspective it offers into how software teams organize their work to deliver value quickly without sacrificing quality, security, or developer happiness. At CircleCI, we support more than 2 million developers running 90 million build, test, and deploy jobs each month.

Difference between Docker Image & Docker Container

A Docker image is a combination of instructions and for creating a docker container a instruction is used to execute code in a Docker container. Docker images work as a set of instructions to build and run a Docker container, as a template. Docker images also perform as the initial point when using Docker. A Docker image contains read-only files. when a docker image is created it can not be changed and modified, insert template that has instructions for deploying containers.

Automate testing for a Vue.js application

One of the leading frameworks in the JavaScript community, Vue.js is a progressive framework for building reusable components for the web user interface. Its intuitive API and robust flexibility for handling front-end logic are just two of the reasons that Vue has been adopted by developers worldwide. In this tutorial, I will lead you through building a simple listing application that shows the names and roles of users. I will show you how to write tests for the application.

Jenkins vs. Jenkins X: Which Automation Server Should You Choose?

Today’s DevOps teams can reach project goals quickly because they rely on continuous integration and continuous development (CI/CD) tools that automate tasks. The problem is that there are tons of CI/CD tools out there. How do you know which one serves your team’s needs best? Jenkins stood out as a top contender for years after its release in 2011. More recently (2018), Jenkins X appeared as an alternative.

Announcing macOS Runners in Bitbucket Pipelines

We are happy to announce that Bitbucket Pipelines now supports macOS self-hosted runners. We have moved from beta to an official release. You can now create a self-hosted runner and run it on your macOS infrastructure to run macOS and iOS builds. Since you’re using your own runner, you won't be charged for Bitbucket Pipelines build minutes.

Mobile app security testing: tools and best practices

To minimize the security risks of an application, developers need their apps to stand up to stringent security testing. Fortunately, there are tools available that simplify and even automate these security tests. There are also best practices to guide and inform the testing process. In this article, I will cover the most common security issues for mobile apps and highlight popular security tests.