-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
191 lines (190 loc) · 6.64 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Daniel Pickett - Frontend Software Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="page">
<figure>
<img src="Daniel_Pickett_300x300.jpg" height="500" width="500" alt="" />
</figure>
<header>
<h1 class="my-name">Daniel Pickett</h1>
<h2>Frontend Software Engineer</h2>
</header>
<main>
<h2>Skills</h2>
<ul class="skills">
<li>
<ul>
<li>React</li>
<li>TypeScript</li>
<li>Component Libraries</li>
<li>Design Systems</li>
<li>Developer Experience</li>
<li>Monorepos</li>
<li>Design</li>
</ul>
</li>
</ul>
<br />
<div>
<b><i>Books List: </i></b>
<a href="https://github.com/danielpickett/book-list"
>https://github.com/danielpickett/book-list</a
>
</div>
<!-- <div class="page-break"></div> -->
<div>
<b><i>Core Beliefs: </i></b>
<a href="https://github.com/danielpickett/core-beliefs"
>https://github.com/danielpickett/core-beliefs</a
>
</div>
<h2>Work History</h2>
<ul class="work-history">
<li>
<h3>
<span>Software Engineer III (React/TypeScript)</span>
<span>July 2021 - present</span>
</h3>
<p>Availity, LLC, Jacksonville, FL (remote)</p>
<ul class="flex-list">
<li>Migration of web applications from Angular to React</li>
<li>
Initiated formation of a "Frontend Committee" to help drive
frontend standards across 40+ scrum teams
</li>
</ul>
</li>
<li>
<h3>
<span>Mid-level React/TypeScript Developer</span>
<span>Feb 2019 - July 2021</span>
</h3>
<p>El Toro IP Targeting, Louisville, KY</p>
<ul class="flex-list">
<li>
Build client facing web applications, primarily for creating,
managing and deploying digital advertising
</li>
<li>
Build highly decoupled, composable components using React and
TypeScript
</li>
<li>
Convert user flows and wireframes from our UX engineer to high
fidelity, user friendly mockups in Figma or Adobe XD
</li>
<li>
Provide feedback on esthetic and usability of wireframe or
mockup implementations across our team and codebases
</li>
<li>
🚀Initiated development of Design System for use across all
future products. System will include components, custom React
hooks and theme management for white labeling<br />
</li>
</ul>
</li>
<li style="page-break-inside: avoid">
<h3>
<span>Junior Web Developer for the Marketing Dept</span>
<span>Jan 2018 - Jan 2019</span>
</h3>
<p>SkuVault, Jeffersontown, KY</p>
<ul class="flex-list">
<li>
Design and build marketing website for SaaS company selling
warehouse management software
</li>
<li>Assist in design work for the company's web app</li>
<li>Graphic Design</li>
<li>Brand guidelines development</li>
</ul>
</li>
<li>
<h3>
<span>Digitech / High-End Retoucher</span>
<span>2014 - 2017</span>
</h3>
<p>
Amazon Product Imaging Studios, Jeffersonville/Shepherdsville, KY
</p>
<ul>
<li>
Responsible for ensuring consistent style and color accuracy for
all imagery across numerous photography sets in a production
environment with tight deadlines.
</li>
<li>
Executed multiple self-initiated projects totaling over $176,000
in annual cost savings.
</li>
</ul>
</li>
<li>
<h3>
<span>Photographer / Designer (Self-Employed)</span>
<span>2006 - 2014</span>
</h3>
<p>Daniel Pickett Photography, Bloomington, IN</p>
<ul class="multi-column">
<li>Photography</li>
<li>Sales</li>
<li>Marketing</li>
<li>Branding</li>
<li>Client Relations</li>
<li>Employee Training</li>
<li>Intern mentoring</li>
<li>Workflow Planning</li>
<li>Public Speaking</li>
</ul>
</li>
</ul>
</main>
<aside>
<h2>How My Wife Describes Me</h2>
<ul>
<li>Self-motivated</li>
<li>Unrelenting determination to learn</li>
<li>Easy-going</li>
<li>Committed to quality</li>
<li>A good team player</li>
<li>No-drama</li>
<li>A natural mentor</li>
<li>An uncompromising advocate for the user</li>
<li>Repetitive wardrobe</li>
</ul>
<h2>How I Describe Me</h2>
<p>
<a href="https://github.com/danielpickett">github.com/danielpickett</a
> 👈
</p>
<h2>How to Reach Me</h2>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>mobile: <a href="tel:18123366000">(812) 336-6000</a></p>
<h2 style="display: none">References</h2>
<h2>Education</h2>
<h3>Code Louisville - Spring 2019</h3>
<p>Advanced JavaScript and React</p>
<h3>Code Louisville - Fall 2018</h3>
<p>Front-End Web Development</p>
<h3>Andrews University - 2004 - 2007</h3>
<p>J.N. Andrews Honors Scholar</p>
</aside>
</div>
</body>
</html>