The Blog

Today's post is on something of a touchy subject. Most people who become software engineers, myself included, seem to have a…

Recently, 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-21

Our React application currently uses a home-rolled tool to export AntD tables to CSV (aptly named csvify ). This method is…

What is the best method to wrap multiple SQL transactions in a data repair? The caveat: the transactions must be atomic, so…

Tags