Skip to content

Instantly share code, notes, and snippets.

@dillonerhardt
Last active October 4, 2023 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dillonerhardt/b849af8084a15c2291fb15900a6f032c to your computer and use it in GitHub Desktop.
Save dillonerhardt/b849af8084a15c2291fb15900a6f032c to your computer and use it in GitHub Desktop.
Step by step guide for getting into Web Development

I've put together an ordered list of how I would go about learning web development and basic programming, tried to add everything I wished I'd had when I started.

Learn the basics of the web:

Learn basic HTML and CSS:

First thing you'll want to do is learn the basics of programming:

Then learn basic JavaScript:

Learn Git:

Build a full stack app:

Overview of the current web development ecosystem:

After this, here are some more specific areas to look into:

  • Databases: SQL (mySQL specifically), MongoDB
  • Auth and security best practices
  • Linux / servers
  • React.js
  • React Native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment