Operations | Monitoring | ITSM | DevOps | Cloud

Creating custom notifications with Cloud Monitoring and Cloud Run

The uniqueness of each organization in the enterprise IT space creates interesting challenges in how they need to handle alerts. With many commercial tools in the IT Service Management (ITSM) market, and lots of custom internal tools, we equip teams with tools that are both flexible and powerful. This post is for Google Cloud customers who want to deliver Cloud Monitoring alert notifications to third-party services that don’t have supported notification channels.

Consulting Business Models (3 Potential Paths)

Consulting business models can make or break the success of firms. Before you decide on a business model for your consulting firm, consider the following questions: The right professional services business model will support scalability and profitability. If you're actively considering business consulting models and find yourself at a crossroads, this is the perfect article for you to read. A consulting firm's business model can determine the trajectory of the organization.

RPA vs. ITPA - What's the Difference?

The promise of robots integrating into our everyday lives has long been on the minds of forward-thinkers and visionaries. Perhaps none were quite as bold in their future predictions as American chemist and Nobel Laureate Glenn T. Seaborg, who envisioned a 21st century in which every home would not only have its own robot, but also an intelligent species of animals that could help with household chores.

Introducing Flexible Subscriptions: Websites Are Dynamic, Monitoring Should Be Too

Have you ever felt limited or “locked into” a fixed SaaS subscription plan? Have you ever been forced into a Sales call only to struggle with the decision – and costs – of upgrading to a higher plan tier to add incremental features or usage you need? Are you subscribed to a SaaS plan today that’s chock-full of features or capabilities you’ve never used (or asked for!) – but are still paying for? If so, you’re not alone.

Modernizing Government Technology: How Federal Agencies Are Progressing on Technology Transformations

When the U.S. Congress passed the Modernizing Government Technology Act (MGT) of 2017 as part of the 2018 National Defense Authorization Act, it established both funding and a process intended to help bring aging federal IT systems and infrastructure up-to-date with state-of-the-art technologies common in the private sector. According to the legislation, the goals of MGT are to.

API performance testing with k6

Performance testing measures how well systems perform when subjected to various workloads. The key qualities being tested are stability and responsiveness. Performance testing shows the robustness and reliability of systems in general, along with the specific potential breaking points. In this tutorial, you will use k6 to do load testing on a simple API hosted on the Heroku platform. Then you will learn how to interpret the results obtained from the tests.

What Are the Best Practices for Inventory Auditing?

Usually, audits are a long procedure. It might take days or months to complete the audit process. However, still, there is no surety that the audit is done with full efficiency because some assets have gone to some other locations. But audit is performed to get deep analytics of finance-related information. Not just that it also provides several other crucial information as well related to assets & inventories. An audit is helpful in maintaining & following compliance as per the rules and regulations.

Why Heroku and AWS have failed to serve modern developers?

Heroku Vs. AWS remains a long and persistent debate among developers. Both platforms have strengths and weaknesses. Over the last 10 years, Heroku and AWS played a huge role in the cloud hosting and software development industry, by significantly unlocking productivity in a way that it has never been reached before. They are the platforms behind most of the successes from the last decade. However, we are in 2022 and it still looks like if we (developers) were in 2010 to deploy our apps in the cloud.

A Complete Introduction to SQL Server Transactions

One of the most fundamental concepts in any relational database management system (RDBMS), such as SQL Server, is the transaction. During my consulting career, I've seen many performance problems caused by developers not understanding how transactions work in SQL Server. In this tutorial, I'll explain what transactions are, why they're necessary, and how they work in SQL Server.