Help me to plan a 30 days of intense learning experience in front end skills
I'll be on staycation next month, and I'm planning study as much as possible this month. I'm 40 years old, and I decided to move on my career to development.
I currently work in a bank, I have some knowledge of HTML, CSS and (superficial) Javascript. I just fished my Responsive Web Design Certification on freeCodeCamp.
I confess I'm a bit lost, just realized how much I have to learn. I can't waste this precious time. So I want to be well prepared to study the entire month focused on what is worthy.
So please give me some tips, in what should I focused, how can I concetrate on a quick improvement of my skills!!!
OK, well first up I think you will get much more out of your month of study if you narrow the scope of what you look at. Things like Docker/PWA/YAML are all interesting but not essential for frontend, so I’d focus on the fundamentals (HTML/CSS/JS) and maybe look at one framework. Some ideas:
HTML/CSS
position
anddisplay
properties in CSSJS
Framework
Pick a framework/library to experiment with to see how people build larger apps (i.e. React/Angular/Vue).
I’m biased but I’d suggest React, as it’s very easy to get going with and you only need to master a few concepts to be productive with it. This will help you to understand the benefits that a framework can provide you.
Angular is good too but in my experience the learning curve is a bit steeper and that might not fit with your timeframe. I’ve dabbled with Vue as well but can’t really speak to that, so will let someone else chime in.
MDN is your new best friend 🎉 If you want to understand more about a CSS property, or a JS function etc just Google "MDN blah" and you should be able to find detailed info.
Good luck!