Skip to content

Instantly share code, notes, and snippets.

@bradleypaul
Created August 27, 2019 00:08
Show Gist options
  • Save bradleypaul/9dda6bc2c6358cc07edfd4ef1bb88984 to your computer and use it in GitHub Desktop.
Save bradleypaul/9dda6bc2c6358cc07edfd4ef1bb88984 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
max-width: 468pt;
padding: 72pt 72pt 72pt 72pt;
}
.header {
font-size: 14pt;
font-weight: bold;
}
.bold {
font-weight: bold;
}
</style>
</head>
<body>
<span class="header">
Paul Bradley
</span>
<br />
Austin, TX
<br />
(512) 864-5753
<br />
<a href="mailto:bradleypauld@gmail.com">bradleypauld@gmail.com</a>
<br />
<br />
<span class="bold">SKILLS</span>
<br />
&nbsp;&nbsp;&nbsp;&nbsp;
<span class="bold">Operating Systems:</span> Linux, Windows, macOS, Android
<br />
&nbsp;&nbsp;&nbsp;&nbsp;
<span class="bold">Languages:</span> JavaScript/Node.js(ES6), HTML5, CSS3, Python, Ruby,
<br />
&nbsp;&nbsp;&nbsp;&nbsp;
<span class="bold">Software/Language Extensions:</span> AngularJS, Vue.js, bash
<br />
&nbsp;&nbsp;&nbsp;&nbsp;
<span class="bold">Source Control:</span> SVN, git, Mercurial, TFS
<br /><br />
<span class="bold">EXPERIENCE</span>
<br />
<span class="bold">Full Stack Web Developer</span>
<br />
PerfectVision, Little Rock, Arkansas
<br />
2017 - 2018
<ul>
<li>Learned new technologies quickly for every project</li>
<li>Built website front ends with Angular</li>
<li>Created backend services using Python/Flask</li>
<li>Updated legacy ASP.NET web forms sites</li>
<li>Interacted with custom RESTful services using OAuth and JSON</li>
<li>Monitored server reliability with Atlassian Statuspage</li>
</ul>
<span class="bold">Software Developer</span>
<br />
Metova, Conway, Arkansas
<br />
2016 - 2017
<ul>
<li>Created web applications with PHP and WordPress</li>
<li>Participated in rapid prototyping</li>
<li>Constructed Universal Windows Platform apps with C#</li>
<li>Addressed DevOps need for team</li>
<li>Managed Jenkins continuous integration environments</li>
<li>Scripted Python used with TeamCity builds</li>
<li>Utilized Scrum and Kanban development methodologies</li>
<li>Developed website front ends using Angular</li>
<li>Scripted chat to SMS application using Python and Twilio</li>
</ul>
<span class="bold">Software Developer</span>
<br />
HP, Conway, Arkansas
<br />
2015 - 2016
<ul>
<li>Developed web applications with C# and JavaScript</li>
<li>Trained in confidentiality of patient records pursuant to HIPAA</li>
</ul>
<span class="bold">EDUCATION</span>
<br />
Bachelor of Arts in Computer Science
<br />
Graduated May 2015
<br />
Harding University, Searcy, Arkansas
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment