programming
Managing Multiple Repositories With Git
I’ve started a small side project with a friend of mine. It’s a Ruby on Rails project and he has been doing the design work while I’ll be handling some of the Ruby/Rails backend pieces. For many reasons we went with Git as our source control system, the main reason for this is [...]
Software Craftsmanship: What is a Craftsman
A couple of weekends ago, I attended an Open Spaces developer conference in Austin, TX. The conference had a specific focus on the idea of software craftsmanship. While a nice fishbowl discussion on the open night of the event touched on a lot of ideas, I feel that some people missed the point at what [...]
Pablo’s Fiesta – Los Techies Open Spaces
Over the weekend I made a trip to Austin to attend the Los Techies’ Open Spaces event entitled Pablo’s Fiesta. This was an Open Spaces Conference where the focus was on software craftsmanship. There were a lot of good sessions and I managed to be introduced to several new ideas, technologies, and even a new programming language. While I’m still letting a lot of what I saw, heard, and read while there sink in, you can expect some blog posts in the (near) future about some of the things that were brought up and demonstrated.
gEdit Color Themes
I’ve been using gEdit (the default text editor in Ubuntu) to do some Ruby and Ruby on Rails programming the last few weeks. I was using the RadRails plugin for Eclipse but for some reason my computer slows down considerably when using Eclipse. The thing is, gEdit comes with a couple of nice color themes by default but the darker Oblivion theme wasn’t quite to my liking. So I a quick Google search later and I found a repository on GitHub that contains several nice gEdit color themes. I’ve currently settled on the DarkMate them (see screenshot below).
Learning the Ruby Programming Language
I’ve set out to learn a new programming language (for several reasons that will be disclosed at a later date), the language of choice was Ruby, so that eventually I could learn some Ruby on Rails for the purpose of getting back into web development. I have found a couple of nice ways to help with learning the Ruby programming language.
TwitterNET Project: A .NET Twitter Library
Over the weekend, I finally finished a large chunk of wrapping the Twitter API into a .NET 3.5 library using C#. With the exception of the OAuth & Search methods, this most of the REST methods are complete (only 3 are not done at this time but should be done soon). The project is located on Github by clicking here.
