-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
40 lines (38 loc) · 1.53 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
<html>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<head>
<title>Ethan's Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1> Hi, I am Ethan! </h1>
<p>
I am a software engineer crafting code for an easier tomorrow!
</p>
<p>
I work at DoorDash on the Web Platform team under the Developer Platform organization. I'm helping javascript engineers be more productive by using well designed libraries and modular infrastructure.
</p>
<p>
Previously I worked at Ntropika Labs (formerly Potion Labs) as a software engineer focusing on their backend and building a Smart Order Router for their options marketplace.
</p>
<p>
Before that I attended UC Berkeley where I studied Electrical Engineering and Computer Science.
</p>
<h2>
Sometimes I fix bugs:
</h2>
<ul>
<li> <a href="https://github.com/microsoft/rushstack/pull/3224">[Rush]</a> Found and fixed a bug while implementing a prerelease mechanism for libraries. </li>
<li> <a href="https://github.com/oven-sh/bun/pull/1639">[bun.js]</a> Fixed a bug where the path of a test name was displayed incorrectly. </li>
<li> <a href="https://github.com/oven-sh/bun/pull/1753">[bun.js]</a> Fixed bug where jest hooks weren't exposed to bun test runner. </li>
</ul>
<h2>
Socials:
</h2>
<ul>
<li> <a href="https://twitter.com/ethandburrell">Twitter</a></li>
<li> <a href="https://www.linkedin.com/in/ethanburrell">Linkedin</a> </li>
<li> <a href="https://github.com/ethanburrell">Github</a></li>
</ul>
</body>
</html>