Code rant: The Lava Layer Anti-Pattern
TL:DR Successive, well intentioned, changes to architecture and technology throughout the lifetime of an application can lead to a fragmente...
This blog post describes a pattern that I make reference to often when describing code that has clearly been partly refactored multiple times.
Hello!
Hello! illiterate_coder here, Data Architect hailing from the Bay Area. Looking forward to engaging with the community on Lemmy!
Life as a Chief Architect - Gregor Hope (CTO Summit 2017)
YouTube Video
Click to view this content.
The Well Rounded Architect
In this blog post, I explore the six different dimensions I covered in my recent talk at the O’Reilly Software Architecture conference in London called “The Well Rounded Architect.” The elements of the well-rounded architect Acting as a Leader Being a developer Having a systems focus Thinking like a...
A concise introduction to some of the key attributes of a successful software architect.
Homepage of the ADR GitHub organization
A useful guide to Architectural Decision Records from GitHub, with lots of good references to templates and additional material.
Functional programming in C++ is just a few classes and macros. Real masochism would be functional programming in C.