Tagged articles
5 articles
Page 1 of 1
DevOps Coach
DevOps Coach
Mar 28, 2026 · Cloud Native

Why the Twelve-Factor App is Essential for Modern Cloud‑Native Development

The article explains how the Twelve‑Factor App methodology, created by Heroku’s Adam Wiggins, provides a set of core principles that prevent common production failures and form the foundation for modern tools like Docker, Kubernetes, and CI/CD pipelines, enabling reliable, scalable, and maintainable software.

Cloud NativeDevOpsDocker
0 likes · 22 min read
Why the Twelve-Factor App is Essential for Modern Cloud‑Native Development
Programmer DD
Programmer DD
Dec 26, 2022 · Cloud Native

Mastering the 12‑Factor App: Essential Rules for Cloud‑Native Services

This article explains the Twelve‑Factor App methodology, detailing each of the twelve principles—codebase, dependencies, config, backing services, build/release/run, processes, port binding, concurrency, disposability, dev/prod parity, logs, admin tasks—and shows how they guide the design of scalable, cloud‑native backend services.

MicroservicesTwelve-Factorcloud-native
0 likes · 20 min read
Mastering the 12‑Factor App: Essential Rules for Cloud‑Native Services
System Architect Go
System Architect Go
Jun 24, 2019 · Fundamentals

Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services

This article reviews the Twelve-Factor App methodology, outlining twelve essential guidelines—including codebase management, explicit dependencies, configuration separation, backing services, build‑release‑run workflow, stateless processes, port binding, concurrency, disposability, environment parity, logging, and admin processes—to help developers design resilient, cloud‑native applications.

App ArchitectureDevOpsScalability
0 likes · 6 min read
Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services
Architects' Tech Alliance
Architects' Tech Alliance
Jan 11, 2019 · Cloud Native

An Overview of Cloud Native Computing, CNCF, and the Twelve‑Factor App

This article introduces the origins of Kubernetes within Google’s Borg project, explains the role of the Cloud Native Computing Foundation (CNCF) and its member projects, describes the core cloud‑native characteristics of containerization, dynamic orchestration, and micro‑service architecture, and reviews the Twelve‑Factor methodology for building robust cloud‑native applications.

CNCFKubernetesMicroservices
0 likes · 11 min read
An Overview of Cloud Native Computing, CNCF, and the Twelve‑Factor App