Systems | Development | Analytics | API | Testing

Latest Posts

AnyCable for Ruby on Rails: How Does it Improve over Action Cable?

In modern web applications, real-time communication has become more than a feature: it's gradually evolved into a necessity. Users expect instant updates, live interactions, and dynamic content. In Rails applications, Action Cable has long been the go-to solution, harnessing WebSockets to fulfill these demands. In this article, we introduce: Let's get started!

When to Use Bun Instead of Node.js

Bun and Node.js are two JavaScript runtime technologies to run JavaScript on the server. Node.js is the undisputed king of server-side development with JavaScript, but Bun has gained popularity thanks to its unbelievable performance capabilities. The real question is, though: does it really make sense to use Bun instead of Node.js? Let's learn about Bun and Node.js, dig into their characteristics, and explore some scenarios where Bun can be a better alternative to Node.js.

Using Python for GET API Calls: A Step-by-Step Guide for Developers

Understanding how to make a GET request to an API using Python is an essential skill for developers. This article will guide you through the process, demonstrating how to use Python’s ‘requests’ library to fetch data, handle the full JSON object in response, and manage API errors efficiently. Step into the practical world of Python GET API calls without any detours.

Master Documenting Your APIs: Tips for Effective API Documentation

API (application programming interface) document works as a developer’s compass for navigating complex services. In this guide, we provide straightforward insights into crafting excellent API documentation. At the end of this article, you will know how to succeed as both creators and consumers of APIs through effective documentation.

Serverless GPUs in Private Preview: L4, L40S, V100, and more

Today, we’re excited to share that Serverless GPUs are available for all your AI inference needs directly through the Koyeb platform! We're starting with GPU Instances designed to support AI inference workloads including both heavy generative AI models and lighter computer vision models. These GPUs provide up to 48GB of vRAM, 733 TFLOPS and 900GB/s of memory bandwidth to support large models including LLMs and text-to-image models.

Choosing The Perfect Message Queue: Factors To Consider

Not long ago, I was handed a problem that’s no stranger to the world of programming: making asynchronous threads communicate effectively within the same process. Given the widespread nature of this issue, I expected to find an existing solution to resolve it. My search led me to the concept of message queue, which seemed promising for streamlining this communication challenge.

Logi Symphony Has You Prepared for New Cookie Restrictions

Embedding analytics into your application? New browser restrictions are on the way for Google Chrome that can block some third-party content that uses cookies from being accessible to users by default, in addition to restrictions in Safari and Firefox you may have already seen.