Operations | Monitoring | ITSM | DevOps | Cloud

Testing Golang with httptest

Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing programs. Often used for web servers and rest APIs, Go offers the same performance as other low-level languages like C++ while also making sure the language itself is easy to understand with a good development experience.

OAuth Authentication - xMatters Support

OAuth is an open standard system that uses tokens to grant access to systems or information without using a password. OAuth authentication authorizes requests to the xMatters Rest API by passing a token in the header of your requests. This means you don’t have to store user names or passwords in your applications, keeping your user’s information secure.

Unit Test vs Integration Test | Major Difference between Unit Testing and Integration Test

Developing a quality software is considered incomplete without writing tests. Not only does the test assure the quality but it profoundly helps developers while refactoring or re-writing a piece of code. When it comes to testing, having well-planned and thorough testing throughout the software development cycle is very important. The most commonly used types of tests today are unit tests and integration tests.

Prometheus network monitoring: a new open source generation

Prometheus seeks to be a new generation within open source monitoring tools. A different approach with no legacies from the past. For years, many monitoring tools have been linked to Nagios for its architecture and philosophy or directly for being a complete fork (CheckMk, Centreon, OpsView, Icinga, Naemon, Shinken, Vigilo NMS, NetXMS, OP5 and others). Prometheus software, however, is true to the “Open” spirit: if you want to use it, you will have to put together several different parts.

Dashboard Fridays: Sample Salesforce dashboard

In our latest Dashboard Fridays episode we showcase this sample Salesforce metrics dashboard built using SquaredUp. Pulling data from Salesforce, this dashboard provides visibility of new business performance for the entire company. Accessed individually or viewed on an office wallboard – all employees from Engineering, Marketing, Sales and Finance can stay up to date with latest sales performance data.

Top 3 Reasons Why You Should Work with a ZTNA Service Partner

With remote and hybrid working now commonplace for organizations, many IT departments are weighing up the pros and cons of moving to a Zero Trust Network Access (ZTNA) model to replace traditional VPN, or other remote access approaches. While the benefits of moving to ZTNA are compelling: improving user experience, providing enhanced security, reducing management overhead, and increasing visibility and control, it can often be a challenge to select the best approach for your business.

How to Use Automation to Streamline IT Support

Though change is not a new concept in IT -- one might say it is intrinsic to the very nature of it -- the rate of change has accelerated dramatically over the last few years. We’ve recognized that people are everything and that we need to use technology to do more of the heavy lifting. This blog will look at how to automate customer service, streamlining IT support and improving your organization’s overall service delivery.

Monitor your AWS Lambda functions' ephemeral storage usage

AWS Lambda is AWS’s solution for highly portable, serverless computing. With Lambda functions, you can deploy and run business logic code without managing the underlying servers. Today, AWS announced that Lambda customers can now provision up to 10 GB of ephemeral storage for each of their functions, making them well-suited for new, data-intensive workloads—including machine learning inference, large media file processing, financial analysis, and more.