Blog

Thoughts on software development, technology, and more.

Death to Spreadsheets

November 2020

How I built GraphLib to convert spreadsheets into directed graphs of JavaScript nodes, eliminating the tedious process of manually translating Excel formulas into application code.

Read More

Front end architecture for CQRS

April 20, 2019

Many of us have been covered in CRUD at some point in time in our careers. Here's how and why we're building the front end for CQRS and event sourced systems using React, Redux, and Redux-Saga.

Read More