DEV Community

Aldora
Aldora

Posted on

What features to include in my java project

I plan to switch from php to java, and in order to find a job as java programmer, I plan to write a project to show that I'm capable to write with java.
My question is what kind of features I should include in the project, such as basic database operations, basic deployment?

Top comments (4)

Collapse
 
rohithv07 profile image
Rohith V

What kind of project you are planning, will you be using any frameworks like Spring?

Collapse
 
aldora profile image
Aldora

yeah, I plan to use Spring

Collapse
 
rohithv07 profile image
Rohith V

github.com/davidetaibi/Microservic...

Check this list, and try to pick one and implement it. It will be good

Thread Thread
 
aldora profile image
Aldora

thank you so much, I will take a close look at it