Ruby
-
Real Artists Ship
As legendary Apple cofounder Steve Jobs once said: Real artists ship. What he meant was that, as tempting as it is to privately polish in perpetuity, makers must ship their work—that is, actually finish it and get it out into the world. This can be scary, because shipping means exposing your work not only to fans but also to critics. “What if people don’t like what I’ve made?” Real artists ship.
-
The Power of Scripting: A Deploy Script
This post is about the power of scripting, which refers to the creation of programs (known as scripts) that are generally shorter and simpler than full-size applications while still being highly useful. The most common kind of script is a shell script, which is typically run at the command line. The specific example we’ll be looking at is an only slightly simplified version of a script that I use all the time, often multiple times per day. It’s called
deploy
, and its purpose is to deploy a wide variety of different project types using a method appropriate to each type. -
Free Ruby on Rails Tutorial Videos on YouTube
Chapter 1, 2, & 3 videos available now on YouTube
-
Free Learn Enough Ruby Videos on YouTube
Chapter 1, 2, & 3 videos available now on YouTube
-
Ruby: Optimized for Programmer Happiness
Learn the elegant and powerful Ruby programming language
-
Amazing Black Friday Deal
Take advantage of an amazing Black Friday deal.
-
Videos for Learn Enough Ruby to Be Dangerous
Books are great, but nothing makes programming come to life like video screencasts. The newly released Learn Enough Ruby videos bring to life all 10 chapters of Learn Enough Ruby to Be Dangerous by Michael Hartl.
-
Learn Enough Ruby to Be Dangerous Ebook
Ruby is an elegant and intuitive object-oriented programming language that is especially known for its use in web development. Learn Enough Ruby to Be Dangerous is designed to get you started writing practical and modern Ruby programs as fast as possible, including an introduction to web development with Sinatra.