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'},
{kubernetes, openshift, istio, dagger, tekton}
]
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
peter = Person.new('peter Kiptanui')
Popular repositories Loading
-
devsecops-wit-front-end
devsecops-wit-front-end PublicDevSecOps WIT presentation project
-
-
-
-
-
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.