App

Quiz app

Posted on

While I was studying for my java SE 8 Programmer II exam, it popped into my mind: “Let me make a small app to practice with some questions” And so I did! If you have idea’s for features to add, throw them in the comments! Check out the app: here   Explain! Randomly you will […]

App

Portainer

Posted on

A friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.  

Maxim

Spring boot bootcamp

Posted on

Last week I had the opportunity to teach a small spring boot intro course. I set up a small mvc Tips&Tricks application. Users can register and create their own tips for learning how to code. I made some REST endpoints and some thymeleaf views. Normally I’d prefer to put an Angular application on top of […]