Skip to main content

Blogs

2016


Why your master datastore should be immutable

·3 mins

Thinking about how your master dataset is stored and managed is arguably the most important part of architecting a data-driven system. Your master dataset is your source of truth. An issue here, be it hardware failure, human error, or something else, could easily result in irreparable damage to some or all of your data.

2015


What Color is Your Function?

·1 min
An excellent essay by Bob Nystrom on the concepts of asyncronous programming, and how various programming languages apply these concepts.