Building IoT Device Clients in Swift with TinyTBDeviceClient

As I work a lot in the field of IoT, I recently experimented with Swift on a Raspberry Pi. I also wanted to use it…
Read more →Software Engineer 👨💻 | Building apps for macOS 💻, iOS📱 & Linux 🐧 with Swift 🐦🔥
Hi, I’m Johannes, a software engineer with a passion for Swift, app development and data analysis. This blog serves as my personal notebook: software engineering, technology, programming and hands-on projects.
Follow along as I explore, build, and share my experiences.

As I work a lot in the field of IoT, I recently experimented with Swift on a Raspberry Pi. I also wanted to use it…
Read more →
Transport security is a fundamental requirement for any MQTT-based system, especially in IoT and industrial environments where devices often operate unattended and over public networks.
Read more →
Recently, I wanted to enable fingerprint authentication on my HP Envy notebook running Ubuntu 24.04. LTS. It was quite an exhaustive process, as I spent…
Read more →
Cron is a scheduling service available on Unix-based operating systems. It allows you to automate tasks by running scripts or binaries at fixed times, intervals,…
Read more →
When developing desktop software in Python, creating a Windows release often involves a few repetitive steps: To make this process faster and less error-prone, I…
Read more →
Publishing project documentation is one of those things that should be easy – but often isn’t. Apple’s DocC makes it simple to generate great documentation…
Read more →