Skip to content

List of Resources

This index aims to highlight different resources on topics that I explore, read, and practice.

  • Web. Front End: Patterns dev
  • Book Java: Head first design patterns. (The knowledge here it can be applied to other languages)
  • 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.
Terminal window
cargo install cargo-info
Terminal window
sudo dnf install fish
# Enter in fish shell
fish
  • 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.
Terminal window
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