-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 5.15 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 5.15 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
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Capstone 1: Online Resume</title>
</head>
<body>
<h1>Brian Salazar</h1>
<img src="./assets/images/headshot.png" alt="Blissful Professional Headshot" height="500"/>
<h2>Summary</h2>
<p>Welcome to this basic online resume! This is the first capstone in The Web Development Bootcamp by Angela Yu's course. At the bottom are links to my portolio website, LinkedIn, and actual resume. I love learning so completing this course will be a fun challenge!</p>
<hr>
<h2>Education</h2>
<ul>
<li>Bachelor of Science, Information Technology - Western Governors University (2017-2020)</li>
<li>Associate of Applied Science, Information Technology - Western Nevada College (2013-2016)</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li><h3>Server Administrator - University of Nevada, Reno</h3>
<p>March 2023 - Current</p>
<ul>
<li>Administer and support the University’s Remote Desktop Services environment. Tasks include managing access to remote collections, granting access for direct connections and utilizing monitoring tools.</li>
<li>Administer and support cloud storage solutions utilized by end-users. Administration includes managing quotas, shared accounts and working with vendors on troubleshooting issues.</li>
<li>Ensure servers and applications in the remote desktop environment remain patched and updated to maintain security and uptime. </li>
<li>Maintain internal and external documentation utilized by internal staff as well as end-users at the university.</li>
</ul>
</li>
<li><h3>IT Systems Specialist - Washoe County School District</h3>
<p>November 2021 - February 2023</p>
<ul>
<li>Assisted & lead in the deployment of projects within the IT department.</li>
<li>Mentored lower-level techs and interns within the department on processes for the department and industry best practices.</li>
<li>Provided support for users at various sites throughout the school district remotely or in person.</li>
<li>Performed administrative tasks such as maintaining print servers, managing DHCP reservations, creating objects in Active Directory and managing devices and applications in Microsoft Intune.</li>
</ul>
</li>
<li><h3>IT Technician 5 - State of Nevada</h3>
<p>June 2021 - November 2021</p>
<ul>
<li>Assist in the administration of the Nevada National Guard’s Distance Learning Program.</li>
<li>Provide access to users who need to access the Nevada National Guard’s computer labs.</li>
<li>Educate users on how to access resources and address technical difficulties.</li>
<li>Provide excellent support and troubleshooting on any technical issues end-users may be experiencing.</li>
</ul>
</li>
<li><h3>IT Technologies Technician - Washoe County School District</h3>
<p>April 2018 - June 2021</p>
<ul>
<li>Provide support to both students and staff in utilizing hardware and software technology made available to them.</li>
<li>Maintain and deploy new hardware solutions at district sites.</li>
<li>Educate students and staff on how to take advantage of technologies in a 1:1 learning environment.</li>
<li>Create and monitor help desk tickets submitted by end-users.</li>
</ul>
</li>
</ul>
<hr>
<h2>Skills & Technologies Worked with</h2>
<ul>
<li>Server administration</li>
<li>Microsoft Azure</li>
<li>Microsoft 365</li>
<li>Microsoft Intune</li>
<li>Windows PowerShell</li>
<li>Box Administration</li>
<li>Python</li>
<li>Scripting</li>
<li>Customer service</li>
<li>Leadership and management</li>
<li>Documentation</li>
<li>Mentorship</li>
</ul>
<hr>
<h2>Notable Professional Certifications</h2>
<ul>
<li>Microsoft 365 Certified: Enterprise Administrator Expert</li>
<li>Microsoft 365 Certified: Modern Desktop Administrator Associate</li>
<li>Microsoft certified: Azure Administrator Associate</li>
<li>AWS Certified SysOps Administrator Associate</li>
<li>Cisco CCNA</li>
<li>CommTIA Cloud+</li>
<li>CompTIA Security+</li>
<li>CompTIA Network+</li>
<li>CompTIA A+</li>
</ul>
<hr>
<h2>Contact Me and Connect!</h2>
<ul>
<li><a href="https://briansalazar.tech">Professional Portfolio Website</a></li>
<li><a href="https://www.linkedin.com/in/briansalazar5/">LinkedIn</a></li>
<li><a href="https://briansalazar.tech/resume/"> Styled Resume</a></li>
<li><a href="https://github.com/briansalazar24">GitHub</a></li>
</ul>
</body>
</html>