Systems | Development | Analytics | API | Testing

%term

3 fundamentals for building realtime updates in sports, media, and entertainment apps

At first glance, sports fans, news geeks, and pop culture enthusiasts seem largely dissimilar. Often, as a result, the apps that serve these groups are largely different – with a sports app comparing the stats of different athletes and a celebrity news app sharing video interviews and gossip. But when these seemingly different users log on to these different apps, they’ll likely all expect the same thing: A fresh update published mere seconds after they opened the app.

Building realtime experiences with Amazon Aurora

Aurora is a managed database service from Amazon compatible with MySQL and PostgreSQL. It allows for the use of existing MySQL code, tools, and applications and can offer increased performance for certain workloads compared to MySQL and PostgreSQL. Being an AWS product, it benefits from the range of tools and services available on AWS, with simple integrations for analytics and processing. Having all of these tools available makes building larger projects easier and quicker.

Airbyte vs. Talend: Pros & Cons Comparison

In today's data-driven business environment, organizations must find ways to manage and integrate vast amounts of data from diverse sources. Data integration platforms offer a solution that leads to streamlined data operations. Airbyte and Talend have ETL features that make them useful for moving data from multiple sources to a database, data lake, or data warehouse. However, they have some functionality and pricing differences that should influence your decision.

Multi-branch Pipeline with Argo Workflows and CI/CD Debugging - Gosha Dozoretz (CNCF Israel)

Abstract: Coming to the office has become deprecated, hasn’t it? A hallway conversion with developer colleagues about migration to kubernetes native CI/CD, led to a feature request they are already using - multi-branch pipeline. Argo Workflow does not support it natively.

Cracking the Test Mystery: Understanding Flaky Tests | Cristiano Cunha | #softwaretesting #testing

In this informative video, Cristiano Cunha, an experienced software testing professional, unravels the concept of "flaky tests" and their impact on test automation. Cristiano delves into the definition of flaky tests, discussing why they are considered a challenge in the testing world. Whether you're a software tester or test automation enthusiast, this video provides valuable insights into the world of flaky tests and equips you with the knowledge to tackle this common issue.

Episode 2: Live Observability (SD Times Microwebinars)

In the first episode, we will discuss the fourth pillar of Observability and how Snapshots are so much better than logs. One of the big benefits of Snapshots in particular and agile Observability in general is that you can adapt your Observability in real-time without requiring code changes or redeployments.

Keboola Rocks the Stage with 18 Badges in G2's Summer 2023 Grid Report!

The moment has come! G2 honored Keboola with 18 badges, including 'Leader' and 'Easiest To Use,' in different data management categories in their Summer 2023 Grid report. We're humbled to once again be recognized as leaders in these domains. As we bask in the spotlight, we’re thrilled to see the respect and recognition our product has garnered.

A Deep Dive into Mutations with Absinthe

In the last two posts of this series, we saw how easy it is to integrate Absinthe into your app to provide a GraphQL API for querying data. We also shared some useful tips for building and maintaining large schemas and optimizing queries. This post will show how we can provide an API to create GraphQL mutations with Absinthe for Elixir. Let's get started!