|
I live in the US, so my experience may or may not be useful, but I transitioned to web development from massage therapy. I can't speak to your PHP experience, but JavaScript developers are in huge demand. Someone who is good at ReactJS can basically write their own check. > I'm lacking in skill and knowledge, but I hope to remedy that. If you want to level up your skills, learn some modern JS. Looking at your RLC repo, I see a lot of ES5, which is valid and even preferred in many jobs, but it looks very different from the code I write day to day. Start using ES6/7/8/Next features today, because docs are written using them. const, arrow functions, fetch / promises. Nobody at my job would approve a PR that uses `var` to declare a variable. From there, I'd learn a framework. React if you want to work in the US, but Vue and Angular are valid choices too. > Crank through job-boards and applications? This is the name of the game. I have never seen a listing for a junior dev. If I'd waited for one, I'd still be giving massages for a living. Instead I kept practicing and studying until I was good enough to hire for a mid-level position. Keep studying, keep applying. |
> Instead I kept practicing and studying until I was good enough to hire for a mid-level position.
May I ask how you demonstrated how good you were to the hirer? I mean, when you were studying were you producing side-projects, contributing to github repos, going through a course that gave you grades? I hope this question isn't rude. I'm not sure how to jump over the junior dev role without my resume being auto-filtered out because of lack of experience, if that makes sense.
Anyways, congratulations! I hope you're liking your work in web development, because your story is really encouraging.