Feb
11
2013
ClojureScript is a relatively recent addition to the list of languages which compile to JavaScript. Unlike some such languages, it does not only fix the minor difficulties with JavaScript (like syntax oddities), rather it is a wholly different language with a LISP-like syntax and very powerful semantics. Many words have been written on “why ClojureScript”, [...]
Tags: clojure, clojurescript
Feb
03
2013
For the third year in a row, Oasis Digital will hire summer interns to build something interesting. Our program is for high school students (why? because I’m a high school student parent…). If anyone knows a St. Louis area high schooler who may be interested, please send them our way.
Tags: internship
Nov
20
2012
We just went through a surprising amount of effort to import projects in to Atlassian’s JIRA OnDemand, using their CSV importer. Here are some tricky bits we hit along the way; this is accurate as of November 2012. If you are reading this well after that date, hopefully JIRA’s newer JSON-based import option is supported and documented by now. [...]
Tags: JIRA
Jun
12
2012
A few weeks ago I posted about the various Github Issues export tools to prepare data for import to Atlassian JIRA. Unsurprisingly, none of them worked sufficiently well for my needs. I thought about adapting and improving one of them; I know Ruby, Python, and (barely) enough Perl. But none was all that appealing; some [...]
Tags: clojure, JIRA
May
10
2012
Today I looked for a way to import issues (including history) from Github Issues to JIRA. I was delighted and disappointed to find at least four different implementations of a Github Issues to JIRA-CSV exporter – all honestly described as rough one-off efforts. It seems likely that I’ll adapt (add minor improvements to) one of the [...]
Tags: JIRA
Nov
18
2011
Here is the first, in hopefully a series, of posts about basic software design. Though not nearly as sexy as a location-based mobile social network with behavioral profiling for ad optimization (probably a real thing), doing basic software design well is one of our “secrets” at Oasis Digital. So here goes. Today’s topic is how [...]
Tags: basics, commentary