Systems | Development | Analytics | API | Testing

Latest Posts

API Mocking with Katalon

API testing is easier said than done. When trying to do API testing we often find ourselves in the land of “what-ifs”—what if the third-party services we rely on are down? What if the APIs we need are still under construction? The solution, a Mock API. While this is a powerful approach, to unleash its full potential it is important to implement it correctly. That’s where Katalon steps in.

Game Developers Weigh In on Talent Shortages and Generative AI in Perforce Annual State of Game Development Report

Perforce Software announces release of the 2023 State of Game Development & Design Report. The annual industry report, conducted together with Incredibuild, the leading software development acceleration platform, gathers insights across AAA and Indie game development professionals to provide perspective on the current state of the gaming industry, emerging tools and platforms, along with opportunities that lie ahead.

How to measure the success of exploratory testing?

Success. We all seek it. However, what defines success? It all depends on the goals we have established. We often hear that testing is about ensuring there are no bugs. That's wrong in many ways. First, testing doesn't assure; testing gives information about quality so the team can decide what to do next, hopefully using it to improve its current status.

Accelerate Docker builds with cache

Speed and efficiency are paramount during the build process. If you use a Dockerfile to build your container images from source code, you want to know about build cache. In this blog post, we’ll talk about what happens when you create a Docker image using a Dockerfile, how caching works with Docker, and how to optimize your Dockerfiles to maximize the benefits of build cache with Docker and on Koyeb.

Securing the Future: Navigating Risks with Large Language Models (LLMs)

Large language models (LLMs) have recently garnered immense popularity and global attention due to their versatile applications across various industries. The advent of ChatGPT in late 2022, particularly resonating with Gen Z, exemplifies their impressive capabilities. Nowadays, the cumbersome process of navigating automated phone menus (pressing 1 or 2) for customer support is becoming less desirable, with chatbots like Siri and Alexa offering a more user-friendly alternative.

How to Run Apache Kafka on Windows

Is Windows your favorite development environment? Do you want to run Apache Kafka® on Windows? Thanks to the Windows Subsystem for Linux 2 (WSL 2), now you can, and with fewer tears than in the past. Windows still isn’t the recommended platform for running Kafka with production workloads, but for trying out Kafka, it works just fine. Let’s take a look at how it’s done.