Show Nav
 
Featured

There Be Dragons: Rails Callbacks and Suppression

I love Rails, but the recommended way to work with callbacks is a set of terrible practices for building a real app.
All Posts
TypeScript

Simple Error Either in TypeScript

We came up with a nice little Either pattern for returning success or errors. By using a simple isError helper, we can prove to Typescript what result we have and maintain type saf