Systems | Development | Analytics | API | Testing

Building Microservices Applications With an API Gateway: Advantages and Strategies

Building and managing a microservices applications architecture in an API gateway is extremely useful – and in many cases necessary. The easiest way to describe an API gateway is to list of its basic functions: Below, we’ll go deeper into this topic by defining what API gateways are, how they work, their benefits, and outline some strategies for developing and building an API gateway of your own.

Evolving Insurance with Data and Analytics

Insurance companies around the world are striving ahead with innovative offerings that are fundamentally changing the insurance landscape. Insurance companies are creating personalized offerings and products that are tailored to the specific needs of their customers. For example, they are implementing usage-based insurance (UBI) based on driving habits, miles driven and driving history and discounts on health insurance based on health trackers, etc.).

Qlik Data Analytics - April 2020 Feature Demonstration

A longer detailed demonstration on more of the demonstrable features available in the Qlik Sense April 2020 release. Note an attempt was made to create an index with time code URLs - but for some reason clicking the time-code link in the description just brings you to the start of the video. Summary Video: Demo App.

Kuma Open Governance and Community Calls

We are very proud to announce some very important community updates for Kuma, with the goal of making Kuma more open and more inclusive to the broader open source ecosystem: The Kuma project now ships with open governance guidelines! This makes Kuma the only Envoy-based control plane for service mesh with an open governance policy in the CNCF landscape.

What's Next for Developer Platforms: Embedded Integrations and APIs

This is a companion piece to Jeremy Glassenberg’s talk at the March 2020, API and IPA Meetup in San Francisco. The full video of his talk is below and on Moesif’s YouTube Channel. As popular web services extend their developer platforms for partners to integrate directly into their interfaces, design trends are forming from experiences in the world of embedded integrations.

How to Get Customer and Application Context When Logging API Calls for 3scale API Gateway

As APIs handle enormous amounts of data of a widely varying type, the critical question for any data provider is how specifically to secure this data. An authentication method that gives power to developers to build applications for all of their needs, determines who could access the APIs to protect sensitive data and ensure the request aren’t tempered. Authentication is when an entity proves an identity. Simply put, authentication is the act of verifying that you are who you claim to be.

Dissecting Rails Migrations

In today’s post, we’ll take a deep dive into Rails migrations. We’ll break down the migration into different pieces, and in the process, learn how to write an effective migration. We’ll learn how to write migrations for multiple databases, as well as how to handle failed migrations and techniques of performing rollbacks. To understand the whole post, you’ll need to have a basic understanding of databases and Rails.