Tag: developer-experience
All the articles with the tag "developer-experience".
-
Git Tags Done Right: Lightweight, Annotated, and Signed
The difference between lightweight and annotated tags, when to use each, how signing works, and the full workflow for managing release tags in a team repository.
-
Git Features Worth Knowing: A Practical Index
A curated map of underused git features grouped by the situations where they matter most — debugging regressions, reviewing code, managing history, handling large repos, and shipping releases.
-
Git Worktrees: Multiple Working Directories for a Single Repository
A technical overview of git worktrees — how they work, when to use them, process isolation considerations, and practical management for developers who frequently switch context between branches.
-
Development Team Dashboards: Metric Selection, TV Layout, and Implementation
An exploration of what makes a sprint health dashboard useful rather than anxiety-inducing, covering metric selection principles, TV display layout design, and a lightweight technical implementation approach using the GitHub API.