There will come a point in time during your time administering a Linux server where you will want to...
Wrote a new post on my site about using quicktemplate in Go to generate efficient HTML documents. I...
When I first dipped my toe into web development it was with PHP. Building quick and dirty inelegant...
I've written previously about my thoughts on ORMs in Go and how the typical Active Record style ORMs...
Djinn CI makes working with multiple repositoriesin a build simple via the sourcesparameter in the...
Perhaps the one feature that sets Djinn CI out from other CI platforms is the fact that is has an...
v1.1.0 of req was just released. For those wondering, req is an HTTP scripting language designed with...
I've written about Djinn CI before. Since that post, more work has gone into it to weed out bugs, and...
There comes a point in time during the development of a piece of software when a configuration...
Programming languages are always something that have fascinated me, how they're designed, how they're...
Djinn CI is a simple continuous integration platform that I have been developing in my free time. It...
Over these series of posts I have been exploring an approach that could be taken when working with SQ...
Previously, we implemented some new interfaces, and utility functions to aid in the loading and bindi...
Last time, we refactored our code, and implemented the loading of the relationships for the Post enti...
In the previous post we setup the entity models for the blogging application, and built some custom q...
In my last post I touched on the idea of using query builders for building up somewhat complex SQL qu...