Systems | Development | Analytics | API | Testing

%term

EP1: Abstracting Away the Problem

Join us in this captivating episode as we explore the power of abstractions in software systems, how they simplify complex concepts, and revolutionize the way we build and understand technology. Prepare to be inspired by the influential abstractions that have shaped the tech world. We'll discuss historical examples like abstract data types, relational databases, and Kubernetes, highlighting their transformative impact. Don't miss out on this enlightening discussion!

7 Best Data Integration Techniques In 2023

As the pace of data grows, modern companies struggle to get a unified view and extract insights across all their disparate sources. Heck, just accessing all the enterprise datasets can be hard and requires too many email chains with the IT department. Luckily, integrating data from different systems and external sources can be simplified with the right data integration technique.

Ably Datadog Integration: Visualize and monitor your Ably apps in Datadog

Stay on top of issues and easily forecast usage for Ably-powered realtime applications in your out-of-the-box Datadog dashboards. Cloud-based applications providing live user experiences at scale need to measure their realtime infrastructure’s state and health at all times. Imagine a customer support chat system supporting thousands of businesses or a live sport event delivering updates to millions of fans.

How to deliver successful AI products with Keboola?

If you haven’t been tuned in, AI products are the new “it girl” on the block, turning heads and transforming the way businesses operate. This seismic shift isn't merely a trend; it's the new norm. AI has massive implications for Keboola’s mission - helping companies create and ship better data projects faster. We’ve been helping build AI-powered products for years, but the recent innovations in the space have accelerated our efforts even further.

Kong Konnect: A Developer's Guide

In this guide, Viktor Gamov (Principle Developer Advocate at Kong) will dive into the power of Kong Konnect, the SaaS managed control plane for Kong Gateway designed for seamless API management. We’ll explore how to use Kong Konnect to configure external services, enable application registration, configure Dev Portal, use credentials to manage services access, and replicate configurations across different environments with just a few clicks. Let’s get started!

Your Test Automation Strategy is NOT Your Test Strategy

Welcome to our next electrifying episode! We’re diving into the world of software testing and exploring the intricate relationship between test automation and comprehensive test strategies. Our expert guests shed light on key differences between these strategies and the crucial role of test automation in continuous integration and continuous deployment environments.

Designing a Scalable Backend in Node.js

As a developer supporting a growing business, you’ll likely spend a lot of time thinking about scaling. We live in a wonderful time to be solving scale problems. Computers are so fast and capable that many of the development decisions you make when writing backend systems won’t noticeably impact performance(until your app reaches an absolutely massive scale). If this weren’t the case, we’d all be writing web servers in C.