Social Icons

GitHubA collection of 11 posts

GitHub posts for developers who want a clean, repeatable workflow for shipping code. Expect practical guides on repos, branching, issues and PRs, GitHub Actions, release automation, and conventions that keep teams consistent. Great if you are setting up CI/CD, standardizing commits, or turning manual release steps into a predictable pipeline.

2 min read

Secure configuration in GitHub using SOPS

Usual problem with software development, since I started working, is handling configuration and keeping secrets. For managing secrets I have tried AWS secret manager and Google secret manager. I even tried keeping configuration in "plain...