Skip to content

Instantly share code, notes, and snippets.

@evandhoffman
Created April 6, 2014 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evandhoffman/10012087 to your computer and use it in GitHub Desktop.
Save evandhoffman/10012087 to your computer and use it in GitHub Desktop.
Evan's Resume in JSON
{
"name": "Evan D. Hoffman",
"email_addr": "evandhoffman@gmail.com",
"summary": "I like building awesome things, usually involving computers.",
"professional_experience": [
{
"start_date": "2014-01",
"end_date": null,
"organization": "Bonobos, Inc.",
"location": "New York, NY",
"position_title": "Senior DevOps Engineer",
"responsibilities": [
"Manage the entire application infrastructure for Bonobos and Ayr, hosted completely in AWS. Technologies used include EC2, CloudFormation, VPC, CloudFront, RDS, Linux, Chef, Rails, Unicorn, Nginx."
]
},
{
"start_date": "2012-04",
"end_date": "2014-01",
"organization": "Yodle, Inc.",
"location": "New York, NY",
"position_title": "Senior DevOps Engineer",
"responsibilities": [
"Responsible for all production, development and QA systems",
"Managed weekly code releases and intraweek deployments.",
"Used Puppet to automate and standardize provisioning of servers.",
"Planned and executed upgrade of core database from PostgreSQL 9.0 to 9.1, and another from 9.1 to 9.2.",
"Assisted in expansion of secondary datacenter, including configuration of an offsite database replica."
]
},
{
"start_date": "2006-11",
"end_date": "2012-04",
"organization": "Didit, LLC",
"location": "Mineola, NY",
"position_title": "Director of Technology Operations",
"responsibilities": [
"Functioned as the lead Linux Sysadmin and database administrator, with two direct reports.",
"Responsible for all servers and user workstations related to Didit and PowerProfiles.com, as well as all technology purchasing.",
"Migrated all production servers to a new datacenter to increase reliability and allow for future growth.",
"Standardized server hardware and operating systems across production systems, significantly simplifying administration.",
"Standardized user workstations, simplifying administration and troubleshooting while increasing productivity.",
"Planned and executed migration from obsolete physical servers to virtual machines using VMware.",
"Migrated the organization from Exchange 2003 to Exchange 2010 with minimal downtime.",
"Migrated PowerProfiles.com from private hosting to Amazon EC2 and Google Apps."
]
},
{
"start_date": "2005-03",
"end_date": "2006-11",
"organization": "Didit, LLC",
"location": "Rockville Centre, NY",
"position_title": "Software Engineer",
"responsibilities": [
"Redesigned and rewrote the entire click and conversion tracking system, resulting in a 20x performance improvement on the frontend, and a 10x performance improvement on the backend while improving stability and correctness.",
"Worked with clients to ensure proper implementation of our codes within their sites.",
"Ensured 24/7 operation for production systems."
]
}
],
"technologies": {
"languages": [
"Java",
"PHP",
"Perl",
"Bash",
"HTML/CSS",
"JavaScript",
"Ruby",
"Python"
],
"databases": [
"PostgreSQL",
"MongoDB",
"MySQL",
"Oracle"
],
"platforms_and_tools": [
"Linux (CentOS, Ubuntu)",
"Windows (desktop and server)",
"Mac OS X",
"VMware ESX & ESXi (through 5.5)",
"Amazon AWS (EC2, S3, ELB, Route53, CloudFormation)",
"Puppet",
"Chef",
"Zabbix",
"Nagios",
"Pingdom",
"Various Atlassian products (JIRA, Confluence)"
]
},
"education": [
{
"institution": "Dartmouth College",
"location": "Hanover, NH",
"major": "Computer Science"
}
]
}
@daniellenoket
Copy link

Hey Evan,

Are you open to new roles at the moment?

Thanks,

Danielle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment