An open API service indexing awesome lists of open source software.

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.

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)