devroom.io/content/projects.haml

72 lines
2.0 KiB
Plaintext
Raw Normal View History

2013-03-24 15:10:43 +00:00
---
title: Projects
---
2013-08-14 10:31:03 +00:00
:markdown
### Open Source Projects
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
This is an incomplete list of projects I've been working on in the recent pasts.
There are several projects that I've worked on, but long since abandoned because
they became obsolete and were superseded by other alternatives.
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
#### Focal
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
Focal is a utility web application that creates sexy and informative burndowns
for you and your team.
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
Hooked up to the Pivotal Tracker API, Focal will gather information about the
current iteration on a daily basis and provide you and the team with valuable
progress information.
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
_Focal is developed by Kabisa._
2013-03-25 09:48:20 +00:00
2013-08-14 10:31:03 +00:00
* [Github](https://github.com/kabisaict/focal)
2013-03-25 09:48:20 +00:00
2013-08-14 10:31:03 +00:00
### IMDB
2013-03-25 09:48:20 +00:00
2013-08-14 10:31:03 +00:00
The IMDB gem allows you to programatically access IMDB. Although IMDB does not
officially expose an API you are able to look at what's on their public pages.
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
* [Github](https://github.com/ariejan/imdb)
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
#### Firefly
2013-03-24 15:10:43 +00:00
2013-08-14 10:31:03 +00:00
At the height of 140 character limited tweets, URL shortners where the hippest
thing around.
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
Firefly provides you with a personal url shortner. It can be easily deployed to
Heroku and it has proven to be able to handle millions of shortened URLs.
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
* [Website](http://fireflyrb.com)
* [Github](https://github.com/ariejan/firefly)
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
#### PostcodeAPI
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/).
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
* [Github](https://github.com/ariejan/postcodeapi)
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
#### elfproef
2013-03-25 10:21:24 +00:00
2013-08-14 10:31:03 +00:00
The 11-check is a checksum algorithm used to validate Dutch bank account numbers and
social security numbers.
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
This gem allows you to add validations to your Rails models for these kind of fields.
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
* [Github](https://github.com/sytzeloor/elfproef)
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
### Open Source contributions
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
Besides doing my own projects, I've also contributed to a wide variety of open
source projects. Mostly to scratch my own itch with that project.
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
* Rails
* Gitlab
* rails-i18n
* elfproef
* opensourcerails
* rubber
* capistrano-resque
2013-04-04 10:31:10 +00:00
2013-08-14 10:31:03 +00:00
Check out my [github profile page](https://github.com/ariejan) for other projects
and specifics.