Jack comes to code

Ruby / Rails / Sinatra / APIs

Hello Octopress

Octopress is another creature after github’s Octocat that speeds developers’ productivity, but in a different field, blogging. The same thing is both are awesome and…having 4 times more legs as we do.

Discover both creatures
1
2
3
4
5
6
7
8
9
10
11
class Octopress
  def is_extinct?
    self.first ? true : false
  end
end

class Octocat
  def count
    1 #only can be found from github but nowhere else
  end
end