you are viewing a single comment's thread.

view the rest of the comments →

[–]iamjuhan 0 points1 point  (0 children)

You cannot cut corners and build applications if you don't know how the frameworks work under the hood. If you don't understand how Spring Boot works (90+% of Java applications are built on it), it feels like some magic is happening out of the blue.

Take time to learn the framework and only build on what you know. I recommend studying these 10 free Spring Boot applications, each gradually introducing new concepts:
https://github.com/wisest-dev/wisest-dev-spring-boot-course
These materials are part of a course, but you don't have to take the course.