List of Resources
This index aims to highlight different resources on topics that I explore, read, and practice.
Data structures:
Section titled “Data structures:”- Youtube channel on data structures
- Books: Algorithms Illuminated series.
Desing patterns:
Section titled “Desing patterns:”- Web. Front End: Patterns dev
- Book Java: Head first design patterns. (The knowledge here it can be applied to other languages)
Libraries and Tools
Section titled “Libraries and Tools”- A better dotenv–from the creator of dotenv: DotEnvX
- View markdown in the terminal MDLess
- Terminal GUI for Git Lazygit
- Extend cargo to query cargo crates with command cargo info crate-name, rust crate cargo-info.
cargo install cargo-info
- Terminal, Back to the future, FishShell
sudo dnf install fish# Enter in fish shellfish
- Find files with sql like queries FSelect
- Command line viewer for rustdoc documentation. Rust crate, rusty-man. Note: ahash yanked(outdated) dependency, exploring local builds fix.
cargo install rusty-man
- Cheat sheets and search in browser. Search Patterns
- Terminal multiplexer, become over powered with this gemstone, tmux
- Create presentations in markdown format and run them from your terminal, presenterm
- A better way to navigate directories, find files, and launch commands, broot
- A syntax-highlighting pager for git, diff, and grep output, delta
- Fast and polyglot tool for code structural search, lint, rewriting at large scale, ast-grep
- Python development and debugging from eclipse, pydev
- A modern terminal for the 21st century, rioterm