-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (66 loc) · 2.8 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Cory Wade Resume</title>
<script defer sec="index.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body id="body">
<div id="me">
<h1>Cory Wade</h1>
<h3>Washington, PA</h3>
<h3>[email protected]</h3>
<h3>(724)-344-8512</h3>
</div>
<div id="objective">
<p><strong>Objective: </strong>Experienced infrastructure engineer seeking a challenging position in a fast-paced technology environment.</p>
</div>
<div id=experience>
<h2>WORK EXPERIENCE</h2>
<p><strong>Afinety Inc. | Nov. 2018 – Present</strong></p>
<p><em>Infrastructure Engineer | Pittsburgh, PA</p></em>
<ul>
<li>Built and deployed over 20 virtual networks in AWS which included Windows Server 2019, Sophos Firewalls, AWS EC2, AWS VPC, AWS Cloudwatch, and AWS Workspaces.</li>
<li>Monitored all systems using ConnectWise Automate dashboards and alerts from AWS Cloudwatch.</li>
<li>Assisted with escalated support tickets for AWS workspaces and Citrix workspaces.</li>
<li>Provided onsite support for local clients and configured over 50 physical Sophos Firewalls for clients’ networks.</li>
</ul>
<br>
<p><strong>Management Science Associates | Nov. 2016 – Nov. 2018</strong></p>
<p><em>Infrastructure Engineer | Tarentum, PA</em></p>
<ul>
<li>Provided help desk support for Active Directory, Citrix, and software installs.</li>
<li>Performed daily tape rotations and walk-throughs of the data center, as well as hardware installs and cable tracing.</li>
<li>Monitored hardware and used ChangeGear for ticketing.</li>
</ul>
</div>
<div id="education">
<h2>EDUCATION</h2>
<p><strong>Pittsburgh Technical College | October, 2018</strong></p>
<p><em>Bachelors in Science Degree, Information Systems and Technology | Oakdale, PA</em></p>
<ul>
<li><strong>Coursework: </strong>Cloud Computing, Networking Fundamentals, Cybersecurity Fundamentals, Database Management, Systems Analysis and Design.</li>
</ul>
</div>
<div id="certs">
<h2>CERTIFICATIONS AND ACTIVITIES</h2>
<ul>
<li>Skills USA</li>
<li>Cloud Resume Challenge</li>
</ul>
</div>
<div id="skills">
<h2>SKILLS</h2>
<ul>
<li>AWS (EC2, VPC, Cloudwatch, Workspaces)</li>
<li>Sophos Firewalls</li>
<li>Citrix</li>
<li>Active Directory</li>
<li>ConnectWise Automate</li>
<li>Microsoft Windows Server</li>
<li>ChangeGear</li>
</ul>
</div>
</body>
</html>