Carlos Gabaldon »
25 May 2009 »
In Uncategorized »
Since I have been playing around with Sinatra again, I decided that what Sinatra needs is some automation for some of the boring day to day tasks. So I created a GitHub bucket to dump my Rake tasks. I only have 1 task, to create a new project, but I have a lot new projects that I will be doing in Sinatra in the coming months, so I know there will be a cornucopia of tasks.
Sinatra-rake-tasks
Continue reading...
Tags: ruby
Carlos Gabaldon »
23 May 2009 »
In Uncategorized »
I wrote another article on the cool Ruby web framework DSL Sinatra.
In my last article I wrote about the cool Ruby DSL web framework called Sinatra which is taking the Ruby world by storm. I decided that another “How to” article on some of Sintra’s other kick ass features was just what Frank would expect.
..
Read More..
Continue reading...
Tags: ruby
Carlos Gabaldon »
05 May 2009 »
In Uncategorized »
I have always felt that every software leader should from time to time get back to the basics and do some deep dives into focused technical tasks. Such as writing automation code for any tedious task that you have one of your high paid developers doing manually.
So what do I do? I need to get back to the basics and do some hard core hacking. What does that mean? I have been actively contributing to several open source projects over the past few years. Open source is very rewarding, but I think doing a large project in my first language (C) will remind me why I love programming. Maybe write an operating system; my own BSD distro? Or maybe a new language?
Continue reading...