Systems | Development | Analytics | API | Testing

Latest News

AI Healthbots: Transforming Patient Care in the Digital Era

Following the popularity of ChatGPT, AI (Artificial Intelligence) chatbots have become a trend in various fields. The application of these chatbots for organizations to provide immediate and accurate solutions is limitless. One such field is healthcare, where these health bots would play a vital role in helping patients by providing real-time virtual assistance whenever and wherever needed.

Which Cloud Database Platform to Choose for Your Applications

If your application needs persistent data, you are going to need a database. Easier said than done because managing a database can be a challenge. Not only do you need to set up, maintain, scale, and patch databases, but also you need to create strong backup policies, ensure sharding and replications. Long story short, managing a database is time-consuming and requires a dedicated and skilled team, which is why people opt for managed databases, sometimes referred to as DBaaS or Database as a Service.

Experience the Best of Gemini AI Directly From Keboola

Google Gemini is the latest generative AI sensation and it’s now available in Keboola, our self-service data operations platform. This integration marks the next step for AI-powered data processing and unlocks new opportunities for Keboola users, language model enthusiasts, data scientists, application builders, and data engineers. But this is just the start.

Server-side Rendering with Next.js, React, and TypeScript

In this post, we'll explain what server-side rendering (SSR) is and how it's different from the usual way websites work. We will run you through how to use SSR with Next.js, React, and TypeScript step-by-step. By the end, you'll know how SSR can make websites faster and better.

Test Steps with ZeroStep and Playwright

Have you ever found yourself struggling to identify relevant selectors while writing automation test steps? Have you considered an alternative approach to crafting readable test scenarios without relying on tools like Cucumber, ensuring accessibility to both technical and non-technical stakeholders? If you’ve pondered these questions, this blog post is tailor-made for you.

Announcing Standard Webhooks

We're pleased to announce the launch of Standard Webhooks! Kong has been part of the Technical Committee of this standard with other great companies like Svix (the initiator of the project), Ngrok, Zapier, Twillio, Lob, Mux, and Supabase. This was a year-long effort of gathering feedback, use cases, and debating about what and how to define what landed. Standard Webhooks is one initiative to standardize the way producers and consumers can have a contract to communicate.

Testlio Earns 42 Badges in G2 Winter Report

A Testament to Our Commitment to Industry Leadership and Customer Support We are excited to share that Testlio has received 42 badges in the G2 Winter Report. These badges include 8 Leader Badges, recognizing Testlio’s leadership in software testing and test management, among other categories. In addition, Testlio has been acknowledged as a high performer in the crowdtesting category, which reflects our contribution to the category’s success over the past decade.

Stream Updates to Your Users with LiteCable for Ruby on Rails

So far in this series, we have been exploring the capabilities of SQLite for classic HTTP request/response type usage. In this post, we will push the boundary further by also using SQLite as a Pub/Sub adapter for ActionCable, i.e., WebSockets. This is no small feat: WebSocket adapters need to handle thousands of concurrent connections performantly.