-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·579 lines (560 loc) · 19.1 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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!DOCTYPE html>
<html lang=”en”>
<head>
<title>Mathijs de Bruin | Curriculum Vitae</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="reset.css">
<style type="text/css">
body {
font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin-top: 1em;
margin-left: 2ex;
margin-right: 2ex;
margin-bottom: 1em;
}
em {
font-style: italic;
}
strong {
font-weight: 500;
}
h1 {
font-weight: 100;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
}
h2 {
font-weight: 200;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
}
h3 {
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
font-weight: 300;
}
header p {
font-weight: 200;
font-size: 1.5em;
}
header strong {
font-weight: 400;
}
td {
vertical-align: text-top;
padding: 2pt 4pt 2pt 2pt;
}
th {
font-weight: 600;
text-align: left;
vertical-align: text-top;
padding: 2pt 10pt 2pt 2pt;
white-space: normal;
}
td:first-child, th:first-child{
min-width: 12em;
max-width: 20em;
}
.personalia td:first-child, .personalia th:first-child {
min-width: 8em;
}
p {
margin-top: 0pt;
margin-bottom: 1ex;
}
body>p {
text-align: justify;
}
h3 {
margin: 2.5ex 0pt 1.5ex 0pt;
}
h5 {
margin: 13pt 6pt 0pt;
}
ul {
list-style-type: circle;
margin: 1ex 0 1ex 0;
}
footer {
font-size: small;
}
.column {
float: left;
width: 50%;
min-width: 22em;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
section, header {
min-width: 20em;
max-width: 44em;
margin: 1ex;
}
@media screen and (min-width: 45em) {
section, header {
width: 44em;
}
}
@media screen and (max-width: 92em) {
section, header {
border-bottom: 0.5px solid black;
}
}
footer {
padding-top: 1ex;
}
.competences li {
margin-top: 1ex;
}
section {
padding-bottom: 2.5ex;
float: left;
}
tr, li {
page-break-before: avoid;
}
footer {
clear: both;
}
.pdf {
float: right;
}
.pdf img {
height: 3em;
}
@media print {
.pdf {
visibility: hidden;
}
}
</style>
</head>
<body>
<side class="pdf">
<p><a href="cv_mathijs_de_bruin.pdf"><img src="pdf-icon.svg" alt="PDF"/></a></p>
</side>
<header>
<h1>Curriculum Vitae</h1>
<h2>Mathijs de Bruin</h2>
<p>Experienced <strong>Lead Full Stack Developer</strong> and <strong>Software Architect</strong> with a passion for nature conservation and biodiversity. Over 20 years of expertise in developing scalable systems, data engineering, and CI/CD using Python, Django, TypeScript, and geospatial technologies like QGIS and PostGIS.</p>
</header>
<section class="row personalia">
<div class="column">
<h3>Contact details</h3>
<table>
<tr>
<th>Phone</th>
<td><a href="tel:00351964061972">+351 964 061 972</a></td>
</tr>
<tr>
<th>Email</th>
<td><a href="mailto:mathijs@mathijsfietst.nl">mathijs@mathijsfietst.nl</a></td>
</tr>
<tr>
<th>GitHub</th>
<td><a href="https://github.com/dokterbob">https://github.com/dokterbob</a></td>
</tr>
</table>
</div>
<div class="column">
<h3>Personalia</h3>
<table>
<tr>
<th>Date of birth</th>
<td>May 3, 1985</td>
</tr>
<tr>
<th>Nationality</th>
<td>Dutch</td>
</tr>
<tr>
<th>Residence</th>
<td>
Porto, Portugal
</td>
</tr>
</table>
</div>
</section>
<section class="competences">
<h3>Core Competences</h3>
<ul>
<li>
<strong>Technical Mastery:</strong> Extensive experience with <strong>Python</strong>, <strong>Django</strong>, <strong>TypeScript</strong>, <strong>QGIS</strong>, <strong>PostGIS</strong>, and <strong>Elastic/OpenSearch</strong>. Specialized in scalable systems, data engineering, and CI/CD.
</li>
<li>
<strong>Leadership & Communication:</strong> Proven track record in leading and mentoring development teams, including junior, medior, and senior developers. Effective communicator across multiple disciplines and stakeholders.
</li>
<li>
<strong>Ecological Expertise:</strong> Strong background in nature conservation and biodiversity. Developed AI-driven solutions for regenerative agroforestry and ecological modeling using QGIS and Python extensions.
</li>
</ul>
</section>
<section class="skills">
<h3>Technical Skills</h3>
<table>
<tr>
<th>Programming languages</th>
<td>Python, C/C++, TypeScript, JavaScript, Java, Shell scripting, Go, Rust (limited experience)</td>
</tr>
<tr>
<th>Frameworks/stacks</th>
<td>Django, Flask, Express.js, Vue.js, Apache Cordova</td>
</tr>
<tr>
<th>Databases</th>
<td>Elasticsearch / OpenSearch, PostgreSQL, MySQL, InfluxDB, MongoDB</td>
</tr>
<tr>
<th>Scientific toolkits</th>
<td>Mathematica, MATLAB, NumPy/SciPy, Jupyter, matplotlib</td>
</tr>
<tr>
<th>AI and ML</th>
<td>langchain, llama/whisper.cpp, vector embeddings, pytorch (limited)</td>
</tr>
<tr>
<th>GIS</th>
<td>QGIS, QGIS Python API, SAGA, GDAL, Rasterio, Postgis</td>
</tr>
<tr>
<th>Version control</th>
<td>GIT, GitFlow</td>
</tr>
<tr>
<th>Continuous integration</th>
<td>Gitlab, Jenkins</td>
</tr>
<tr>
<th>Operating systems</th>
<td>FreeBSD, macOS, Linux (Ubuntu, Gentoo, Slackware, Debian), TrueNAS, Solaris (limited experience)</td>
</tr>
<tr>
<th>System administration</th>
<td>Ansible, Grafana, InfluxDB, Docker Compose, MySQL, PostgresSQL, Redis, Postfix, Nginx, Memcached, Fabric, Amazon EC2, S3 and CloudFront, RabbitMQ, MongoDB, Kubernetes (limited experience)</td>
</tr>
<tr>
<th>Embedded platforms</th>
<td>PlatformIO, Arduino, ESP32, Raspberry Pi</td>
</tr>
</table>
</section>
<section class="portfolio">
<h3>Project Portfolio</h3>
<table class="professional">
<tr>
<th><a href="https://treescape.app">Treescape</a></th>
<th>Open Source</th>
</tr>
<tr>
<td>2022 - Present</td>
<td>An AI-driven open-source platform revolutionizing regenerative agroforestry design, implementation, and management. Utilizes QGIS, QField, and Python extensions for forest design, plant species database management, and ecological modeling.</td>
</tr>
<tr>
<th><a href="https://www.youtube.com/watch?v=KDx3qIcqYrM">Genuine or counterfeit</a></th>
<th><a href="http://www.dnb.nl/home/">De Nederlandsche Bank</a> (The Dutch National Bank)<br><a href="https://www.banque-france.fr/">Banque de France</a> (French National Bank)</th>
</tr>
<tr>
<td>2015 - 2021</td>
<td>Multilingual, multiplatform (iOS, Android) mobile application able to check the validity of Euro bills using smartphone camera's by employing Computer Vision technology. Developed using web technology with <a href="https://cordova.apache.org/">Apache Cordova</a>.</td>
</tr>
<tr>
<th>ETL architecture</th>
<th><a href="https://quetru.com/">Quetru</a></th>
</tr>
<tr>
<td>2016 - 2017</td>
<td>Architecture, design and construction of a big data analysis and enrichment system with a very low cost of operation.
</td>
</tr>
<tr>
<th>Microgrid architecture</th>
<th><a href="http://www.metabolic.nl/">Metabolic</a></th>
</tr>
<tr>
<td>2015 - 2016</td>
<td>Architecture for an electrical microgrid research pilot for <a href="https://schoonschipamsterdam.org/">Schoonschip</a>, the most sustainable floating neighborhood in Europe. The pilot has since been realized.</td>
</tr>
<tr>
<th><a href="https://localbitcoins.com/">LocalBitcoins</a></th>
<th>LocalBitcoins Oy, Helsinki (Finland)</th>
</tr>
<tr>
<td>2013</td>
<td>Implementation of fraud detection and analysis (using machine learning), asynchronous messaging, general scalability and security improvements.</td>
</tr>
<tr>
<th>Workshop: <a href="https://github.com/dokterbob/programming-workshop">Programming for non-programmers</a></th>
<td><a href="http://techinc.nl/">TechInc</a> in Amsterdam<br><a href="http://datewithdata.pt/">Date with Data</a> in Porto</td>
<tr>
<td>2014, 2017</td>
<td>Two-part workshop introducing non-programmers to the nature of computers and their programming.</td>
</tr>
<tr>
<th>Workshop: <a href="https://github.com/dokterbob/slf-programming-workshops">Scientific Python</a></th>
<th><a href="http://www.slf.ch/index_EN">The WSL Institute for Snow and Avalanche Research SLF</a> in Davos</th>
</tr>
<tr>
<td>2014</td>
<td>Three-day workshop in advanced scientific Python programming with a focus on terminal usage, interactive Python, best practices, modular programming, version control and project structure.</td>
</tr>
<tr>
<th><a href="https://github.com/onepercentclub/bluebottle">Project Bluebottle</a></th>
<th><a href="http://onepercentclub.com/">1%CLUB</a></th>
</tr>
<tr>
<td>2014</td>
<td>Kick starting a fully Open Source rewrite of one of the first crowd-funding NGO's in the world using <a href="https://djangoproject.com/">Django</a>.</td>
</tr>
</table>
</section>
<section class="experience">
<h3>Professional Experience</h3>
<table>
<tr>
<th>June 2010 - now</th>
<th>Freelance systems architect/consultant</th>
</tr>
<tr>
<td> </td>
<td>Consulting, implementation, advice, and workshops concerning software architecture, scalability, API design, data modeling, and best practices for web development and geospatial applications.</td>
</tr>
<tr>
<th>May 2018 - June 2019</th>
<th>Mentor at <a href="https://www.codeinstitute.net/">Code Institute</a></th>
</tr>
<tr>
<td> </td>
<td>Supporting students into becoming full stack software engineers.</td>
</tr>
<tr>
<th>Dec. 2011 - Jan. 2022</th>
<th>Software Architect at Visualspace Cooperative</th>
</tr>
<tr>
<td> </td>
<td>Founding member. Developing interactive, complex and scalable applications for mobile and web with a strong awareness of design, user perspectives and team collaboration.</td>
</tr>
<tr>
<th>June 2001 - Dec. 2011</th>
<th>Senior Developer at Visualspace</th>
</tr>
<tr>
<td> </td>
<td>Design, documentation and implementation of web applications using <a href="http://www.djangoproject.com/">Django</a>, <a href="http://www.zope.org/">Zope</a> and <a href="http://cocoon.apache.org/">Apache Cocoon</a> (XSLT). System administration (FreeBSD, OS X and Linux). Release of <a href="https://web.archive.org/web/20030729223534/http://freshmeat.net/projects/wlog/?topic_id=243,245,92">first Open Source project</a> (web statistics combining SQL, PHP and C).</a></td>
</tr>
<!-- <tr>
<th>Apr. 2000 - Nov. 2001</th>
<th>Web Developer at <a href="http://www.picadia.nl/">PICADIA</a></th>
</tr>
<tr>
<td> </td>
<td>Construction of websites (HTML, CSS and JavaScript) from design concepts.</td>
</tr> -->
</table>
</section>
<section class="founding-roles">
<h3>Founding Roles</h3>
<table>
<tr>
<th>June 2016 - June 2023</th>
<th>Inventor and founder of <a href="https://ipfs-search.com/">ipfs-search.com</a></th>
</tr>
<tr>
<td> </td>
<td>Maintaining and running the first search engine for the decentralized <a href="https://ipfs.io/">Interplanetary Filesystem</a> (IPFS) based on <a href="https://opensearch.org/">OpenSearch</a> and <a href="https://tika.apache.org/">Apache's Tika</a>, deployed through <a href="https://www.ansible.com/">Ansible</a>.</td>
</tr>
<!-- <tr>
<th>Jan. 2019 - Dec. 2021</th>
<th>Co-founding board member of <a href="https://solnascente.eu/">Stichting Sol Nascente</a></th>
</tr> -->
<tr>
<td> </td>
<td>Combining commercially viable reforestation with rehabilitation in Northern Portugal and Spain.</td>
</tr>
<tr>
<th>June 2019 - Dec. 2022</th>
<th>Founding director of <a href="https://silverto.pt/">Ecoaldeia Silverto</a></th>
</tr>
<tr>
<td> </td>
<td>Rural co-housing amidst agroforestry. The first Smart Village in Northern Portugal.</td>
</tr>
<tr>
<th>Jan. 2015 - June 2019</th>
<th>Founder of the <a href="http://dsrp.eu/">Decentralized Society Research Project</a></th>
</tr>
<tr>
<td> </td>
<td>Independent enquiry into societal decentralization, grace, autonomy, sustainability and interdependence.</td>
</tr>
<tr>
<th>Feb. 2013 - Jan. 2022</th>
<th>Co-founder of Visualspace Cooperative</th>
</tr>
<tr>
<td> </td>
<td>Having worked for years at Visualspace, I initiated the transformation of our company into a cooperative, of which I now am a member.
</tr>
<!-- <tr>
<th>Apr. 2003 - Nov. 2008</th>
<th>Co-founder of the Wireless Haarlem Foundation</th>
</tr>
<tr>
<td> </td>
<td>A wireless community initiative for providing a freely accessible WiFi infrastructure in Haarlem, The Netherlands.</td>
</tr> -->
</table>
</section>
<section class="education">
<h3>Education</h3>
<table>
<tr>
<th>Sept. 2004 - Sept. 2010</th>
<th>University of Amsterdam, BSc Physics</th>
</tr>
<tr>
<td> </td>
<td>Special interests: the interpretation of quantum mechanics, quantum gases, energy and climate studies and experimental particle physics.</td>
</tr>
<tr>
<td> </td>
<td>Bachelor's thesis: characterisation of a magneto-optical trap using a CCD and imagine processing in MATLAB. Licensed as GPL.</td>
</tr>
<tr>
<th width="120">Sept. 2005 - Sept. 2010</th>
<th>University of Amsterdam, BA Philosophy</th>
</tr>
<tr>
<td> </td>
<td>Special interests: philosophy of science, philosophy of language, philosophy of mind, logic and semantics.</td>
</tr>
<tr>
<td> </td>
<td>Bachelor's thesis: formulation of a conceptual framework for understanding time in physics (see below).</td>
</tr>
<tr>
<th>1997 - 2003</th>
<th>Mendelcollege Haarlem, VWO (Pre-University Education)</th>
</tr>
<tr>
<td> </td>
<td>Equivalent to A-Levels/AP, focused on nature & technology.
</td>
</tr>
<tr>
<td> </td>
<td>Graduation thesis: physical modelling of wave interference patterns, including GUI, developed in C++. Licensed as GPL.</td>
</tr>
</table>
</section>
<!-- <section class="extracurricular">
<h3>Extracurricular Activities</h3>
<table>
<tr>
<th>Sept. 2010 - Apr. 2010</th>
<th>Chief editor for Scoop</th>
</tr>
<tr>
<td> </td>
<td>Graphic design and chief editor of the student magazine for physics students at the University of Amsterdam.</td>
</tr>
<tr>
<th>Okt. 2007 - Nov. 2008</th>
<th>Initiator of <a href="http://www.thebubbleproject.com/">The Bubble Project</a> in Amsterdam</th>
</tr>
<tr>
<td> </td>
<td>Critical street-art project, questioning the commercial domination of public space by advertisement.</td>
</tr>
</table>
</section> -->
<!-- <section class="awards">
<h3>Awards</h3>
<table>
<tr>
<th>May 2009</th>
<td>Science Park Amsterdam New Idea Prize: Peer-to-peer logistics</td>
</tr>
<tr>
<td> </td>
<td>Won both the public's prize (€ 1000) as well as the jury's prize (€ 2000) for the innovative concept of using decentralized peer-to-peer networks and semantic web technology for the coordination and routing in logistics.</td>
</tr>
</table>
</section> -->
<section class="publications">
<h3>Papers, articles, interviews</h3>
<table>
<tr>
<th><a href="https://urgentcity.eu/work/mathijs-de-bruin/">Interview: Towards a New Vocabulary of Terms</a></th>
<td><p>In a thought-provoking interview as part of the Decentralized Society Research Project, I explored societal decentralization, ecological and cultural diversity as well as grace as pivotal towards a harmonious human-environment future, leveraging my background in philosophy, physics, and IT.</p></td>
</tr>
<tr>
<th><a href="https://dokumen.tips/documents/understanding-physical-time.html">Understanding Physical Time</a></th>
<td><p>The formulation of a conceptual framework for understanding physical time and temporal phenomena.</p><p>Bachelor's thesis for philosophy</p></td>
</tr>
<tr>
<th><a href="http://mathijsfietst.nl/post/61736695/Energie-en-Klimaat-Alternatieve-Alternatieven">Alternatieve Alternatieven</a><br>(Alternative Alternatives)</th>
<td><p>Exploration of lesser-known durable technologies and their possible applications in The Netherlands.</p>
<p>Final thesis for 'Energy and climate' BSc honours module.</p></td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127637">Interpretation of Latour's actor-network theory</a></th>
<td>An interpretation of Bruno Latour's actor-network theory, aimed at computational application, suggesting the possibility of developing a semantically and interpretively neutral tool for the analysis of information.</td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127450/Connecting-First-And-Third-person-Perspectives">Connecting First- and Third-person Perspectives</a></th>
<td>A generalization of consciousness as resonant patterns in complex (non-linear) systems, and an information-theoretic argument exploring upper limits to self-consciousness and self-knowledge.</td>
</tr>
<tr>
<th><a href="http://www.scribd.com/doc/57127744">The Quantum Measurement Process</a></th>
<td>Discussion of the typical aspects of a measurement process in quantum physics, the interpretation thereof and the description of such a process wherein classical 'macroscopic' behaviour is shown to emerge naturally (ie. without a collapse postulate).</td>
</tr>
</table>
</section>
<section class="languages">
<h3>Language Skills</h3>
<table>
<tr>
<th>Dutch</th>
<td>native</td>
</tr>
<tr>
<th>English</th>
<td>fluent</td>
</tr>
<tr>
<th>Portuguese</th>
<td>advanced</td>
</tr>
<tr>
<th>German</th>
<td>intermediate</td>
</tr>
</table>
</section>
<section class="interests">
<h3>Personal interests</h3>
<ul>
<li>Agroforestry and climate resilience</li>
<li>Philosophy (of science, language and mind)</li>
<li>Circular and collaborative macro- and micro-economics</li>
<li>Traveling and hospitality</li>
<li>Meditation, yoga and introspection</li>
</ul>
</section>
<footer>
Last modified: September 29, 2023<br>
Most recent version: <a href="https://dokterbob.github.io/cv/">https://dokterbob.github.io/cv/</a>
</footer>
</body>
</html>