me = Developer.new(name: 'Quy Doan',
experience: '16 years',
company: 'Payfare',
role: 'Senior Software Developer')
me.extend(FullStackSkills)
me.extend(DevOpsSkills)
class Developer
attr_reader :name, :experience, :company
def initialize(name: , experience:, company:, role: )
@name = name
@experience = experience
@company = company
@role = role
end
end
module FullStackSkills
def programing_languages
%w(ruby javascript typescript html css dart go elixir python)
end
def databases
%w(postgresql redis mongodb firestore mysql cassandra)
end
def frameworks
%w(rails react flutter angular backbone)
end
alias_method :libraries, :frameworks
def webservers
%w(nginx haproxy puma)
end
end
module DevOpsSkills
def devops
%w(docker k8s openshift helm aws google-cloud concourse heroku)
end
end
- π₯ Startup Weekend - Eco-Social Impact - Montreal, Canada (2018)
- π₯ Up Hackathon - Health UP Hackathon - Singapore (2013)
- Hackathon - Santiago, Chile (2013)
π± My GitHub Data
π 46 Contributions in the Year 2022
π¦ 104.7 kB Used in GitHub's Storage
π« Not Opted to Hire
π 58 Public Repositories
π 28 Private Repositories
π This Week I Spent My Time On
βοΈ Time Zone: America/Toronto
π¬ Programming Languages:
Ruby 19 hrs 19 mins βββββββββββββββββββββββββ 68.79%
YAML 6 hrs 15 mins βββββββββββββββββββββββββ 22.29%
Markdown 39 mins βββββββββββββββββββββββββ 2.37%
Text 27 mins βββββββββββββββββββββββββ 1.66%
Docker 17 mins βββββββββββββββββββββββββ 1.07%
π₯ Editors:
RubyMine 28 hrs 5 mins βββββββββββββββββββββββββ 99.99%
VS Code 0 secs βββββββββββββββββββββββββ 0.01%
π±βπ» Projects:
samsung_ads-auto_deploy 14 hrs 21 mins βββββββββββββββββββββββββ 51.09%
Rtb-trader 7 hrs 34 mins βββββββββββββββββββββββββ 26.94%
auto-deploy 5 hrs 41 mins βββββββββββββββββββββββββ 20.25%
veracode-api-wrapper 12 mins βββββββββββββββββββββββββ 0.77%
crystalball 9 mins βββββββββββββββββββββββββ 0.59%
π» Operating System:
Mac 28 hrs 5 mins βββββββββββββββββββββββββ 100.0%
I Mostly Code in Ruby
Ruby 21 repos βββββββββββββββββββββββββ 45.65%
JavaScript 17 repos βββββββββββββββββββββββββ 36.96%
TypeScript 6 repos βββββββββββββββββββββββββ 13.04%
Elixir 1 repo βββββββββββββββββββββββββ 2.17%
Shell 1 repo βββββββββββββββββββββββββ 2.17%
Timeline
Last Updated on 08/02/2022 18:43:31 UTC