class SoftwareEngineer
def initialize
@name = "Jenn Halloran"
@edu = ["Turing School of Software and Design", "University of Delaware"]
@pronouns = ["she", "her"]
@code = { :backend => ["Ruby", "HTML", "CSS", "Rails", "SQL"] }
@hobbies = ["Pottery", "Hiking", "Crossfit", "Traveling"]
@currently_learning = "React"
end
def say_hi
print "Thanks for dropping by, hope you find some of my work interesting."
end
end
me = SoftwareEngineer.new
me.say_hi
🤓
Software Engineer at Vydia
Pinned Loading
-
Gather-Studio/gather_fe
Gather-Studio/gather_fe PublicRuby on Rails application allowing Gather Studio members to track their pottery pieces
Ruby
-
Gather-Studio/gather_be
Gather-Studio/gather_be PublicRuby on Rails backend application for Gather Studio members to track their pottery.
Ruby 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.