Systems | Development | Analytics | API | Testing

API

Leveraging APIs to create value for telco ecosystems: STC's digital transformation

The world is changing for telecommunications operators. We live in a digital age when people, information, and services are more connected than ever, and people expect virtually any service on demand, at their fingertips. STC is already a telecommunications leader in the Middle East, but to remain on top in a competitive field, we must continue to grow and provide valuable experiences for our customers.

Kong Ingress Controller 2.0 Now GA! UDP Support, Prometheus Integrations, and More!

Today, we’re thrilled to announce the general availability of Kong Ingress Controller 2.0 (KIC) – the most robust, scalable, and extensible version of our Kubernetes Ingress Controller to date. This is a major milestone both for the KIC product as well as for the Kong community as a whole. In addition to KIC 2.0’s new features, it also sets the foundation for us to more rapidly improve the user experience and add more capabilities.

Automating the API Lifecycle with APIOps: Part I

Today, Application Programming Interfaces (APIs) and microservices are the de-facto standard for building and connecting modern applications. APIs are no longer just a delivery mechanism but have become the product itself. API lifecycle management refers to the comprehensive, step-by-step process of planning, developing, implementing, testing, and versioning an API.

Using GitHub Actions to Build With the Language You With Ben Greenberg | Kongcast Episode 3

There’s no one-size-fits-all when it comes to developers. In this Kongcast episode, Ben Greenberg, Developer Advocate at Orbit, chats with us about building better engineering communities and focusing on the outcomes rather than technology. At the end, he shows us how he leveraged GitHub Actions to create a copy-and-paste workflow that integrates services, no matter the language they’re written in.

Xplenty's Rest API Component Tutorial

In this video, we will set up a Rest API connector using Xplenty. Combining your business data in one secure destination is desirable if you want to analyze and operationalize that data at scale. Xplenty's REST API connector helps you connect to many popular business SaaS and other digital services. Advanced Features of Xplenty's REST API Connector Pagination Schemes When retrieving data in large amounts, it is typical for any API to incorporate a paging mechanism. The commonly used methods for pagination are.

How API Management Works

According to Paolo Malinverno, research vice president at Gartner, “We already live in an API economy where CIOs must look beyond APIs as technology and instead build their company's business models, digital strategies, and ecosystems on them." Application Programming Interfaces (APIs) represent reusable code that forms the backbone of these digital transformation strategies. Understanding how API management works can help you determine how best to leverage your systems to gain the most value.

Optimistic Locking in Rails REST APIs

Imagine the following hypothetical scenario: in a rental property management system, Employee A starts editing contact info for Rental X, adding some extra phone numbers. Around the same time, Employee B notices a typo in the contact info for exactly that Rental X and performs an update. A couple of minutes later, Employee A updates Rental X’s contact info with the new phone numbers, and … the update fixing the typo is now gone! That’s definitely not great!