-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (80 loc) · 2.33 KB
/
index.html
File metadata and controls
84 lines (80 loc) · 2.33 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
<!DOCTYPE html>
<html>
<title>dmanek.github.io</title>
<style>
body {
font-family: "Gill Sans", sans-serif;
}
</style>
<body>
<h1>Hello World!</h1>
<p>
Well now that we have the obligatory greeting out of the way, here's a bit about myself.
</p>
<h2>Past Experience</h2>
<ul>
<li>Meta</li>
<ul>
<li>
Dedicated to enhancing and maintaining the performance and reliability
of
<a href="https://www.facebook.com/business/m/ads-manager"
>Ads Manager</a
>
- one of the largest React apps globally
</li>
</ul>
<li>Google</li>
<ul>
<li>
Implemented reusable, high-performance, and accessible web components
for <a href="https://amp.dev">AMP</a> &
<a href="https://bentojs.dev">Bento</a>
</li>
</ul>
<li>Splunk</li>
<ul>
<li>
Implemented various high-impact featutes for
<a href="https://splunkbase.splunk.com/app/4710">Splunk Dashboards</a>
</li>
</ul>
<li>Google</li>
<ul>
<li>
Implemented cart, checkout & post order experience for
<a href="https://en.wikipedia.org/wiki/Google_Express"
>Google Express</a
>
</li>
</ul>
<li>Google</li>
<ul>
<li>
Worked on an internal web app for process incoming user feedback from
various services like GMail, Android, Chrome. This web app was built
using <a href="https://angularjs.org/">AngularJS</a> (yes, the
precursor to <a href="https://angular.dev/">Angular</a>!)
</li>
</ul>
<li>Yahoo!</li>
<ul>
<li>
Worked on various features and re-design of login, anti-phishing and
account recovery services
</li>
</ul>
</ul>
<h2>Open Source Projects</h2>
<p>Open source projects I've contibuted to:</p>
<ul>
<li><a href="https://github.com/ampproject">AMP</a></li>
<li><a href="https://github.com/ampproject/bentojs.dev">Bento</a></li>
</ul>
<p>Personal projects:</p>
<ul>
<li><a href="https://github.com/dmanek/downloadable-file-table">Downloadable File Table</a></li>
</ul>
<p>Hosted with ❤️ on GitHub Pages.</p>
</body>
</html>