Posts

Hybrid Model for Monorepo and Polyrepo

Mix of Monorepo and Polyrepo in an Organization Hybrid repository strategies combine elements of both monorepo and polyrepo approaches to take advantage of their respective strengths while mitigating their weaknesses. Here are some strategies for adopting a hybrid approach: Monorepo for Core Shared Code : Use a monorepo for shared libraries, common components, and infrastructure code that are critical across various projects. This approach ensures consistent versioning and easy code sharing for foundational components. Polyrepo for Project-Specific Code : Create separate repositories for project-specific code, applications, or services. Each project's repository contains its own codebase, dependencies, and version control, providing autonomy for project teams. Dependency Management : Establish a clear and well-documented process for managing dependencies between the monorepo ...

Agile Model - The Agile Fluency Model

Image
The Agile Fluency Model is an agile model that leaders of an organization can use to make decision in agile adoption, the investment needed to ensure project teams are actually agile, and to understand some other strategic factors that can affect the success/failure of an agile project or project team. Further details can be found at  The Agile Fluency Model The picture below represents my understanding about the Agile Fluency Model. Each layers in the model requires a different level of experience in software engineering activities. The longer a person stays in the field, the higher level that person can venture into. Diagram 1: My understanding about the Agile Fluency Model