-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
110 lines (110 loc) · 6.02 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Phillip Chaffee",
"label": "Senior Software Engineer",
"email": "[email protected]",
"phone": "443-553-5272",
"url": "",
"summary": "Software engineer with 7 years of experience. Passionate about people, community, exercise, and music. Happiest when working with others, as a team or in a mentorship.",
"location": {
"countryCode": "US",
"city": "San Francisco"
},
"profiles": [
{
"network": "LinkedIn",
"username": "phillipdensmorechaffee",
"url": "https://www.linkedin.com/in/phillipdensmorechaffee/"
},
{
"network": "Github",
"username": "phillipchaffee",
"url": "https://github.com/phillipchaffee"
}
]
},
"work": [
{
"name": "VoiceOps",
"position": "Senior Software Engineer",
"startDate": "2021",
"endDate": "2023",
"tech": ["Rails", "React", "Node.js", "Python", "AWS", "PostgreSQL", "Redis"],
"highlights": ["Implemented SAML SSO allowing our customers to authenticate to the VoiceOps platform using their own identity provider. Used by 20% of our clients.", "Collaborated on a project to redesign our transcription process that reduced transcription cost by 90%, bringing our cost per audio minute from $.20 to $.02.", "Fulfilled on call duties in real time, resolving 5+ production issues each month.", "Wrote a <a href='https://www.npmjs.com/package/assemblyai-v2-node-sdk'>Typescript SDK</a> for the AssemblyAI API."],
"summary": "Lead daily engineering stand-up, bi-weekly sprint planning, and sprint retrospective. Collaborated with the other senior engineers on new software architecture including a call audio integration API, a microservice that aligns text and audio, and an overhaul of our transcription UI.",
"location": "San Francisco Bay Area"
},
{
"name": "VoiceOps",
"position": "Software Engineer",
"startDate": "2020",
"endDate": "2021",
"tech": ["Rails", "React", "Python", "AWS", "PostgreSQL", "Redis"],
"highlights": ["The VoiceOps frontend. A platform for call center managers and coaches to view the transcripts of their employees calls, review labels about what happened on each call, and do live coaching via comments in the app.", "A mechanical turk style transcription marketplace that supported 10k+ daily users logging in and performing manual transcription, transcript grading, and transcript tagging tasks.", " A data pipeline that transformed raw audio data into transcribed and tagged text.", " Multiple customer integrations that imported data from our customers into our data pipeline."],
"summary": "Collaborated with the other engineers on:",
"location": "San Francisco Bay Area"
},
{
"name": "Chatham Financial",
"position": "Software Engineer",
"startDate": "2017",
"endDate": "2020",
"tech": ["C#", ".NET", ".NET Core", "Angular", "React", "Python", "SQLServer", "Redis"],
"highlights": ["Implemented supplier initiated SAML SSO for flagship website. Used internally and by multiple clients.", "Moved the cookie authentication and management from a C# legacy library to a .NET Core microservice that could be used by static web applications. Supported 10k+ requests/sec.", "Collaborated on changing our document storage solution from a file system storage system that needed to sync across all offices to a blob storage system that only synced between two offices for failover reasons. Used to store all internal documents and documents uploaded to our web offering by clients."],
"summary": "The Platform Engineering team maintains and revamps the underlying architecture used by other development teams across Chatham. We work on things like our in-house REST API template, our document storage system, permissions API, etc.",
"location": "Kennett Square, Pennsylvania"
},
{
"name": "Chatham Financial",
"position": "Software Test Engineer",
"startDate": "2016",
"endDate": "2017",
"tech": ["Ruby", "C#", "SpecFlow", "RSpec", "Selenium", "Angular", "MongoDB"],
"highlights": ["Collaboratively lead a project to create an internal test dashboard that aggregated every software team's test results into a single platform. The platform allowed users to view their test results including screenshots of failed UI tests and re-run the tests, no matter the test runner, directly from the platform.", "Wrote automated acceptance/regression tests in C# and Ruby to confirm the software’s functionality daily."],
"summary": "Helped guide a small team of developers in creating the correct software for complex hedge accounting situations. Learned the hedge accounting system and constantly asked pointed questions to help guide the team’s thinking.",
"location": "Greater Philadelphia Area"
}
],
"volunteer": [],
"education": [],
"awards": [
{
"title": "Gold Medal of Achievement (Eagle Scout)",
"date": "2013",
"awarder": "Royal Rangers",
"summary": "Earned the Gold Medal of Achievement in Royal Rangers, a program that mirrors boy scouts. The GMA has all the same requirements as the Eagle Scout Award."
}
],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Backend",
"keywords": ["Node.js/Typescript", "C#", "Python", "Ruby", "SQL", "Redis", "NoSQL"]
},
{
"name": "Frontend",
"keywords": ["React", "Angular"]
},
{
"name": "Tools",
"keywords": ["Git", "Linux", "AWS", "HashiCorp"]
}
],
"languages": [],
"interests": [],
"references": [],
"projects": [
{
"name": "Nand 2 Tetris",
"startDate": "2015",
"description": "Built a virtual 16-bit Von-Neumann computer from N-And logic gates.",
"url": "https://github.com/PhillipChaffee/n2t"
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}