Systems | Development | Analytics | API | Testing

API

Grpc Vs. Rest: A Comparative Guide

In the world of APIs, there are many different architectural styles for building APIs, and each one has its own benefits, cons, and ideal use cases, but two prominent approaches dominate the landscape: gRPC and REST. Both have their unique strengths and weaknesses, making them suitable for different scenarios. In this blog, we’ll delve into the key differences between gRPC and REST, explore their use cases, and help you decide which one might be the best fit for your project.

How GenAI is Transforming Software Testing in DevOps

In today's fast-paced software development environment, the integration of AI into DevOps revolutionizes the way teams approach testing. AI, particularly GenAI , proves to be a game-changer, offering unprecedented efficiency and accuracy in software testing processes. By automating repetitive tasks and providing actionable insights, AI is not only enhancing the quality of software but also accelerating deployment cycles.

A Complete Guide to API Generation

API generation automatically creates an API based on pre-defined code and specific requirements, such as data access methods. APIs are the essential unit of a hybrid integration platform (HIP), an architectural approach to connecting everything or anything through a digital pulse. In this hustle to connect everything digitally, organizations need a process to acquire safe and secure APIs. API generation can make this happen, allowing companies to generate and deploy APIs without writing code.

Bringing Kubernetes-native Sidecars to Kong Mesh

If you're keeping an eye on the service mesh ecosystem, you may have heard a lot of debate about sidecars. Up until recently, there have been some real pain points with sidecars in Kubernetes. As surprising as it sounds, there was actually no real concept of a sidecar at all. With Kubernetes v1.29, a number of those points have been solved with the release of the native sidecars feature. Kong Mesh's most recent release v2.7 adds support for this game-changing feature.

Steering the Future: WSO2's Approach to Emerging Tech Trends

Asanka Abeysinghe (CTO of WSO2) This is your chance to take a deep dive into the world of “Innovation & Digital Transformation,” all inside the unique walls of the Louwman Museum in The Hague. This event is specially curated for forward-thinking IT leaders and decision makers like you, with a passion for digital transformation, integration, API management and Identity & Access Management.

How to Create a MySQL REST API in 6 Easy Steps

According to StackOverflow’s 2022 survey, 46% of professional developers rate MySQL as the most popular database to use in the workspace. As programmers, we should not be bothered with repeatedly writing code which is otherwise readily available, robust, and well-tested. Yet this problem remains persistent in the REST API space, despite the implementation process being by this point in time rote, repetitive, and prone to error and oversight. This oversight is costly for several reasons.

How to Craft and Sign a Custom JWT in Kong Konnect

The JSON Web Token (JWT) is an open standard that allows information to be transferred securely between different parties. The token is digitally signed by using a private key (HMAC) or a public/private key (RSA) by building a JSON Web Signature (JWS). It guarantees that the JWT hasn’t been modified since its creation.