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
|
<!DOCTYPE html>
<html>
<head>
<title>Dylan Bolger</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png" />
<meta name="description" content="Home" />
<meta name="og:title" content="Dylan Bolger" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://dbolger.dev/" />
<meta name="og:description" content="Home" />
<meta name="theme-color" content="#55ACEE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="https://umami.dbolger.dev/script.js" data-website-id="5706a92f-f6bc-4a67-86f8-5bae82810f95"></script>
<script defer src="https://umami.dbolger.dev/recorder.js"data-website-id="5706a92f-f6bc-4a67-86f8-5bae82810f95"></script>
</head>
<nav id="nav" class="topnav">
<a class="navbar-name active" href="">Dylan Bolger</a>
<p class="navbar-title">Software Engineer</p>
<div class="topnav-right">
<a href="https://photos.dbolger.dev">Photos</a>
<a href="https://blog.dbolger.dev">Blog</a>
<a href="https://git.dbolger.dev">Git</a>
<a href="assets/pdf/resume.pdf">Resume</a>
<a class="mobile-hide" href="mailto:dylan.bolger00@gmail.com">Contact</a>
</div>
</nav>
<body id="home">
<section id="intro">
<div class="profile-container">
<img class="profile" src="assets/img/profile.jpeg" alt="" srcset="">
</div>
<div class="intro-text">
<h1 class="hero-text">
Hey, I'm Dylan.
</h1>
<p>I'm looking for my next role in Software Engineering.</p>
<p>If you're hiring or looking for a software solution:</p>
<button type="button"><a href="https://linkedin.com/in/dylanbolger">🤝 Connect with me on LinkedIn</a></button>
<button type="button"><a href="mailto:dylan.bolger00@gmail.com">Send me an Email</a></button>
</div>
</section>
<hr>
<section id="Experience">
<h1>Work</h1>
<p class="experience-desc">Titles, skills, and companies I've acquired professional experience from.</p>
<ul class="experience">
<li class="experience-item">
<div style="margin-bottom: 0 !important;" class="exp-title-company">
<span class="exp-title">Software Engineer II</span>
<span class="exp-company">O'Reilly Auto Parts</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Responsible for compile-time API verification, code-generation, and OpenAPI specification adherence</span>
<span class="exp-date">May 2021 - Present</span>
</div>
<div class="exp-title-company exp-title-company-top">
<span class="exp-sub-title">Software Engineer I</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Led efforts to refactor complex multi-threading payment tendering implementation</span>
</div>
<div class="exp-title-company">
<span class="exp-sub-title">Software Developer II</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Standardized Gradle build logic and dependency management over 40 code repositories</span>
</div>
<div class="exp-title-company">
<span class="exp-sub-title">Software Developer I</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Led feature development to retroactively provide serial numbers to engines</span>
</div>
<div class="exp-title-company">
<span class="exp-sub-title">Junior Software Developer</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Implemented incremental enhancements and bug fixes</span>
</div>
<div class="exp-title-company">
<span class="exp-sub-title">Software Developer Intern</span>
</div>
<div class="exp-detail">
<span class="exp-role-detail">Completed internship program, passing all exams with scores above 80% </span>
</div>
<div class="exp-skills-dates">
</div>
</li>
</ul>
</section>
<hr>
<section id="Projects">
<h1>Projects</h1>
<p>Projects I've created in my free time. Source code for these projects are hosted on my personal <a href="https://git.dbolger.dev">cgit</a> instance.</p>
<li class="project">
<div class="project-title-stack">
<span class="project-title">
<a href="https://git.dbolger.dev/city-utilities-restful-wrapper/">city-utilities-restful-wrapper</a>
</span>
<span class="project-stack">Python, FastAPI</span>
</div>
<div class="project-desc">
REST service for gathering utility usage data from my utility provider <a href="https://cityutilities.net/">City Utilities</a>
</div>
</li>
<li class="project">
<div class="project-title-stack">
<span class="project-title">
<a href="https://git.dbolger.dev/personal-website/">personal-website</a>
</span>
<span class="project-stack">HTML, CSS</span>
</div>
<div class="project-desc">
<div>
Website used to present my experience, projects, and act as a landing page for anyone interested in knowing about me
</div>
<div>
Written with no JavaScript, using pure HTML, CSS, and loading <a
href="https://watercss.kognise.dev/">water.css</a> for a fast and fluid experience on modern and legacy devices (roughly 200ms load time)
</div>
</div>
</li>
<li class="project">
<div class="project-title-stack">
<span class="project-title">
<a href="https://git.dbolger.dev/photoblog">photoblog</a>
</span>
<span class="project-stack">HTML, CSS, Python, Jinja, Flask, Docker</span>
</div>
<div class="project-desc">
<div>
Dead simple photo blog to display a mosaic grid of images from a directory
</div>
<div>
Live demo at <a href="https://photos.dbolger.dev">photos.dbolger.dev</a>
</div>
</div>
</li>
</section>
</body>
<footer>
</footer>
<p class="footnote">
<b><u>Disclaimer</u>:</b> My website uses the open-source software <a href="https://umami.is">Umami</a> for collecting analytics about users accessing my website.
This data is stored in my local server, is not shared with any third parties, and is strictly only used for my personal purposes (reviewing page counts, retention time, etc.).
If you don't want to share this data, feel free to use a content blocker to prevent the <a href="https://umami.dbolger.dev/script.js">script.js</a> from loading in.
</p>
<p class="footnote">This website is best viewed on a desktop computer! Your phone will work, but, don't expect an ultra-smooth experience (I prefer backend development, not frontend).</p>
<p class="footnote">If you've read this far, you're a curious fellow, and you should be proud of that :)</p>
</html>
|