Operations | Monitoring | ITSM | DevOps | Cloud

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

Better Way To Write Async Function in Node/Express/Next - Handle catch(err) Only Once.

Avoid Writing a Lot of Try Catch by Catching The ‘catch()’ Just Once. How annoying it is to write a lot of try-catch for each async function in an express app? What if you never need to write a try catch block for all async functions and still be able to handle the errors?

Designing your incident severity levels

We wrote this article in response to a question asked in our Slack Community. Click here to join hundreds of technology leaders discussing best practices for incident response! ✨ We know a thing or two about incident response. As such, we're often asked to advise when companies are designing their incident response processes. A common question is "How do you design your incident severity levels?". It's a great question given how central they are to incident response!

Qoddi vs Heroku and AWS: what to choose as a Startup

You have many options when it comes to choosing a platform to deploy your app. In this article, we will compare AWS, Heroku, and Qoddi. Heroku is hosted on AWS, making Heroku, like Qovery for instance, nothing more than a management platform for AWS services. You can do everything you do on Heroku (or Qovery) directly with AWS for a lesser price but Heroku removes all the infrastructure management layer (or DevOps) you still need to have with AWS or any other cloud providers.

Network Monitoring & Management Best Practices for Beginners

Looking to build your basic IT knowledge in 2022? In this post we'll cover some general network monitoring and network management best practices that MSPs and IT departments use to support their organizations. Any discussion about IT is eventually going to lead towards network monitoring and management. All told, one of the most well-understood roles of an IT department or IT provider is that of keeping a business’ essential systems up and running.

Using gRPC with Python

Microservice is now the architecture of choice for many developers when crafting cloud-native applications. A microservices application is a collection of loosely coupled services that communicate with each other, enhancing collaboration, maintainability, scalability, and deployment. There are several options for enabling this communication between microservices. REST is the most popular among developers, sometimes used synonymously with APIs. However, gRPC can be a better alternative to REST.

Monitor your GitHub Repos with Graphite and Grafana

In this article, we will explore the main metrics of a GitHub repository and why it is important to monitor them. We will learn how to get GitHub data in a convenient format, process, then visualize it for further analysis. Finally, we will analyze the main advantages of using data monitoring tools such as Hosted Graphite and Grafana by MetricFire.

Get Started with ChatOps with "7 Steps to ChatOps for Enterprise Teams"

The right tools enable your team to ship amazing code quickly. But between building, deploying, testing, monitoring, and maintaining software, all those great tools can create a lot of stuff to keep track of. Luckily, there’s a solution to this problem: ChatOps. ChatOps is a collective approach to running DevOps workflows and building a collaborative team culture.