Operations | Monitoring | ITSM | DevOps | Cloud

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

What's New in the PagerDuty Terraform Provider - PagerDuty Garage (Oct 29, 2021)

The Terraform PagerDuty provider is a plugin for Terraform that allows for the management of PagerDuty resources using HCL (HashiCorp Configuration Language). Manage your PagerDuty account with Infrastructure as Code. #infrastructureascode For more info on the PagerDuty provider for #Terraform, see the documentation on the Terraform Registry.

The business of a platform organization: A look into ROI and metrics

A successful platform is normally measured by adoption and usage — important metrics to track to ensure you’re serving your internal customers. From a business perspective, though, you also need to show that your platform delivers a worthy return on the investment your organization makes to build, run, maintain and evolve it.

Using Process Mapping to target your automation efforts

In the Puppet Solutions Architect team we work closely with customers to examine existing processes and improve them through automation. We use a lightweight version of Event Storming that has proven to be very effective at reducing toil and applying automation effectively, and in this session, we will show you how you can use this technique yourself.

Build Connected Solutions with APIs at Scale

As we have seen, the world can change quickly. What you were working on yesterday may not be what you work on today. How do you adapt and be able to existentially flex, stay ahead, and deliver quickly. This session will look at how to do this by building composable solutions with APIs to integrate, connect, and automate various infrastructure operations. Leverage various cloud APIs to build high quality solutions through reusability and sharing for quicker time to delivery.

EMEA Cable Network Evolution (CIN) Summit

Watch the replay of this exclusive event as special guest Analyst Alan Breznick, Cable/Video Practice Leader from Heavy Reading as well as Marco Correia, Senior Manager Network Architecture from Liberty Global, and an expert panel from Ribbon discuss how Cable operators need to evolve their networks to offer higher capacity services and new features. In this workshop, our experts will be joined by leading cable operators from the European region to discuss.

How to Test HTTP/2 APIs

Slowly but surely, HTTP/2 is becoming the favored protocol for transporting data files between clients and servers. While HTTP/1 used to be the only way of loading web applications, it’s now lagging behind, especially on the UX front. Since 2015, HTTP/2 APIs have taken the lead with lightning-fast server responses. In particular, they’re responsible for state changes and server responses without the need for browser reloads.

CI/CD and state management for Flutter apps with MobX

MobX is a scalable library developed to ease the process of state management in frontend applications. In this tutorial, you will learn how to manage the state of your Flutter applications using MobX, and then set up a continuous integration/continuous deployment (CI/CD) pipeline for your application using CircleCI. You can find the sample project developed for this tutorial in this GitHub repository.