Traefik container inter-communication

Introduction traefikĀ is a convenient way to have a reverse proxy in your Docker setup. Docker containers hosting web applications or webservices can register in traefik and traefik does routing, load-balancing, ssl termination and HTTP/2 for you out of the box. This works smoothly but we had the following setup: We took a Atlassian confluence Wiki … Continue reading Traefik container inter-communication

Advertisement

REST API documentation with Swagger

Introduction When you create a REST API for a modern Web application, i.e. by using spring-boot, you need some kind of documentation. You have do document what a REST endpoint does, which input the endpoints expects, what is validated, and so on, and so on. Of course your documentation must be updated so it always … Continue reading REST API documentation with Swagger

Internet of Things (IOT) for a Java developer

Nowadays there is no possibility not to read about the new next thing: Internet of Thins (IOT). As a Java developer who mainly develops web applications and the backends IOT is not the daily business (at least in my case) but if you search hard enough you'll find a usecase. Usecase In my case the … Continue reading Internet of Things (IOT) for a Java developer