Site menu:

About Me

My name is Joe.
I want to become an expert programmer, and I invite you to follow along with me as I learn to program with Ruby.

Recent Posts

Categories

Donate

If you enjoy the content on this site then please consider Donating. This site is run by a recent college grad who works fulltime for not a whole lot. It would be tremendously helpful if you could donate and help fund this website.

Archive for 'Ruby Scripts'

My First Opensource Project – Domainblob

Last night, I opensource’d my first Ruby project using github – it’s a bulk domain name lookup tool named Domainblob. of course, I’ve released code before via examples on this blog and such, but I have never really started a github repo just for a project. I am very excited by this, I know it’s [...]

How to Read & Write Files using Ruby – A Simple Diff Script Example

Ever since I learned how easy it was to manipulate files with Ruby I have been using it like crazy. And why not, it makes it possible to manipulate existing data and to save computed data. I wanted to write about this and when I needed to be able to easily view the changes made [...]

Interacting with Web Service API’s with Ruby (aka my first api call)

For years now I’ve heard people reference API’s — sometimes this was in reference to libraries used with programming languages but really the kind I mean are web service API’s. These are the kind used by a developer/application to interact with a web service. I have never worked on a full blown web application so [...]

Making a quick domain-name availability checker with Ruby

If you’re like me then atleast once a day you get an idea for a great domain name, and so you head to GoDaddy.com to use their domain-name search to see if its available. At somepoint I thought to myself, hey I could do this with a Ruby Script right from the command-line so I [...]