DEV Community

Discussion on: The Roadmap to Frontend Developer in 6 Months

Collapse
 
kevintss profile image
Kevin Tassi

I like it thanks for sharing 💪

I'll use to teach Git before, so even students doesn't understand directly the purpose of git when starting a journey into web development it helps a lot. See the following:

  1. 1 week of git, very basic, in order to be able to push lonely (not collaborate)
  2. Learn HTML by pushing everything to learn on git (with GitHub, GitLab or else)
  3. Repeat for CSS and JS

At the end you'll be able to handle git by practising. Just note that is important to teach the philosophy which is to learn how to solve problems and not stick to "stuck state" when you don't know something.

Interesting to have feedback on this methodology

Collapse
 
codewithshahan profile image
Programming with Shahan

That's a great idea too. Learning by doing is the key.