-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (120 loc) · 6.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<html>
<head>
<title>Jack Bonaguro</title>
<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=Space+Mono:wght@100;400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/b2747d0f24.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0">
<link rel="stylesheet" href="/index.css"></link>
</head>
<body>
<div class="outer">
<div class="main">
<div class="row">
<div class="content">
<div class="photo-card">
<!-- <div class="photo-inset">
<div class="photo-img" src="/profile.jpg"></div>
</div> -->
<div class="photo-info">
<h1>Jack Bonaguro</h1>
<span class="s9">Full-stack Software Developer</span>
</div>
</div>
</div>
<div class="sidebar">
<span class="s9">Atlanta, GA</span>
<br>
<a class="s9" href="tel:+16789609108">+1 (678) 960-9108</a>
<br>
<a class="s9" href="mailto:[email protected]">[email protected]</a>
<br>
<a class="s9" href="github.com/jackbonaguro">github.com/jackbonaguro</a>
<i class="fab fa-github s9"></i>
</div>
</div>
<br>
<br>
<div class="row">
<div class="content">
<h2>Experience</h2>
<h3>
Bitpay | Alpharetta, GA — <span class="position">
Software Developer
</span>
</h3>
<div class="daterange">August 2019 - January 2022</div>
<div class="s8 dg">
Worked within a small team of backend developers to deploy updates and
improvements to the world’s highest-volume cryptocurrency payment
processing system. Implemented payment acceptance for the XRP
cryptocurrency. Automated manual trading of half of accepted
currencies (~25k daily volume).
</div>
<h3>
Bitpay | Alpharetta, GA — <span class="position">
Software Development Intern
</span>
</h3>
<div class="daterange">May 2018 - August 2018</div>
<div class="s8 dg">
Automated a manual process for refunding invalid bitcoin transactions,
eliminating a quarter of all manual support tasks. Created financial
data extraction reports crucial for passing state and federal audits.
</div>
<h3>
INPO | Atlanta, GA — <span class="position">
Co-op/Programmer Analyst
</span>
</h3>
<div class="daterange">May 2017 - May 2018</div>
<div class="s8 dg">
Support, test, and develop a suite of custom-built applications to
support the International Nuclear Industry. Helped combine several ASP
.NET data-entry applications into a streamlined Angular.js
application.
</div>
<h3>
The Chamberlain Group | Elmhurst, IL — <span class="position">
Intern (Liftmaster)
</span>
</h3>
<div class="daterange">May 2016 - August 2016</div>
<div class="s8 dg">
Created & documented embedded motor-control firmware in C and Assembly
to interface with embedded systems.
</div>
<br>
<h2>Education</h2>
<h3>
Georgia Tech | Atlanta, GA — <span class="position">
BSc Computer Science
</span>
</h3>
<div class="daterange">August 2015 - August 2019</div>
<div class="s8 dg">
<ul>
<li>ECE 2031 (Digital Design Lab) Teaching Assistant</li>
<li>Concentration: Devices and Systems/Architecture</li>
<li>GPA: 3.3, Dean's List</li>
</ul>
</div>
</div>
<div class="sidebar">
<h2>Skills</h2>
<div class="s9 dg">SQL, Mongo, Node.js, Express</div>
<div class="s9 dg">React, React Native, Next.js</div>
<div class="s9 dg">Nginx, DNS / SSL, AWS, GCloud / Firebase / FCM</div>
<div class="s9 dg">Verilog, C, Rust Assembler, ATMEGA / Arduino</div>
<div class="s9 dg">Ethereum, Solidity, Truffle, Bitcoin Script, Solana</div>
<br>
<br>
<h2>Interests</h2>
<div class="s9 dg">Game Dev, 3d Animation, Music Production, Cryptography</div>
</div>
</div>
</div>
</div>
</body>
</html>