Developer Environment & Tooling
Blog Posts
4 items
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
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
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
- Git
- Version Control
- 22 Feb 2025
- 04 Mins read
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 itemsGit
- Version Control
- 01 Jan 2023
Git is a distributed version control system for tracking code changes, collaborating with teams, and managing project history.
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.
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.
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.
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
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.