-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (53 loc) · 4.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>