-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·342 lines (292 loc) · 13.8 KB
/
index.html
File metadata and controls
executable file
·342 lines (292 loc) · 13.8 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="google-site-verification" content="LPDW_e5tKN_Cn_4N_0DNdTKURO_0A3jmN-Pf8Gltpg4" />
<title>Patrick Bollinger - Projects</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- FonteAwesome CSS -->
<link href="vendor/fontawesome/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/1-col-portfolio.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="./index.html">Patrick Bollinger</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Projects
<span class="sr-only">(current)</span>
</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>-->
<!--<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./resume.pdf">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./compensation-calculator/index.html">Compensation Calculator</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading -->
<h1 class="my-4">Programming Projects
<!--<small>Secondary Text</small>-->
</h1>
<div class="row">
<div class="col-md-6">
<a href="https://drchrono.com/">
<img class="img-fluid rounded mb-3 mb-md-0" src="https://www.drchrono.com/site_media/images/logos/drchrono_grayicon_rounded_256x256.8ce5aeb0f5d4.png" alt="DrChrono logo.">
</a>
</div>
<div class="col-md-6">
<h3>Software Engineer at DrChrono (Backend Focused)</h3>
<p>2019 — Python, Django, CircleCI</p>
<p>
DrChrono is a Electronic Health Record (EHR) company that creates software to help doctors.
A few focus points for the projects I have worked on consist of:
new partner integration that provides external syncing of documents for doctors,
solving customer issues to prevent churn,
and refactoring code and adding checks to our continuous integration to improve developer workflow.
</p>
<!--<a class="btn btn-primary" href="#">View Project</a>-->
</div>
</div>
<!-- /.row -->
<hr>
<div class="row">
<div class="col-md-6">
<!--<a href="#">-->
<img class="img-fluid rounded mb-3 mb-md-0" src="images/tuning_optimization.png" alt="Screenshot of code.">
<!--</a>-->
</div>
<div class="col-md-6">
<h3>Tuning Optimization</h3>
<p>2017-2019 — Python</p>
<p>Vehicle Wireless Charging has a critical system called the Impedance Matching Network (IMN). I developed a Python script to best optimize the IMN based on system requirements. This script utilizes the Python's <code>multiprocessing</code> library to make decisions quickly.</p>
<!--<a class="btn btn-primary" href="#">View Project</a>-->
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Four -->
<div class="row">
<div class="col-md-6">
<a href="https://github.com/pjbollinger?tab=overview" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/hacktoberfest.jpg" alt="Photo of Hacktoberfest swag.">
</a>
</div>
<div class="col-md-6">
<h3>Hacktoberfest</h3>
<p>2016-2018 — Python, Documentation</p>
<p>Contributed to various open source projects on GitHub, primarily supporting documentation and implementing CI.</p>
<a class="btn btn-primary" href="https://github.com/pjbollinger?tab=overview" target="_blank">View GitHub Profile</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Two -->
<div class="row">
<div class="col-md-6">
<!--<a href="#">-->
<img class="img-fluid rounded mb-3 mb-md-0" src="images/tuning_calculator.png" alt="Screenshot of Tuning Calculator application.">
<!--</a>-->
</div>
<div class="col-md-6">
<h3>Tuning Calculator</h3>
<p>2018 — Python</p>
<p>Due to the complex topology of Vehicle Wireless Charging's Impedance Matching Network, it is difficult for engineers to not know what is happening electrically in the system. I created this tool to help aid both internal engineers and engineers of our customers. I used the <code>tkinter</code> library to update values as parameters are changed.</p>
<!--<a class="btn btn-primary" href="#">View Project</a>-->
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Three -->
<div class="row">
<div class="col-md-6">
<!--<a href="#">-->
<img class="img-fluid rounded mb-3 mb-md-0" src="images/crypto_analysis.png" alt="Scatterplot graph that resembles a checkmark.">
<!--</a>-->
</div>
<div class="col-md-6">
<h3>Stock/Cryptocurrency Trading & Analysis</h3>
<p>2016-2018 — Python (Pandas), Excel</p>
<p>For fun, I do some number crunching and test out ideas for trading algorithms in Python and Excel. No get-rich-quick ideas yet. 😅</p>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Three -->
<div class="row">
<div class="col-md-6">
<a href="portfolio/index.html" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/crypto_portfolio.png" alt="Screenshot of cryptocurrency portfolio.">
</a>
</div>
<div class="col-md-6">
<h3>Cryptocurrency Live Portfolio</h3>
<p>2017-2018 — JavaScript (Websockets)</p>
<p>I created this so my wife and I can easily collect the data of our cryptocurrency investments. It hooks into websockets so prices will update as trades complete in the market.</p>
<a class="btn btn-primary" href="portfolio/index.html" target="_blank">View Demo</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Three -->
<div class="row">
<div class="col-md-6">
<a href="https://github.com/DeviaVir/zenbot/pulls?q=is%3Apr+is%3Aclosed+author%3Apjbollinger" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/zenbot.png" alt="Zenbot logo">
</a>
</div>
<div class="col-md-6">
<h3>Zenbot</h3>
<p>2017 — JavaScript (Node.js)</p>
<p>Zenbot is an open source Node.js program meant to simulate and actually trade on a given cryptocurrency trading platform. I fixed the <code>mirror/symmetrical</code> functionality for running simulations.</p>
<a class="btn btn-primary" href="https://github.com/DeviaVir/zenbot/pulls?q=is%3Apr+is%3Aclosed+author%3Apjbollinger" target="_blank">View Pull Requests</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Five -->
<div class="row">
<div class="col-md-6">
<a href="http://pajamaprogramming.com/kittehParadise/" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/kitteh_paradise.png" alt="Screenshot of the main menu of Kitteh Paradise.">
</a>
</div>
<div class="col-md-6">
<h3>April Fool's Game Jam</h3>
<p>2017 — JavaScript</p>
<p>My wife and I developed a game for a local game jam (48 hour competition) using Phasor.js. I focused on assets to let my wife practice her programming skills.</p>
<a class="btn btn-primary" href="http://pajamaprogramming.com/kittehParadise/" target="_blank">Play Kitteh Paradise (Warning: Audio)</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Six -->
<div class="row">
<div class="col-md-6">
<a href="http://pajamaprogramming.com" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/honey_beebop.png" alt="Screenshot of the game Honey Beebop.">
</a>
</div>
<div class="col-md-6">
<h3>Ludum Dare Game Jam</h3>
<p>2014-2016 — JavaScript, C#</p>
<p>Ludum Dare Game Jam is a 72 hour competition for building a game from scratch. It has proved to be a great opportuntiy for learning new skills for my wife and I.</p>
<a class="btn btn-primary" href="http://pajamaprogramming.com" target="_blank">Play our first game, Honey BeeBop</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Seven -->
<div class="row">
<div class="col-md-6">
<a href="https://bollinger.wedding/" target="_blank">
<img class="img-fluid rounded mb-3 mb-md-0" src="images/wedding_rsvp.png" alt="Screenshot of Wedding RSVP site.">
</a>
</div>
<div class="col-md-6">
<h3>Wedding RSVP</h3>
<p>2016 — PHP, MySQL, JavaScript</p>
<p>My wife and I created our own RSVP system for our wedding invitations. I focused on the backend (PHP/MySQL) while she focused on the frontend (HTML/CSS/JavaScript).</p>
<a class="btn btn-primary" href="https://bollinger.wedding/" target="_blank">View Demo</a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Eight -->
<div class="row">
<div class="col-md-6">
<!--<a href="#">-->
<img class="img-fluid rounded mb-3 mb-md-0" src="images/minecraft_plugins.png" alt="Screenshot of code.">
<!--</a>-->
</div>
<div class="col-md-6">
<h3>Minecraft Server Plugins / Mods</h3>
<p>2011-2015 — Java, AWS</p>
<p>I am the owner of a Minecraft server and I created a number of plugins to help adminster the server. Plugins includes the following; censorship of inappropriate words, user stats/analytics, user notification of logins.</p>
<!--<a class="btn btn-primary" href="https://github.com/pulls?q=is%3Apr+author%3Apjbollinger+archived%3Afalse+is%3Aclosed+updated%3A2016-10-01..2016-10-31">View Pull Requests</a>-->
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Nine -->
<div class="row">
<div class="col-md-6">
<!--<a href="#">-->
<img class="img-fluid rounded mb-3 mb-md-0" src="images/benchmarking_template.png" alt="Screenshot of Excel document demonstrating Benchmarking Template.">
<!--</a>-->
</div>
<div class="col-md-6">
<h3>Harness Benchmarking</h3>
<p>2014 — Excel VBA</p>
<p>My internship for the summer involved benchmarking various harnesses of competititors. This can be a tedious task for data entry, so I developed an improved Excel document that utilized VBA macros.</p>
<!--<a class="btn btn-primary" href="https://bollinger.wedding/" target="_blank">View Demo</a>-->
</div>
</div>
<!-- /.row -->
<hr>
<!-- Pagination -->
<!--
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
-->
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Patrick Bollinger 2019</p>
<p class="m-0 text-center text-white"><a href="https://twitter.com/pjbollinger" class="text-white" target="_blank"><i class="fab fa-twitter"></i></a> <a href="https://www.linkedin.com/in/pjbollinger/" class="text-white" target="_blank"><i class="fab fa-linkedin"></i></a> <a href="https://github.com/pjbollinger" class="text-white" target="_blank"><i class="fab fa-github"></i></a> <a href="./contact.html" class="text-white"><i class="far fa-envelope"></i></a></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>