· Ruby
Ruby strftime, short and long story
Strftime means String format time. Let's see how with examples.
Strftime means String format time. Let's see how with examples.
There are multiple ways to check presence in Ruby. Let's see them with various examples.
Private methods in Ruby, are, like in other languages, not meant to be accessed from the outside. Let's see a quick hack about it.
An article to see how to make switch case statement in Ruby, even if I'm personally not big fond of it, let's take a dive :)
A article about the unless keyword in Ruby. A bit misleading at first glance, but very readable finally. Let's dive.
A review of simple web form, and how Ruby-on-Rails handle them. From scratch.