Running Python Scripts in a Virtualenv with Cron

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 →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.

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 →
Swift concurrency introduces async/await and async let for handling asynchronous code – but when should you use which? This cheat sheet breaks down the key…
Read more →In Part 1 (How to Set Up Ubuntu Linux as a Secure Kiosk or Self-Service Terminal), we set up a kiosk environment on Ubuntu Linux…
Read more →
Everybody knows them – from fast food restaurants to airports and train stations: self-service terminals with large touchscreens, designed for a single purpose such as…
Read more →