This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
generated from jobindjohn/obsidian-publish-mkdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d46164f
commit 123d352
Showing
2 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` | ||
|