Dev Tools list
I recommend installing everything with a package manager (Windows)
making websites fast
Tech Stacks, Frameworks and Template Projects
static site generators
cheat sheets
- one of the best cheat cheets for all langs: https://cheat.sh/
 - quick references: https://quickref.me/
 - https://devhints.io/
 - React: https://react-typescript-cheatsheet.netlify.app/
 - Python: https://github.com/gto76/python-cheatsheet
 - snippets: https://www.30secondsofcode.org/
 
- SQL [[img-sql cheat sheet.bmp]]
 
- CSS, HTML, emmet
 - CLI
 - SEO
 - GIT
 - oh shit git for when fucking up
 
drawing / mocking
- excalidraw
diagramming: - lucidchart
 
documentation
- Swagger: APIs documentation
 - static site generators#**oriented towards documentation **
 
Git
CSS
Strings
https://onlinestringtools.com/
regex
https://regexr.com/
snippets: https://projects.lukehaas.me/regexhub/
AI english to regex, https://www.autoregex.xyz/
debug regex: https://www.debuggex.com/
base64 encode/decode
time conversion
https://coderstoolbox.net/unixtimestamp/
databases
- diagram and generate: dbdiagram.io, drawdb.app.
 - populate DB with mock data: https://mockaroo.com/
 
database clients
- DBeaver
 - pgadmin
 - azure data studio
 
Docker
composerize: translates a docker run command to a docker-compose.yml file
or the reverse decomposerize.
CLI tools
I use
- lazygit UI for git on the command line.
 - btop monitor resources
 - fzf
 - ripgrep (in nvim)
 - zoxide (like CD + z location)
 - fd (better find)
 
want to try
- 
eza (better ls) ls, lt, lsa, lta
 - 
lazydocker: UI to manage docker container and images
 - 
mrpocs: run commands in parallel and show outputs separately
 - 
kondo analyse and delete project dependencies and packages. This is for cleaning up storage.
 - 
yazi cli file manager
 - 
CLI cheat cheets: https://cheat.sh/ // cht windows version client of cheat.sh
 
HTTP clients
- xh: cli tool to send HTTP requests
 - httpie: CLI http client httpie
 - insomnia