Operations | Monitoring | ITSM | DevOps | Cloud

API

The latest News and Information on API Development, Management, Monitoring, and related technologies.

The Critical Role of APIs in Microservices Architectures

The first thing to know when exploring APIs vs microservices is that there’s not a dichotomous relationship between these two technical approaches. Instead, you want to build an understanding of how these two technologies relate to each other—and they do, in a big way. So, organizations don’t need to embrace either an API-first or microservices-first strategy.

How 1Password Relies on Checkly for Secure System Health Monitoring for Thousands of Business Customers

1Password uses Checkly to provide transparent, advanced synthetic monitoring to 1Password SCIM bridge customers 1Password is a leader in human-centric security and privacy, with a solution that’s built from the ground up to enable anyone—no matter the level of technical proficiency—to navigate the digital world without fear or friction when logging in.

What is API Monitoring?

The increasing complexity of modern websites and web applications means that a dependency on Application Programming Interfaces—or APIs—is unavoidable. APIs are used throughout software to define interactions between different software applications. They are also indispensable to businesses as they enable them to develop applications that can scale and provide a wealth of services without the need to build every software or server component from scratch.

Building, deploying and observing SDKs as a Service - Part 1

An API, or application programming interface, is a set of protocols and instructions that allows two software applications to communicate with one other. APIs can be implemented in a number of architectural styles. One of the most popular styles is REST (representational state transfer,) which allows server and client interaction in a stateless manner.

An Overview of Traffic Mirroring Options in Kubernetes

Testing in production carries a lot of risk, like possibly causing downtime for users. However, the advantages of using real user traffic are many, which has led to the popularity of traffic mirroring. Mirroring can be implemented as part of pre-deployment testing, as well as other parts of the developer experience like the development itself. But, how do you get started with it?