Posts
All the articles I've posted.
-
pyproject.toml: Python's Single Source of Truth
A concept note covering what pyproject.toml is, its development history, and a breakdown of its structure and key sections.
-
Managing Daily-Use Scripts with a Dotfiles Repo
How developers organize and manage personal utility scripts alongside dotfiles, using a bin/ folder approach for a clean, portable setup.
-
Line Length Conventions in Code: Focus on Bash
A quick reference on recommended maximum line lengths for code, with specific guidance for Bash scripts.
-
VS Code Workspace: Setup, Configuration, and Remote SSH
A practical guide to VS Code workspaces covering single-folder vs multi-root workspaces, settings hierarchy, configuration, and remote SSH considerations.