Thank you
Trying to Get into Web Dev
1–7 of 7 posts
Re: Trying to Get into Web Dev
#2Re: Trying to Get into Web Dev
#3Re: Trying to Get into Web Dev
#4I think this is a pretty solid place to start and perhaps right up your alley: https://fullstackopen.com/en/
Re: Trying to Get into Web Dev
#5This will simulate what you would do on the job but the barriers of entry are low.
A lot of projects have help wanted issues and many maintainers will support you
Some maintainers are world class in their field. You'll be learning from the best and real people will use your code.
Re: Trying to Get into Web Dev
#6Edit: if you have a personal course, I’m more than willing to give it a shot for free / review it! Just an idea. I can even document my progress. I’d like to start a tech channel on YouTube and even already have branding but just haven’t gone past that yet (it’s been within the last 2 weeks). I think it would be good for both of us.
Re: Trying to Get into Web Dev
#7If, on the other hand, you want to write original web applications outside of corporate employment completely ignore the previous paragraph.
Instead learn the DOM and events. Get a solid comfort for those before ever touching JavaScript. This will help with everything from architecture, accessibility, performance, test automation, faster code authoring, and on and on. Then start learning JavaScript in a highly imperative and explicit style as this will help with maintenance, organization, and documentation. Never program using the “this” keyword and instead realize that functions and basic organization skills are enough to achieve great architectures that scale with ease. Do not be afraid of lexical scope, it’s your friend. Then slide into TypeScript to up your architecture game to the next level.
Understand that this advice for personal development will make you a superior developer and simultaneously unemployable because nobody else will share these insights, perspectives, or experiences.