Skip to content
Codeloom

Topics / Productivity

⚙️

Productivity

Tools and habits that compound. Editors, shells, shortcuts.

Why learn Productivity?

  • Small, daily improvements add up to whole days of saved time per year.

  • Better tools turn long tasks into quick ones.

  • Reduces context-switching and decision fatigue.

  • A force multiplier on every other skill.

What you can build with Productivity

Mastering your editor (VS Code, Neovim) Shell aliases, scripts, and dotfiles Better note-taking and task systems AI assistants in your daily workflow

Productivity tutorials

5 articles · page 1 of 1

Hand-written tutorials, ordered as a recommended learning path.

  1. 01 VS Code Shortcuts The handful of VS Code shortcuts and habits worth learning — Command Palette, multi-cursor, fuzzy file and symbol search, the integrated terminal, source control, and settings worth changing.
  2. 02 Terminal Tools Discover fzf, ripgrep, zoxide, bat, and more CLI tools that replace slow workflows with instant results. Install commands and config included.
  3. 03 Dotfiles Management Learn to manage dotfiles with GNU Stow, chezmoi, or a bare git repo. Bootstrap any new machine in minutes with your exact config.
  4. 04 Git Workflows Compare Gitflow, trunk-based, GitHub Flow, and Ship/Show/Ask. Learn which git workflow fits your team, with branch naming and PR conventions.
  5. 05 Debugging Strategies Master binary search debugging, rubber duck method, git bisect, stack traces, logging levels, and when to use print statements vs a debugger.