Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

The pivotal role of network automation software in your network environment

Today, automation has shifted from being a luxury to an absolute necessity, especially within the realm of networks. This shift is driven by the rapid evolution of network technologies, compliance standards, and evolving business needs, placing an increasingly daunting burden on network administrators to manage these tasks manually.

CloudZero's New Logo: A Commitment To Finding Order Within The Chaos

In the last decade-plus, the cloud has undergone a torrid evolution. Born in 2006, the cloud didn’t face the same speed limits on evolution that we mortals do. Within years, the cloud had gone from competitive edge to competitive necessity; within a decade, specialized services like Kubernetes, Snowflake, and Datadog had emerged to help us use it more, more flexibly, and with a more data-driven strategy. As the cloud evolved at an exponential rate, so did the costs associated with using it.

Build and evaluate LLM-powered apps with LangChain and CircleCI

Generative AI has already shown its huge potential, but there are many applications that out-of-the-box large language model (LLM) solutions aren’t suitable for. These include enterprise-level applications like summarizing your own internal notes and answering questions about internal data and documents, as well as applications like running queries on your own data to equip the AI with known facts (reducing “hallucinations” and improving outcomes).

Why PostgreSQL in 2023 | PostgreSQL 101

PostgreSQL has risen to be the dominant choice for new projects and cost-saving migrations in an increasingly cloud-first, price-conscious world. Join Ryan Booz, PostgreSQL Advocate at Redgate, in the first of a series of PostgreSQL 101 webinars as he talks through the the history of PostgreSQL, the different PostgreSQL variants and the reasons behind the increasing popularity of PostgreSQL.

The Journey Towards PostgreSQL - Tips and Lessons | PostgreSQL 101

Grant Fritchey, Microsoft Data Platform MVP, started working with SQL Server in 1995 but more recently has needed to support and understand PostgreSQL. In this webinar, he will go on a deeper dive into the PostgreSQL database and will share top tips from his own learning journey.

Mastering Root Cause Analysis: A Guide for Site Reliability Engineers

Site Reliability Engineers (SREs) play a vital role in ensuring the stability and performance of web services and are key in incident management. One of the core skills SREs need is the ability to conduct effective Root Cause Analysis (RCA) when issues arise. This guide is about how to improve your RCA skills for more effective post-incident analysis.Let's dive in.🔖 What is Prometheus Alertmanager? Read here!

Achieve Optimal Performance with Nginx and Micro-Caching

The word "cache" is used in many different contexts. Typically, a cache is a small chunk of data stored locally for quick access. In this case, it’s about computer caches, i.e., the data stored in memory. Micro-caching is a technique where a programmer uses this cached data to do some quick computations, which can lead to some amazing solutions. In micro caching, dynamically generated content is cached for only a brief period rather than full-page caching.