Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
vault backup: 2023-12-09 14:07:10
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfrazer committed Dec 9, 2023
1 parent d46164f commit 123d352
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
18 changes: 18 additions & 0 deletions docs/Feynman Technique.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
course:
language:
section:
references:
tags:
- feynman
- learning
---
# The Feynman Technique

* Choose the concept you want to understand  
* Take a blank piece of paper, write the name of that concept at the top of the page
* Explain the idea to yourself as if you were teaching it to someone who does not understand it at all
* Whenever you get stuck, go back to the reference material, lectures or a teacher assistant and re-read or re-learn the material until you get it enough that you can explain it on the paper
* Whenever you write down a wordy or a confusing explanation for something, try either to simplify the language, or create an analogy to understand it better
* If you want to understand something even better or remember it even better, further try to develop, simplify and improve the explanation)
* A good self-test of what you've learned is to go through your technique without looking at any reference material at any point and see if you can explain it deeply)
38 changes: 7 additions & 31 deletions docs/React/The Complete Guide.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
# React - The Complete Guide 2023

## Course Parts

* Choose the concept you want to understand  
* Take a blank piece of paper, write the name of that concept at the top of the page
* Explain the idea to yourself as if you were teaching it to someone who does not understand it at all
* Whenever you get stuck, go back to the reference material, lectures or a teacher assistant and re-read or re-learn the material until you get it enough that you can explain it on the paper
* Whenever you write down a wordy or a confusing explanation for something, try either to simplify the language, or create an analogy to understand it better
* If you want to understand something even better or remember it even better, further try to develop, simplify and improve the explanation)
* A good self-test of what you've learned is to go through your technique without looking at any reference material at any point and see if you can explain it deeply)

# Course Parts

## Section 1: Getting Started
```dataview
LIST
WHERE course = "reactthecompleteguide" and part = "Section 1"
```
### Section 1: Getting Started
* [[Why Use React]]
## Section 2: JavaScript Refresher
```dataview
LIST
WHERE course = "reactthecompleteguide" and part = "Section 3"
```

## Section 3: React Essentials - Components, JSX, Props, State & More
```dataview
LIST
WHERE course = "reactthecompleteguide" and part = "Section 4"
```

## Section 4: React Essentials - Deep Dive
```dataview
LIST
WHERE course = "reactthecompleteguide" and part = "Section 5"
```

## Section 5: React Essentials - Practice Project
```dataview
LIST
WHERE course = "reactthecompleteguide" and part = "Section 6"
```

0 comments on commit 123d352

Please sign in to comment.