aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 236951ad2327e2195726ae1d558097a2c4ce2739 (plain)
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
<!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">
</head>

<body id="home">
	<header>
		<ul id="nav">
			<li>
				<a href="https://blog.dbolger.dev/blog" target="_blank" rel="noopener noreferrer">
					Blog
				</a>
			</li>
			<li>
				<a href="https://git.dbolger.dev" target="_blank" rel="noopener noreferrer">cgit</a> /
				<a href="https://github.com/dbolger" target="_blank" rel="noopener noreferrer">
					GitHub
				</a>
			</li>
			<li>
				<a href="https://www.linkedin.com/in/dylan-bolger-532b63162/" target="_blank" rel="noopener noreferrer">
					LinkedIn
				</a>
			</li>
			<li><a href="assets/pdf/resume.pdf">Resume</a></li>
		</ul>
	</header>
	<section id="intro">
		<h1>Dylan Bolger</h1>
		<p id="about">
			Hey, I'm Dylan. I'm a software developer primarily writing Java. For fun I like to automate things in my home, build docker images and deploy them, ride my bike, skateboard, and drink coffee.
			If you'd like to learn more about me, check out my blog where I mainly ramble about the projects I'm working on.
		</p>
	</section>
	<section id="projects">
		<h1>Projects</h1>
		<p id="description">
			Projects are listed from most recently to least recently created in their respective categories.
		</p>
		<h2>Scripts</h2>
		<div class="project shell">
			<h3>pip-to-python-packages</h3>
			<p>A helper script to move existing pip packages installed to Python packages from the AUR or the offical
				Arch Linux repositories.</p>
			<a href="https://github.com/dbolger/pip-to-python-packages">
				Source</a>
			<br>
		</div>
		<h2>Statistics</h2>
		<div class="project">
			<h3>Testing normality in random variables with QQ-plots and estimating the parameter λ in the Poisson
				Distribution </h3>
			<p><i>This project was a submission for MTH345 Fall 2022 at Missouri State University. </i></p>
			<a href="assets/pdf/mth345project.pdf">
				View Document</a>
			<br>
		</div>
		<h2>Web</h2>
		<div class="project cura">
			<h3>city-utilities-restful-wrapper</h3>
			<p>A RESTful API wrapping my energy service provider to gather energy usage data in Home Assistant.</p>
			<p><i></i></p>
			<a href="https://github.com/dbolger/city-utilities-restful-wrapper">
				Source</a>
			<br>
		</div>
		<div class="project strengthy">
			<h3>Strengthy</h3>
			<p>A fitness tracking webapp</p>
			<p><i>This project was a group submission for CSC450 Spring 2022 at Missouri State University. </i></p>
			<a href="https://github.com/dbolger/Strengthy">
				Source</a>
			<br>
		</div>
		<div class="project streamfinder">
			<h3>StreamFinder</h3>
			<a href="https://devpost.com/software/streamfinder">
				Devpost project
			</a>
			<p>A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.</p>
			<p><i>This project was a group submission at <a href="https://pickhacks.io/">PickHacks</a>. View the website
					at <a href="https://streamfind.tech">streamfind.tech</a>.</i></p>
			<p>Winner of <i>Best Domain Registered with Domain.com</i></p>
			<a href="https://github.com/dbolger/StreamFinder">
				Source</a>
			<br>
		</div>
		<div class="project htmlcss">
			<h3>dbolger.dev</h3>
			<p>
				My website (the one you are looking at right now).
			</p>
			<a href="https://git.dbolger.dev/personal-website/">
				Source code
			</a>
		</div>
		<h2>Spotify</h2>
		<div class="project css">
			<h3>Tidal</h3>
			<p>A Spotify theme based on Tidal's user interface.</p>
			<a href="https://github.com/dbolger/Tidal">Source code (v2)</a>
			<br>
			<a href="https://github.com/dbolger/Tidal_Legacy">Source code (Legacy)</a>
		</div>
		<h2>iOS and macOS</h2>
		<div class="project objc">
			<h3>Recte</h3>
			<p>
				A jailbreak tweak to remove the accessory view from the Pandora app.
			</p>
			<a href="https://github.com/dbolger/recte">Source code</a>
		</div>
		<div class="project objc">
			<h3>Finical</h3>
			<p>
				A jailbreak tweak to let you swipe away the lockscreen media player.
			</p>
			<a href="https://github.com/dbolger/Finical">Source code</a>
		</div>
		<div class="project objc">
			<h3>Intemperate</h3>
			<p>
				A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
				reaches a temperature threshold.
			</p>
			<a href="https://github.com/dbolger/Intemperate">Source code</a>
		</div>
		<div class="project objc">
			<h3>Signate</h3>
			<p>
				A jailbreak tweak to display device uptime on the lockscreen.
			</p>
			<a href="https://github.com/dbolger/Signate">Source code</a>
		</div>
		<div class="project swift">
			<h3>dwa140shortcut</h3>
			<p>
				A shortcut application for designed for Hackintosh machines using the
				DWA-140 preference pane.
			</p>
			<a href="https://github.com/dbolger/dwa140shortcut">Source code</a>
		</div>
	</section>
</body>

</html>