Skip to content

Instantly share code, notes, and snippets.

@MHolmes91
Last active June 19, 2019 14:27
Show Gist options
  • Save MHolmes91/1ee97c675a34276f5148c7efa3c70073 to your computer and use it in GitHub Desktop.
Save MHolmes91/1ee97c675a34276f5148c7efa3c70073 to your computer and use it in GitHub Desktop.
My Resume
<link href="https://fonts.googleapis.com/css?family=Lato:300|Roboto:300" rel="stylesheet">
<style>
#page
{
/*height:10in;
width:7.5in;
border: solid 1px;*/
font-size: 14px;
font-family: 'Lato', sans-serif;
}
.clear
{
clear:both;
}
#myName
{
text-align:center;
font-weight:bold;
font-size:2.5em;
font-family: 'Roboto', sans-serif;
margin-bottom:.2em;
}
#myContact_info
{
border-top: solid 1px;
border-bottom: solid 1px;
display: flex;
justify-content: space-between;
}
#myObjective
{
text-align:center;
margin-top:1em;
margin-bottom:1em;
}
.myEducation
{
margin-top:1em;
margin-bottom:1em;
}
.mySchool
{
float:left;
font-weight:bold;
font-size:1.25em;
font-family: 'Roboto', sans-serif;
margin-bottom:.25em;
}
.myEnrolled
{
font-weight: 700;
float:right;
text-align:right;
}
.myJob
{
margin-top:1em;
margin-bottom:1em;
}
.myEmployer
{
font-weight:bold;
font-family: 'Roboto', sans-serif;
}
.myEmployed
{
font-weight: 700;
float:right;
text-align:right;
}
.myProgramming
{
clear: both;
}
.myTitle
{
float:left;
font-weight:bold;
font-size:1.25em;
font-family: 'Roboto', sans-serif;
margin-bottom:.25em;
}
.langlist
{
float: right;
font-family: 'Roboto', sans-serif;
}
</style>
<div id='page'>
<div id='myName'>Mark Holmes</div>
<div id='myContact_info'>
<div class='myContact'>contact@markholm.es</div>
<div class='myWebsite'>www.markholm.es</div>
<div class= 'myContact'>612-413-8110</div>
<div class='myAddress'>601 Main Street SE Apt 329, Minneapolis, MN 55414</div>
</div>
<div id='myObjective'>
"What is the best way to build an enterprise level web application?"<br />
I believe enterprise web applications are best built by collaborating with other development experts, understanding and using industry best practices, and considering ways to optimize, integrate, and scale application development and the code itself.
</div>
<div id='myJob_info'>
<div class='myJob'>
<div class='myTitle'>Senior Software Engineer</div>
<div class='myEmployed'>April 2017 - Present</div>
<div class='clear'></div>
<div class='myEmployer'>Calabrio Inc.</div>
<div class='myExperiences'>
<ul>
<li>Built a modern ReactJS-based user interface from the ground up integrating with the existing Java backend and legacy UI.</li>
<li>Created, integrated, and built new processes using npm packages for various modular components of our code base.</li>
<li>Collaboratively researched, created, and implemented best-practice guidelines for our AngularJS code base.</li>
<li>Helped to integrate our platform with an acquired company's backend and frontend to deliver a unified user experience.</li>
<li>Migrated legacy Dojo-based code to both AngularJS and ReactJS.</li>
<li>Organized and presided over meetings to prepare a story for development, flesh out requirements, design UI components, and ensure clear communication between all stakeholders.</li>
<li>Participating in Calabrio's transition from waterfall to agile-scrum software development, I gained experience with pull requests and code reviews both as a coder and as a reviewer.</li>
</ul>
</div>
</div>
<div class='myJob'>
<div class='myTitle'>Backend Web Developer II</div>
<div class='myEmployed'>February 2014 - March 2017</div>
<div class='clear'></div>
<div class='myEmployer'>fjorge Digital</div>
<div class='myExperiences'>
<ul>
<li>Architected a Cordova app for Windows, iOS, and Android which communicated with a large enterprise backend and became a flagship project.</li>
<li>Helped grow the company from 5 to 25 people. Trained all of the other new backend developers and helped to improve our processes to meet our growing needs.</li>
<li>Managed fjorge's AWS cloud hosting infrastructure, including web server and database monitoring and backups.</li>
<li>As a lead developer, I led a group of developers and used many different frameworks and languages to maintain and add features to existing websites and architect new websites.</li>
<li>Introduced Git and Vagrant company-wide, after recognizing that packaging portable development environments and keeping a record of code history is an important part of company growth.</li>
</ul>
</div>
</div>
<div class='myJob'>
<div class='myTitle'>Online Manager</div>
<div class='myEmployed'>January 2013 - April 2014</div>
<div class='clear'></div>
<div class='myEmployer'>The Minnesota Daily</div>
<div class='myExperiences'>
<ul>
<li>Communicated with other departments to solve website problems and add requested features.</li>
<li>Assigned tasks to employees and tracked their progress to ensure the on-time delivery of quality results.</li>
<li>Interviewed prospective employees and reviewed resumes.</li>
<li>Used Drupal, Javascript, HTML, and CSS to create dynamic web applications.</li>
<li>Implemented a redesigned media kit in The Daily's Drupal site.</li>
<li>Integrated third-party services into The Daily's site.</li>
</ul>
</div>
</div>
</div>
<div id='myEducation_info'>
<div class='myEducation'>
<div class='mySchool'>University of Minnesota - Twin Cities</div>
<div class='myEnrolled'>September 2010 - December 2013</div>
<div class='clear'></div>
<div class='myCollege'>College of Science and Engineering - Bachelor of Science in Computer Science</div>
</div>
</div>
<div id='myProgramming languages'>
<div class="myTitle">Languages</div>
<div class="langlist">
Javascript, Java, Python, SQL, C#, PHP
</div>
</div>
<div class="clear"></div>
<div id='myProgramming languages'>
<div class="myTitle">Frameworks</div>
<div class="langlist">
React, Node, AngularJS, Cordova, Symfony, ASP.NET, Django, Drupal
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment