Article Image Service Composition

Service Composition

I’ve recently gone through and separated a (admittedly small) system into several different services, so wanted discuss the different boundaries I’ve defined, the reasoning behind them, and the trade offs. What are we Building? This is a webapp similar to Pinterest.  Users will create Galleries of images with tags, comments, and ratings for the images. […]

Read More

picture of code

ZenLog

Sometimes, trace is not enough. When I started working with Haxe, I wasn’t completely satisfied with any of the logging libraries, so of course I made my own. Problem The existing package that most resonated with me was LogShim, but it had one critical issue for me: The selling point of Haxe is that you […]

Read More