https://github.com/arantebw/sketchpad
A personal collection of technical and non-technical notes.
https://github.com/arantebw/sketchpad
markdown notes
Last synced: 10 months ago
JSON representation
A personal collection of technical and non-technical notes.
- Host: GitHub
- URL: https://github.com/arantebw/sketchpad
- Owner: arantebw
- Created: 2022-11-26T02:47:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T04:17:27.000Z (over 2 years ago)
- Last Synced: 2023-12-17T05:22:44.200Z (over 2 years ago)
- Topics: markdown, notes
- Homepage: https://arantebw.github.io/sketchpad/
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sketchpad
A collection of personal and technical notes.
## Cloud Computing
### Azure
- [Cosmos DB](/azure/cosmosdb.md)
## Command-Line Tools
- [bluetoothctl](./bluetoothctl/)
- [df](./df/)
- [docker](./docker/README.md)
- [find](./find/)
- [frontastic](./frontastic/)
- [git](./git/)
- [i3](./i3/README.md)
- [kitty](./kitty/README.md)
- [lsblk](./lsblk/)
- [nmcli](./nmcli/)
- [nvim](./nvim/README.md)
- [shell](./shell/)
- [systemctl](./systemctl/)
- [tar](./tar/README.md)
- [tlp](/tlp/README.md)
- [tmux](./tmux/README.md)
- [uptime](./uptime/)
- [xxd](./xxd/)
### Package Managers
- [npm](./npm/README.md)
- [npx](./npx/README.md)
- [pnpm](./pnpm/README.md)
- [yarn](./yarn/README.md)
### Version Managers
- [nvm](./nvm/README.md)
- [pyenv](./pyenv/README.md)
## Vim Plugins
- [ctrlp.vim](./vim-plugins/ctlp_vim.md)
- [commentary.vim](./vim-plugins/commentary_vim.md)
## SaaS
- [GitHub](./github/)
## Computer Programming
### The Core Computer Hacking Languages
According to `esr`, these are the core computer hacking programming languages:
- [Python](./langs/py.md)
- [C++](./langs/cpp.md)
- [C](./langs/c.md)
- [Java](#)
- [Lisp](#)
- [Perl](#)
### My Computer Programming Languages of Choice
Whenever I need to create a new web app, CLI, script, or program, these are my
_go-to` programming languages:
- [C](./langs/c.md)
- [GDScript](./langs/gd.md)
- [JavaScript](./langs/js.md)
- [Python](./langs/py.md)
- [TypeScript](./langs/ts.md)
## Open-Source Project Contributions
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/pulls?q=is%3Apr+author%3Aarantebw+is%3Aclosed)
### Useful Libraries
- [usehooks-ts](https://github.com/juliencrn/usehooks-ts)
- [react-cookie](https://github.com/bendotcodes/cookies)
## Others
- [Chromium/Chrome](./chrome/README.md)
- [DevTools Breakpoints](./css/README.md#break-points)
- [Japanese Wisdom](./others/japanese_wisdom.md)
- [My Neovim Setup](./others/my_neovim_setup.md)
- [My How-To List](./howto/README.md)
- [My Software Development Machines Setup](./others/my_machine_setup.md)
- [Software Engineering Tools](./others/software_engineering_tools.md)
- [`sr-only` Class](./css/README.md#sr-only)
- [Useful IDE Features](./others/useful_ide_features.md)