
Learning “nools” Rules Engine
Recently I sat down to work up a solution around a rules engine. There were a few things I noticed right off. When there is a request to implement or build a rules engine it is very often (I’m guessing a solid 40-60% of the time) reasoned that there is a need solely based on […]

Getting Started with Swift, For NON-Apple Devs
This past weekend I attempted to get started with Swift coding. Since I have not been an Apple Developer for a while, it wasn’t immediately obvious how to get started. But once I fumbled around a few minutes I realized I needed a developer account to get the latest XCode. Jeez, it really shows how […]

Wintersmith Documentation
I set out a few days ago to put together a documentation site. I had a few criteria for this site: A static site that I could push to Github to use with their github pages feature. The static site is generated from markdown. It just works. It’s easy to get it into a workflow […]

History of Symphonize.js – JavaScript Client Pivot to Data Generation Library
…the history of symphonize.js So Far! NOTE: If you just want to check out the code bits, scroll down to the sub-title #symphonize #hacking. Also important to note I’m putting the library through a fairly big refactor at the moment so that everything aligns with the documentation that I’ve recently created. So many things may not […]

Learning About Docker
Over the next dozen or so few days I’ll be ramping up on Docker, where my gaps are and where the project itself is going. I’ve been using it on and off and will have more technical content, but today I wanted to write a short piece about what, where, who and how Docker came […]

It’s Happening Again, Seattle Code Camp!
I’ve got two presentations happening this year at Seattle Code Camp! Are you signed up? If not, hit this and get signed up ASAP: https://seattlecodecamp2013.eventbrite.com/ My two presentations are: Distributed Databases – An Introduction to Riak Presenter:Adron Hall I’ll dive in with a quick definition and context of what distributed databases are. From there we’ll quickly […]

Bringing to Life an Open Source Software Project via Github & Jekyll – Part 1
Starting with Github, Automatic Page Generation & Jekyll It’s time for another blog series! This is a series I’m starting to outline that crazy complex site I’m building to prove out all sorts of things, all located at http://adron.me. So far it’s just a site that hold portfolio information for my coding, biking and related […]

Using Bosh to Bootstrap Cloud Foundry via Stark & Wayne Consulting
I finally sat down and really started to take a stab at Cloud Foundry Bosh. Here’s the quick lowdown on installing the necessary bits and getting an initial environment built. Big thanks out to Dr Nic @drnic, Luke Bakken & Brain McClain @brianmmcclain for initial pointers to where the good content is. With their guidance […]

Distributed Coding Prefunc: Chicago Boss, Rails Based Erlang Power
Troy Howard and I sat down on a Friday night to do some straight up thrashing of Erlang and Chicago Boss. It seemed like a framework that has a lot of promise. Thus, we wanted to hack at it a bit and see what we could come up with. First things first, I running OS-X […]

Getting Github : JavaScript Libraries Spilled EVERYWHERE! Series #003
This how-to is going to kind of go all over the place. My goal is to get github data. The question however is, how and with what. I knew there were some available libraries, so writing straight and pulling straight off of the API myself seemed like it would be unnecessary work. The github API […]

Basho – First Week Coding & Research Adventures…
The First Things This week, the first thing I did was give a solid read to Mark Phillip’s Blog “themarkphillips” (@pharkmillups). Here’s a break down of some entries I found really interesting and helpful in getting kick started here at Basho (or just really a good read in and of itself): Using Open Source to […]

The #TypeScript Bomb Went off With a BANG Today!
First thing in the morning today the east coast was talking about Mary Jo Foley’s article about the TypeScript release. Later in the day Matt Baxter-Reynolds released a bit of write up titled “Microsoft TypeScript: Can the father of C# save us from the tyranny of JavaScript?“. My first reactions went something like this: TypeScript sounds interesting. […]

Setting Up Github for Windows for Powershell CLI Users
Recently I installed the Github for Windows App. It’s a great app, however, I’d rather not use it for the day to day interactions I have with Git. I have a lot of branching, forking and merging to do that just doesn’t happen to well with the app. It’s a great app, but overall I’m […]

HTML, CSS, JavaScript and Metro App Building on Windows 8 Part 1
I’m a fan of JavaScript and I’m warming to some of the Metro interfaces on Windows 8. I’ve always found the Windows 7 Phone UI, which is the first iteration of the Metro UI, to be a very slick phone interface. So with this blog entry I’m going to lay out setting up a default […]