Skip to content

Latest commit

 

History

History
87 lines (70 loc) · 2.75 KB

resume.md

File metadata and controls

87 lines (70 loc) · 2.75 KB
title description layout permalink redirect_from seo degrees certifications
Resume
Ben Balter is an attorney, an open source developer, and a Technical Program Manager at GitHub, the world's largest software development network.
page
/resume/
/cv/
type
person
school degree date
The George Washington University Law School
Juris Doctorate
2013-05-01
school degree date
The George Washington University School of Business
Master of Business Administration — Strategic Management and Public Policy
2013-05-01
school degree date
The George Washington University
Bachelor of Arts, Political Science
2009-05-01
authority name
Bar Association of the District of Columbia
Member, license 1021576
authority name url
International Information System Security Certification Consortium (ISC)²
Certified Information Systems Security Professional (CISSP)
authority name url
International Information System Security Certification Consortium (ISC)²
Systems Security Certified Practitioner (SSCP)
authority name
Federal Communications Commission
Amateur Radio Technician Class License, callsign KO6EYB
authority name
Wine & Spirit Education Trust (WSET)
Level 3 (Advanced) Award in Wines
authority name
Regulatory Council of Jerez-Xérès Sherry Denomination of Origin
Certified Sherry Wine Specialist (CSWS) - Intermediate
authority name
Professional Association of Diving Instructors (PADI)
Open water diver

Experience

{% assign positions=site.resume_positions | sort: "start_date" %} {% for position in positions reversed %}

{% unless position.employer == previous_employer %}

{{ position.employer }}

{% endunless %}

{{ position.title }}

{{ position.start_date | date: '%B %Y' }}—{% if position.end_date %}{{ position.end_date | date: '%B %Y' }}{% else %}Present{% endif %}

{{ position.output }}

{% assign previous_employer=position.employer %} {% endfor %}

Education

{% for degree in page.degrees %}

{{ degree.school }}

{{ degree.degree }}
{{ degree.date | date: "%B %Y" }}

{% endfor %}

Certifications

{% for certification in page.certifications %}

{{ certification.authority }}

{% if certification.url %}{{ certification.name }}{% else %}{{ certification.name }}{% endif %} {% endfor %}