sigdotcom / acm.mst.edu

GNU General Public License v3.0
5 stars 1 forks source link

Web Development Resources #51

Open kevinschoonover opened 7 years ago

kevinschoonover commented 7 years ago

Description

A place where anyone can put web development resources we find so that we can create a master list.

kevinschoonover commented 7 years ago

Test website in different environments

ClayMav commented 7 years ago

Front-end:

HTML:

  1. http://www.w3schools.com/html/default.asp (RECOMMENDED)
  2. https://www.tutorialspoint.com/html/
  3. https://www.codecademy.com/learn/web

    CSS:

  4. http://www.w3schools.com/css/ (RECOMMENDED)
  5. https://www.tutorialspoint.com/css/

    JavaScript:

  6. http://www.w3schools.com/js/
  7. https://facebook.github.io/react/tutorial/tutorial.html

Backend:

Python:

  1. https://learnpythonthehardway.org/book/ (RECOMMENDED)
  2. https://docs.python.org/3/tutorial/index.html
  3. http://greenteapress.com/wp/think-python-2e/
  4. https://www.codecademy.com/learn/python

    Django:

  5. https://www.djangoproject.com/start/
  6. https://www.tutorialspoint.com/django/

Full-Stack(Both front end and back end):

  1. https://tutorial.djangogirls.org/en/
  2. https://github.com/bmorelli25/Become-A-Full-Stack-Web-Developer/

Miscellaneous Tools:

Git:

  1. https://git-scm.com/docs/gittutorial (RECOMMENDED)
  2. https://try.github.io/levels/1/challenges/1
  3. http://nvie.com/posts/a-successful-git-branching-model/ (Our Workflow)

    Vagrant:

  4. https://www.vagrantup.com/docs/getting-started/

    Stripe

  5. https://stripe.com/docs/api/python

Join our Discord

Click Me