An introduction to modern application development

The Twelve-Factor App methodology

The Twelve-Factor Apparrow-up-right methodology defines a series of practical rules for delivering software effectively. The first important item is Codebase, in the modern application development, Git is the most popular SCM solution.

Git

Not like SVN, Git is a distributed version control system.

Githubarrow-up-right is a social coding community based on Git technology, it provides the famous Github flowarrow-up-right and a visual web UI to for team members to collaborate effectively . Another well-known Git workflow is Git Flowarrow-up-right.

Docker

Last updated