Running Visual Basic 6.0 applications on Linux with Wine and Docker
Running legacy Visual Basic 6.0 applications on modern Linux systems can be challenging, especially when you want to avoid modifying your main system configuration. Using Wine in Docker provides an isolated, reproducible environment that’s perfect for this use case.
Evaluating Self-Hosted Video Streaming
I wanted a simple, low-resource solution for hosting and embedding small videos—ideally something lightweight, easy to deploy, and self-contained. After some research, I settled on PeerTube.
Common Docker Pitfalls and How to Avoid Them
Docker is a fantastic tool that I use regularly, but over time, I’ve encountered a few pitfalls. Below is a collection of common issues you may face and how to address them.
To limit or not to limit Docker with Spring Boot
I recently asked myself what the difference would be between running a Spring Boot Application in a Docker Container with a limit on resources like CPU or RAM between running it without limit.