Systems | Development | Analytics | API | Testing

API

A Cloud Native + Infrastructure as Code Love Story

We love abstractions. We want to make things easier for developers, teams and end users. In doing that, sometimes we build things a little bit too complex for those who don’t already understand the pain points for which the abstraction layers were built. Kubernetes is an example of this; it solves a very real, very painful problem, but it is notoriously difficult to wrap your head around.

Mid Atlantic Meetup | May 2021 - What can APIs and Microservices tell us about organizations?

Architects are tasked with seeing that organizations meet their objectives with speed and quality, for a reasonable cost. This simple mission is anything but simple. Security, analytics, and everything in-between present themselves as forces to be acknowledged and considered. Building APIs and Microservices present new puzzles to be solved for architects. Or do they? In this session, we attempt to detect patterns that present themselves in organizations, which have their root in human elements. Yet reliably manifest in technology.

Understanding the Basics of Envoy Configuration - Denver Meshy Mesh Meetup

Envoy is a key part of a number of service meshes currently on the market, including Istio and the Kuma CNCF Sandbox project. As such, it is often helpful to better understand how Envoy is configured to operate as a data plane in a service mesh. In this session, you’ll learn about the basics of Envoy configuration, like listeners, filters, clusters, and endpoints.

The Evolution of APIs: From RPC to SOAP and XML (Part 1)

To work and live in today’s digital world, we are unquestionably dependent on interconnected applications. These applications might be massive and highly complex, but they’re also constructed from reusable building blocks, which we call an Application Programming Interface—the API. API adoption is on the rise across all industries. However, APIs aren’t new. They came about from the natural evolution of writing computer software.

WSO2 Recognized in Two New Gartner Reports for Full Life Cycle API Management

I’m proud to share that WSO2 has been recognized in two new Gartner reports for full life cycle API management. We are sincerely grateful to our many satisfied customers for providing their feedback on how WSO2 has been instrumental in driving their digital transformation initiatives. We appreciate the time they took out of their busy schedules to help us out. Now, on to the details.

A Concise Introduction to REST APIs

A REST API — or representational state transfer application programming interface — is a data interface that allows for the creation and consumption of resources. It’s not just for GET requests, but also for other HTTP verbs such as PUT, POST, and DELETE. REST APIs can also handle CRUD (Create, Read, and Update, and Delete) operations. In this way, a REST API is a software bridge between two levels of abstraction in a system.

App Development: 3 Ways to Add an API to Your App

Applications that use a REST API architecture are designed to be loosely coupled and transfer information quickly. While this architecture focuses on transferring data between clients/servers, it can also apply when interacting with other systems and users. In the world of app development, the need for better, faster, and easier-to-understand APIs is growing, and REST APIs are dominating the legacy modernization conversation.

5 Ways API-Led Connectivity Is Changing Business

With more data and systems at their fingertips than ever before, organizations need a concrete strategy for how to connect them with their own enterprise IT. This has led to the rise of API-led connectivity, which offers a dramatic shake-up to the way that companies access and integrate these technologies and services. In this article, we’ll explore five industries in which API-led connectivity has changed the business landscape as we know it.

Deploying a Multi-Cloud API Gateway on AWS and GCP

After you’ve built your microservices-backed application, it’s time to deploy and connect them. Luckily, there are many cloud providers to choose from, and you can even mix and match. Many organizations, like Australia Post, are taking the mix-and-match approach, embracing a multi-cloud architecture. The microservices that make up a system no longer have to stay on a single cloud.