Writing a cURL to Python Install Script for a Django development environment
Paste and Pray
Canonical was founded with the goal of bringing polish, consistency and usability to the Linux desktop. Derided unfairly by some as not contributing much tec...
The Problem
Scrum is a fundamentally adaptable process. One of the core pieces is the retrospective, where the team can collaboratively change the process itself. Team m...
Often when I first start talking to someone new about Agile and/or Scrum, they have questions and occasionally objections. More often they just don’t underst...
Ran into a vexing issue this week when we upgraded to using Twitter Bootstrap. Some of our analytics graphs using Google Charts were suddenly broken in IE 7/...
I’m just coming off a project where we decided to use Hadoop for the first time. We’re a Python shop developing an analytics feature. We have about 150m reco...
Sqoop is a tool for bulk copying data between a relational database like MySQL and HDFS or another Hadoop based data store like Hive or HBase. It can either ...
Some newer storage technologies allow you to connect to one of a set of servers right from their client library. For example, MongoDB lets you specify one ho...
Apache Hive is a high level SQL-like interface to Hadoop. It lets you execute mostly unadulterated SQL, like this: