Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>
Ebony Moore Resume
</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header role = "banner">
<h1>Ebony Moore</h1>
<h2>Seattle, WA | (123) 456-7891 | emoore@email.com</h2>
</header>
<nav>
<ul>
<li> <a href="#Profile_Summary">Profile Summary</a>
<li> <a href="#Work_Experience">Work Experience</a>
<li> <a href="#Education">Education</a>
<li> <a href="#Skills">Skills</a>
</ul>
</nav>
<main>
<section>
<article>
<div>
<a name="Profile_Summary"></a>
<h3>Profile Summary</h3>
Skilled and results-oriented Software Engineer with more than 15 years of experience working in a variety of environments with a breadth of programs and technologies.
</div>
</article>
<article>
<div>
<a name="Education"></a>
<h3>Education</h3>
<h4>Green Valley State</h4>
<div>
<span>Aug '99-Dec '02</span>
</div>
<ul>
<li>Bachelor of Science in Computer Science</li>
</ul>
</div>
<div>
<a name="Skills"></a>
<h3>Skills</h3>
<div>
<ul>
<li>U.S. Dept. of Defence Top Secret Clearance</li>
<li>Certified Scrum Master</li>
<li>Cisco Certified Network Professional Routing and Switching</li>
<li>Cisco Certified Network Professional Security</li>
</ul>
</div>
</div>
</article>
</section>
<section>
<article>
<div>
<a name="Work_Experience"></a>
<h3>Work Experience</h3>
<h4>Senior Software Engineer</h4>
<div>
<span>River Tech</span> | <span>West Lafayette, IN</span> | <span>Jul '19 - Current</span>
</div>
<div>
<ul>
<li>Identify and solve software issues in C++ and SQL in Unix and Linux environments</li>
<li>Integrate code changes, test code changes, and document code changes </li>
<li>Develop automation scripts to test storage appliances in Python</li>
<li>Develop base framework with Java, JSP, Struts, CSS, HTML, JavaScript, Oracle, and MS SQL Server </li>
<li>Practice agile development methodologies and work with current networking technologies</li>
</ul>
</div>
<div>
<h4>Software Tech Lead</h4>
<div>
<span>Tradelot</span> | <span>Indianapolis, IN</span> | <span>Aug '15 - Jul '19</span>
</div>
<div>
<ul>
<li>Developed Perl and PHP scripts to translate data between applications</li>
<li>Wrote, modified, and debugged software for clients</li>
<li>Created and deployed web pages with HTML, JSP, JavaScript, and CSS</li>
<li>Wrote Python scripts to load data and parse XML documents</li>
</ul>
</div>
<h4>Software Engineer</h4>
<div><span>Retail Ocean</span> | <span>Los Angles, CA</span> | <span>Jan '13 - Aug '15</span></div>
<div>
<ul>
<li>Developed code to complete assigned project by deadline</li>
<li>Used Hadoop to build a scalable distributed data solution</li>
<li>Utilized Python on Django web framework with Git to develop various front-end and back-end modules</li>
</ul>
</div>
</div>
</div>
</article>
</section>
<aside>
<a href="https://www.Purdue.edu/"></a>
</aside>
</main>
<footer>
<small>&copy; Copyright 2022, Justin Bogner</small>
</footer>
</body>
</html>