-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
91 lines (82 loc) · 5.61 KB
/
experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experience - RPerrone</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/Assets/Favicon/main.png">
<!-- Stylesheets-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylesheet.css">
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="index.js"></script>
</head>
<body>
<div id="nav-bar"></div>
<div class="content">
<h1>Experience</h1>
<div id="govcio">
<h2 class="center">GovCIO</h2>
<h3 style="display:inline;">ServiceNow Developer </h3><h5 style="display:inline;"><i>March 2024 - Present</i></h5>
<p>
I am currently working as a ServiceNow Developer where I develop for and maintained a custom application
that manages large programs through domain separation. The application provides insight into the
tracking of staffing, deliverables, metrics, property, certifications, skills, travel requests, procurement
requests, and CLIN financials. I develop custom scripts using JavaScript and Service Portals which has widgets
using HTML, CSS, & JS. I recently worked on making the deployment of new programs quicker and more efficient.
I also have managed instance upgrades/patches. I have been working with customers to design custom dashboards
and reports along with maintaining and developing catalog items.
</p>
</div>
<div id="lhric">
<h2 class="center">Southern Westchester BOCES</h2>
<h3 style="display:inline;">ServiceNow Admin/Developer </h3><h5 style="display:inline;"><i>May 2022 - March 2024</i></h5>
<p>
I worked as a ServiceNow Administrator and Developer at the Lower Hudson Regional Information Center (LHRIC),
which operates within SWBOCES. This technology branch of the company provides technological support to 30+
districts in the Westchester, Putnam, and Rockland County areas.
</p>
</div>
<div id="carver-center">
<h2 class="center">Carver Center</h2>
<h3 style="display:inline;">Lifeguard & Swim Instructor </h3><h5 style="display:inline;"><i>July 2017 - July 2022</i></h5>
<p>
I started off at Carver Center just being a lifeguard, but my role soon evolved to include teaching
swimming lessons to people of all ages. At first, I was just teaching younger kids around the ages of 7-10.
This soon grew to include kids 6 and younger who needed more expoure to being in a pool, to teenagers on swim
teams looking to improve their technique, to adults that were looking to learn to swim for the first time.
My responsibilties included maintaining a safe and clean environment for patrons throughout my shift.
Although the job was enjoyable, I learned to thrive in a serious and somewhat high stakes job that I had to be
alert and present all the time to ensure the safety of the people swimming.
</p>
</div>
<div id="brand-executives">
<h2 class="center">The Brand Executives</h2>
<h3 style="display:inline;">Web Developer Intern </h3><h5 style="display:inline;"><i>June 2021 - July 2021</i></h5>
<p>
Through this 8 week internship with The Brand Executives, I learned about web design using multiple page
builders in WordPress. I learned a lot about the fundamentals of web design, page layouts, and cohesion with
colors, pictures, and fonts. I was then able to take these fundamentals and apply them by designing websites
for other real companies that The Brand Executives had as clients. Some of these websites are featured on my
LinkedIn under the projects section.
</p>
</div>
<div id="codeadvantage">
<h2 class="center">CodeAdvantage</h2>
<h3 style="display:inline;">Coding Instructor </h3><h5 style="display:inline;"><i>June 2020 - June 2021</i></h5>
<p>
At CodeAdvantage, I had the opportunity to teach students of varying ages how to code. This included languages
such as Python and HTML/CSS. I also taught some classes in Minecraft and Roblox Studio, which showed my students
coding through a different lens. It provided them a more relatable and fun way to learn about the fundamentals rather
than lines of code that they may not have been able to understand at their ages. This set my students up to learn more
complex coding concepts and languages in the future. Even if they did not persue this later in life, it will still
prove to be a valuable skillset for them as they get older.
</p>
</div>
</div>
</body>
<div id="footer"></div>
</html>