Skip to content

Latest commit

 

History

History
executable file
·
79 lines (74 loc) · 2.6 KB

File metadata and controls

executable file
·
79 lines (74 loc) · 2.6 KB
layout portfolio
title Developer portfolio

Stack Overflow

  • Subject matter expert
  • Community contributor

Rubocop

  • Open source contributor
  • Coding standards
  • Ruby gem author

Internet RFCs

  • Internet standards

{% for portfolio_data in site.portfolio %}

{{ portfolio_data.name }}

    {% for technology in portfolio_data.technology %}
  • {{ technology }}
  • {% endfor %}
{% endfor %}