What’s the best way for a third-year software engineering student to start learning frontend development?

0
1
Asked By MellowCedar47 On

I'm a third-year college student studying Software Engineering, but I feel like I've finished most of my degree without developing practical coding skills. I also struggle with focus and haven't found learning resources that are clear and structured.

I'm interested in frontend development and want to begin self-study properly. My instructors suggested learning HTML, then C#, JavaScript, and SQL, but I'm unsure whether that sequence makes sense for frontend work. What should a complete beginner learn first, and which courses, websites, or video channels are genuinely useful?

3 Answers

Answered By QuietMaple22 On

The suggested sequence may contain a mix-up between C# and CSS. C# is not normally part of the frontend fundamentals, while CSS definitely is. Begin with HTML, CSS, and JavaScript, then practice responsive design, accessibility, and basic web design. Once you understand the fundamentals and have built a few projects, you can look into a framework such as React. A frontend roadmap can help you see the usual progression, and free tutorial sites can be useful for checking syntax and concepts.

MellowCedar47 -

I double-checked, and the instructor really did say C#. I’m currently beginning object-oriented programming and web programming, so I’ll add CSS to the plan.

Answered By SilverKite61 On

Don’t judge yourself only by the fact that college hasn’t taught you enough practical skills. Self-study can work if you follow a structured path and consistently build things instead of only watching lessons. Start with small projects such as a personal page, a responsive landing page, and a simple interactive app. Each project will expose gaps in your knowledge and give you something concrete to improve. The most important step is to put in regular practice and find out whether you actually enjoy frontend work.

Answered By OrbitingPanda8 On

For frontend, start with HTML, CSS, and JavaScript. HTML handles the page structure, CSS controls layout and appearance, and JavaScript adds interaction and logic. A structured course such as The Odin Project can guide you through those fundamentals while having you build projects and use version control. C# is mainly used for backend or other types of software development, so it isn’t necessary at the beginning. SQL is useful later if you work with databases or full-stack applications.

MellowCedar47 -

Thanks, that gives me a much clearer starting point.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.