Helloπ, today we're gonna have a look at the first component of my data collection pipeline: the bro...
Blog

Tracking Twitter User Behavior - The Model
Hello againπ, welcome to the second part of my series on understanding Twitter user behavior. Before...

Tracking Twitter User Behavior - The Overview
Hey thereπ, it's been a while since my last post - which doesn't mean, I've been lazy. I've constant...

TIL: Connecting to the host from Testcontainers
TL;DR: Testcontainers allows you to expose a host's port to containers using Testcontainers.exposeHo...

Playing around with Kotlin Sealed Classes
While working on my Master's thesis, I recently had to configure probabilities. These values were org...

Kotlin: 'null' does not equal 'true', but also not 'false'
TL;DR Kotlin has the === operator for referential integrity and none of true, false or null referenc...

Spring Library: Selenium-Docker pool
I recently started working on my Master's thesis. Until now, I haven't wrote a single line of text, b...