DEV Community

Discussion on: Where to start...

Collapse
 
embiem profile image
Martin Beierling-Mutz

Don't try to do all at once. I like to share this developer roadmap, because it actually gives you a really nice path to follow.

If you're doing react & redux right now, then according to the roadmap you should already be ready to

  • answer in-depth questions about the Internet (HTTP vs HTTPS, DNS),
  • use HTML, CSS & JavaScript (e.g. to solve the challenges at frontendmentor.io/challenges),
  • use git, at least commit, push, merge, rebase and know what PRs are on GitHub,
  • use npm or yarn to install dependencies and execute scripts,
  • create a project with some dependencies and a bundler like webpack from scratch.

Good resources that I used, and actually still use, to learn online:

Best of luck!