Skip to content
StackPractices

Tag: workflow

Browse 5 practical software engineering resources tagged with "workflow". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving workflow.

Git Workflow

A practical branching strategy for teams: feature branches, pull requests, and clean commit history.

Orchestrate Serverless Workflows with AWS Step Functions

Build state machine workflows with AWS Step Functions using sequential, parallel, and map states for orchestrating Lambda functions and long-running processes.

Git Branching Strategy Document

A document template for defining Git workflow, branching conventions, merge requirements, and release procedures for engineering teams.

Pull Request Template

A thorough pull request template to standardize code reviews and improve merge quality.

Test-Driven Development (TDD) — A Practical Workflow

Learn TDD step by step: write a failing test, make it pass, refactor. Red-Green-Refactor with real examples in Python, JavaScript, and Java.