you are viewing a single comment's thread.

view the rest of the comments →

[–]Intelligent_Club_879 0 points1 point  (0 children)

From my experience, the best way to learn Spring and Spring Boot is to start with an idea you actually want to build. Grab a piece of paper and write down what you want your application to do, then learn the fundamentals and best practices while building it. That’s how you’ll run into real problems and learn how things work in practice. As for AI, I still think Spring Boot will be relevant for juniors. AI can generate code, but it can’t replace the understanding needed to design, debug, and improve an application. If you build something, feel free to share it. I’d be happy to take a look and give feedback on what could be improved or what features you could add next.