Blipz Bite: Davide about RAFT
https://youtube.com/shorts/OXhN6TocxB4
Blipz Bite: Willem about Deep Process Mining
https://youtube.com/shorts/GS_gKmFKZEM
Blipz Bite: Martijn about Devin
https://youtube.com/shorts/OH0EN0PzE9k
Blipz Bite: Timo about Evidently AI
https://www.youtube.com/shorts/tYYbmeeg7A0
‘From Serial to Supercomputer: Scaling Fourier Transforms with MPI and ARCHER2’
In this article, we dive deep into how we can harness parallel computing—specifically MPI—to scale the Discrete Fourier Transform algorithm from a single-core, “serial” version all the way to runs on the ARCHER2 supercomputer. Along the way, I explore the nuances of...
‘Ruff: an extremely fast Python linter and code formatter, written in Rust.’
In Stackoverflows May 2023 survey, Rust was the most admired programming language.Also, in last Novembers results of Octoverse, the state of open source and ai, we see a tremendousgrowth of Rust. Over the last few years we have also noticed that Rust in Python is...
“Processing COVID data through Google Dataflow in Scala”
In this article I will walk you through the processing of some Dutch COVID-19 data using Google Dataflow and Apache Beam via Spotify’s Scio Scala library and a dash of Twitter’s Algebird. (Bake at 200 degrees for 20 minutes) Why this combo? Because I wanted to learn...
‘Patterns for making your inter-service communication more resilient”
In a streaming data processing system, we frequently have to deal with: a varying load of incoming events calls to external APIs over the network to process those events The same situation applies to microservice architectures, where services make use of each other...