#architecture
 
    Centralize Your Data Integrity   
 Centralize your data integrity to ensure consistency across your organization.
 
    The Benefits of Using a Build Framework   
 Continuous Integration (CI) and/or Continuous Delivery (CD) is the norm on software projects these days. There are many build servers such as Azure DevOps, Team…
 
    Grady Booch on Architecture   
 A Series of Tweets from Grady Booch on software architecture.
 
    9 Guidelines for Creating Expressive Names   
 Naming is subjective and situational, it’s an art, and with most art, we discover patterns. I’ve learned a lot through the reading of other’s code. In this arti…
 
    Garbage Collection Types in .Net Core   
 Memory management in modern languages is often an afterthought. For all intents and purposes, we write software without nary a thought about memory. This serves…