Resources

Lectures

Demos

Troubleshooting

Try to be patient when writing code, so much of programming is debugging – typos are one of the most common errors! If you find yourself stuck, try breaking your issue down into smaller, more manageable parts.

Search Google or Stack Overflow for how to solve those parts, one at a time. While frustrating, these bugs will may lead yout o discover something new you would not have considered before!

Downloads

  • To edit code, download Sublime Text.
  • For Browsing the web and viewing our pages, use Google Chrome (we'll use Chrome exclusively because of its devtools).

Online Tools

  • Figma for image/media generating, editing, and prototyping
  • Slack for class communications
  • Glitch for online coding
  • Zoom for video calls

Debugging