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 Spring Boot but that would be overkill in this case.
If I find the time in the coming weeks I’ll dockerize the app and put the link on this website. (–> www.nickvanhoof.com:8090)
It was very pleasant to share knowledge and create interactivity. Looking forward to do something like this again in the near future.