Systems | Development | Analytics | API | Testing

Protocol Parsing Guide: From Packets To Structured Data

In this blog, I’ll walk you through the essential steps and guidance for parsing network protocols. We’ll assume that you’re already running a Layer 4 (L4) proxy to capture packets into a buffer, and you have both the client and destination connection objects readily available. This guide will focus on helping you convert raw network data into meaningful, structured information.

How to Boost Performance Testing: Integrating LoadFocus API with Bitbucket Pipelines

CI/CD performance testing seamlessly integrates performance validation directly into your development pipeline. Instead of treating performance as an afterthought, this approach makes it an automated part of your workflow. By testing performance with every build, you can identify issues early, ensure consistent performance across releases, and maintain quality standards for your application.

Exploring Unit Test Generative Tools

Artificial Intelligence (AI) has revolutionized various industries, including software development. One particular area where AI has shown significant promise is generating unit tests effortlessly. With the help of AI-based tools, developers can automate the process of creating unit tests, saving time and effort. In this blog, we will delve into the pros and cons of AI-generated unit tests, highlighting their potential benefits and addressing any concerns.

Streamlining API Management at Scale: Kong Konnect Meets Terraform

Simplify and automate your API platform management across multiple clouds using infrastructure-as-code! In this insightful demo, learn how Kong Konnect and Terraform together enable rapid, scalable, and consistent deployment of your APIs. You'll discover how to: Deploy dedicated Kong API gateways across AWS, Azure, and GCP effortlessly Manage APIs and governance policies centrally using Terraform Eliminate configuration drift and compliance risks through automation.

Implementing OpenTelemetry Observability with Kong Konnect & Dynatrace

Observability has become critical to ensuring the effective monitoring of application and system performance and health. It focuses on understanding a system’s internal state by analyzing the data it produces in the context of real-time events and actions across the infrastructure. Unlike traditional monitoring, which mainly notifies you when issues arise, observability offers the tools and insights needed to determine not only that a problem exists but also its root cause.

Introducing Git-Based API Proxy Creation in Choreo

In today’s fast-evolving world of API management, efficiency and flexibility are key. Choreo, WSO2’s AI-native internal developer platform, continues to empower developers by streamlining API development, integration, and management. We’re excited to introduce a new enhancement to API proxy creation: the ability to create API proxies directly from a Git source.

Shifting Gears: Why GraphQL Is Turbocharging APIs

The API landscape is constantly evolving, and developers like us crave tools that streamline data fetching and boost performance. For years, REST reigned supreme, but a challenger has emerged – GraphQL. So, is GraphQL truly a "better version" of REST? Let’s explore this question through code and performance comparisons.