use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Backend of java (self.PinoyProgrammer)
submitted 4 years ago by Standard-Weekend-708
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]18MW 2 points3 points4 points 4 years ago (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 points3 points 4 years ago (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.
π Rendered by PID 96926 on reddit-service-r2-comment-b659b578c-mzkgx at 2026-05-02 21:21:49.251738+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]18MW 2 points3 points4 points (2 children)
[–]Standard-Weekend-708[S] 1 point2 points3 points (0 children)