## Notes
- when what you are doing is in demand, you can grow or you can make your life easier and charge
- relevant work exp means you have been trained enough by a different company
- If you cannot fit your work into your ideal constraints, it's time for a change
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```