0
Is it okay to jump to Spring Framework even though my Java skills were not that deep?
I still don't have knowledge to Java DSA
2 Respuestas
+ 1
there is nothing stopping you from exploring it! As long as you understand the basics, you should be able to pick it up. Just keep in mind that Spring is a complex framework
I do recomend you a few things first
make sure you know at least a little of html
get familiar with some popular design pattern like MVC or Builder pattern. These are used everywhere with Spring Boot.
I hope this helps :)
+ 1
Apollo-Roboto
I have basic knowledge of HTML and CSS.
I guess I'll learn MVC or Builder pattern first.
Thanks~