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



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

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

.experienceObject



25
26
27
28
29
30
31
32
33
34
# File 'lib/yohan.rb', line 25

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



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

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



44
45
46
# File 'lib/yohan.rb', line 44

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

.projectsObject



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

def self.projects
  {
    gifmedat: "built a Rails app that turns images to and resizes animated gifs to make the world a happier place.",
    krossover_leaderboard: "built an automated rails leaderboard app for high school and college basketball players for Krossover,
                            a startup with a mission to help sports teams, coaches, and players perform better."
  }
end

.saysObject



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

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

.skillsObject



36
37
38
# File 'lib/yohan.rb', line 36

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