Difference between revisions of "Coding Resources"

From Publication Station
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
* 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

CSS Flexbox

CSS Grid

The Internet