Written by Jason Worley who lives and works in Indianapolis building useful things.
In a project recently I had a need to add an entry to /etc/hosts and being new to Docker I was surprised to find that hosts is read only…
CommentsI have been excited to write something for Glass ever since I received it and now I am proud to announce my first project. BuildBorg…
CommentsI recently received my Google Glass as a part of the Explorer Program. So what was the first thing I tried to do? Connect to it with adb…
CommentsDisclaimer : I do not have access to the Google Glass Explorer Program. The code in this blog post is purely speculative, it is not…
CommentsHaving spent a lot of time in the realm of .NET I grew accustomed to LINQ or Language Integrated Queries. LINQ is a way to query…
CommentsCode quality is a major component of code maintainability. Sloppy or overly complex code is sure to doom a project. If another developer…
CommentsI recently had the opportunity to make a simple JSON web service using Sinatra , and while testing it I came across something that wasn’t…
CommentsRuby views value types differently then static-typed languages. Traditionally values like Integers, Chars, and Booleans are treated…
Comments