Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Unraveling AWS Lambda: Exploring Scalability and Applicability

In our previous blog, we shared our firsthand experience of implementing a tracing collector API using serverless components. Drawing parallels with Amazon Prime Video’s architectural redesign, we discussed the challenges we encountered, such as cold-start delays and increased costs, which prompted us to transition to a non-serverless architecture for more efficient solutions.

Why Andy Warhol would like - and dislike - AI

In a series of blog posts about AI, I’ve been looking at how intelligent ChatGPT is, how good ChatGPT and Bing are when you employ them as a technology writer, and how the engineering team at Redgate is using GitHub Copilot to aid with writing code. Now it’s time to take a look at image creation tools, and where better to start than Andy Warhol? I like Andy Warhol.

Common AzCopy Errors and How to Fix Them

AzCopy is a command-line tool provided by Microsoft to transfer data to and from Azure Storage services like Blob, File, and Table storage. It’s a vital tool for IT professionals who handle large-scale data operations, offering an efficient way to move data where it’s needed. However, as with any robust tool, users might encounter errors or issues while working with AzCopy. In this article, we’ll explore some common AzCopy errors and provide solutions on how to fix them.

Unique Challenges for Software Developers in the Public Sector

If you’re a software developer in the public sector, you’re familiar with the unique challenges public sector professionals face. From grappling with tight deadlines and limited resources to working with complex legacy systems, the journey of a public sector software dev seems to be filled with obstacles at nearly every turn.

25+ Best Kubernetes Tools By Category In 2023

Over the past few years, Kubernetes (K8s) has become the preferred method of orchestrating containers and microservices. Its self-healing, high scalability, and open-source nature make it appealing to a wide range of users. However, deploying, running, and scaling containerized applications and microservices with Kubernetes can be quite challenging. The Kubernetes community keeps growing, but there still aren’t that many experienced K8s engineers.

10 Crucial Engineering Metrics Must Follow In 2023

In software engineering, measuring your performance gives you the knowledge you need to make informed decisions regarding your products, features, processes, and even your dev teams. Measuring also tells you if you’re on track to meet your engineering goals. Yet, with an abundance of tasks, data, and other information to keep track of, how do you decide on the right metrics to monitor?

How to Transform the Management and Modernization of Your Infrastructure to Maximize Business Outcomes

But whether it’s replatforming legacy applications or migrating them to the cloud, enterprise IT leaders routinely suffer from run-away costs, unforeseen complications, and out-of-control environments on the other side of the modernization process. Yet, as an enterprise IT leader you have little choice but to forge ahead.

Automate network topology mapping with OpManager's topology software

Network topology mapping is the process of mapping topological relationships between network components and establishing those relationships in the form of network diagrams. Network mapping helps visualize physical and logical connections between all elements and nodes, thus simplifying network management. A network topology mapper is a tool that helps perform network mapping effectively.

How to monitor connector's API Connections in Logic Apps?

Let us consider a scenario where a Logic App is used to communicate with SharePoint through API connections, known as connectors. When configuring the connector, it communicates with Azure AD, retrieving a username and password and continuously refreshing the authentication token. When the Logic App calls the connector, it performs operations like uploading files to SharePoint.