Redeem Award- https://cloud.workhuman.com/microsites/t/il/nsn/order
Grafana development environment https://grafana.com/blog/2021/03/03/how-to-set-up-a-grafana-development-environment-on-a-windows-pc-using-wsl/
https://github.com/grafana/grafana/blob/HEAD/contribute/developer-guide.md
http://www.distributedsystemscourse.com/
(https://unix.stackexchange.com/posts/25335/timeline)
HOW TO SAVE commands across sessions in bash
To do this, you'll need to add two lines to your ~/.bashrc:
shopt -s histappend
PROMPT_COMMAND="history -a;history -c;history -r;$PROMPT_COMMAND"bindkey '^[[1;5C' forward-word
```bash
bindkey '^[[1;5D' backward-wordVS CODE shortcuts https://code.visualstudio.com/Docs/editor/editingevolved
https://necolas.github.io/react-native-web/benchmarks/ - Benchmarks for styles in react
https://killercoda.com/playgrounds/scenario/kubernetes - kuberneted playground
https://dev.to/nikhilkumaran/don-t-use-create-react-app-how-you-can-set-up-your-own-reactjs-boilerplate-43l0 - setup your react boilerplate
![[Pasted image 20240417143548.png]]
![[Pasted image 20240417143616.png]]