Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Is Wasm Too Soon or Too Late by Ashwin Kumar Uppala - Navigate Europe 23

Join Ashwin Kumar Uppala, a seasoned tech professional from GitHub, as he delves into the world of WebAssembly (Wasm), explaining its significance, efficiency in web browsers, and the current challenges it faces. Discover the power of community in tech, learn how to get involved, and understand the potential for mentorship and growth within the WebAssembly community.

Enterprise Hosting: A solution for the ever-changing digital world

Having your websites and apps run smoothly at all times is crucial to the success of your brand, and having something go wrong can be catastrophic. But getting bogged down in all of the things that go into setting up and managing them is time-consuming and complicated—especially if your tech team's capabilities are on the lighter side. With an enterprise hosting solution, everything is handled for you. You get infrastructure, management, security, scaling, and more all rolled into one.

Azure Event Grid Monitoring and Alerting

Azure Event Grid is a versatile and event-driven service within the Microsoft Azure cloud ecosystem, designed to enable seamless event handling and routing across various Azure services and external sources. This powerful service plays a pivotal role in facilitating event-driven architectures, streamlining the development and management of cloud-based applications and systems.

How Much Does Remote Access Software Cost?

Remote access software has risen to prominence as a vital tool, enabling organizations to bridge geographical distances and empower remote workforces. However, as businesses embrace the convenience and flexibility that remote access solutions offer, they are also confronted with an essential consideration: understanding the true cost of remote access software. In this article, we embark on a comprehensive exploration of the financial dimensions surrounding remote access solutions.

K8s Exercise Labels and Annotations

Kubernetes, often abbreviated as K8s, has revolutionised the way we manage containerized applications. It provides a robust platform for orchestrating and managing containers at scale. One of the key features that sets Kubernetes apart is its powerful metadata system, which includes labels and annotations. In this blog post, we’ll take a comprehensive look at how labels and annotations work in Kubernetes and how you can leverage them to enhance the management of your applications.

What is MLflow?

MLflow is an open source platform, used for managing machine learning workflows. It was launched back in 2018 and has grown in popularity ever since, reaching 10 million users in November 2022. AI enthusiasts and professionals have struggled with experiment tracking, model management and code reproducibility, so when MLflow was launched, it addressed pressing problems in the market. MLflow is lightweight and able to run on an average-priced machine.

Making the most of bandwidth on-demand: What is flex bandwidth?

One of Console Connect's most powerful features is the ability to quickly configure and immediately provision Layer 2 interconnections between Console Connect endpoints at the bandwidth capacity you need. But what if your bandwidth needs evolve or you need to respond to a temporary surge in demand? You might encounter scenarios where you need more flexibility, such as.

Azure Logic Apps deep dive - Slava Koltovich and Wagner Silveira

In this session, Slava Koltovich and Wagner Silveira from Microsoft unveil the latest developments and future roadmap of Azure Logic Apps. Dive into feature updates like the support for Functions v4, 30+ new connectors, and enhanced security for SWIFT-based transactions. Discover the revamped Logic App designer and the benefits of Azure Integration Services' monitoring feature for comprehensive workflow visibility. Wagner introduces the new Data Mapper, simplifying data transformations with its intuitive interface and drag-and-drop functionality.

Creating Ephemeral Environments for CI/CD Pipelines with Kubernetes

In the swiftly evolving tech world, the need for agile and efficient development processes is paramount. This was the essence of our enlightening event, "Creating Ephemeral Environments for CI/CD Pipelines with Kubernetes," which garnered an impressive turnout of over 650 attendees. The event, now available on Youtube, focused on the transformative potential of ephemeral environments in modern CI/CD pipelines.

A story about HTTP status codes and why you should read documentation

Since 2020, I’ve been working on an Express (Node.js framework) application to power viewer interactions and events that happen whilst I’m streaming live coding on Twitch — my Twitch bot. Since using Sentry for error monitoring and crashes using the Sentry Node SDK, I’ve already squashed quite a few bugs that were entirely a result of my own terrible code.