Systems | Development | Analytics | API | Testing

Development

Announcing Kong's New Open Source AI Gateway with Multi-LLM Support, No-Code AI Plugins, Advanced Prompt Engineering, and More

Today I’m excited to announce that Kong has released six new open source AI plugins in Kong Gateway 3.6 that turn every Kong Gateway deployment into an AI Gateway. These new plugins are available today and are entirely free and open source for everyone. The six new plugins are AI Proxy, AI Request/Response Transformer, AI Prompt Guard, AI Prompt Template, and AI Prompt Decorator.

Full-Text Search for Ruby on Rails with Litesearch

In this post, we'll turn to the last piece of the puzzle in LiteStack: Litesearch. As an example, we will equip a prompts index page with a search bar to query a database for certain prompts. We will generate a couple of fake records to test our search functionality against. Let's get to it!

Build an Idempotent API in Node.js with Redis

In a world full of microservices and distributed systems, building robust and reliable APIs is of paramount concern. One key concept that plays a vital role in achieving reliability is idempotency. In this article, we'll delve into the world of idempotency, exploring what it is, why it's important, and how it can be implemented to solve the persistent problem of duplicate processing in APIs. Along the way, we'll see how to build an idempotent API in Node.js with Redis.

The Top 9 Apigee Alternatives

Apigee is a cloud-based API management tool. It integrates data from databases, warehouses, data lakes and SaaS services. It is a no-code tool making it a valuable asset for citizen integrators and developers alike. However, the platform was initially designed to build APIs for monoliths. It was not designed to handle microservices. Given we are in the age of digital transformation where microservices rule, Apigee may not be suitable for a lot of use cases.

The 2024 Guide to Testing APIs

API testing is a critical part of the software development lifecycle. If you’re not performance testing your APIs, you’re putting your entire system at risk. API testing is the process of verifying and validating the functionality, reliability, performance, and security of an API to ensure it meets its requirements and behaves as expected. This guide will discuss the importance of testing and how to test APIs.

Perforce Acquires Delphix

We are delighted to announce our acquisition of Delphix, a best-in-class leader in Enterprise Data Management solutions. I want to share with you why I am personally excited about this major milestone in our company’s continued DevOps evolution and the benefits this acquisition provides to our customers. Data is at the heart of how enterprises operate today and essential for successful software development, but accessing and managing that data is extremely challenging.

Essential Strategies for Optimizing Your API Architecture

Why does API architecture matter, and how can you excel at it? It’s an important question to ask as you are trying to improve existing APIs or write new ones. In this article, we will create a high-level roadmap to understanding the foundations of API architecture, from API Gateways and data management to architectural styles like RESTful and GraphQL. We will look at best practices to enhance scalability and security and look closer at tools that support robust API development.

Visualizing Ahoy analytics in Rails

At Honeybadger, we use Ahoy for first-party analytics in Rails. Ahoy is excellent for developers because it lives in your Rails application alongside your other data and code. Want to answer a specific question about your product or website visitors? It's just one ActiveRecord query away: Ahoy also works with Chartkick and Groupdate to visualize your data.