Slinging Mud: "Graceful" reboots in a Go world

I participated in MUDJAM [https://itch.io/jam/mudjam] on Itch.io [http://itch.io] last year around this time, putting together a very simple, low feature deliverable, BerkMud [https://berdon.itch.io/berkmud]. If the title doesn't tell you, it was How to Train Your Dragon themed. It wasn't…

Carsforsale.com - Mobile app

Not a real technical post but still corresponding to something I've recently had a hand in (or two, writing roughly 25k lines in two weeks)... Carsforsale.com released our first incarnation of a consumer facing (for all you car buyers out there) Android application. Check it out! [https://play.google.…

Publishing a NuGet JS library

First, this is a condensed version of a well written post that can be found here [http://www.dotnetcurry.com/showarticle.aspx?ID=781]. I'm posting this as reference for myself and for those of you who just want the nuts and bolts. I was recently working on an incomplete…

Mobile Assets

Android Assets Android devices come in all shapes and sizes and display resolutions. This means providing uniform assets across devices is tedious and somewhat complicated. DP (Density Pixel) Google created a special type of unit, dp (density pixel), to make dealing with assets easier. How is that easier? This unit…

MEAN, Bower and Typeahead.js

Lacking time to write a full fledged post, I'll only mention the quick tidbit I want to keep track of. Others might also find value in it: Using the yo generator, angular-fullstack [https://www.npmjs.org/package/generator-angular-fullstack], I wanted to add Twitter's Typeahead.js [https://twitter.github.io/typeahead.…