Systems | Development | Analytics | API | Testing

March 2020

Global supply chains: How Maersk is connecting & simplifying the world's movement of trade with APIs

Join Oliver Ogg in conversation with Dave Holliday, API Platform Product Manager at A.P. Moller - Maersk. Maersk is the world’s largest shipping company and is a global orchestrator of logistics. It is a complex business with multiple business units that include container manufacturing, shipping, and operating vast terminals that can unload some of the world’s largest ships. The supply chain world has been using EDI formats to exchange data between the many participants, but it was always expensive for both sides to understand, build against, and maintain.

Kong for Kubernetes 0.8 Released!

Kong for Kubernetes is a Kubernetes Ingress Controller based on the Kong Gateway open source project. Kong for K8s is fully Kubernetes-native and provides enhanced API management capabilities. From an architectural perspective, Kong for K8s consists of two parts: A Kubernetes controller, which manages the state of Kong for K8S ingress configuration, and the Kong Gateway, which processes and manages incoming API requests.

Protect Your Applications With Cleafy Plugin for Kong

When protecting your online services, the weakest link is represented by the endpoints – that is, by the end-user devices running web or mobile applications or by external systems leveraging open APIs. As a matter of fact, there is a growing number of targeted attacks leveraging sophisticated techniques such as malicious web injections, mobile overlay and API abuse attacks to perform identity hijacking, account takeover, transaction tampering and payment frauds.

How to Measure Developer Acquisition with API Analytics and UTM Parameters

When building businesses it’s of paramount importance to measure what’s working and what’s not. This is especially true for companies that are API-first. Moesif API Analytics allows merging the business and technical perspectives, so as to present a complete picture of the operating environment.

Exposing Kuma Service Mesh Using Kong API Gateway

In his most recent blog post, Marco Palladino, our CTO and co-founder, went over the difference between API gateways and service mesh. I highly recommend reading his blog post to see how API management and service mesh are complementary patterns for different use cases, but to summarize in his words, “an API gateway and service mesh will be used simultaneously.” We maintain two open source projects that work flawlessly together to cover all the use cases you may encounter.

How to Market Your SaaS Platform to Developers During a Recession

With the recent downturn on public stock markets due to COVID-19, a recession or depression is almost inevitable. It’s likely we see mass failures across retail, travel, entertainment, and other industry sectors. The spillover from coronavirus disease and the following shelter-in-place can have drastic consequences in the startup world.

How to Secure APIs and Services Using OpenID Connect

A modern API gateway like Kong enables organizations to achieve some use cases much more easily than traditional gateways. The reason is older, traditional gateways try to provide as many features as possible into a heavyweight monolith, while modern solutions use a best-in-breed approach. These traditional solutions not only try to be a gateway, but they also try to be a business intelligence system, a central logging hub, a monitoring tool and so much more.

What are Micro Apps on iOS?

To understand what micro apps are on iOS, we first must look at what a “micro app” is. A micro app is a small, precise, highly specialized application. It is designed for a single use case. They can run independently, or you can combine several micro apps in pursuit of a more complex objective. Some example use cases include reading from or writing to an enterprise database, or sending alerts or notifications when a particular event occurs.

What is Developer Relations and What are Common Roles?

Developer Relations is not simply a role or department at API-first companies. Developer relations is a mindset of getting developers adopt a platform and making them successful with their initiatives rather than attempting to sell to those developers. This makes developer relations different from traditional sales and marketing roles.

How to Monitor NGINX API Logs with Moesif

With increasing popularity among API Gateways, which provides authentication, rate-limiting and access control between applications that expose their APIs and the consumer of the APIs are the bedrock of API infrastructure. Simple architecture which bundles API related functionality inside a single component provides load balancing, caching and ability to scale to ensure high availability.

How EBSCO delivers dynamic research services with Apigee

For more than 70 years, EBSCO has supported research at private and public institutions, including libraries, universities, hospitals, and government organizations. One of the reasons that customers have continued to rely upon us over the decades is because we actively innovate and adapt new technologies to give customers access to the growing pool of digital resources in the information age.

System Integrators Can Expand Revenue Streams Through Standardization

The impact of cloud computing is immense, with more and more businesses widely using cloud business applications. Integration scenarios that system integrators address on a regular basis are often repetitive. Sophisticated integration solutions are, however, in most cases out of SMBs' financial range. This creates a gap between the increased SaaS consumption and the ability to integrate cloud-based services efficiently.

10 Developer Relations Interview Questions

More and more companies are shifting from a traditional enterprise sales mindset to a developer-first mindset for driving product adoption. Sales calls and demos will not work as developers do not want to be sold to. Instead, the platform needs to be adopted similar to how consumers may adopt a mobile game or e-commerce app. Yet, developers are also less receptive to facebook ads that may have worked for those games and e-commerce apps.

Supporting Legacy Web Services With Kong

Let’s admit it – web services (SOAP) are here to stay for a few more years, and maybe for a long time in some places where there is no business incentive to rebuild them. However, with a decline in new SOAP web services and most applications moving to cloud native architectures, a common query is “how can we support legacy services while moving to microservices?”

Vodafone TOBi Hackathon - A Winning Experience for All

It has been a week since several of our mVISE and elastic.io developers attended the Vodafone TOBi Hackathon at the Vodafone Sky Lounge in Düsseldorf. Some of them were in the 3rd place team and all contributed greatly to the future success of the TOBi Chatbot. Teams formed, ideas flowed, problems were overcome, and the air was filled with the sounds of developer’s keystrokes!

Data-Driven Customer Success Management and How APIs Provide the Leading Indicator of Account Health

By employing API analytics platforms Customer Success Management (CSM) teams can proactively help customers reach their goals, which in turn encourages them to renew their subscription and upgrade their contract. Getting your customers to love you is snap with customer-centric API analytics: integrations will happen faster, support will be more on-point and you’ll be set-up to provide real ongoing value.

What does API Monitoring Mean for API Product Managers and Growth Teams

Today, countless engineering teams have leveraged API monitoring to track infrastructure health and report when services are down or unhealthy. There are a variety of API metrics that can be tracked that are aligned with engineering goals such as uptime, average latency, requests per minute, and errors per minute. However, these metrics are not aligned with the business goals of product owners and growth teams.

What Are Microservices? What You Need to Know

Microservices are small, independently-running applications that perform a single function for a larger application or IT infrastructure. By loosely connecting a number of them together, developers create a pluggable architecture that facilitates the process of updating, upgrading, and scaling the application in response to changing requirements.

How to Best Monitor GraphQL APIs

Since its release in 2015, GraphQL has become the alternative to REST. It gives frontend developers the flexibility they craved for so long. Over are the days of begging backend developers for one-purpose-endpoints. Now a query can define all the data that is needed and request it in one go, cutting latency down by quite a bit, at least in theory. With REST, things were entirely a bit simpler — especially monitoring.