Using jq to convert a backlog hosted in Trello
Disclaimer: Trello is awesome and it can export its data to CSV if you sign-up for one of the business plans. Here is how you can do it with jq.
Software, science and random thoughts about IT.
Archive
Long-form notes, references, and small technical essays.
Disclaimer: Trello is awesome and it can export its data to CSV if you sign-up for one of the business plans. Here is how you can do it with jq.
This article explain how to setup and run an embedded HSQLDB (very useful for unit tests).
Regardless the introduction of modern tools, a lot of software development teams still rely on outdated processes and manual labor.
Since I wanted to test how Vagrant and Parallels were working together, I created a standard 64bit Gentoo Linux box.
Just in case you are having problems running Ubuntu 14.04 after upgrading to Parallels Desktop 10.
Maybe this is not news anymore, but Vagrant now supports Parallels.
I have been using Logstash extensively lately. Along with ElasticSearch, it's a great tool to centralize the logs and simplify access to them.
I am currently working on a data analytics website and I decided to use Apache Cassandra as the input/output storage engine for and Apache Hadoop map/reduce job.
These are just some development-related links and articles I have read in the last weeks which I think are worth mentioning.
Data structures are a recurring topic for any software engineer. The list below contains a list of interesting reference material about them.