Posts Tagged: architecture
Explore best practices and principles for designing reliable, scalable, and efficient systems in the cloud and on-premises.
Posts In 2020
Architecture Pathway Introduction (Article)
Published by Stuart Blackler on: 2020-07-15. Tagged:dotnetarchitecture
Over the past year or so, I’ve had the pleasure of mentoring people on their software development journeys. Some of those personnel have expressed a desire to pursue the software architect route. As it’s something that I often refer to, I’ve decided to post a mini-pathway to help guide on some of the basics.
Posts In 2017
Domain Driven Design Notes (Article)
Published by Stuart Blackler on: 2017-05-24. Tagged:dotnetarchitecture
These are my notes on domain driven design whilst watching the course by Dino Esposito on Pluralsight.
Domain Driven Design (or DDD), is the process of discovering both data and behavioural requirements for a given problem domain where traditional approaches usually focus purely on data collection aspects. The aim is to provide better tools to tackle the complexity at the heart of software.