# encoding: utf8
require "cv"
current_cv = CV.new(
:person => {
name: "Christoph Grabo",
about: "Ruby Paramour, NoSQL Devotee & FLOSS Entrepreneur",
birthdate: "18.04.1982"
},
:contact => {
mobile: "+49 163 66 96 743",
mobile_2: "+49 176 444 23569",
mail: "christoph.grabo+jobs@gmail.com",
jabber: "asaaki@23569.net",
skype: "codecraft_io"
},
:profiles => {
twitter: "https://twitter.com/asaaki",
github: "https://github.com/asaaki",
rubygems: "https://rubygems.org/profiles/49748",
stackoverflow: "http://stackoverflow.com/users/653173/asaaki",
coderwall: "http://coderwall.com/asaaki"
},
:skills_and_knowledge => %w[ruby rails sinatra padrino mongodb mongoid redis resque
haml sass javascript jquery nodejs php wordpress html5 css3
git nginx apache thin unicorn passenger capistrano
vim gedit textmate rubymine eclipse aptana
TDD rspec agile_development scrum
learning_fast asking_questions loving_pair_programming],
:boot => [
{ from: "1989", to: "1995", at: "Grundschule" },
{ from: "1995", to: "2001", at: "Einstein-Gymnasium Neuenhagen" }
],
:bootcheck => {
result: "Mittlere Reife, 12 Jahre Schulbesuch (secondary school leaving certificate)"
},
:initialization => [
{ from: "02/2001", to: "06/2001", at: "AMÖ GmbH, Vertrieb und Marketing" },
{ from: "07/2001", to: "06/2003", at: "Minijobs (Verkauf, Vertrieb, Dienstleistung IT & TK)" },
{ from: "07/2003", to: "05/2005", at: "Bundeswehr, Grundwehrdienst und Freiwilliger Wehrdienst (basic military service)" },
{ from: "06/2005", to: "07/2007", at: "Orientierungsphase und Weiterbildung (self-improvement)" },
{ from: "08/2006", to: "11/2007", at: "Oberstufenzentrum für Bürowirtschaft und Dienstleistungen, Ausbildung zum Bürokaufmann" },
{ from: "06/2007", to: "07/2008", at: "Orientierungsphase und Weiterbildung (self-improvement)" }
],
:business => [
{ from: "08/2008", to: "06/2011", at: "Linklift Ltd., Online-Marketing-Manager" },
{ from: "07/2011", to: "12/2011", at: "moviepilot GmbH, Ruby-Entwickler" }
],
:open_source_projects => [
{ name: "mongoid", link: "https://github.com/mongoid/mongoid", status: "contributor" },
{ name: "mongoid_touch", link: "https://github.com/asaaki/mongoid_touch", status: "maintainer" },
{ name: "vote-schulze", link: "https://github.com/asaaki/vote-schulze", status: "maintainer" },
{ name: "Wordpress Plugin Development", link: "http://profiles.wordpress.org/users/blogcrafter_chris/", status: "free time stuff" },
{ name: "Wordpress Theme Development", link: nil, status: "free time stuff" }
],
:interests => %w[writing blogging open_source_development
art_drawing art_photography web_design social_media SEO games]
)
current_cv.hire_me!