Systems | Development | Analytics | API | Testing

%term

API Productization Simplified with Multiple Portals in Kong Konnect

Efficiently managing your developer portal is critical in productizing your APIs quickly and reliably. A streamlined developer portal ensures that your APIs are easily accessible, well-documented, and secure — driving higher adoption and easier integration. With the increasing demand for APIs across business units, brands, partners, and more, a single developer portal often falls short for both the API owner and the consumers by introducing complexity and slowing productization efforts.

Session Level Data Update - App Analyzer - SaaS in 60

The latest update to the App Analyzer brings a new feature: session-level data. Now, the App Analyzer can answer vital questions, such as which users are accessing which applications, how long they stay in each app, what sheets they use, the duration on each sheet, and the frequency of navigation between sheets. It also tracks the number of concurrent users within an app or across all apps in the tenant.

Transform Your Business with API Monitoring

Hey there! Have you ever wondered why API monitoring is important for businesses and why your digital services sometimes go haywire? Or why do some users complain about slow performance? The answer often lies in the health of your APIs. In today’s digital world, APIs are the backbone of seamless user experiences and robust business operations. This guide will show you how a top-notch API monitoring strategy can transform your business.

Understanding API Endpoint: A Beginner's Guide

An API endpoint, often referred to as an endpoint URL, is a specific URL that allows access to a particular resource on a server, facilitating communication between different systems. It’s crucial for developers as it enables them to integrate and utilize functionalities from other systems, like payment gateways or social media platforms, streamlining their development process.

Accessibility Testing is Catching and Improving Outdated Habits

Code and human connection go hand-in-hand. In this episode, we dive deep into the ever-evolving world of accessibility testing in web and software development. Whether you're a seasoned dev or just getting started, accessibility is your guide to creating inclusive spaces for global collaboration. But where do you start? And why does it even matter? Rachael Yomtoob, Product Owner of axe DevTools Mobile at Deque Systems, Inc., shares how to weave accessibility into your development process.

Leverage Trusted Data: Alation Data Intelligence Platform

Nick Jewell, Senior Principal Product Marketing Manager at Alation, demonstrates how to use the Alation Data Intelligence Platform to easily find, understand, and use trusted data.The demo focuses on how data engineers, data governors, and data users can leverage Alation and Snowflake Horizon to more efficiently ingest, monitor, and share governed data.

How Speedscale's Traffic Viewer Complements Your Production Monitoring System

Speedscale's Traffic Viewer is the perfect complement to your production monitoring or observability system because it provides detailed information (like request and response payloads, headers, cookies, and more) that actually helps developers debug any issues and requires zero developer intervention--all of the data is provided from traffic.

Confluent Cloud for Apache Flink | Interactive Tables for Flink SQL Workspaces

When developing or debugging a stream processing pipeline with Flink SQL, it’s common to inspect each processing step's output to ensure data is being transformed properly. However, comprehending the resulting data stream's structure, distribution, and characteristics entails executing multiple ad-hoc SQL queries, which can be time-consuming and tedious. Additionally, isolating specific subsets of the stream for analysis or debugging often involves even more queries, adding to the complexity and time required.

Will AI coding create more monoliths?

Let’s start with a statement everyone can agree on: AI coding is now a permanent fixture of the software development lifecycle. Even if your team hasn’t introduced it officially yet, it’s only a matter of time before one of your peers kicks off the discussion or pushes a PR that, perhaps even unbeknownst to you, is entirely AI-generated. Now, let’s rub some folks the wrong way: AI coding in a microservices architecture is a recipe for disaster.

Measuring and minimizing latency in a Kafka Sink Connector

Kafka is often chosen as a solution for realtime data streaming because it is highly scalable, fault-tolerant, and can operate with low latency even under high load. This has made it popular for companies in the fan engagement space, and where transactional data is used (e.g. betting) as low latency ensures that actions and responses happen quickly, maintaining the fluidity and immediacy of the experience.