Sheet ⁨20⁩ · ⁨Series⁩Surveyed ⁨2026⁩
Series

Developer Environment & Tooling

Back to Series

Developer Environment & Tooling

10parts, in order. Start at the top.

Blog Posts

4 items
Dotfiles: A Git-Based Strategy for Configuration Management

Dotfiles: A Git-Based Strategy for Configuration Management

Introduction Your dotfiles, those hidden .-prefixed configuration files scattered across your home directory, are the muscle memory of your environment. They hold your shell aliases, your editor

VIM Cheat Sheet

VIM Cheat Sheet

What is VIM? VIM (Vi Improved) is a versatile text editor pre-installed on most Linux systems, known for its efficiency in command-line file editing. Its modal nature, switching between modes like

Customization Windows Terminal With Starship

Customization Windows Terminal With Starship

Introduction In this article, we will install PowerShell and Starship, configure Windows Terminal, and then customize it with Starship. What is Windows Terminal? Windows Terminal is a modern

10+ Secret Git Commands That Will Save Hours Every Week

10+ Secret Git Commands That Will Save Hours Every Week

Introduction As a software engineer, DevOps engineer, or GitHub user, you probably use Git daily. But are you making the most of it? Git is packed with commands that can save you hours of manual w

Cheatsheets

6 items

Git

  • Version Control
  • 01 Jan 2023

Git is a distributed version control system for tracking code changes, collaborating with teams, and managing project history.

#Git#Version Control#Branches+5 tags
View Cheatsheet

Screen

  • Terminal Tools
  • 01 Jan 2023

GNU Screen is a terminal multiplexer for managing multiple terminal sessions, windows, and panes within a single screen. It covers commands for session and window management, and for splitting.

#Screen#Terminal Multiplexer#Sessions+2 tags
View Cheatsheet

Tmux

  • Terminal Tools
  • 01 Jan 2023

Tmux is a terminal multiplexer for managing multiple terminal sessions, windows, and panes within a single screen. Commands for session, window, and pane management.

#Tmux#Terminal Multiplexer#Sessions+3 tags
View Cheatsheet

Vim

  • Editor
  • 01 Mar 2023

Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems.

#Editor#Vim#Text Editor+3 tags
View Cheatsheet

VS Code

  • Editor
  • 01 Jan 2024

Complete VS Code keyboard shortcuts reference including command palette, navigation, editing, debugging, multicursor operations, and advanced features for macOS and Windows/Linux

#VS Code#Visual Studio Code#Keyboard Shortcuts+3 tags
View Cheatsheet

Python Virtual Environments Cheatsheet

  • Python
  • 17 Aug 2026

A practical reference for venv, pip, requirements files, pyenv version switching, and pipx for isolated global tools.

#Python#Virtualenv#Pip+5 tags
View Cheatsheet