Skip to content

Instantly share code, notes, and snippets.

View fulleni's full-sized avatar

fulleni fulleni

  • 22:22 (UTC +01:00)
View GitHub Profile
@fulleni
fulleni / professional_release_playbook.md
Created September 29, 2025 16:12
Solo Developer's Release Workflow and Best Practices

The Guiding Philosophy: Two Hats

As a solo developer, you wear two hats. It is critical to know which hat you are wearing and to never mix their duties.

  1. The Coder Hat: You wear this Monday through Friday morning. Your job is to write code, build features, and fix bugs. You are focused on the product.
  2. The Release Manager Hat: You wear this for a short time on Friday afternoon. Your job is to package, version, and document the work the Coder did. You are focused on the release.

The Daily Workflow (Wearing the Coder Hat)