-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
477 lines (469 loc) · 20.5 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!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>Jimi Ford | Resume</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=Assistant:wght@200;300;400;500;600;700;800&family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top-bar flex-row">
<div class="headshot">
<img src="assets/jford-face-icon-white.png" />
</div>
<div style="width:100%;" class="space-between">
<div class="flex-row">
<div class="ml-1">
<div class="my-name">
Jimi Ford
</div>
<div class="career-title">
<div>S</div>
<div>O</div>
<div>F</div>
<div>T</div>
<div>W</div>
<div>A</div>
<div>R</div>
<div>E</div>
<div> </div>
<div>E</div>
<div>N</div>
<div>G</div>
<div>I</div>
<div>N</div>
<div>E</div>
<div>E</div>
<div>R</div>
</div>
</div>
<div style="display:flex;align-items:center;" class="ml-1">
<div class="dark-input-box">
<span style="padding-right: 20px;">
SR. FULL-STACK SOFTWARE ENGINEER
</span>
<img src="assets/pencil.svg" height="15px" />
</div>
</div>
</div>
<div style="display:flex;align-items:center;">
<div class="flex-row">
<div class="sb-links">
<div class="sb-link sb-link-label pr-1">
<a class="ml-p5" href="https://github.com/JimiHFord">
<img src="assets/github.svg" />
</a>
<a class="ml-1" href="https://www.linkedin.com/in/jimi-ford-a9843449/">
<img src="assets/linkedin.svg" />
</a>
<a class="ml-1" href="https://stackoverflow.com/users/3229720/jimi">
<img src="assets/so.svg" />
</a>
<a class="ml-1" href="tel:15555555555">
<img src="assets/phone.svg" />
</a>
<a class="ml-1" href="mailto:[email protected]">
<img src="assets/envelope-regular.svg" />
</a>
</div>
</div>
</div>
</div>
<div style="display:flex;align-items:center;">
<div class="flex-row top-bar-right-section">
<div class="master-assistant-button">Recruiting Assistant</div>
<div class="flex-row presets-button" style="padding-right:1rem;">
<img src="assets/list.svg" width="17" />
<div class="ml-1">
Applicants
</div>
<div style="padding-right: 10rem;"></div>
<img src="assets/caret-left.svg" width="9" />
<img class="ml-2" src="assets/caret-right.svg" width="9" />
</div>
<div class="clock-n-gear ml-1 flex-row">
<img src="assets/history.svg" width="20" />
<img class="ml-1" src="assets/cog.svg" width="20" />
<a class="flex-row" href="https://youtu.be/dQw4w9WgXcQ">
<img class="ml-1" src="assets/question.svg" width="15" />
</a>
</div>
<div style="width:2.1em;background-color:transparent;margin-right:.5em;" class="ml-1">
<img class="izotope-logo" style="max-width:100%; height:auto;" src="assets/izotope-logo.png" />
</div>
</div>
</div>
</div>
</div>
<div class="flex-row everything-else">
<div class="resume-body dark-bg">
<div class="college-skills">
<div class="college-skill">
<div class="college-skill-icon-column mt-p25">
<img class="rotate-90" src="assets/minus-circle.svg" width="20" />
<img src="assets/computer.svg" width="20" />
<img src="assets/grey-list.svg" width="20" />
</div>
<div class="college-skill-content">
<div class="college-skill-title mt-p25">Monroe Community College</div>
<div class="v-space-between">
<div class="college-skill-icon">
<img src="assets/diploma.svg" width="60" />
</div>
<div class="ml-1">
<div>
A.S. Computer Science
</div>
<div>
Dean's List, Phi Theta Kappa
</div>
</div>
</div>
</div>
<div class="right-align-col">
<img src="assets/x.svg" width="20" />
<div class="mb-p5">3.34</div>
<div class="v-progress-container">
<div style="height: 83.5%;"></div>
</div>
</div>
</div>
<div class="college-skill ml-p5">
<div class="college-skill-icon-column mt-p25">
<img class="rotate-90" src="assets/minus-circle.svg" width="20" />
<img src="assets/computer.svg" width="20" />
<img src="assets/grey-list.svg" width="20" />
</div>
<div class="college-skill-content">
<div class="college-skill-title mt-p25">Rochester Institute of Technology</div>
<div class="v-space-between">
<div class="college-skill-icon">
<img src="assets/graduation-cap.svg" width="60" />
</div>
<div class="ml-1">
<div>
B.S. Computer Science
</div>
<div>
Dean's List, Magna Cum Laude
</div>
</div>
</div>
</div>
<div class="right-align-col">
<img src="assets/x.svg" width="20" />
<div class="mb-p5">3.56</div>
<div class="v-progress-container">
<div style="height: 89%;"></div>
</div>
</div>
</div>
<div class="college-skill active ml-p5">
<div class="college-skill-icon-column mt-p25">
<img class="rotate-90" src="assets/minus-circle.svg" width="20" />
<img src="assets/briefcase.svg" width="20" />
<img src="assets/grey-list.svg" width="20" />
</div>
<div class="college-skill-content">
<div>
<div class="college-skill-title mt-p25">Experience</div>
<div class="college-skill-icon">
<img src="assets/car-building.svg" width="50" />
</div>
</div>
<div class="grip">
<img src="assets/grip-hz.svg" />
</div>
</div>
<div class="right-align-col">
<img src="assets/x.svg" width="20" />
<div class="mb-p5 grey-text">9yr</div>
<div class="v-progress-container">
<div style="height: 100%;"></div>
</div>
</div>
</div>
<div class="add-college-skill ml-p5">
<img src="assets/plus.svg" width="20" />
</div>
</div>
<div class="work-experience-divider">
<div class="refresh-button-container">
<img src="assets/redo.svg" width="17" />
</div>
</div>
<!-- Work Experience Section -->
<div class="work-experience">
<div class="flex-row flex-fill">
<div class="job-col">
<div class="job">
<div class="job-row align-baseline">
<div class="flex-row align-baseline">
<div class="company-container">
<div class="company">Datto</div>
</div>
<div class="ml-1 job-title">Sr. Software Engineer I</div>
</div>
<div class="hz-dots"></div>
<div>March '21 - Present</div>
</div>
<div>
<ul>
<li>
Collaborated with developers and QA engineers on future design and current
maintenance of the software running on Datto's flagship product line (SIRIS 5)
and the backend cloud systems/databases these devices connect to.
</li>
<li>
Designed/wrote relational SQL queries that our backend services utilized for CRUD
operations and multi-table joins to surface important business data in our UIs.
</li>
<li>
Lead effort (eliciting requirements, designing mock-ups, implementing changes) in
improving out-dated and frequently-used web application that coordinates when SIRIS
devices in the fleet should receive updates and security patches.
</li>
<li>
Wrote and executed QA manual test plans to validate completed JIRA tickets.
</li>
</ul>
</div>
</div>
<div class="job">
<div class="job-row align-baseline">
<div class="flex-row align-baseline">
<div class="company-container">
<div class="company">Cimpress</div>
</div>
<div class="ml-1 job-title">Software Engineer II</div>
</div>
<div class="hz-dots"></div>
<div>Aug '15 - May '20</div>
</div>
<div>
<ul>
<li>
Facilitated agile software development principles to create full-stack React/REST/SQL applications for order search, remediation, problem management, claim resolution, and order placement, handling millions of orders per day.
</li>
<li>
Designed and developed a full-stack "Order Data Insights" tool, integrating data from Looker and Elasticsearch. This tool presented real-time data in customizable, user-friendly widgets within a React application, addressing business analytics questions such as product/SKU performance and order rate.
</li>
<li>
Led the design and development of a Terraform module that automatically deploys and configures an SSH bastion host secured with MFA. This bastion host bridged the public internet with the company's private subnets, playing a crucial role in the company's transition to a zero-trust architecture.
</li>
<li>
Pioneered the development of a React application powered by AWS Lambda, API Gateway, EC2, DynamoDB, Tensorflow, and Keras for a machine learning lab at a company-wide event. This application allowed participants to effortlessly configure dedicated cloud GPUs and access their individualized Jupyter notebooks, complete with hands-on lab materials for training convolutional neural network image classifiers using supervised learning techniques. Notably, I personally designed and implemented a real-time leaderboard, empowering users to track their progress and engage in friendly competition to attain the highest image classifier score.
</li>
<!-- <li>
Integrated Google Analytics and FullStory into user-facing SPAs empowering product owners
and fellow engineers to make informed product decisions.
</li> -->
<li>
Ensured code quality through automated unit tests, integration tests, system tests,
and simulated browser-based integration testing (Cypress).
</li>
<li>
Built and maintained Cimpress' shared React Component Library NPM Package ensuring consistent
look and feel of UIs between teams.
</li>
</ul>
</div>
</div>
</div>
<div class="job-separator"></div>
<div class="job-col">
<div class="job">
<ul>
<li>
Collaborated closely with global teams to enhance and maintain our portfolio of 15 microservices, spanning various technologies including Node.js, Java, and .NET. Actively contributed by implementing new features, optimizing SQL queries, and resolving bugs, all while ensuring seamless integration with customers' APIs and adapting to dynamic project requirements.
</li>
<li>
Utilized a stack of AWS Lambda, API Gateway, and Amazon SES to develop robust API functionality, enabling real-time notifications to users about crucial updates related to orders and platform features. This solution incorporated MJML & HBS templated emails and HTTP calls for efficient communication. Notably, I demonstrated leadership by championing necessary changes to enhance the project's effectiveness and user engagement.
</li>
<li>
Collaborated with UX team performing laboratory usability testing on each of our
front-end applications, and incorporating our findings into future releases.
</li>
</ul>
</div>
<div class="job">
<div class="job-row align-baseline">
<div class="flex-row align-baseline">
<div class="company-container">
<div class="company">Vistaprint</div>
</div>
<div class="ml-1 job-title">Software Eng. Intern</div>
</div>
<div class="hz-dots"></div>
<div>June '14 - Dec '14</div>
</div>
<div>
<ul>
<li>
Developed a comprehensive full-stack solution comprising a Backbone.js front-end SPA,
a .NET MVC REST API back-end, and a SQL Server database to modernize and automate
the task of flagging specific non-shipping days within the production database for
the upcoming calendar year.
</li>
<li>
Presented solution to entire department at close of 2014 Summer Vistaprinterns.
</li>
<li>
Immediately hired back on for extended winter co-op further improving newly adopted
calendar tool.
</li>
</ul>
</div>
</div>
<div class="job">
<div class="job-row align-baseline">
<div class="flex-row align-baseline no-wrap">
<div class="company-container">
<div class="company">Caliber ID</div>
</div>
<div class="ml-1 job-title">Jr. Software Eng. Co-op</div>
</div>
<div class="hz-dots"></div>
<div>July '13 - June '14</div>
</div>
<div>
<ul>
<li>
Led the project by gathering requirements, designing data models, creating UI wireframes, and documenting a robust system plan. Developed a full-stack solution using a jQuery + Bootstrap front-end, .NET back-end, and SQL Server database, effectively replacing outdated paper-based manufacturing processes. Acquired proficiency in .NET MVC, Entity Framework, LINQ, and IIS through self-directed learning, displaying exceptional ambition. Completed the project ahead of schedule, surpassing expectations and delivering the required results.
</li>
<li>
Immediately hired back on part-time after completing co-op.
</li>
<li>
Utilized open source project "ZXing" in C++ application enabling QR
code scanning, simplifying patient skin biopsy sample identification.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar">
<div class="hack-fix-me"></div>
<div class="sb-col-container">
<div class="sb-col">
<div class="sb-group">
<div class="sidebar-heading">
Tech
</div>
<div class="sb-separator"></div>
<div class="sb-entries">
<div class="sb-entry">
<img src="assets/react.svg" />
<div>React</div>
</div>
<div class="sb-entry">
<img src="assets/node-js.svg" />
<div>NodeJS</div>
</div>
<div class="sb-entry">
<img src="assets/html.svg" />
<div>HTML</div>
</div>
<div class="sb-entry">
<img src="assets/sass.svg" />
<div>Sass</div>
</div>
<div class="sb-entry">
<img src="assets/java.svg" />
<div>Java</div>
</div>
<div class="sb-entry">
<img src="assets/laptop.svg" />
<div>C# / .NET</div>
</div>
<div class="sb-entry">
<img src="assets/python.svg" />
<div>Python</div>
</div>
<div class="sb-entry">
<img src="assets/database.svg" />
<div>PostgreSQL</div>
</div>
<div class="sb-entry">
<img src="assets/database.svg" />
<div>MySQL</div>
</div>
<div class="sb-entry">
<img src="assets/world.svg" />
<div>Terraform</div>
</div>
<div class="sb-entry">
<img src="assets/docker.svg" />
<div>Docker</div>
</div>
<div class="sb-entry">
<img src="assets/php.svg" />
<div>PHP</div>
</div>
<div class="sb-entry">
<img src="assets/desktop.svg" />
<div>C++</div>
</div>
</div>
</div>
<div class="sb-group mt-1">
<div class="sidebar-heading">
AWS
</div>
<div class="sb-separator"></div>
<div class="sb-entries">
<div>
API Gateway
</div>
<div>
CloudFront
</div>
<div>
CloudWatch
</div>
<div>
DynamoDB
</div>
<div>
EC2
</div>
<div>
ELB
</div>
<div>
IAM
</div>
<div>
Lambda
</div>
<div>
RDS
</div>
<div>
Route53
</div>
<div>
S3
</div>
<div>
SES
</div>
<div>
SQS
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/index.js"></script>
</body>
</html>