-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
137 lines (137 loc) · 4.42 KB
/
example.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"basics": {
"name": "Daniel Taylor",
"label": "Staff Software Engineer",
"email": "danielgtaylor@gmail.com",
"location": {
"city": "Seattle",
"countryCode": "US",
"region": "Washington"
},
"profiles": [
{
"network": "Github",
"url": "https://github.com/danielgtaylor"
},
{
"network": "Dev Blog",
"url": "https://dev.to/danielgtaylor"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/danielgtaylor"
}
],
"updated": "2022-04-21T00:00:00Z",
"verified": true
},
"skills": [
{
"name": "Specialization",
"keywords": [
"Open source & community engagement",
"API design & tooling",
"Live media streaming",
"Distributed backend systems",
"React-based frontends"
]
},
{
"name": "API Technologies",
"keywords": ["OAuth2", "OpenAPI", "GraphQL", "gRPC", "Protobuf"]
},
{
"name": "Languages",
"keywords": ["Go", "Typescript", "Javascript", "Python", "C"]
},
{
"name": "Databases",
"keywords": ["MongoDB", "MySQL", "Postgres"]
},
{
"name": "Infra",
"keywords": ["Docker", "Kubernetes", "AWS", "Terraform"]
}
],
"languages": [
{
"language": "English",
"fluency": "Native"
},
{
"language": "German",
"fluency": "Reads: native; writes: getting rusty"
}
],
"volunteer": [
{
"organization": "Restish",
"summary": "A CLI for interacting with REST-ish HTTP APIs with OpenAPI 3 support built-in.",
"url": "https://rest.sh/",
"position": "Owner / Maintainer",
"startDate": "2018-09-29T00:00:00Z"
},
{
"organization": "Huma",
"summary": "Golang HTTP/GraphQL API framework with OpenAPI 3",
"url": "https://huma.rocks/",
"position": "Owner / Maintainer",
"startDate": "2020-03-07T00:00:00Z"
},
{
"organization": "BetterProto",
"summary": "Clean, modern, Python code generator & library for Protobuf 3 and async gRPC",
"url": "https://github.com/danielgtaylor/python-betterproto",
"position": "Owner / Maintainer",
"startDate": "2019-08-05T00:00:00Z"
}
],
"work": [
{
"name": "Warner Bros. Discovery / WarnerMedia",
"position": "Staff Software Engineer",
"startDate": "2016-09-01T00:00:00Z",
"highlights": [
"Tech lead on multiple teams",
"Mentored multiple engineers & started a brand new team",
"Ramped up teams on Go & Typescript+React",
"Created an open source Go web framework with OpenAPI & GraphQL",
"Designed & built new control-plane configuration APIs",
"Designed & built a custom protobuf compiler to code-generate API data structures",
"Created an interactive developer documentation portal",
"Designed & built a scheduled events API for calendar ingestion and automated live channel configuration/startup",
"Designed & built a live low-latency video preview system for March Madness",
"Replaced a thick client with multi-view web app for live event operations",
"Designed & built a pluggable playback monitor analysis pipeline",
"Helped build a zipcode-based dynamic playlist generation service for regional live sports & targeted advertising"
]
},
{
"name": "Apiary",
"position": "Senior Software Engineer",
"startDate": "2015-04-01T00:00:00Z",
"endDate": "2016-07-30T00:00:00Z",
"highlights": [
"Built the Aglio documentation tool with 4.7K Github stars",
"Worked on API Blueprint specification / proposals",
"Created a React-based documentation renderer for Apiary.io",
"Maintainer of open-source API Blueprint tools & libraries"
]
},
{
"name": "Amazon",
"position": "Software Development Engineer II",
"startDate": "2012-04-01T00:00:00Z",
"endDate": "2015-04-01T00:00:00Z",
"summary": "Prime Video, then Amazon Web Services",
"highlights": [
"Built captions support for Prime Video web player",
"Launched PlayReady DRM support for Prime Video",
"Designed, built, and launched Boto3 (Python SDK for AWS)",
"Added Python3 support to Boto2 community project",
"AWS CLI maintainer & developer advocate",
"Gave a talk to 250+ people at AWS Re:Invent"
]
}
]
}