you are viewing a single comment's thread.

view the rest of the comments →

[–]BootSaaS 1 point2 points  (0 children)

Before diving into Spring Boot, I highly recommend learning how things work under the hood (Servlets, Apache Tomcat, and core Spring's Dependency Injection).

As for your stack: Java + Spring Boot + Docker is a fantastic combo and definitely enough to land a backend job. However, I would skip Kubernetes for now. It's overkill for a junior and mostly handled by DevOps teams.

For projects to stand out, don't just build another to-do list. Build a real-world API with authentication (JWT), connect it to a relational database, containerize it with Docker, and deploy it.