Class: Resume::Yohan

Inherits:
Object
  • Object
show all
Defined in:
lib/yohan.rb

Constant Summary collapse

CONTACTS =
ContactsInformation.new

Class Method Summary collapse

Class Method Details

.educationObject



18
19
20
21
22
# File 'lib/yohan.rb', line 18

def self.education
  (2013..2014).map do |year|
    "Baruch College, #{year}"
  end
end

.experienceObject



28
29
30
31
32
33
34
35
36
37
# File 'lib/yohan.rb', line 28

def self.experience
  {
    startup_institute:[
      about: "A Tech Stars company, Startup Institute is an immersive 8 week program equipping students
              with technical and networking skills to thrive in startup environments.",
      track:{
        web_development: "Learn Ruby, Rails, HTML/CSS, JavaScript, PostgresSQL, AWS by doing.
                          Work on personal and partner company projects to accelerate learning."
  }]}
end

.githubObject



46
47
48
# File 'lib/yohan.rb', line 46

def self.github
  "https://github.com/ayohan"
end

.passionObject



54
55
56
57
58
# File 'lib/yohan.rb', line 54

def self.passion
  loop do
    puts "animated gifs!"
  end
end

.portfolioObject



50
51
52
# File 'lib/yohan.rb', line 50

def self.portfolio
  "https://ayohan.com"
end

.projectsObject



39
40
41
42
43
44
# File 'lib/yohan.rb', line 39

def self.projects
  {
    gifmedat: "built a Rails app for turning images to and resizing animated gifs.",
    krossover_leaderboard: "built a Rails app of automated leaderboard for sports games analytics company, Krossover."
  }
end

.skillsObject



24
25
26
# File 'lib/yohan.rb', line 24

def self.skills
  ["Ruby", "Ruby on Rails", "HTML", "CSS", "JavaScript", "Git", "PostgresSQL", "Vim"]
end

.to_sObject



60
61
62
63
# File 'lib/yohan.rb', line 60

def self.to_s
  `say -v "Good News" "hire me me me"`
  "hire me"
end