Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

The AIOps Journey by NN Bank: Driving Business Performance With Observability in Financial Services

Too often IT sees the impact of issues on infrastructure and eventually determines the causes, but has a hard time figuring out the relationship between them. Most enterprise organizations have some form of monitoring in place but are drowning in data from the systems in use and not getting the visibility they need to understand what is going on.

Serverless360 for Azure Integration Solutions

Microsoft Azure is a fantastic platform that allows customers to access many cloud resources that customers can then connect to solve business problems. There is enormous power in the platform, and it’s like having your giant box of Lego bricks, which you can build into any solution. The challenge with a platform in which you can build anything you want is that when your application is built, the platform view makes it difficult to create a way for your non-cloud experts to support the end solution.

11 Tips for Using GitLens in VS Code

GitLens is the number one Git extension for VS Code, helping over 14 million developers unlock the power of Git in their favorite editor! Here are 11 expert tips on how to make the most of using GitLens right now! Optimize your Git experience with VS Code today – install GitLens to enjoy better project history visualization and insights! Install GitLens Free!

Objectively Speaking: Understanding the Power of Objectives

Objectives help monitor different aspects of your services and systems such as latencies, error rates, PRs that are open, the age of a bug, and more. These are examples of things that drift away from what we think is good; which is essentially what an objective is. Objectives help us to define what ‘good’ looks like.

How Do You Measure Technical Debt?

Technical debt is one of the trade-offs today’s software teams make to speed up development, which helps go-to-market time in return. That is mission-critical for most start-ups. Instead of dwelling on implementation details, or trying to cover edge cases that may affect a small fraction of the end-users in an early development stage, agile teams prioritize early and continuous delivery.

Implementing access control policies in CI/CD pipelines

Imagine yourself in this situation: You are a motivated and skilled DevOps or DevEx engineer. You have a plan to implement automated, complete CI/CD pipelines. You know how to do it, and you know how the extra productivity and automation will benefit your team and the whole company. But the project is never approved, because of security concerns. Many organizations, especially those in regulated industries, have strict requirements for releasing their software, and rightfully so.

Continuous deployment of a Nest.js application to Heroku

If you have been around for a while in the field of software development, especially web development, then you know how tedious and stressful it has historically been to deploy your source code to a webserver. Most of the time, this was accomplished by uploading it using File Transfer Protocol (FTP). But now we have numerous ways of automating the deployment process. In this tutorial, we will learn how to set up continuous deployment of a Nest.js application to Heroku using CircleCI.