Systems | Development | Analytics | API | Testing

Latest News

Down the Rabbit Hole: Uncovering the Reasons Behind a Mysterious Performance Regression

At Kong, we take the robustness and performance of our gateway product seriously, dedicating ourselves to maintaining high standards through a robust internal benchmark framework and infrastructure. Our setup includes a dedicated bare metal cluster for running performance tests, seamlessly integrated into our CI/CD process. Moreover, we conduct extensive performance testing for each major, minor, and patch release candidate.

Automotive Industry Trends 2024: What Software Developers Need to Know

The automotive industry has been undergoing significant changes as it works to adapt to growing market demands and challenges associated with electric, autonomous, and hybrid vehicles. Here, we take a look at some notable automotive trends 2024 that were highlighted in our report, 2024 State of Automotive Software Development. Read along or jump ahead to the section that interests you the most.

The Great Leap Forward: Catch Bugs Early in DevOps Cycle w/Codezero

As software projects become more complex and the need for speed increases, catching critical bugs and vulnerabilities early in the process is crucial. This is where Codezero steps in, reshaping the DevOps cycle by focusing on “Shift Left” and early bug detection.

Digital Transformation in Healthcare: Bane or a Boon?

What exactly comes to your mind when we say ‘Digital Advancements’? What’s the first thing you think of when you hear the word? Is it cloud technology? Digital transformation? Gen-AI? Blockchain? Or everything that caters to Digital Transformation as a whole? We know that the last sentence is the one you’ll prefer. But has it ever come across your mind why digital transformation solutions are taking all the limelight from different industries?

Swift Standard Library Protocols - A guide to Equatable, Comparable, Hashable, and Identifiable.

There are several protocols featured in the Swift Standard Library that enable generic programming in Swift. By defining common behaviors and functionalities for types and collections, these protocols provide a standard way for types to interact with each other. Today we’re going to take a look at four of the key Swift Standard Library Protocols, these are: We’ll provide a brief overview of how each works, and then how we can implement them in our projects.

Step-by-Step Blueprint to Create RESTful APIs for Efficient Web Services

Creating RESTful APIs is essential for efficient web service development. With this article, you’ll learn to create restful apis using Node.js and Express by following a concise, step-by-step approach designed for real-world application. From server setup to endpoint creation and securing data, we’ve got you covered. This comprehensive guide will ensure you grasp the fundamentals while also diving into the more nuanced aspects of RESTful API development.