DevOps Articles

Git Worktree in Practice: Parallel Branch Development

A practical guide to git worktree, covering concepts, common commands, real-world workflows, internals, limitations, and multi-branch development patterns.

Accessing IP-Restricted APIs from Local Scripts: 6 Approaches

When an API only allows access from a specific server IP, compare SSH tunnels, proxies, remote execution, and gateway patterns for local development.

Android CI/CD with Jenkins and GitLab CI: From Build to Release

A complete Android CI/CD guide covering Jenkins, GitLab CI, automated builds, tests, signing, quality gates, release, deployment, and best practices.