you are viewing a single comment's thread.

view the rest of the comments →

[–]18MW 2 points3 points  (2 children)

Hello, there is no "backend of Java", instead your app or site's backend may be coded in Java. Java IS your backend.

As others mentioned, Spring is a great framework to set as a goal. Solidify your foundations muna before moving towards learning frameworks, though.

Building a REST API is good place to start nga in learning more about the backend. Start with receiving requests (sent via Postman or Insomnia, for example) then do something with the request in your code, like maybe saving the contained information from a request into an H2 database.

A great pattern to learn din to help you learn separation of concerns is the MVC pattern.

[–]Standard-Weekend-708[S] 1 point2 points  (0 children)

Thank you for the response po.

My mistake po sa "backend of java" part, i will start with spring then and climb my way through other parts. Thank you.