-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
112 lines (98 loc) · 5.46 KB
/
resume.html
File metadata and controls
112 lines (98 loc) · 5.46 KB
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
---
layout: default
title: "Resume of Eric Gelinas"
header_text: "Resume of Eric Gelinas"
header_style: "text-align:right;"
container_style: "max-width:900px; margin:0 auto;"
---
<!-- Google Fonts - Roboto -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style media='print'>
h2, footer, .link-off { display:none !important; }
h3 {margin-top: 40px;}
body {
font-size: 10pt;
background: none;
color: black;
font-family: 'Roboto', sans-serif;
line-height: 13pt;
}
</style>
<main>
<section>
<h3>Summary</h3>
<p>Engineering leader at top-tier companies including Apple, Slack, and Dropbox. Proven track record of managing remote and multidisciplinary teams, driving elegant product solutions, and delivering scalable, user-centric experiences. Passionate about improving team productivity and fostering cross-functional collaboration.</p>
<p><strong>Key Skills:</strong> Remote Team Leadership, Strategic UX Process Development, Product Development, Cross-functional Collaboration, Frontend and Backend Integration, Team Management & Mentorship, Performance Management, AI-Assisted Development</p>
<h3>Experience</h3>
<h4>2023 to Present: Founding Engineer and Engineering Manager - Noded Ai, Marin, CA</h4>
<p>
<ul>
<li>Architected a web UI using OpenAI's APIs, MongoDB Atlas, Apollo Client, React, Vite, and Tailwind</li>
<li>Collaborative product development with the co-founder</li>
<li>Recruited, interviewed and hired another engineer who directly reports to me</li>
<li>First on my team to experiment with Claude Code. After developing a controlled process for using it alongside team contributions, saw significant productivity gains</li>
<li>Took the site from an empty editor in January to our launch in July 2024 contributing product, prioritization, design, and code leadership at a three person company</li>
</ul>
</p>
<h4>2021 to 2023: Engineering Manager - Slack, San Francisco, CA</h4>
<p>
<ul>
<li>Leadership in development and product for the Workflow Builder feature</li>
<li>Built and managed Slack Platform's first remote UX team consisting of five frontend engineers, one backend engineer, and a designer</li>
<li>Collaborated with multiple teams and design leadership to ship a redesigned Workflow Builder capable of working with Slack's next generation platform in three months unblocking the release of Slack's next generation platform</li>
</ul>
</p>
<h4>2019 to 2021: Staff Engineer, Frontend - Slack, San Francisco, CA</h4>
<p>
<ul>
<li>Lead development of an admin/end-user UI in a two month effort to allow Slack to scale to take on hundreds of thousands more seats with new contracts. This effort also helped avoid outages during pandemic usage spikes</li>
<li>Gained support for an internal standard for APIs supporting UIs to optimize perceived loading and amount of data shown in complex user-facing data tables</li>
<li>Direct impact on product decisions informed by data, organizational priorities, relationships with UX design, and an understanding of architectural opportunities</li>
<li>Over a year of direct engineering leadership experience prioritizing work, facilitating organization changes, hiring, and managing performance</li>
</ul>
</p>
<h4>2016 to 2019: Sr. Software Engineer - Apple, San Francisco, CA</h4>
<p>
<ul>
<li>Contributed in building the initial release of Apple's web map application: <a href="https://maps.apple.com/">https://maps.apple.com/</a></li>
<li>Directly responsible for public developer documentation and bi-weekly publishing of release notes for MapKit JS</li>
<li>Led development of the authorization interface for MapKit JS</li>
<li>Developed GeoJSON import support for MapKit JS</li>
<li>Led development and continue to maintain a dashboard application for MapKit JS users</li>
<li>Presented MapKit JS authorization for WWDC 2016</li>
</ul>
</p>
<h4>2015 to 2016: Web Developer - Dropbox, San Francisco, CA</h4>
<p>
<ul>
<li>Primary frontend developer on the "Campus Cup" campaign - one of the first projects at Dropbox to use React</li>
<li>Performed 2-6 engineering interviews a week and trained peers on interview procedures</li>
<li>Built a mechanism for serving SVGs which are internationalized at runtime and cached</li>
<li>Mentored new-hires, including introductory task delegation and weekly progress check-ins</li>
</ul>
</p>
<h4>2014 to 2015: Design Technologist - Stamen Design, San Francisco, CA</h4>
<p>
<ul>
<li>Full-stack JavaScript development and UX design of <a href="http://caliparks.org">caliparks.org</a></li>
<li>Data-driven sketching and production development using PostGIS, D3, Leaflet</li>
<li>Built applications for scale using JavaScript, Node.js, and React.JS</li>
</ul>
</p>
<h4>2009 to 2013: Sr. Frontend Engineer - Flickr, San Francisco, CA</h4>
<p>
<ul>
<li>Implemented an engineering project management process which was adopted by all project teams</li>
<li>Developed Flickr's primary web geotagging interface</li>
<li>Key contributor in a complete redesign of the Flickr Photo page</li>
<li>Involved in architecture decisions for frontend technologies</li>
</ul>
</p>
</section>
<section class="link-off">
<a href="/">...off to StandardPixel.com...</a>
</section>
</main>
<footer>
<p>Thank you for having a look at my career. This is the best summary I could manage with HTML as a medium. I recommend a real conversation for best results.</p>
</footer>