Systems | Development | Analytics | API | Testing

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.

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!

How to Migrate a MuleSoft API to Kong Gateway in 5 Minutes

These days, a lot of companies are moving towards cloud native applications and declarative configurations. This is also true for the traditional API gateways (e.g., MuleSoft, Axway, etc). Customers are looking for new technologies which fit better in their cloud environments and also are faster and cheaper. The main challenge here is how to migrate the existing APIs to the new platform.

Building a Multi-Region Service Mesh with Kuma/Envoy, Anycast BGP, and mTLS

We're kind of crazy about providing the fastest way to deploy applications globally. As you might already know, we're building a serverless platform exactly for this purpose. We recently wrote about how the Koyeb Serverless Engine runs microVMs to host your Services but we skipped a big subject: Global Networking. Global Networking is a big way of saying "How are my requests processed?". A short answer is: requests go through our edge network before reaching your services hosted on our core locations.

5 Best Practices for Successful Microservices Implementation

Microservices are a popular and modern organizational software engineering practice. The guiding principle of any microservices implementation is to develop an application by dividing its business components into smaller services that can be deployed and operated independently of each other. The separation of concerns between services is defined as “service boundaries.”

How Kubernetes Is Modernizing the Microservices Architecture

In this three-part blog series, we examine the critical role Kubernetes plays in shaping the future of infrastructure, including the rise of containers and Kubernetes. The first in the series covers Next-Generation Application Development. The second covers the Next Frontier: Container Orchestration. And the third covers How Kubernetes Gets Work Done.