Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dollerbill committed Oct 15, 2024
1 parent 8cde4e4 commit 511405d
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cambay:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css" media="screen">

<title>Billy Cropley</title>
</head>

<body>
<div>
<h1>Billy Cropley</h1>
<p id="contact"><a href="mailto:[email protected]">[email protected]</a> | <a href="https://www.github.com/dollerbill">GitHub</a> | <a href="https://www.linkedin.com/in/billycropley/">LinkedIn</a></p>

<div id="summary">
<h2>Summary</h2>
Experienced software engineer with 6+ years of expertise in <strong>Ruby on Rails</strong> and related frameworks. Specializes in healthcare, fintech, and logistics applications. Skilled in <strong>full-stack development and API integration</strong>. Recently promoted from Senior Software Engineer to <strong>Team Lead</strong> due to demonstrated leadership and technical expertise.
</div>
<br>

<div id="experience">
<h2>Professional Experience</h2>
<h3>Lead Server Engineer | Cognoa, Oct 2023 – Present</h3>
<ul>
<li>Promoted to Lead Server Engineer within six months, entrusted with overseeing critical projects, team coordination, and engineering team priorities.</li>
<li>Built a time-critical <strong>SAML-based SSO</strong> system in under two weeks, supporting secure authentication for thousands of users.</li>
<li>Designed a custom CRM with <strong>Twilio and Mailchimp integrations</strong>, reducing dependence on Salesforce and saving $100,000 annually.</li>
<li>Implemented persistent dashboard filters for clinician portal, improving search functionality and reducing load times by 15%.</li>
<li>Maintained five critical applications concurrently, overseeing major Ruby and framework updates, while proactively addressing gem security vulnerabilities.</li>
</ul>
<h3>Software Engineer | Airspace, Oct 2021 – Aug 2023</h3>
<ul>
<li>Specialized in logistics for high-priority shipments, such as organ transplants and oversized airplane components. The company secured a $70 million Series D in May 2022.</li>
<li>Redesigned public <strong>API for asynchronous processing</strong>, enhancing platform stability and reducing system load by over 20%.</li>
<li>Developed a manual self-testing system, enabling integrators to simulate order movements, cutting integration time by over 15%.</li>
<li>Acted as the primary liaison for API integrations with high-value clients, contributing to over $8 million in revenue within a specialized 4-member team.</li>
</ul>
<h3>Software Engineer/ Project Technical Lead | PrimeTrust, Jul 2019 - Oct 2021</h3>
<ul>
<li>Engaged in financial services API development, focusing on compliance, custody, and payment solutions; company closed a $64 million Series A in July 2021.</li>
<li>Engineered a <strong>multi-asset trading system</strong>, handled $6.6B in trades within the first year.</li>
<li>Developed a 24/7 <strong>instant payment system</strong>, facilitating transfers exceeding $94.2 million.</li>
<li>Automated PDF statement generation, saving $140,000 yearly for 2.3 million accounts.</li>
<li>Acted as a technical liaison to external stakeholders, recovering over $14 million in missing funds, and lowering operational costs and number of required support tickets.</li>
<li>Crafted an interview technical challenge to assess proficiency in RESTful API integration and problem-solving, leading to a 30% increase in successful candidate retention.</li>
</ul>
</div>
<br>

<div id="education">
<h2>Education</h2>
<p><strong>Bachelor of Arts, Focus in Film Editing</strong> | University of Nevada, Las Vegas, 2007 - 2011</p>
</div>
</div>
</body>
</html>
18 changes: 18 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body {
margin: 2em;
max-width: 860px;
font-family: "Cambay", serif;
}

h1 {
text-align: center;
color: #4F81BD;
}

h2 {
color: #4F81BD;
}

#contact {
text-align: center;
}

0 comments on commit 511405d

Please sign in to comment.