
·DevOps
Module 10 Lesson 2: Modular Pipeline Design
Divide and conquer. Learn the architectural patterns of splitting your pipeline into independent, testable modules that are easy for different teams to maintain.
4 articles

Divide and conquer. Learn the architectural patterns of splitting your pipeline into independent, testable modules that are easy for different teams to maintain.

Libraries of logic. Learn how to create 'Sub-Workflows' that can be called by multiple other workflows, making your automation standard and easy to maintain.
Stop repeating yourself. Learn how functions make your code modular, readable, and easier to debug.
Build a professional Utility Library. Apply everything you've learned about functions, modules, and refactoring to create a suite of reusable tools.