Operations | Monitoring | ITSM | DevOps | Cloud

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

Announcing the Bitbucket Cloud Migration Assistant

We are excited to announce the launch of the Bitbucket Cloud Migration Assistant (BCMA). The BCMA is an Atlassian-supported app built to help Bitbucket Server customers automate the migration process from Bitbucket Server to Bitbucket Cloud. If you are considering a move to Bitbucket Cloud, this is the easiest way to get started. Download the BCMA from the Atlassian marketplace.

How Power Apps Drives Innovation in App Development?

There are many areas where #powerapps help you to innovate in your app development journey. Watch the video in full to know what are they Over 2.5 million platform developers are now actively building apps, analyzing BI, and automating workflows in low code. 86% of the Fortune 500 are now using Microsoft Power Apps along with thousands of organizations of every size, sector, and geography. The number of monthly active Power Apps users has grown more than 250% since this time last year, and those users are accessing nearly 4 times as many applications in production.

Deploy Friday: E78 Highlights from the international PHP conference

This year's PHP Conference Munich is wrapping up, and we'll be taking a look at the state of PHP, as well as the synopsis of a few of the top sessions, including the keynote, "Coding against climate change – Sustainable software engineering". Speakers Carsten Windler and Stefan Priebsch join me to give a report from the ground, and to discuss the following topics.

Dynamically control your custom metrics volume with Metrics without Limits

Sending custom metrics to Datadog allows you to monitor important data specific to your business and applications, such as latency, dollars per customer, items bought, or trips taken. And tags are key to being able to slice and dice these custom metrics to quickly find the information you need. But collecting enough custom metrics to have complete visibility can be cost prohibitive. For example, you might run microservices instrumented across thousands of containers.

Common DevOps Roles and Responsibilities

DevOps-oriented engineers live at the intersection of IT operations and software development – understanding much of what it takes to maintain IT infrastructure while also being able to write code and deploy new services. DevOps-minded teams not only create services – but they also maintain them. A DevOps structure forces teams to take accountability for their applications and infrastructure instead of allowing developers to throw code over the proverbial wall to IT operations.

A CI/CD Template for Terraform

Continuous integration (CI) makes the cycle from design to code to building artifacts seamless and consistent. Continuous delivery (CD) makes delivery of that artifact to an environment the same every time. But, what about the actual environment the artifact is running in? Is it the same every time? That’s a hard thing to guarantee — unless you take advantage of an Infrastructure-as-Code (IaC) approach. This post explains how to use Infrastructure-as-Code to improve CI/CD.