Systems | Development | Analytics | API | Testing

API Gateway vs. Service Mesh

Service mesh expert Cody De Arkland explains the differences between an API gateway and service mesh and how they work together. An API gateway helps companies offer APIs “as a product” to internal or external clients/users via a centralized ingress point. They can also govern and control how they are being exposed and onboarded via a full lifecycle APIM platform. API gateways are commonly used when different applications need to talk to each other and create an abstraction layer between the clients and the underlying APIs.

How to Send Behavioral Emails with MailChimp and Moesif

In this guide you’ll learn how to send Moesif behavioral emails with Mailchimp. Moesif behavioral emails is a feature that automatically sends emails to customers based on their API usage. This can be used to notify customers about technical issues, such as: hitting rate limits, using deprecated APIs, or trying to run broken integrations. You can even use it to trigger business-related events such as when an item is shipped.

Extending Connectivity to Cloud Native and VM-based Applications

We all know that what customers see in the market is, in fact, only a small percent of the shifts happening within our organizations. Recently, Time Magazine stated that “Every Company is a Tech Company… The Disruption is Just Beginning.” We’re seeing it in the way we wait in lines, find places to stay when traveling and work from anywhere. The disruption is distribution, and it impacts how we live and build applications.

Data Hiding and Microservices: Information Management That Supports Independent Deployment and Teams

A significant part of breaking a monolithic application into microservices involves a redesign of how the application manages data — usually through a data management strategy called “information hiding.” In this respect, breaking a monolith into microservices isn’t just about establishing clear separations between the code for different services. It’s also about creating clear separations between the data that each microservice interacts with. Why information hiding?