The web development journey is a never-ending process.There are a lot of new technologies and frameworks coming up every day. But guess what?
For the last two years, I've been mentoring many developers within organizations to help them outperform.
1. First, learn about HTML
Read Everything from: w3schools.com/html Build a new project on the local machine to implement simple things you learn. Example: If you're learning about the Heading element, I try to use H1, H2... H6 and see what things look like.Once all HTML Chapters are read, build an example with HTML elements you learned.
Even if it takes time to understand, stick to it till the end.
YouTube has made learning easy than ever before. Watch videos to understand better.
Before moving to CSS, watch one HTML tutorial video again to brush up on things.
I have learned everything from this YouTube channel
Build 5-10 examples only on CSS after learning.
Things take time to master CSS, so practice, that is what matters.
Learn Flexbox along the way. This is the site I love
3. Build More Examples with HTML + CSS combo
search and Practice beginner projects ,where you use both HTML and CSS to build basic programs Search on google for "Example for practicing HTML, CSS." Try to clone some websites which will boost your confidence.4. Learn Git
Why? For all the following projects you work on, build a portfolio of projects on Github. Some of the videos I would recommend youtube.com/watch?v=RGOj5y youtube.com/watch?v=8JJ101 Create a GitHub account and play around with whatever you have watched.5. Learn Bootstrap ( Optional but recommended step )
Responsive design is the must of a web developer, understand it with documentation. getbootstrap.com Build 5-10 projects while learning it. The more you build the project, the stronger your foundation is.
6. Learn JavaScript
Use w3schools.com/js/default.asp to learn.
Build simple apps like Todo, Clock, etc.
There are lots of GitHub repo that provide code and examples to learn.
Pick projects from that.
While building a JavaScript example, make sure to focus on HTML, CSS, and Bootstrap.
You build one example, but you master three things at a time.
More project = More confidence = More Grasp.
Keep building the project until you think you are comfortable working on it.
7. Learn React
Now that you already have a strong base, learning React is easier than JavaScript. As the concept stays the same, the syntax is different. 1. Read Documentation reactjs.org 2. Build examples. 3. Watch YouTube videos.Remember each example you build is going to be on GitHub.
It's your portfolio to help you stand out from the crowd.
Remember, nobody is born a pro. All the efforts you have made so far does count.
Define small goals of learning and crush them.
Having these skills is enough to land a good job.
But you can continue learning the advanced concept and frameworks like
1. TypeScript
2. SCSS / Styled Components / Tailwind CSS
3. Unit Testing
4. Learn using UI libraries
Remember, pick one thing at a time. Master it.
If you try to kill all flying birds, you will kill none.
Don’t be afraid to ask for help.
Refuse negative talk - Keep the momentum going.
Nothing works unless you do.