Honlsoft logo

Honlsoft

BlogProjectsAboutLinksFitness

Tag archive

Posts tagged Clean Architecture

2 posts tagged with Clean Architecture.

February 26, 2022

Software Architecture: Components

For most of my posts in my software architecture series, I've been talking about defining boundaries and layering software to build a piece of software. In this post, I want to talk about dividing layers up even further into software components. A software component is a set of code that is typically built and deployed together and cannot be broken apart from that deployment unit.

February 18, 2022

Software Architecture: Clean Architecture

Clean Architecture is a pattern set out by Robert Martin, also known as "Uncle Bob" in the software industry. It can read about in his book Clean Architecture: A Craftsman\'s Guide to Software Structure and Design. This is a post to summarize my thoughts after reading the book last year.