We’re excited to announce the general availability of Kong Enterprise 3.1. In Kong Enterprise 3.1, we build on the foundation of our plugin ecosystem by introducing five new plugins and enhancing the functionality of existing ones. These include: We’ll explore the ins and outs of each of these plugins below. But first let’s talk about why plugins are such an important part of Kong’s solutions.
It’s launch day with Bitrise Insights V2, which means that analyzing your build, test, and credit data has never been easier.
The C# “an object reference is required for the non-static field” error is thrown when an object reference is required for the nonstatic field, method or property.. Install the C# SDK to identify and fix these errors.
We’re excited to announce new features in Kong Konnect that are designed to increase security and streamline API management. Read on to learn more about what’s new in Kong Konnect.
For the next interview in our series speaking to technical leads from around the world, we’ve welcomed experienced CTO Mahe Rangareddy. Mahe Rangareddy is the Chief Technology Officer at Alpha Omega Integration, a government contracting company in Tysons VA. An expert in data analytics, he promotes innovation and improvement within the company.
In this blog post I want to share a story of a performance bottleneck using the filesystem that we experienced in our development setup. In the Tideways backend, we have a simple homegrown database migration tool that scans a directory for.sql files and applies them if not already done. It is a very old piece of code that I used since before the times of doctrine/migrations. It is much simpler but works for us.