Quick Thoughts

development Posts

Build a URL Shortener with Node + Mongo

February 13, 2022

A while back, long before tonight, I built a Node.js application called Lyt.Haus that shortened URLs. Conceptually, it’s simple and not exactly groundbreaking—there are hundreds,...

Refreshing an old stack's front end

January 31, 2022

It’s obvious that refactoring or restructuring code too often is bad, and it’s especially obvious that completely switching an application’s core technology isn’t ideal either...