Systems | Development | Analytics | API | Testing

Kong's Dedicated Cloud Gateways: A Deep Dive

In case you missed it, we recently made a big announcement around beta GCP support for Kong’s Dedicated Cloud Gateways (DCGWs). There’s a lot of good stuff in there, but TL;DR DCGWs now support all three of the major cloud service providers (CSPs): AWS, Azure, and GCP at a 99.95% SLA with support for over 25 regions around the globe. Being the first API management vendor to support managed gateway deployments with all three CSPs has a lot of folks excited, for obvious reasons.
Sponsored Post

What Are Cloud Development Environments?

Especially, if you have a globally distributed team, CDEs give you a smoother developer experience just by its online nature. Instead of wrestling with conflicting dependencies, trudging with inconsistent local setups, or waiting for your code to compile, you have a powerful, instantly accessible development environment in the cloud. CDEs remove typical limitations like hardware and scalability. You can quickly get started with minimal setup and configuration, but confidently move forward due to the flexibility and customization features CDEs provide.

app.build by Neon: Spawning 1000s of AI-generated apps at scale with Koyeb

It's 2025, you can build a full-stack app by telling an AI what you want. Inspired by projects and tools like v0, Create, Replit, and Same, Neon built app.build: an open-source AI agent that builds and deploys full-stack web apps, straight from your terminal. Built for developers, app.build is local-first, extensible, and fully open source.

How Automation Simplifies On-Prem to Cloud Migration

Automation can make cloud migration faster, cheaper, and safer. It reduces migration time by 50%-80%, lowers costs by up to 30%, and minimizes risks like data loss and downtime. Manual migrations often fail due to human error, complexity, and unforeseen expenses. Here's how automation solves these challenges.

Automating Hybrid Cloud Storage with IaC, Red Hat Ansible and VSP 360

At the heart of any enterprise data management strategy is the driving principle of infrastructure as code (IaC), the practice of defining, provisioning and managing infrastructure through code, and a foundational approach for enabling continuous delivery (CD).

How eXalt Built a Secure and Scalable ChatGPT Alternative with Koyeb

eXalt is a French consulting firm with over 1200 consultants and offices in Paris, New York, London, Madrid, Lisbon, Brussels, and throughout France. They specialize in Finance and Tech, offering expertise in data science, cybersecurity, software development and IT infrastructure, project and product management, and more. When eXalt consultants are on assignment, they often need fast, reliable access to a ChatGPT-like tool to help with research and problem-solving.

Django AWS deployment with Elastic Beanstalk

Almost every web application is built for end-users to view and use. The application deployment process is an important operation in software development because it allows software to fulfill its purpose. This tutorial is primarily for software companies and developers to aid them in deploying and scaling web applications and services using a platform that automatically handles deployment with ease. Therefore, in this tutorial, we will be deploying a Django application to AWS.