Seven wastes of software development
Similar to what TPS identified as seven categories of waste in manufacturing, also software development has its own wastes.
DevOps Improvements
Acronymat DevOps Areas of improvement - 24 DevOps Capabilities in 5 categories: CD, Architecture, Lean Management and Monitoring, Cultural.
Rugged Manifesto
Acronymat: The Rugged Manifesto for DevOps / DevSecOps: I am rugged and, more importantly, my code is rugged.
SPACE Framework
The SPACE of developer Productivity framework for capture different dimensions of productivity to measure productivity in a better way.
CAMS
CAMS embodies the core values of DevOps. Culture, Automation, Measurement, Sharing are based on one another.
Seven Principles for Software Development
7 SW Development Principles: The Reason It All Exists, KISS, Maintain the Vision, You Produce - Others Consume, Future, Plan re-use, Think.
Keep It Simple Stupid (KISS)
KISS - Keep it simple stupid. Most systems work best if they are simple. A simple design should be the key goal.
DRY - Don't Repeat Yourself
Don't Repeat Yourself is principle helping to avoid repetition of the same information (same code produced multiple times).
ThoughtWorks Agile Maturity Model
The ThoughtWorks Agile Maturity Model applied to building and releasing software. Five maturity levels for five categories.
Testing Pyramid
Balance the Test Pyramid poster. Test Pyramid provides a simple overview of how to balance the testing.
SOLID Principles
Create a SOLID app poster. SOLID is the collection of 5 principles that should be used as a good practice in programming.