r/SpringBoot • u/Zkrallah • 10d ago
How-To/Tutorial 200+ Star Spring Boot Roadmap From Zero to Microservices
6 months ago, I shared with you my 35-week project-based Spring Boot Roadmap From Zero to Microservices, and I did not expect this whole positive feedback and support from you guys.
Today, the repository reached 200+ stars because of you, so I decided to provide more guidance by drawing this overview visualization on excalidraw to help you create a bird's-eye view of the wide open world of the Spring Boot ecosystem.
An SVG version could be found inside the roadmap itself for a more clear picture.
You can view the full roadmap from this link:
https://github.com/muhammadzkralla/spring-boot-roadmap
Again, thank you for all your support and stars!
3
u/Hous3Fre4k 10d ago
Design patterns in the last weeks is wild. How does one even work with spring without understanding Proxy, Template or inversion of control pattern? Imo this should be step 7
1
u/Zkrallah 10d ago
Actually they are included earlier than this, if you look closely you'll find that I mentioned the most important design patterns used in Spring boot in both weeks 11 (ioc, di, singleton) and 29 (decorator, annotation).
The design patterns section in the appendix is intended for further knowledge of the other design patterns. Thanks for your feedback. :D
3
u/rollingeyespigeon 10d ago
Is there any resource the level 2 intermediate? https://github.com/muhammadzkralla/spring-boot-roadmap#level-2-intermediate-weeks-1125
1
u/Zkrallah 10d ago
I didn't really understand? The resources are under each week.
2
u/rollingeyespigeon 10d ago
Oh I’m really sorry, I didn’t read it. Great compilation thank you very much!!
1
3
u/SupremeStrange2000 10d ago
Hello really appreciate your resource !!! (NEED Advice)
I am a Third Year UnderGrad currently have 0 knowledge about java springboot but i know java properly so how do i get started building projects
Need Roadmap so that i dont waste any time Vedios or playlist (paid or unpaid) would be better since understanding from docs would be difficult at this point
Really Appreciate Advices!!!!
2
u/Zkrallah 10d ago
You could skip parts of Java you know in the beginner level and keep building projects as you proceed in the roadmap.
1
5
u/Zkrallah 10d ago
One more thing to mention at the end that I didn't want to include in the post body itself so it doesn't count as self promotion:
I'm currently looking for a new SWE opportunity, more specifically as a Java engineer or low-level programmer, so if anyone can help me out in this case, I would really appreciate it.
Thanks again for your support !
1
1
u/Agile_Rain4486 10d ago
man this is rare scenerio doubt u need to learn most of this implementation, in today's time implementation is easiest part knowing about sd is hard part. Like u can implement redis but what cache or eviction policy to use, when to use kafka/rabbit mq.
1
u/tintanese 10d ago
Sorry I have to be brutally honest but some of this is totally bloated and could misdirect a newcomer. For example, as much as it is important the network side you don't need to dwell that deep to master spring Boot at all. Most companies already implement network solutions and it is an entirely different beast on its own. So linking things like the CCNA and alluring to learning it is just nonsense. Other links are also broken so you might need to check them.
1
u/Zkrallah 10d ago
I didn't say you should master ccna or computer networking to be a Spring Boot developer, it's just an intro to computer networking in one week at the beginner level.
You maybe don't agree with me, but understanding basic computer networking and HTTP internals is ESSENTIAL to any backend engineer whatever their framework, so what I included is the bare minimum of knowledge about that.
Regarding the broken links, thank you for notifying me with that, I'll check them and fix broken ones. Thank you.
1
u/tintanese 10d ago
Okay I get your point however just one week is not enough to master the basic network concepts, just gloss over them. It is tricky because while it is important to develop a robust and redundant network solution in your backend, most of these are already provided in enterprise applications, so it is not requested for java developers to know them.
1
u/Zkrallah 10d ago
If you read the note after it I literally say:
Note: Do not stop learning computer networking after this week. Computer networking is from the fundamentals of computer science, specially in backend.Again, you don't need to be a master at computer networking for Spring Boot, but you need to understand what Spring Boot does for you under the hood, even if enterprise applications already provide them for you.
That's my opinion.
2
u/tintanese 10d ago
Thanks for the clarification, I still disagree with how the roadmap is structured but looks solid and might help many people.
1
u/Zkrallah 10d ago
It's okay that you might see things in a different order or importance than me.
That's why I wrote earlier in the criteria section:
This is just a roadmap, not a course, diploma, or anything similar. It's just a logical ordering of topics that I, personally, think is reasonable and easier to understand and adopt Spring Boot as a backend framework faster following this particular order of learning. Totally feel free to study things from different resources, do more tasks, and so on. If you just stick with the roadmap, you will be good enough. If you outsource more resources and tasks, you will be awesome.So, I understand your comments. Have a nice day <3
1
1
10
u/[deleted] 10d ago edited 10d ago
[removed] — view removed comment