Systems | Development | Analytics | API | Testing

Introduction to GraphQL | Learn GraphQL in less than 40 minutes - Antino Labs

GraphQL is an open-source data query and a server-side runtime for application programming interfaces (APIs). Making APIs fast, flexible, and developer-friendly, it paves the road for convenience when dealing with APIs. But, the technicalities aren't that easy to understand. So, here's this quick introduction to GraphQL that will help you understand what is GraphQL, how it benefits developers, and some use cases as well.

Kubernetes Load Testing Comparison: Speedscale vs K6

In this article, you’ll be introduced to two different load testing tools that are both able to work with Kubernetes; Speedscale and K6. Throughout this post you’ll be given a comparative view of how each tool performs in five different categories: Ease of setup, developer experience, working with the CLI, creating tests, and integration into CI/CD pipelines.

How To Access APIs and Beat Your Competition

An Application Programming Interface (API) is the new go-to for businesses looking to connect with customers, partners, and other stakeholders via digital channels. From e-commerce sites to mobile apps, APIs are used to collect and process data and enable interoperability between web applications. As such, learning how to access APIs has become the primary gateway to data-driven products and the main revenue stream for most businesses.

Managing user profiles in your applications with SCIM2 #Identityin15

In today's episode, we will discuss how you can manage your user profiles with SCIM by using WSO2 Identity Server as a SCIM service provider in just 15mins. The System for Cross-domain Identity Management (SCIM) specification is designed to manage user identity in cloud-based applications and services in a standardized way to enable interoperability, security, and scalability.

End-to-End API Monetization with NodeJS, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to monetize their APIs. Some are simple but not customizable, some are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created a feature a few months ago called Billing Meters which gives massive customizability but with a minimal amount of code and engineering effort.

Kong Builders - July 22 - Running Kong Gateway on Red Hat Open Shift

In this week's episode, Kat Morgan walks through Kong Gateway on #Redhat #OpenShift with special guest Casey Wylie, Principal Solutions Engineer from Red Hat! Kong Builders is a livestream series that takes our developer-focused toolsets and puts them on display in the best venue possible – building applications and connecting workloads.

Producing JMeter Tests from OpenAPI

Swagger in conjunction with OpenAPI is a way for REST API’s to be build, documented and consumed. It is defined in either YAML or JSON. OpenAPI and Swagger are both open source, and their use is commonplace amongst development teams and can make the life of a performance tester a lot easier as it allows us to build JMeter tests directly from the definition of the endpoints. The object of this post is to look at how we can produce JMeter tests directly from a Swagger definition.