Brightball

Articles about Ruby

Go from a PHP Perspective Presentation

PHP | Golang | Ruby | - April 16, 2015 // Barry @ Upstate PHP

Here are the slides from my recent presentation to UpstatePHP in Greenville, looking at Go (Golang) from a PHP Perspective.

Ruby on Rails and PostgreSQL Class Slides

Ruby | Rails | PostgreSQL | - April 6, 2015 // Barry @ OpenWorks

In August I taught a course titled Ruby on Rails and PostgreSQL - Intro to Advanced in Greenville over the span of 3 weeks. Here is the compilation of slides from the class.

Code is the Cure for Developaralysis

Ruby | PHP | - October 22, 2014 // Barry

A couple of days ago, TechCrunch ran a column about Developaralysis that hit a little close to home. Developaralysis is defined as "the crippling sense that the software industry is evolving so fast that no one person can possibly keep up." This results in otherwise accomplished developers freezing up when trying to make decisions about the best language / framework / cloud platform to use for their project. There is a cure and it involves code. A code specifically.

Rails Gems to Unlock Advanced PostgreSQL Features

Rails | Ruby | PostgreSQL | - September 9, 2014 // Barry

If you've spent any amount of time on this site you may have noticed that I'm fond of PostgreSQL...and Ruby on Rails...and that I dislike the general trend among Rails developers to ignore all of the amazing features in PostgreSQL that make your application better in favor of risking data integrity just so that all logic can remain in Rails. So here's my top collection of Rails gems to get at all that untapped power in PostgreSQL that you didn't know you had.

Ruby on Rails and PostgreSQL - Intro to Advanced

PostgreSQL | Rails | Classes | Ruby | - July 15, 2014 // Barry @ OpenWorks

Beginning August 18th I will be offering a three week evening class aimed at professional programmers who want to learn Ruby on Rails and PostgreSQL, with the goal of becoming proficient with both in a very short time.

Exploring Ruby on Rails and PostgreSQL Presentation

Rails | PostgreSQL | Ruby | - July 4, 2014 // Barry @ The Ironyard

An overview of Ruby, jRuby, Rails, Torquebox, and PostgreSQL that was presented as a 3 hour class to other programmers at The Ironyard in Greenville, SC in July of 2013. The Rails specific sections are mostly code samples that were explained during the session so the real focus of the slides is Ruby, "the rails way" / workflow / differentiators and PostgreSQL.

What's the "right" PHP Framework? Presentation

PHP | CakePHP | Rails | Ruby | - June 21, 2014 // Barry @ Upstate PHP

This is a presentation that I recently gave at UpstatePHP in Greenville evaluating the framework landscape in PHP. We discussed why there are so many, history, goals, benefits, concerns and ultimately a recommendation.

Learning Ruby on Rails: Why? How? Pitfalls?

Ruby | Rails | - May 9, 2013 // Barry

I've always been a proponent of the "right tool for the job" approach to programming. Different languages are well suited for different situations. Over the past 2 years I've spent a great deal of time with Ruby on Rails after coming from a background of PHP, Java and Perl. Here's how I got started and some of the lessons I learned along the way.

The Drawback to Web Frameworks

Rails | CakePHP | Ruby | - April 29, 2013 // Barry

Web frameworks are great, don't get me wrong here. They provide a structure and consistency across projects that will transcend developers over the life of a system while dramatically simplifying the code base amongst other wonderful side effects. But what's the downside?