Operations | Monitoring | ITSM | DevOps | Cloud

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

Continuous Integration vs. Continuous Deployment

Thanks to Linus Torvalds, the creator of not only Linux, but also the most popular version control system - Git, multiple developers can simultaneously work on the development of the same application, ramping up the speed of production. Git was revolutionary - it enabled developers to keep track of code changes and collaborate seamlessly across different projects.

Night of the Runbooks: a DevOps Horror Story

It was a dark and stormy night. Not really, of course; it was warm and pleasantly mild (the weather never seems to co-operate on these occasions), but indulge me by imagining appropriate meteorological conditions for the spine-tingling story I’m about to relate. It was Morgan’s very first night on call, and they were a mite nervous, as you can imagine.

COVID-19: Lessons from the Trenches

The COVID-19 pandemic has impacted every aspect of life, uniting governments, the scientific community, and healthcare workers around the world in the struggle to get it under control. The pandemic has been a forceful catalyst for healthcare IT Ops change. Infrastructure health and performance optimization has never been more critical to serve the needs of life science research, drug discovery, and hospital care.

Bringing Latin America Closer To The Cloud

Latin America’s cloud ecosystem stands on the brink of change. Traditionally, businesses in the region have relied on access to cloud infrastructure and services hosted in the US. But the acceleration of cloud adoption in Latin American markets, such as Brazil, Argentina, Chile and Mexico, is attracting the attention of hyper-scale cloud providers and leading to new investment in data centres.

VictorOps and Relay for Incident Response

VictorOps is an incident response tool whose mission is straightforward: “To make being on call suck less.” It enables teams to quickly detect and respond to problems like a service degredation or outage. VictorOps supports a wide range of external integrations to extend its capabilities by connecting different parts of your DevOps toolchain.

Server Monitoring 101 - A Detailed Insight

It makes it easier to validate any server’s status without flipping between program and tools if you have one platform to track the servers. Besides, every server with remote server monitoring from a single application viewing window is provided with an accurate and real-time status. You will have the option of simplicity to decide what sort of services you want to track on each server. For instance, only a network storage server used for data backups could control a drive storage area.

Azure Logic Apps 101 - Developer tools: what are my options (Part I)

In this three-part blog postseason, we will describe the different development tools that are available or the different development approaches that we can use to create how Logic Apps. And for each approach/tool, we will describe: First of all, and rephrase Microsoft description: Azure Logic Apps is a cloud service that automates the execution of your business processes or workflows (sequence of tasks that produce a specific outcome).

Comparing the best infrastructure monitoring tools

A lot of engineers think a project is done once the code is live. In a perfect world, that could be true—alas, commits are rarely free of problems. For companies that have a lot of focus on dev but little on ops, this can quickly turn into a nightmare. Fortunately, there are a lot of infrastructure monitoring tools out there that can help marry DevOps and keep your apps, websites, and processes running smoothly.

HAProxy and HTTP Strict Transport Security (HSTS)

HAProxy provides an easy and straightforward way to add HTTPS to your website. As a load balancer positioned in front of your web servers, it can handle all of the encryption and decryption duties, offloading those tasks from your upstream servers. That’s good because in today’s age of privacy awareness, the consensus is that every website must implement HTTPS, regardless of whether sensitive or private information is being exchanged.