resource vault
Bookmarks That Pull Their Weight
Filter by category and jump straight to trustworthy references.
Loading resources...
Mirrored Site Shortcuts
Direct links into copied core pages, blog posts, and project pages.
Fast Starter Stack
If you had one hour to set up a serious learning environment.
# Fedora baseline
sudo dnf update -y
sudo dnf install -y git curl zsh fzf ripgrep neovim tmux
# Create learning workspace
mkdir -p ~/lab/{notes,projects,snippets}
cd ~/lab