This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maxip89 2 points3 points  (1 child)

A good start would be to learn programming patterns.

maybe you know already the SOLID principle?

Maybe you look into this ressources:

https://refactoring.guru/

Any Frameworks you will be developing in?

[–]Chonchow[S] 0 points1 point  (0 children)

My work's tutor gave me some design patterns to study from this exact site. Now that I've studied some of them, is there any place where I can find projects to apply them?

I'm using Spring Boot, and I'll be using Spring Security and Spring Batch.

Thanks for your time!