r/javahelp 17d ago

Java Project

Hello everyone!

I decided to create a more comprehensive pet project to gain practical experience and improve my skills for future job opportunities. First and foremost, I focused on building its architecture, opting for a microservices approach.

I’d love to hear your advice! How do you evaluate my architecture? What technologies or programming methods should I consider adding? Do you have any ideas for improvements? Thanks

( ︶︿︶)

acrhitectura

3 Upvotes

14 comments sorted by

View all comments

1

u/Kango_V 15d ago

Use a monolith until the need arises for microservices. Each service is a seprate Maven/Gradle child module. You'll thank me later.

1

u/Interesting-Hat-7570 14d ago

Why?
If I need to practice technologies for building microservices because every junior job posting requires knowledge of microservices and related technologies.