RESOURCE LINKS

Common Websites for Coding Help

  • W3Schools (coding language documentations, examples and functions)
  • GeeksForGeeks(algorithms+data structures, solutions for specific coding problems)
  • Medium & Towards Data Science(machine learning topics, questions, and tasks)

Common Platforms to Code in (Free)

  • Eclipse (download this IDE for Java)
  • Replit.com (website IDE for many coding languages)
  • Visual Studio Code (download this IDE for Python, HTML/CSS, etc)

Collection of Google Slides and Resource Sheets (Coding + Music)

COMMON WEB DEVELOPMENT QUESTIONS

Why do I see random scrollbars on my website?

  • Try adding "overflow: hidden" in your specific element in CSS.

How do I find a pleasing color theme for my website?

  • Try Coolors.Co! Press the spacebar to generate different color themes. Why are these color combos pleasing? Many of these color themes contain similar colors or similar shades of the same color, preventing a webpage from looking too flashy or color-y.

Where can I find those cool-looking social media icons?

  • Font Awesome has a bunch of cool icons! Just add the necessary HTML and/or CSS code to your website.

What's the easiest platform to create a website on?

  • Check out replit.com. You can view your live website efficiently and easily.

Where can I find interesting fonts?

  • Check out Google Fonts - they have a variety of fonts you can pick from- you just need to import their HTML and CSS functions.

FIND US ON SOCIAL MEDIA