-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·346 lines (302 loc) · 13.3 KB
/
index.html
File metadata and controls
executable file
·346 lines (302 loc) · 13.3 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
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Will Browne Software Engineer Portfolio">
<meta name="author" content="Will Browne">
<title>Will Browne | Software Engineer</title>
<script type="text/javascript" src="assets/js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/js/hover.zoom.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Will Browne</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About Me</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#technologies">Technologies</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="about">
<div id="ww">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<img class="img-responsive center-block" src="assets/img/me.png" width="250px" alt="me" />
<h1>Hey there!</h1>
<p>I'm Will, a software engineer from Ireland.</p>
<p>Currently building the plugins platform @ Grafana Labs.</p>
</div>
</div>
</div>
</div>
</div>
<div id="work">
<div class="container">
<div class="page-header">
<h1>My Work</h1>
</div>
<div class="row mt centered">
<div class="col-lg-8 col-lg-offset-2">
<a class="zoom green" href="https://grafana.com/">
<img class="img-responsive" src="assets/img/grafana.png" alt="grafana"/>
</a>
<div>
<h4>Software Engineer @ Grafana Labs</h4>
</div>
</div>
</div>
<hr />
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<a class="zoom green" href="http://zenjob.com">
<img class="img-responsive" src="assets/img/zenjob.png" alt="zenjob"/>
</a>
<div>
<h4>Engineering lead @ Zenjob</h4>
</div>
</div>
</div>
<hr />
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<a class="zoom green" href="work.html#kijiji">
<img class="img-responsive" src="assets/img/kijiji.svg" alt="kijiji"/>
</a>
<div>
<h4>Software engineer @ Kijiji eBay</h4>
</div>
</div>
</div>
<hr />
<div class="row mt centered">
<div class="col-lg-6">
<a class="zoom green" href="work.html#mtt">
<img class="img-responsive" src="assets/img/mtt.png" alt="MTT"/>
</a>
<div>
<h4>Software engineer @ Mobile Travel Technologies</h4>
<p>As part of MTT's product team (and core innovation team - the Zulus), my most important work
involved developing the <a href="http://mttnow.com/mtt-concierge">Concierge Live product</a>, a
real-time mobile travel assistant that obtains and utilizes relevant information to guide
travellers through every step of their journey.
I also pioneered MTT’s automation deployment strategy through <a href="http://www.ansible.com">Ansible</a>
</p>
</div>
</div>
<div class="col-lg-6">
<a class="zoom green" href="work.html#movieApp">
<img class="img-responsive" src="assets/img/movie_app.gif"
alt="FF"/>
</a>
<div>
<h4>TellMeWhatToWatch</h4>
<p>Ever asked your friends for advice on what movie or TV show you should watch?
TellMeWhatToWatch is a mobile app that provides a social platform for friends to recommend
viewing content to each other in real time. It is a POC that one day I'd love to see in the real world!
</p>
</div>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-6">
<a class="zoom green" href="work.html#dissertation"><img
class="img-responsive"
src="assets/img/health_dashboard.png" alt=""/></a>
<div>
<h4>"Exploiting Bluetooth 4.0 for Secure, Cloud-Enabled Monitoring of Palliative Care Patients"</h4>
<p>I designed and built a Telemedicine cloud application that provides secure access to patient
records and enables remote control
over wireless body sensor networks using prototype Bluetooth 4.0® hardware. This project was
the
focus of my Masters dissertation (Distinction awarded)</p>
</div>
</div>
<div class="col-lg-6">
<a class="zoom green" href="work.html#bullet"><img
class="img-responsive"
src="assets/img/bullet.png" alt=""/></a>
<div>
<h4>Software engineer @ Bullet</h4>
<p>Bullet are a small company that provide a range of web applications that aim to help people start
and
run small businesses. My role in the company as a full stack Java Software Engineer meant
developing customer driven features for Bullet's online accounting software. My most important
contribution was developing their RESTful API and enabling the product's Multi Currency
capabilities</p>
</div>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<a class="zoom green" href="work.html#deathrun"><img class="img-responsive"
src="assets/img/deathrun.png" alt=""/></a>
<p></p>
<p>An original co-op game written in C++ and OpenGL using the Bullet physics
engine. Inspired by the Half Life 2 Mod Zombie Master</p>
</div>
<div class="col-lg-4"></div>
<div class="col-lg-4">
<a class="zoom green" href="work.html#embedded"><img class="img-responsive" src="assets/img/LPC2468.jpg"
alt=""/></a>
<p></p>
<p>Developed multiple Embedded Systems using an LPC2468 microcontroller with a 16-bit/32-bit ARM7TDMI-S
CPU</p>
</div>
</div>
<div class="row mt centered">
<h3>For more see my <a href="https://github.com/wbrowne?tab=repositories">GitHub</a></h3>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1 id="timeline">Experience</h1>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge success"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Grafana Labs</h4>
<p>Software Engineer</p>
</div>
<div class="timeline-body">
<p class="green">August 2020 -</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Zenjob</h4>
<p>Engineering Lead</p>
</div>
<div class="timeline-body">
<p class="green">November 2018 - July 2020</p>
</div>
<div class="timeline-heading">
<h4 class="timeline-title"></h4>
<p>Senior Backend Engineer</p>
</div>
<div class="timeline-body">
<p class="green">September 2017 - October 2018</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge primary"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Kijiji</h4>
<p>Software Engineer for Kijiji's B2C squad</p>
</div>
<div class="timeline-body">
<p class="green">August 2015 - June 2017</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge info"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Mobile Travel Technologies</h4>
<p>Software Engineer (Backend core product squad member)</p>
</div>
<div class="timeline-body">
<p class="green">September 2014 - April 2015</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge success"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Trinity College Dublin</h4>
<p>Completed Masters in Computer Science - Achieved Distinction</p>
</div>
<div class="timeline-body">
<p class="green">May 2014</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Trinity College Dublin</h4>
<p>Completed BA (Mod) in Computer Science - Achieved First Class Honors</p>
</div>
<div class="timeline-body">
<p class="green">August 2013</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge danger"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Bullet</h4>
<p>Full Stack Software Engineer</p>
<p>College Internship</p>
</div>
<div class="timeline-body">
<p class="green">January 2013 - August 2013</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge info"><i class="glyphicon glyphicon-ok"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Bullet</h4>
<p>Software Engineer</p>
<p>Summer Internship</p>
</div>
<div class="timeline-body">
<p class="green">June 2012 - September 2012</p>
</div>
</div>
</li>
</ul>
</div>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Location</h4>
<p>
Ireland.
</p>
</div>
<div class="col-lg-4">
<h4>Social Media</h4>
<ul class="list-inline">
<li><a href="https://github.com/wbrowne?tab=repositories" class="fa fa-github fa-4x"></a></li>
<li><a href="https://www.linkedin.com/in/willbrowne" class="fa fa-linkedin fa-4x"></a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>