Skip to content
View SKHinga's full-sized avatar
🚀
We rise!
🚀
We rise!
Block or Report

Block or report SKHinga

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
SKHinga/README.md

Hey, I'm Samuel Hinga!

About me

class Person
  attr_reader :name
  attr_accessor :profession

  def initialize name, profession = 'Software Engineer'
    @name = name
    @profession = profession
  end

  def stack
    [
      {Front: 'JavaScript', Library: 'React', Superset: 'TypeScript'}, 
      {Back: 'Ruby', Framework: 'Rails'}
    ]
  end

  def uiUxDesigner?
    unless profession === 'Software Engineer'
      false
    else
      true
    end
  end

  def technologies
    [
      {Design: 'Figma'},
      {DataBase: 'PostgreSQL'}, 
      {VersionControl: 'Git'},
      {Hosting: 'Heroku, FireBase'}
    ]
  end

  def appreciation
    'Thanks for checking out my profile 🤗'
  end

end

samuel = Person.new('Samuel Hinga')

:octocat: My stats

Top Languages Card

🏆GitHub Trophies

🥳 Let's Get Social

Twitter Logo Badge

Pinned Loading

  1. g-ride g-ride Public

    G-ride bicycle hiring web-app.

    JavaScript

  2. HatchPM HatchPM Public

    Hatch PM live link

    JavaScript