Guides ยท Technology
Git Branching Workflow Basics
Keep branches tidy and releasable
This guide describes a simple git workflow with main as stable, short-lived feature branches, review gates, and release tagging for predictable deployments.
- git
- branching
- version control
- releases
- workflow
Branch naming
Use prefixes like feature/, fix/, chore/ with short slugs for clarity.
Short-lived branches
Keep changes small, rebase frequently on main, and avoid long-lived divergence.
Review and testing
Open pull requests early, run tests, and require at least one peer review before merging.
Release tagging
Tag releases from main with semantic versions; document changes in a simple changelog.
Keep Exploring
Guides
API Basics
APIs let software request data or actions from other systems through defined endpoints and responses.
Comparison
RAM vs Storage
RAM handles what your device is actively working on, while storage keeps apps, files, and system data available over time.
How it works
Global Positioning System
GPS uses timing signals from satellites to calculate a receiver's position on Earth.
What it is
Blockchain
A blockchain is a distributed ledger secured by cryptography and consensus nodes.