Stories
‘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...
‘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...