Skip to content

Instantly share code, notes, and snippets.

@wraffaelle98
Created July 17, 2022 00:22
Show Gist options
  • Save wraffaelle98/6cb3f5c9689ca50723b4678402983dce to your computer and use it in GitHub Desktop.
Save wraffaelle98/6cb3f5c9689ca50723b4678402983dce to your computer and use it in GitHub Desktop.
Cloud Resume Challenge
<div id="header"></div>
<div class="left"></div>
<div class="stuff">
<br><br>
<p>&nbsp</p>
<h1>William Raffaelle </h1>
<h2>raffaelle.william@yahoo.com</h2>
<p>&nbsp</p>
<hr />
<br>
<p class="head">EDUCATION</p>
<p>Rochester Institute of Technology (RIT) &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRochester, NY</p>
<p>Bachelor of Science in Management Information Systems&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspMay 2021</l>
<p>Minor in Computer Science</l>
<p>GPA: 3.5</l>
<p>&nbsp</p>
<p class="head">COURSES</p>
<p>MIS: Systems Analysis and Design, Database Systems Development </l>
<p>Computer Science: Intro to Software Engineering, Analysis of Algorithms </l>
<p>Business Analytics: Data Management for Business Analytics, Financial Analytics </l>
<p>&nbsp</p>
</ul>
<p class="head">SKILLS</p>
<p>Programming Languages: Python, Java, SQL, R</l>
<p>Tools: Amazon Web Services (AWS), AWS CloudFormation, AWS Lambda, CloudHealth, Migration Evaluator, Atlassian (Jira, Bamboo), Agile, MongoDB, Excel</l>
<p>&nbsp</p>
<p class="head">EXPERIENCE</p>
<p>Mindex &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspRochester, NY</l>
<p>Associate Cloud Engineer &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspFeb 2022 – present</l>
<ul>
<li>Worked as a security engineer on DevSecOps project for a multi-billion-dollar company </li>
<li>Remediated SecurityHub findings to achieve higher security score </li>
<li>Utilized CloudFormation, Lambda, and python programming to automate certain infrastructure tasks </li>
<li>Involved in data migration project to move on-premises data center to the cloud</li>
<li>Used CloudHealth platform to manage customer billing and reporting</li>
</ul>
<p>Rochester Regional Health &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspIrondequoit, NY</l>
<p>Software Engineer – RIT Co-op &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspJune 2018 – Dec 2018</l>
<ul>
<li>Created continuous integration environment to automate the build and deployment process of each application in development to assist software team </li>
<li>Managed multiple AWS accounts </li>
</ul>
<p>&nbsp</p>
<p class="head">ACTIVITIES</p>
<p>Leading High Performing Teams Certificate Program (Saunders College of Business)</l>
<ul>
<li>Learned critical concepts and skills needed for effectively leading teams in any industry/organization. </li>
<li>Put these skills into practice through meaningful, fun, and interactive challenges </li>
</ul>
<p>&nbsp</p>
<p class="head">CERTIFICATIONS</p>
<p>Amazon Web Services</l>
<ul>
<li>AWS Certified Cloud Practitioner</li>
<li>AWS Certified Solutions Architect – Associate</li>
<li>AWS Certified Security - Specialty</li>
</ul>
</div>
<div class="right"></div>
<div id="footer">
<h2 id="name">William</h2>
</div>
* {
max-width: 800px;
margin: auto;
}
/*body {
min-width: 500px;
}*/
div {
border-radius: 5px;
}
#header {
height: 50px;
width: 100%;
background-color: #232F3E;
position: fixed;
z-index: 1;
}
#title {
margin-left: 3%;
}
#footer {
height: 50px;
width: 100%;
background-color: #FF9900;
clear: both;
position: relative;
}
.left {
height: 1000px;
width: 30px;
background-color: #A6A6A6;
float: left;
position: fixed;
}
.right {
height: 1250px;
width: 30px;
background-color: #A6A6A6;
float: right;
position: inherit;
}
.stuff {
display: inline-block;
margin-top: 6px;
margin-left: 55px;
width: 75%;
height: 500px;
}
p,
li {
font-family: 'Ariel';
}
.head {
font-size: 20px;
}
#name {
font-family: Sacramento;
float: right;
margin-top: 10px;
margin-right: 4%;
}
a {
color: black;
text-decoration: none;
}
@media only screen and (max-width: 430px) {
.left,
.right {
display: none;
}
.stuff {
width: 100%;
margin-left: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment