Hey everyone! I just finished my 6th semester exams for my Bachelor of Commerce and I've decided that it's time to dive into web development. I'm really eager to learn and would love some guidance on where to start and what resources to use. My goal is to land a job as soon as possible, so I'm also looking for advice on the steps I should take to reach that goal. Would really appreciate any suggestions you might have! Thanks for reading!
2 Answers
Starting with frontend development is a great idea because it's visual and really motivating! You should focus on HTML, CSS, and JavaScript first. There are fantastic resources available on sites like freecodecamp.org, The Odin Project, and MDN Web Docs. Once you feel comfortable, learn a framework like React. Then move on to server-side with Node.js and Express, and use a database like MongoDB or PostgreSQL. Building a project like a personal portfolio or a small e-commerce site would be perfect for your resume! Don't forget to check out Git and GitHub for version control!
I like the advice mentioned above, but I want to add a note of caution. Since 2021, it’s been tough for many entry-level positions, especially in tech. Most companies still filter applicants by degree, and many haven't seen consistent hiring without a CS or Computer Engineering background. That said, frontend development is more flexible regarding degrees. Also, consider using TypeScript instead of JavaScript to future-proof your skills.
Are there any verified boot camps that offer certifications to strengthen my job application? Thanks for the advice!
Thanks man, appreciate it!