Learnings: Difference between revisions

From Wiki
(Add CSS Bootcamp Notes)
(Update with workshops I attended)
Line 25: Line 25:
* '''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

Revision as of 07:07, 16 December 2019

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.

General

Design

CSS

I have taught myself CSS by using the following resources.

Courses

Readings

Games

Workshops