-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (219 loc) · 7.63 KB
/
Copy pathindex.html
File metadata and controls
219 lines (219 loc) · 7.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Patrick Bowen's Portfolio</title>
<link rel="stylesheet" href="style.css" />
<script src="navbar.js"></script>
</head>
<body>
<pages>
<page>
<div class="header-container">
<div class="Name"><h1>Patrick Bowen</h1></div>
<div class="Area">
<h4>Location</h4>
<span>Staffordshire, UK</span>
</div>
<div class="Email">
<h4>Email</h4>
<a href="mailto:phun@proton.me">phun@proton.me</a>
</div>
<div class="Portfolio">
<h4>Portfolio</h4>
<a href="https://phunanon.github.io">phunanon.github.io</a>
</div>
<div class="Profile">
<p>
Graduate, hobbyist, tutor, freelance, and professional in
technologies from full-stack web to electronics.
</p>
<p>
I enjoy inter-discipline teamwork, problem solving, system
architecture, and keeping skills modern.
</p>
</div>
</div>
<br />
<div class="education-container">
<div>
<h3>Staffordshire University</h3>
<h4>Sept 2015 – June 2020</h4>
</div>
<div class="courses">
<div class="course">
<span>BSc (Hons) Computing Science</span>
<span
class="DegreeAward award"
title="I swear that uni handed them out like candy though."
>
1st Class
</span>
</div>
<div class="course">
<span>HND Applied Computing</span>
<span class="HndAward award">Distinction</span>
</div>
</div>
</div>
<div class="career-container">
<div>
<h3>
<span>Mi-Voice / Democracy Technology Ltd.</span>
<span>July 2022 – present</span>
</h3>
<pills>
<pill>C#</pill>
<pill>TypeScript</pill>
<pill>React</pill>
<pill>NextJS</pill>
<pill>Azure</pill>
<pill>SQL</pill>
<pill>EF Core</pill>
<pill>MCP</pill>
</pills>
<p>
One in a team of two full-stack web developers. Online balloting -
a voting site and an administration platform. We migrated from
on-prem to Azure web services; replaced all .NET Framework MVC
apps with a .NET Core REST API and modern front-end web tech. I
championed compliance and test coverage, including UI regression
tests, mobile and RTL support, and following industry
accessibility guidelines. Worked directly with stakeholders to
create new admin platform for self-service clients.
</p>
</div>
<div class="Line"></div>
<div>
<h3>
<span>Inbox Insight Ltd.</span>
<span>August 2020 – May 2022</span>
</h3>
<pills>
<pill>C#</pill>
<pill>TypeScript</pill>
<pill>.NET 6.0, Framework</pill>
<pill>MVC</pill>
<pill>Webpack</pill>
<pill title="Entity Framework">EF</pill>
<pill>SQL</pill>
<pill>Azure</pill>
</pills>
<p>
B2B marketing. Full-stack web developer role. Maintaining and
extending both internal and external websites; software,
micro-services, internal and 3rd party APIs; near total
deprecation/replacement of systems during time there. Agile,
iterative, one of the first members of a growing team.
</p>
</div>
<div class="Line"></div>
<div>
<h3>
<span>General Electric / Baker Hughes</span>
<span>July 2018 – July 2019</span>
</h3>
<pills>
<pill>C#</pill>
<pill>C++</pill>
<pill>.NET Framework, Core 2.2</pill>
<pill>WinForms</pill>
<pill>WPF</pill>
<pill>MQTT</pill>
<pill>WebSockets</pill>
</pills>
<p>
Oilfield services & equipment. Internship in well data acquisition
& processing: analysis & visualisation, physics simulation,
compression, utilities. Agile, with project-manager. Operation of
high-voltage equipment. Conducted UK-wide presentations, tours and
Python classes for children. I was offered a full-time position
after university.
</p>
</div>
</div>
</page>
<page class="spaced-headers">
<h2>Personal Experience</h2>
<p>
Please do visit my portfolio (<a href="https://phunanon.github.io"
>phunanon.github.io</a
>) listing most of my notable projects and extensive hobby work.
</p>
<h3>Flagship project – StrangerChat</h3>
<ul>
<li>
Anonymous chatting platform with over 23 million messages exchanged.
</li>
<li>
Hosted in the cloud with high uptime, monetised, and unfortunately
closed-source.
</li>
<li>
Makes extensive use of the Discord API to provide dozens of
interactive and passive features.
</li>
<li>
<a href="https://youtu.be/watch?v=TCPed2l5D9E&t=187">
Presentation given in April 2025 about the platform
</a>
</li>
</ul>
<section>
<h3>As a private tutor</h3>
<pills>
<pill>Python</pill>
<pill>HTML5, JS, TS</pill>
<pill>Java, MDE</pill>
<pill>SQL, R</pill>
<pill>C#, VB.NET</pill>
<pill>C, C++</pill>
</pills>
<ul>
<li>Logged 850+ hours, 0–16h per week since 2018</li>
<li>
All ages, from elementary to post-graduate, short- and long-term
tutoring
</li>
<li>
Everything from technical minutiae to comprehensive academic work
</li>
</ul>
</section>
<h3>As a freelance developer</h3>
<div>
<pills>
<pill>IaaS</pill>
<pill>HTML5, JS, TS</pill>
<pill>SQLite</pill>
</pills>
<ul>
<li>Crypto-market analysis software for one client</li>
<li>
Utilising multiple free and paid API, IaaS platforms, libraries
</li>
<li>
Implemented data visualisation and analysis, algorithms outside of
my personal understanding
</li>
<li>
Implemented portal/proxy with OTP authentication, and OTA updated
client-side scripts
</li>
</ul>
</div>
<h3>Latest Achievements</h3>
<p>
2019 <u>General Electric Impact Award</u> worth £70 for 6hr day of
teaching Python;
</p>
<p>
2015 <u>vInspired ‘v50’</u> (vinspired.com) for voluntary
computer literacy teaching.
</p>
<footer>Last updated 2025/04/12 | printer friendly</footer>
</page>
</pages>
</body>
</html>