Architecture Repository

Using a monorepo for hosting Azure Bicep IaC

Using a GIT Monorepo to host Azure IaC for a whole organisation

When faced with the choice of how to store all the code needed to build an enterprise IaC deployment as you move services to the cloud, there were a lot of options. At first, we started with individual projects. which soon seemed to be spirally out of control. Each project needed to edit a firewall in a different place, or join a different network. The sprawl of module,s and managing how we replicated and updated them quickly became painful.

Read more...

Business Data and How to Manage it

Business Data is critical to an organisation's function. Business Data Management is the process of organising and collating it.

Business Data management is the organisation of people, processes and technologies to create and maintain a reliable data environment for business.

Read more...

What are Patterns?

Patterns are a way to model functionality for complex problems.

Patterns are visual models to base designs and solutions on. Different patterns provide different assumptions, but in general, they all represent a simplified ideal.

Read more...

Explaining Principles

Set principles to define how your teams should make decisions, and provide sensible constraints.

Decentralised decision making is a critical ability for organisations that want to move fast, and disrupt their markets. - James Brewster, just now.

Read more...

Overview of the Architecture Practice

Function of an agile architecture practice

Software and systems architects provide guidance and governance of a technology organisation by modelling the organisation, its departments, capabilities, and processes and then mapping technology into them to ensure that the business has an optimised environment, which can adapt to its needs and isn't onerous to look after.

Read more...

Agile Architecture - A short story

An explanation of how Agile architecture works and flows.

The team worked on a new business application allowing customers to order products online and track their delivery status. The application needed to integrate with several external systems, such as inventory management, payment processing, and shipping providers. The team had to decide how to design the integration layer and what technologies to use.

Read more...

Architecture Decision Records

ADRs can help you keep up to date with recording decisions.

Architectural decision records (ADRs) capture a crucial technical decision, the context in which it was made, and the consequences of the decision. They are used to record the project’s architectural thinking and conclusions for further reference and to help new team members understand the rationale behind the design choices.

Read more...

Architecture Review Board

Making Sensible Decisions and Avoiding the Land of Wait.

A frequent perception of ARBs from Agile teams is poor and that they delay decisions and delivery. Properly implemented, an ARB allows an organisation to be more open and transparent and can empower local decision-making within a team or POD.

Read more...