35
Starting on Spring Boot
I wanted to start a series on a "Journey" of learning, spring boot. I see this as a Journey because at the beginning
- SSO, OAuth
- RBAC
- Feature Flagging
- Multitenant (Apartment Logics)
- Testing
- Integrations (S3 etc...)
- Guards & Proper REST Responses
- Scaling & Deployment
I've tried to self-learn many things since college, including the frontend basics, new tools & paradigms in frontend such as
Astro
, Svelte
, SvelteKit
, Vue
, Next
and it goes on...I've approached with several mediums for learning, such as:
But with years (~3 years) of trial & error in trying to learn anything in CS background has landed me in a niche spot on how I approach to learn something.
Stop #3: Follow people on Twitter, watch Conference talks on YouTube, subscribe to blog/newsletters. Basically, keep yourself updated
Finally: Start using it in "Real Life", and continuously learning when you come across niche problems to solve with it. This is where I'd actually even read any dev.to articles by random people on super specific things such as "How to do X using Y" (Y being what you try to learn). But, Hey, if you want to read such articles on a daily basis, you totally can.
Beyond the end line: Contribute to that project (:P)
Most of the time, The Official Docs is the place to start your "Journey" (I did the same in case of Spring, actually I refreshed my Java a bit with following Oracle Guides in Java)
35