Docker and Portainer: Streamlining Local Server Management

When I started this project, the main intention was simple. I wanted a place to run my Spring Boot services — my config server, my logger, my events tracker — without paying a cloud bill every month just to keep a hobby project alive. In my last infrastructure post, I moved a config server from … Continue reading Docker and Portainer: Streamlining Local Server Management

Five Databases – Test containers for Integration

The LLM training involved developing a feeder system for text files used by the learning model, which interacts with five different running apps. The design adheres to the DDD motto, using one Database per microservice. Dockerized code underwent thorough unit and IT testing for all databases, with Test Containers proving invaluable. The complete code base is available on GitHub.