-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
214 lines (214 loc) · 8.29 KB
/
resume.html
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Yoel Resume</title>
<link rel="stylesheet" href="resume.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
rel="stylesheet"
/>
</head>
<body>
<main>
<header>
<h1 class="name">Yoel Tadmor</h1>
<hr />
<p class="description">
Product- and people- oriented engineer. I excel at collaborating with
stakeholders to define product vision and technical roadmaps. My ideal
organization would be agile, minimally hierarchical, open-minded,
forward-looking, and ambitious.
</p>
<div class="bio-content">
<div class="contacts">
<h4>Contact</h4>
<ul>
<li data-template="contacts">
<a href="mailto:[email protected]">
<img alt="email" src="icons/Email_Icon.png" />
</a>
</li>
<li data-template="contacts">
<a href="https://github.com/jtadmor">
<img alt="github" src="icons/GitHub-Mark-32px.png" />
jtadmor
</a>
</li>
</ul>
</div>
<div class="technologies">
<h4>Technologies</h4>
<ul>
<li data-template="technologies">
Databases: Elasticsearch, Postgres, Timescale, Mongo, Redis
</li>
<li data-template="technologies">
Languages: Javascript / Typescript, Go, Groovy, PHP
</li>
<li data-template="technologies">
Frameworks / Libraries: React, Redux, SlateJS
</li>
<li data-template="technologies">Web: DOM APIs, HTML, CSS</li>
<li data-template="technologies">Testing: Jest, Cypress</li>
<li data-template="technologies">Build tools: Webpack</li>
</ul>
</div>
</div>
</header>
<section>
<h2>Work Experience</h2>
<hr />
<div class="entry" data-template="work-experience">
<div class="entry-title-container">
<h3 class="title">Engineer, Team Lead: Data</h3>
<h4 class="place">Tulip Interfaces</h4>
</div>
<p class="dates">Jan 2020 - Present</p>
<p data-if="responsibilities" class="list-subtitle">
<strong>Responsibilities</strong>
</p>
<ul data-if="responsibilities">
<li data-template="responsibilities">
Overseeing technical strategy and architecture for team, which
owns inflow, storage, analysis and presentation of data within the
platform and accessibility of the data within the no-code
application builder
</li>
<li data-template="responsibilities">
Onboarding, mentoring, and growing our engineers and other
technical leaders.
</li>
<li data-template="responsibilities">
Stakeholder management, technical roadmap prioritization.
</li>
</ul>
<p data-if="key-results" class="list-subtitle">
<strong>Key Results</strong>
</p>
<ul data-if="key-results">
<li data-template="key-results">Grew team from 3 to 8 engineers</li>
<li data-template="key-results">
Identified and optimized performance and stability concerns. For
particularly problematic cases, this lead to cutting query times
down by 90+%, reducing dropped events by 90+%, and reducing
startup time of critical components by 90+%
</li>
<li data-template="key-results">
Designed new data model and data persistence strategy for all data
collected within the platform
</li>
</ul>
</div>
<div class="entry" data-template="work-experience">
<div class="entry-title-container">
<h3 class="title">Full Stack Developer</h3>
<h4 class="place">Wayfair</h4>
</div>
<p class="dates">July - Oct, 2019</p>
<p data-if="responsibilities" class="list-subtitle">
<strong>Responsibilities</strong>
</p>
<ul data-if="responsibilities">
<li data-template="responsibilities">
Plan and implement new features and A/B tests to improve customer
search experience.
</li>
<li data-template="responsibilities">
Reduce bugs and increase velocity by identifying and improving
problem areas in legacy PHP codebase.
</li>
</ul>
<p data-if="key-results" class="list-subtitle">
<strong>Key Results</strong>
</p>
<ul data-if="key-results">
<li data-template="key-results">
Improved page-load times by 25% by optimizing Redis reads,
generating millions in added revenue
</li>
<li data-template="key-results">
Implemented functional PHP utilities
</li>
</ul>
</div>
<div class="entry" data-template="work-experience">
<div class="entry-title-container">
<h3 class="title">Full Stack Developer</h3>
<h4 class="place">Ombud</h4>
</div>
<p class="dates">Jan 2015 - July, 2019</p>
<p data-if="responsibilities" class="list-subtitle">
<strong>Responsibilities</strong>
</p>
<ul data-if="responsibilities">
<li data-template="responsibilities">
End-to-end planning and implementation, including data model
design, service / API architecture, UI code and UX design
</li>
<li data-template="responsibilities">
Developing in-house libraries, utilities and tools for form
management, tabular data display, and query handling
</li>
<li data-template="responsibilities">
Triaging bugs and feature requests in collaboration with customer
success team and other stakeholders
</li>
<li data-template="responsibilities">
Building combination of user-facing and ad-hoc tools for importing
complex, semi-structured data into custom data format
</li>
</ul>
<p data-if="key-results" class="list-subtitle">
<strong>Key Results</strong>
</p>
<ul data-if="key-results">
<li data-template="key-results">
Joined as 3rd engineer on team that grew to 10+, built an
enterprise-ready sales-enablement platform used by Fortune 500
companies
</li>
</ul>
</div>
</section>
<section>
<h2>Education</h2>
<hr />
<div class="entry" data-template="education">
<div data-container="education">
<div class="entry-title-container">
<h3 class="title">Full Stack Web Development</h3>
<h4 class="place">RefactorU Bootcamp</h4>
</div>
<p class="dates">2014</p>
</div>
</div>
<div class="entry" data-template="education">
<div data-container="education">
<div class="entry-title-container">
<h3 class="title">J.D.</h3>
<h4 class="place">Northeastern University</h4>
</div>
<p class="dates">2012</p>
</div>
</div>
<div class="entry" data-template="education">
<div data-container="education">
<div class="entry-title-container">
<h3 class="title">B.S. in Mathematics</h3>
<h4 class="place">University of Illinois</h4>
</div>
<p class="dates">2007</p>
<ul data-if="notes">
<li data-template="notes">
3.77 GPA. Graduated cum laude with Highest Distinction from Math
dept
</li>
</ul>
</div>
</div>
</section>
</main>
</body>
</html>