Back to business

Between sickness plaguing my family and I for the last part of November and much of December, and the preparations for the Christmas holiday, I have not written a single line of Ruby nor have I written down a single Ruby related thought. After a very long break, I am back at it and ready to tackle the world once again.

Ruby Basics – Variables

In the first part of the series, Ruby Basics - Data Types, I introduced the more commonly used data types in the Ruby language. In this part, I am going to introduce variables, how they are used, and conventions in naming. Variables are a part of … [Continue reading]

RubyMonk First Impressions

RubyMonkLogo

I first heard of Ruby Monk through a comment on my Resources for learning Ruby and Rails article. I spent some time this weekend going over the site and working through the first course. Disclaimer: I have not received any goods or money to … [Continue reading]

Importance of Community

I went to the RubyJax meetup last night, my local Ruby user group. The group meetings had stopped earlier this year, and I thought it would be over for good. The meeting was great and was held at the Hash Rocket offices. Johnny Winn, @johnny_rugger, … [Continue reading]

MVC Pattern Explained Through Cooking

Curlinery3

The model view controller (MVC) design pattern has been around for a long time and is used with Rails as the web framework for Ruby, and with .Net MVC as the web framework with C# and VB.Net. One of the benefits of the MVC pattern is how it promotes … [Continue reading]

Kicking Up A Lot Of Dust

train_dust

In the first week since committing myself to learning Ruby and Rails the correct way and posting my introduction post, I setup this blog and the supporting systems, made three posts, and had fun with my kids and Halloween. While I feel I have gotten … [Continue reading]

Ruby Basics – Data Types

Ruby Logo

This is the first in a new series on beginning development with Ruby. Each entry in the series will cover a different basic programming concept starting with data types. All modern programming languages have a defined set of data types, most of which … [Continue reading]

3 Most Common Ruby Editors And How To Choose

Jet BRAINS

When ever I hear people talk about which editors to use for Ruby and Rails development, the top three mentioned are: TextMate Sublime Text 2 VIM TextMate While I have very little experience with TextMate, it is the preferred … [Continue reading]

Resources for learning Ruby and Rails

LearnRubyAndRailsSelector

If you are serious about learning Ruby or Rails, or hopefully both, please do yourself a favor and visit learnrubyandrails.com. This is a curated list of resources for Ruby and Rails learning. All of the resources I would recommend, have heard about, … [Continue reading]

Introduction

My name is Mark Brown. I have been a .Net developer for almost a decade. After being turned down for an apprentice position at a local Ruby on Rails shop, I learned I couldn't just expect to use my previous experience in .Net as a pass to getting a … [Continue reading]