You may have seen the announcement regarding the creation of Doge Serialized Object Notation (DSON). In this post I bring some of that magic to Rails. Read
A challenge was issued to see who could come up with the best Raspberry Pi hack for our coworking space. When there, I find myself walking all the way down the hall to use the restroom, only to see that it’s occupied! Read
Allowing your user to undo destructive actions is a great user experience improvement that's unfortunately missing from many web applications. In this article I'll discuss implementing basic undo functionality with Rails & the Sidekiq gem. Read
Background workers are necessary for almost all projects, and for some applications, background code can be just as important as the web facing code. Read