DEV Community

[Comment from a deleted post]
Collapse
 
cheetah100 profile image
Peter Harrison

Java is a pretty broad field. It also doesn't exist in a vacuum. Here are some other common technologies which you should look at if you want to write server side apps.

  • SpringBoot & Spring Security (or other REST framework)
  • JUnit (Testing)
  • SQL or other DB, including ORMs (Data Storage)
  • Git (Source Code Version Control)