Difference between revisions of "Coding Resources"
From Publication Station
VKranendonk (talk | contribs) (Created page with "The following is an overview of online courses you can follow to learn programming. Also check out [https://www.linkedin.com/learning/ LinkedIn Learning], login with your school account. == CSS and HTML == https://www.khanacademy.org/computing/computer-programming/html-css https://www.w3schools.com/css/css_examples.asp https://www.codecademy.com/learn/learn-html https://www.freecodecamp.org/learn/responsive-web-design/ https://www.udemy.com/ (only buy courses when they...") |
VKranendonk (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The following is an overview of online courses you can follow to learn programming. Also check out [https://www.linkedin.com/learning/ LinkedIn Learning] | The following is an overview of online courses you can follow to learn programming. Also check out [https://www.linkedin.com/learning/ LinkedIn Learning] where you can login with a school account. | ||
Whenever you get stuck, feel free to drop by the Digital Publication Station for help. | |||
== CSS and HTML == | == CSS and HTML == | ||
https://www.khanacademy.org/computing/computer-programming/html-css | * https://www.khanacademy.org/computing/computer-programming/html-css | ||
https://www.w3schools.com/css/css_examples.asp | * https://www.w3schools.com/css/css_examples.asp | ||
https://www.codecademy.com/learn/learn-html | * https://www.codecademy.com/learn/learn-html | ||
https://www.freecodecamp.org/learn/responsive-web-design/ | * https://www.freecodecamp.org/learn/responsive-web-design/ | ||
https://www.udemy.com/ (only buy courses when they are on discount) | * https://www.udemy.com/ (only buy courses when they are on discount) | ||
* https://flukeout.github.io/ (learn CSS selectors) | |||
== CSS Flexbox == | |||
* http://flexboxfroggy.com/ | |||
== CSS Grid == | |||
* [https://cssgrid.io/ CSS Grid course by Wes Bos] is full-on in depth course on CSS Grid | |||
* [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout MDN Web Docs] has a good introduction to CSS Grid | |||
* [https://cssgridgarden.com/ CSS Grid Garden] is a fun CSS grid game | |||
* [https://css-tricks.com/snippets/css/complete-guide-grid/ CSS Tricks] has a good reference article on CSS Grid | |||
== The Internet == | |||
* https://www.vox.com/a/internet-maps | |||
* https://www.khanacademy.org/computing/computers-and-internet/xcae6f4a7ff015e7d:the-internet/xcae6f4a7ff015e7d:web-protocols/a/domain-name-system-dns | |||
* https://www.submarinecablemap.com | |||
* https://www.youtube.com/watch?t=360s&utm_source=pocket_mylist&v=1UStbvRnwmQ | |||
* https://www.youtube.com/watch?v=TNQsmPf24go |
Latest revision as of 06:46, 4 October 2022
The following is an overview of online courses you can follow to learn programming. Also check out LinkedIn Learning where you can login with a school account.
Whenever you get stuck, feel free to drop by the Digital Publication Station for help.
CSS and HTML
- https://www.khanacademy.org/computing/computer-programming/html-css
- https://www.w3schools.com/css/css_examples.asp
- https://www.codecademy.com/learn/learn-html
- https://www.freecodecamp.org/learn/responsive-web-design/
- https://www.udemy.com/ (only buy courses when they are on discount)
- https://flukeout.github.io/ (learn CSS selectors)
CSS Flexbox
CSS Grid
- CSS Grid course by Wes Bos is full-on in depth course on CSS Grid
- MDN Web Docs has a good introduction to CSS Grid
- CSS Grid Garden is a fun CSS grid game
- CSS Tricks has a good reference article on CSS Grid
The Internet
- https://www.vox.com/a/internet-maps
- https://www.khanacademy.org/computing/computers-and-internet/xcae6f4a7ff015e7d:the-internet/xcae6f4a7ff015e7d:web-protocols/a/domain-name-system-dns
- https://www.submarinecablemap.com
- https://www.youtube.com/watch?t=360s&utm_source=pocket_mylist&v=1UStbvRnwmQ
- https://www.youtube.com/watch?v=TNQsmPf24go