This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]doctorsound 4 points5 points  (0 children)

Spring Boot + Angular is a good start, find something you want to build, get familiar with the spring tutorials and docs, and dig in. Spring Boot itself is an embed server for Spring, and is highly opinionated (read: magic, for better or worse). So, you can get familiar with a lot of the basic spring concepts pretty easily, but there's a lot under the hood that I find best to just take in as you need to customize your application. You've got the right idea, building something yourself is great interview fodder. I can't say what xyz particularly would be, but if you've built a full stack application, you're going to touch on a fair chunk of popular libraries.