i never taken to java too much boilerplate, i just dont get oop so after some youtube videos and googling about java, i decided to learn a framework i think the learn backwards style is better for me, i require a lot of context to be able to absorb anything. a framework is good for letting you see all the parts interacting i come from a javascript background javascript's syntax wise is pretty similar to java, so i can scrimp on these parts if else, switch case, curly brackets, exactly the same javascript has functions as first class citizens. anyway i only ever used it in functions first manner. like functional react java is class first. i also saw one could write java in functional style spring boot is a java framework for making web and server it uses this thing called dependency injection, with the @ annotation https://www.youtube.com/watch?v=9SGDpanrc8U i am watching this one by amigoscode. so far he's the online content creator i am going to focus on i be watching his you...