Run a WordPress website with Docker Compose
Posted onLearn how to setup WordPress with Docker Compose. Check out the tutorial here.
Learn how to setup WordPress with Docker Compose. Check out the tutorial here.
I updated the layout of the quiz app to be a little less 90’s. Find it here. (Username: Nick, password: Nack)
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 […]
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.
I just ran my first java application on this server. If you remember, a couple of weeks ago I gave an introduction lecture about spring boot. I just put this sample app on this server using an image from my personal docker hub. Went trough the following easy steps to do it: create a Dockerfile […]
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 […]