-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (83 loc) · 5.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jon Shircliffe</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="menu">
<main>
<h1>Jonathan Shircliffe</h1>
<h3>Phone: 502-422-0567</h3>
<h3>Email: [email protected]</h3>
<a href = "files/Jon_Shircliffe_Resume.pdf" target = "_blank"><h3>Link to Resume PDF</h3></a>
<hr>
<section>
<h2>Key Skills</h2>
<p>C++, C#, Microsoft VBA, Javascript, HTML, CSS, MongoDB, CNC Programming, Git Environments, Adobe Suite, Office Suite, Bentley Microstation, ArcGIS, LODE Data, Magellan Design Software, IRIS Design Software, AutoCAD</p>
</section>
<section>
<h2>Additional Skills</h2>
<p>Leadership, Team Lead, Project Lead, Classroom Training, One on One Training, Training Manual/Document Creation, Event Organization, Manufacturing Experience, Eagle Scout</p>
</section>
<section>
<h2>Notable Accomplishments</h2>
<ul>
<li>Lead a project in which my team created a combination of VBA enabled Excel sheets, Javascript powered web pages, and C++ executable programs to automate a workflow process that reduced the time to task completion of a database consolidation effort by 50% which saved the company $80,000+ because the project was completed 6 months ahead of schedule.</li>
<li>Created multiple C++ programs and VBA Excel sheets to assist employees with daily database manipulation tasks which reduced time to task completion of said task from multiple hours of work down to 5-10 minutes. This saved the company an estimated $20,000+ annually.</li>
<li>Trained 20+ brand new designers on advanced fiber cable design which involved hands-on training, shadowing/reverse shadowing, creation of onboarding documentation, and creation of standardized quick reference documentation. During this time I had to juggle handling high priority design projects of my own as well as onboarding the new hires. Through these efforts we were able to keep up with the reconstruction work needed because of the hurricane damage to the cable network in Louisiana.</li>
</ul>
</section>
<section>
<h2>Professional Experience</h2>
<h3>Closets By Design</h3>
<h4>Consultant/Software Engineer</h4>
<h4>October 2023 - Present</h4>
<ul>
<li>Organized their database and applied a naming standard to keep things organized going forward.</li>
<li>Standardized the CNC file creation process and removed the need for the creation of custom files for each new job.</li>
<li>Automated simple tasks throughout the shop and provided innovative solutions to issues that had been a recurring problem.</li>
</ul>
<h3>Spectrum/Rainbow Design Services</h3>
<h4>Data Analyst</h4>
<h4>April 2021 - June 2023</h4>
<ul>
<li>Led a database consolidation effort to reduce the number of necessary files for our internal drafting program from 40,000+ down to 5,000.</li>
<li>Automated the creation of complex mongoDB commands so that we could compile lists of replacements and mass-replace equipment in the database.</li>
<li>Created tools using RegEx that would automate day to day tasks for the team when dealing with JSON files.</li>
</ul>
<h3>Rainbow Design Services</h3>
<h4>Cable Assembly Engineer III</h4>
<h4>June 2019 - April 2021</h4>
<ul>
<li>Created onboarding material for a new process to the department which onboarded new hires as well as seasoned designers on the standards for the project.</li>
<li>Trained new hires using shadowing/reverse shadowing techniques and acted as their main point of contact for their first month on the floor.</li>
<li>Kept documentation on the new mid split process up to date with an ever changing environment and customer needs.</li>
</ul>
<h3>Rainbow Design Services</h3>
<h4>Desktop Surveyor II</h4>
<h4>February 2016 - June 2019</h4>
<ul>
<li>Streamlined the workflow when our department took over the New York area.</li>
<li>Created the onboarding material and kept it up to date as we kept up with the changes and requirements of the new region.</li>
</ul>
</section>
<section>
<h2>Education</h2>
<h3>ITT Technical Institute, Louisville</h3>
<p>Bachelors in Computer Science</p>
<p>Associates in Graphic Design</p>
<p>Graduated as Summa Cum Laude</p>
</section>
</main>
<hr class="bottom-line">
<footer>
<p>
<a href = "https://github.com/Script-o" target = "_blank">See What I'm Currently Working On</a>
</p>
</footer>
</div>
</body>
</html>