Learnings: Difference between revisions

From Wiki
(Add CSS Diner)
(Teaching myself CSS)
Line 3: Line 3:
* '''Teach yourself Computer Science''' <br /> https://teachyourselfcs.com/
* '''Teach yourself Computer Science''' <br /> https://teachyourselfcs.com/
* '''Works of Government Belong To The People: Making Big Data Available in the Internet Age''' - a talk I attended at IIIT-H.<br />https://discuss.swecha.org/t/talk-on-works-of-government-belong-to-the-people-making-big-data-available-in-the-internet-age/146<br />https://www.youtube.com/watch?v=l79AIOC7i48
* '''Works of Government Belong To The People: Making Big Data Available in the Internet Age''' - a talk I attended at IIIT-H.<br />https://discuss.swecha.org/t/talk-on-works-of-government-belong-to-the-people-making-big-data-available-in-the-internet-age/146<br />https://www.youtube.com/watch?v=l79AIOC7i48
* '''Course on CSS basics at edX''' <br /> https://courses.edx.org/courses/course-v1:W3Cx+CSS.0x+3T2017
 
=== Design ===
* '''Color Theory''' <br /> https://www.w3.org/wiki/Colour_theory
* '''Color Theory''' <br /> https://www.w3.org/wiki/Colour_theory
*'''CSS Diner -''' learn CSS selectors  https://flukeout.github.io/
 
=== CSS ===
I have taught myself CSS by using the following resources.
 
==== Courses ====
* '''Course on CSS basics on edX''' <br /> https://courses.edx.org/courses/course-v1:W3Cx+CSS.0x+3T2017
* '''Course on CSS Advanced Concepts on edX'''  https://courses.edx.org/courses/course-v1:Microsoft+DEV218x+1T2018/course/
 
==== Readings ====
* '''W3C specification'''  https://www.w3.org/TR/CSS
* '''CSS tricks'''  https://css-tricks.com/snippets/css/
 
==== Games ====
* '''CSS Diner -''' learn CSS selectors  https://flukeout.github.io/
* '''Flexbox Froggy''' - learn CSS flexbox  https://flexboxfroggy.com/

Revision as of 06:08, 19 October 2018

This is a log of all the things I've learnt over time, with resources if public. This is mostly for referring back to things when I need them.

Design

CSS

I have taught myself CSS by using the following resources.

Courses

Readings

Games