Skip to content
View jenniferhalloran's full-sized avatar
🤓
🤓
Block or Report

Block or report jenniferhalloran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jenniferhalloran/README.md

LinkedIn

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

Technologies

Ruby Ruby On Rails PostgreSQL Git Heroku HTML5 CSS3

Pinned Loading

  1. Gather-Studio/gather_fe Gather-Studio/gather_fe Public

    Ruby on Rails application allowing Gather Studio members to track their pottery pieces

    Ruby

  2. Gather-Studio/gather_be Gather-Studio/gather_be Public

    Ruby on Rails backend application for Gather Studio members to track their pottery.

    Ruby 1