Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 1.28 KB

File metadata and controls

54 lines (26 loc) · 1.28 KB

Redeem Award- https://cloud.workhuman.com/microsites/t/il/nsn/order

https://poanchen.github.io/blog/2017/11/12/How-to-create-a-GitHub-pull-request-with-a-specific-commits

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

grafana/grafana#67217

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-word

VS 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]]