Learnings: Difference between revisions

From Wiki
(Add CSS Bootcamp Notes)
m (Minor edit)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
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.
<div style="background-color: #fff0f0; border: 1px dashed blue; margin: 0.0em; padding: 0.2em;">
<span style="background-color: yellow">'''<!--T:1--> TODO:'''</span> Create separate pages for each of these and get rid of this page</div>


=== General ===
=== General ===
* '''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
* '''Why polkit (or, how to mount a disk on modern Linux)''' <br /> https://smcv.pseudorandom.co.uk/2015/why_polkit/
* '''Why polkit (or, how to mount a disk on modern Linux)''' <br /> https://smcv.pseudorandom.co.uk/2015/why_polkit/


Line 25: Line 27:
* '''Flexbox Froggy''' - learn CSS flexbox  <br />  https://flexboxfroggy.com/
* '''Flexbox Froggy''' - learn CSS flexbox  <br />  https://flexboxfroggy.com/
* '''CSS Grid Garden''' - learn CSS grid <br />  https://cssgridgarden.com/
* '''CSS Grid Garden''' - learn CSS grid <br />  https://cssgridgarden.com/
=== Workshops ===
* '''Infrastructure as Code Tutorial''' <br />  https://github.com/Artemmkin/iac-tutorial
* '''Distributed Systems Workshop''' <br />  https://github.com/unmeshjoshi/distributedarchitectures
=== Talks ===
* '''Works of Government Belong To The People: Making Big Data Available in the Internet Age - IIIT Hyderabad'''<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
* '''Rewiring the Network for an Inclusive World - Siddartha Malempati - TEDx MVSR, 2019''' <br/>  https://peertube.mastodon.host/videos/watch/e4644c93-8df0-4b62-9323-b60e5f661ec2

Latest revision as of 02:40, 1 March 2022

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.

TODO: Create separate pages for each of these and get rid of this page

General

Design

CSS

I have taught myself CSS by using the following resources.

Courses

Readings

Games

Workshops

Talks