Operations | Monitoring | ITSM | DevOps | Cloud

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

Feature Spotlight - Business Applications

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. Visualize your Business Applications, spot any issues, fix them, Take advantage of Serverless360 to improve the overall operational efficiency of your Azure Team!

Feature Spotlight - Business Activity Monitoring

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. Achieve end-to-end tracking on business process flow across Azure resources and hybrid integrations. Get visibility on the integration solution that the functional support teams need. Improve support efficiency with a unified view of business transactions.

Feature Spotlight - Azure Documenter

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. With the Azure Documenter feature, Microsoft Azure Subscription is made readable to derive deeper insights. Autogenerate documents in minutes and share with only targeted individuals without putting security at risk.

gRPC Observability and Testing using the Speedscale CLI

gRPC is a remote procedure call framework that has been widely adopted among cloud native applications. It is an attractive choice for engineers needing more capabilities than what REST APIs provide. However, observability and testing tools for gRPC are few and far between. Because of this, triaging or understanding application behavior is potentially time-consuming and overly burdensome.

Why Serverless? The Next Wave Of Cloud Cost Optimization

Traditionally, applications are developed and deployed on local servers managed by developers. This keeps the whole process under the control of one development team that is responsible for keeping the system running smoothly. With serverless computing, however, the server management and code execution within applications takes place remotely, under the control of the cloud service provider rather than an in-house development team.

7 Things to Consider To Build Scalable Web Applications

Suppose you've built a web application and started getting a few customers. After some feedback and iterations, you are ready with a product that people want. From now, your application is drawing attention to more and more users, with more and more requests per minute (RPM). Suddenly, a wave of new people use your app, and at one point, they can't use it anymore. While testing your app, you realize that it's working correctly. So what happened? You are simply facing a scalability problem.

Five worthy reads: Hyperautomation-Embracing the inevitable

Five worthy reads is a regular column on five noteworthy items we’ve discovered while researching trending and timeless topics. In this edition, we’ll learn what hyperautomation is all about, why it is a growing trend, and much more. Illustrated by Derrick Deepak Roy Digital transformation has been accelerating at a pace so fast that organizations all over the globe are making frantic changes to their infrastructures to keep up.

Building a React dashboard to visualize workflow and job events

Data visualization is the process of translating large data sets and metrics into charts, graphs, and other visuals. The resulting visual representation of data makes it easier to identify and share real-time trends, outliers, and new insights about the information represented in the data. Using CircleCI webhooks, we can gather data on workflow and job events. In this tutorial, I will lead you through the steps to create a React-based dashboard to visualize this data.