Skip to content
Insights & Iterations Making sense of AI: technical, everyday, & reflections.

#architecture

Centralize Your Data Integrity
Centralize Your Data Integrity

May 4, 2021 • 2 min read

Centralize your data integrity to ensure consistency across your organization.

The Benefits of Using a Build Framework
The Benefits of Using a Build Framework

November 25, 2020 • 2 min read

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, TeamCity, Jenkins, and Cruise Control.Net.

Grady Booch on Architecture
Grady Booch on Architecture

September 5, 2020 • 2 min read

A Series of Tweets from Grady Booch on software architecture.

9 Guidelines for Creating Expressive Names
9 Guidelines for Creating Expressive Names

October 27, 2019 • 6 min read

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 article, I’ve compiled 9 guidelines I wished others had followed when I read their code.

Garbage Collection Types in .Net Core
Garbage Collection Types in .Net Core

September 1, 2019 • 4 min read

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 us well but there are always exceptions…