The Blog
Today's post is on something of a touchy subject. Most people who become software engineers, myself included, seem to have a…
More Consistency Questions
08-Feb-21Recently, I wrote a post about whether code should remain consistent with subpar patterns or improve over time (albeit…
Is it better to perpetuate a bad (but consistent) pattern OR implement a new solution using an improved pattern? Typically, I…
CSVify
31-Jan-21Our React application currently uses a home-rolled tool to export AntD tables to CSV (aptly named csvify ). This method is…
Atomic Database Repairs
15-Jan-21What is the best method to wrap multiple SQL transactions in a data repair? The caveat: the transactions must be atomic, so…