How to learn
When i want to master spring boot should i do project or should i use youtube tutorial
5 Replies
β
This post has been reserved for your question.
Hey @1howard1.! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Why not both?
π€
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
It depends on your current knowledge level
Madjosz is mostly right, the best way to learn Spring Boot is by combining both. Following a structured guide and building your own project (The project you're doing shouldn't be the same as the project in the course you're following. You should create a project that meets your own needs. This way, you'll be able to explore needs you might not see in the video you're watching)
However, to give you a more tailored answer, ask yourself these questions:
- Do you have a solid understanding of Java (OOP, collections, exceptions)?
- Are you familiar with build tools like Maven or Gradle?
- Do you know the basics of databases and JDBC (or at least SQL)?
- Do you understand HTTP and the principles of RESTful APIs?
If you can answer "yes" to three of these four questions, you can start learning directly with a course and progress by doing your own project. Otherwise, itβs a good idea to first strengthen those areas. It will save you from a lot of confusion later
π€
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.