Systems | Development | Analytics | API | Testing

Development

Kong Mesh 2.7: Leveling Up Usability and Security

Kong Mesh 2.7 is here! And with it come a slew of new features to make our simple and powerful enterprise service mesh even easier to use and more powerful for your particular needs. In this blog post, we'll cover the new features and show how Kong Mesh 2.7 can deliver a superior service mesh experience for your organization.

WSO2 Advances Developer Productivity With Latest API Management and Integration Offerings

Developers can now manage data planes for WSO2 API Manager and WSO2 API Platform for Kubernetes with the same control plane, develop integrations in VS Code using Micro Integrator for VS Code, and utilize AI assistants to streamline efforts.

Should You Use Ruby on Rails or Hanami?

Ruby on Rails is the most popular web framework in the Ruby ecosystem and has a large user base, ranging from freelancers to large established companies. With an active user community and wide-ranging documentation, it can be used to build everything from simple applications to complex web platforms. That said, a new contestant is taking on Rails’ dominance for the full-stack Ruby framework title: Hanami.

Introducing Insomnia 9.0 with Pre-request Scripting, Improved Offline Access, API Mocking, and 100+ Improvements

Kong Insomnia 9.0 is now generally available for download. It ships with many new features and improvements — over one hundred improvements in total! This new version of Kong Insomnia also makes it much easier to migrate from other products with a more reliable “import” experience, while improving the speed of using the product and making it more customizable. Let’s dive into all the notable features.

Introducing WSO2 API Manager 4.3: Stronger, Streamlined API Management

We’re delighted to announce the release of WSO2 API Manager 4.3, a significant upgrade that enhances your API ecosystem's performance, security, and scalability. WSO2 API Manager, an industry-leading open source API management solution, offers a unified platform for creating, publishing, and overseeing APIs, enabling organizations to securely expose their services with both internal and external stakeholders.

Unveiling WSO2 APK 1.1: Kubernetes-Native API Management

We're excited to introduce WSO2 API Platform for Kubernetes (WSO2 APK) 1.1, a key update to our Kubernetes-native API management solution. This release leverages the strengths of Kubernetes to offer high-performance and cloud-scale API management, ensuring automation, reliability, and improved developer experiences. Traditional API management solutions aren't built for Kubernetes environments, leading to issues with performance, scalability, and manual configuration.

Introducing: Codezero Serve

Using Codezero Teamspaces' Serve feature enables Devs to harmonize their local with production environments using advanced traffic routing to seamlessly create and publish new services and variants back to the cluster seamlessly from their local workspace. Your Devs will be more productive, focused and happy using the tools they know and love without having to focus on infrastructure or cloud environment.

Deep Diving Into the Erlang Scheduler

Erlang is renowned for its remarkable fault tolerance and high concurrency. Erlang's scheduler efficiently handles many lightweight processes. The scheduler plays a crucial role in managing processes, concurrency, and system resources, efficiently coordinating these elements to help Erlang maintain fault tolerance and support high levels of concurrency in its applications. This post will dissect some of the scheduler's key components and shed light on how it works internally. Let's get started!