Category Archives: programming

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 … Continue reading

Posted in Commentary, programming | 2 Comments

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. Continue reading

Posted in programming | Comments Off on Pablo’s Fiesta – Los Techies Open Spaces

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. Continue reading

Posted in programming | Comments Off on Pablo's Fiesta – Los Techies Open Spaces

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). Continue reading

Posted in programming, Technology | Tagged , , , | 3 Comments

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. Continue reading

Posted in programming | Tagged , , | 1 Comment

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. Continue reading

Posted in programming, Projects | Tagged , , , , | Comments Off on TwitterNET Project: A .NET Twitter Library