-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
436 lines (386 loc) · 15.9 KB
/
index.html
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<html>
<head>
<title>CV of Patrick Wolleb</title>
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<section class="page">
<!-- Name and personal info -->
<header itemscope itemtype="http://schema.org/Person">
<h1 itemprop="name">Patrick Wolleb</h1>
<span itemprop="telephone">+41 (0)79 297 64 15</span>, <span itemprop="email">[email protected]</span>
<!-- <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">56 Comeragh Road</span>, <span itemprop="addressLocality">London</span> <span itemprop="postalCode">W14 9HR</span> -->
</p>
</header>
<section>
<h2>Professional Summary</h2>
<p>Agile software engineer with extensive experience delivering robust applications across the stack. Key strengths include: TDD, AWS, Terraform, APIs, CQRS and cloud native; track record of leading small teams driving value; outside the box thinking; practising DevOps; striving for excellence.</p>
</section>
<!-- Portfolio -->
<section>
<h2>Github</h2>
<p><a href="https://github.com/PatrickWolleb" title="Link to my Github profile" target="_blank">https://github.com/PatrickWolleb</a></p>
<!-- <p><a href="http://www.patrickwolleb.com/category/work" title="Link to my online portfolio" target="_blank">http://www.patrickwolleb.com/category/work</a></p> -->
</section>
<!-- Experience -->
<section id="experience">
<h2>Experience</h2>
<div>
<article>
<header>
<h1>Siemens AG, Zug</h1>
<p>DevOps Engineer</p>
</header>
<ul>
<li>Building reactive AWS mutli account governance system</li>
<li>Enabling application teams in CQRS AWS Lambda architecture</li>
<li>Enabling application teams running apps on Openshift Enterprise</li>
<li>TDD infrastructure with Terraform</li>
<li>Developing pipeline as a service with Gitlab auto-DevOps</li>
<li>Evangelising DevSecOps culture</li>
</ul>
<footer>April 2018 - present</footer>
</article>
<article>
<header>
<h1>siroop AG, Zurich</h1>
<p>Software Engineer</p>
</header>
<ul>
<li>Developed CQRS lambda services in NodeJS and Python</li>
<li>Managed AWS infrastructure with Terraform</li>
<li>CI/CD with GoCD</li>
</ul>
<footer>July 2017 - January 2018</footer>
</article>
<article>
<header>
<h1>R3PI, Zurich</h1>
<p>DevOps Engineer</p>
</header>
<ul>
<li>Setup Concourse CI</li>
<li>Introduced DevOps culture</li>
</ul>
<footer>April 2017 - July 2017</footer>
</article>
<article>
<header>
<h1>Local Heroes (British Gas), London</h1>
<p>Full Stack Software Engineer</p>
</header>
<ul>
<li>Developed fullstack features in Angular/React and Node.js</li>
<li>Setup AWS Docker stack with Terraform and Atlas</li>
<li>Setup CD pipeline on Wercker.com deploying to ECS</li>
<li>Setup Serverless Lambdas for DevOps task</li>
<li>Introduced DevOps as a culture</li>
</ul>
<footer>August 2016 - March 2017</footer>
</article>
<article>
<header>
<h1>EVRYTHNG, London</h1>
<p>Software Engineer</p>
</header>
<ul>
<li>Developed Node.js micro service for scanning QR codes and data matrices</li>
<li>Developed distributed IoT gateway in Node.js</li>
<li>Helped introduce quality engineering culture - LEAN / XP</li>
<li>Helped introduce streaming architecture - Kafka</li>
</ul>
<footer>February 2016 - July 2016</footer>
</article>
<article>
<header>
<h1>British Gas Connected Home, London</h1>
<p>Full Stack Software Engineer</p>
</header>
<ul>
<li>Developed Javascript micro services in CQRS architecture with Apache Kafka</li>
<li>Setup continuous deployment pipeline using Ansible, Docker, Packer, GoCD, AWS</li>
<li>Developed Javascript API with ES6 generators (Koajs) and Postgres</li>
<li>Developed Angular front end</li>
<li>Developed agile and test-driven often paired</li>
</ul>
<footer>February 2015 - December 2015</footer>
</article>
<!-- <article>
<header>
<h1>Ambientww, London</h1>
<p>Architect / Developer</p>
</header>
<ul>
<li>Designed prototype for survey platfrom</li>
<li>Dockerized - Node REST API with MongoDB</li>
<li>Utilised Golang workers</li>
<li>Developed in AngularJS</li>
<li>Developed with Ionic Framework and ng-cordova</li>
</ul>
<footer>December 2014 - January 2015</footer>
</article> -->
</br>
</br>
</br>
</br>
<article>
<header>
<h1>Workangel Technology, London</h1>
<p>Lead Javascript Developer</p>
</header>
<ul>
<li>Developed SPA in Angular and NodeJS (express)</li>
<!-- <li>Spiked API languages/technologies (Golang, Loopback.io, hapi.js)</li> -->
<li>Setup CD pipeline on Atlassian Bamboo and later on www.wercker.com</li>
<!-- <li>Refactored initial code base to increase maintainability (Yeoman.io)</li> -->
<!-- <li>Agile/TDD</li> -->
<!-- <li>Developed workangel.com responsive employee benefit platform</li>
<li>Agile, TDD</li>
<li>Utilised MEAN</li>
<li>Setup continuous integration pipeline on wercker.com</li>
<li>Setup servers on AWS utilising Node and Nginx</li> -->
</ul>
<footer>April 2014 - December 2014</footer>
</article>
<!-- <article>
<header>
<h1>The Moving Picture Company, London</h1>
<p>Full Stack Developer</p>
</header>
<ul>
<li>Developed game on MEAN stack</li>
<li>Utilised Phaser.js game engine</li>
</ul>
<footer>August 2014</footer>
</article> -->
<article>
<header>
<h1>Ambientww, London</h1>
<p>Full Stack Developer</p>
</header>
<ul>
<li>Developed game on MEAN stack for life event using ng-cordova</li>
<li>Utilised Phaser.js game engine</li>
</ul>
<footer>March 2014 - April 2014</footer>
</article>
<article>
<header>
<h1>The Moving Picture Company, London</h1>
<p>Full Stack Developer</p>
</header>
<ul>
<li>Developed several Javascript single page apps using Backbone, SASS and Node.js</li>
<li>Wrote scripts that extract 3D tracking data from video footage</li>
<!-- <li>Setup Apache and Nginx servers on AWS</li> -->
<!-- <li>Configured build pipeline with Jenkins</li> -->
</ul>
<footer>August 2013 - March 2014</footer>
</article>
<article id="page-fold">
<header>
<h1>Ogilvy & Mather, London</h1>
<p>Lead Developer</p>
</header>
<ul>
<li>Developed Google Maps API-driven Javascript app</li>
<!-- <li>Helped define high volume banner production process that resulted in significant increase of end product quality</li> -->
<li>Introduced GIT in production process and mentored stakeholders</li>
<!-- <li>Developed an internal tool in Node.js and Backbone that automated PDF creation from final ad banner assets to comply with industry regulations</li> -->
</ul>
<footer>June 2012 - December 2012</footer>
</article>
<article>
<header>
<h1>Lean Mean Fighting Machine, London</h1>
<p>Front End Developer</p>
</header>
<ul>
<li>Developed a campaign site in HTML5 and Flash</li>
<li>Utilised Node.js as build tool</li>
<li>Designed UI sounds</li>
</ul>
<footer>May 2012 - June 2012</footer>
</article>
<!-- <article>
<header>
<h1>Ogilvy & Mather, London</h1>
<p>Flash Developer</p>
</header>
<ul>
<li>Developed banners in Flash and HTML5 (Double Click, Mediamind, Flash Talking)</li>
<li>Scripted animations in After Effects</li>
</ul>
<footer>April 2012</footer>
</article> -->
<!-- <article>
<header>
<h1>Epigeum, London</h1>
<p>Flash Developer</p>
</header>
<ul>
<li>Developed Flash e-learning modules for courses at the Imperial College</li>
</ul>
<footer>January 2012 - March 2012</footer>
</article> -->
<article>
<header>
<h1>J.Walter Thompson JWT, London</h1>
<p>Creative Developer</p>
</header>
<ul>
<li>Developed several campaign sites in Flash and HTML for clients including: Lego, Listerine, Shell, Sunsilk</li>
<!-- <li>Received an FWA for the Listerine Youtube channel where I was closely working with Youtube's creative team</li> -->
</ul>
<footer>January 2011 - January 2012</footer>
</article>
<article>
<header>
<h1>Tullo Marshall Warren TMW, London</h1>
<p>Frontend Developer</p>
</header>
<ul>
<li>Developed T-Mobile's in-store touch screen application in Flex</li>
<!-- <li>Developed and maintained several Flash sites for clients including: Nissan, Infinity, RAF, T-Mobile</li> -->
<li>Developed in HTML, CSS and Javascript in the .NET team</li>
</ul>
<footer>June 2009 - January 2011</footer>
</article>
<!-- <article>
<header>
<h1>Freelancer, London</h1>
<p>Web Developer</p>
</header>
<ul>
<li>Developed sites and games in PHP, HTML, Javascript, Flash and Flex</li>
</ul>
<footer>February 2008 - June 2009</footer>
</article> -->
<!-- <article>
<header>
<h1>SEGA Europe, London</h1>
<p>Software Tester</p>
</header>
<ul>
<li>Agile</li>
<li>Tested games XBox, PS2/3, PSP, Wii, DS</li>
</ul>
<footer>October 2007 - February 2008</footer>
</article> -->
<!-- <article>
<header>
<h1>Rohstofflger Warehouse Club, Zurich</h1>
<p>Technical Manager</p>
</header>
<ul>
<li>Sound Engineering</li>
<li>Installed and configured new 100kW soundsystem</li>
<li>Programmed light shows including: scanners and lasers</li>
<li>Programmed Live visuals on 8 projectors with Modul8 and Python</li>
<li>Maintained sound and light components</li>
</ul>
<footer>June 2006 - September 2008</footer>
</article> -->
<!-- <article>
<header>
<h1>Student work, Zurich</h1>
<p>Logistic assistant</p>
</header>
<footer>2004 - 2006</footer>
</article>
<article>
<header>
<h1>Several Car Dealers, Zurich</h1>
<p>Car Mecanic</p>
</header>
<footer>2002 - 2004</footer>
</article> -->
</div>
</section>
<!-- Education -->
<section id="education">
<h2>Education</h2>
<div>
<article>
<header>
<h1>Quantum College, London</h1>
<p>Web design and development, Diploma</p>
</header>
<ul>
<li>HTML/CSS</li>
<li>Javascript</li>
<li>PHP</li>
<li>Actionscript</li>
<li>UX/IA</li>
<li>Graphic design</li>
<!-- <li>Motion design</li> -->
</ul>
<footer>July 2008 - July 2009</footer>
</article>
<article>
<header>
<h1>School of Audio Engineering SAE, Zurich</h1>
<p>Sound Engineering, Diploma</p>
</header>
<ul>
<li>Recording</li>
<li>Mixing</li>
<li>Session planning</li>
<li>Acoustics</li>
<li>Editing</li>
<li>Sound Design</li>
<li>Computer hardware and software basics</li>
</ul>
<footer>July 2006 - July 2007</footer>
</article>
<!-- <article>
<header>
<h1>BMS, Zurich</h1>
<p>Engineering foundation course, Diploma</p>
</header>
<ul>
<li>Maths</li>
<li>Physics</li>
<li>Chemistry</li>
<li>English, German, French</li>
<li>History</li>
</ul>
<footer>August 2004 - August 2005</footer>
</article> -->
<article>
<header>
<h1>Car Mechanic School, Zurich</h1>
<p>Extra-occupational course for car mechanics</p>
</header>
<ul>
<li>Physics</li>
<li>Maths</li>
<li>Chemistry</li>
<li>Electronics</li>
<!-- <li>Electrics</li> -->
<!-- <li>Engines</li> -->
<!-- <li>Chassis</li> -->
</ul>
<footer>1998 - 2002</footer>
</article>
</div>
</section>
<!-- <section>
<h2>Reference</h2>
<div class="reference" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Lara Bowen</span>
<span itemprop="jobTitle">Head of Digital Delivery at Ogilvy Redworks</span>
<a href="mailto:[email protected]" itemprop="email">[email protected]</a>
</div>
</section> -->
<!-- ???? -->
<footer></footer>
</section>
</body>
</html>