-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (277 loc) · 10.9 KB
/
index.html
File metadata and controls
317 lines (277 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>a View from the Rock</title>
<style>
body {
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.container {
line-height: 1.6;
color: #333;
max-width: 850px;
margin: auto;
padding: 40px;
}
section {
padding: 20px;
}
.container p {
}
.profile-img {
display: block;
margin: auto;
max-width: 200px;
border-radius: 50%;
}
.social-icons {
text-align: center;
margin-top: 20px;
margin-bottom: 40px;
}
.social-icons a {
display: inline-block;
margin: 0 10px;
color: #333;
}
.social-icons img {
display: inline-block;
margin: 0 10px;
width: 32px;
}
.menu-bar {
background-color: #333;
color: white;
padding: 10px 0;
text-align: center;
}
.menu-bar a {
color: white;
padding: 10px 20px;
text-decoration: none;
font-size: 16px;
}
.menu-bar a:hover {
background-color: grey;
}
h1 {
margin: 0;
color: #2c3e50;
font-size: 2.5em;
text-transform: uppercase;
letter-spacing: 1px;
}
h2 {
color: #2c3e50;
border-bottom: 1px solid #bdc3c7;
padding-bottom: 8px;
margin-top: 30px;
text-transform: uppercase;
font-size: 1.3em;
}
h3 {
margin-bottom: 5px;
color: #34495e;
font-size: 1.1em;
}
.job {
margin-bottom: 25px;
}
.job-header {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.job-title {
font-weight: bold;
color: #2980b9;
font-size: 1.1em;
}
.job-meta {
font-style: italic;
color: #7f8c8d;
font-size: 0.95em;
}
.skills-container {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.skill-column {
flex: 1;
min-width: 250px;
}
ul {
margin-top: 8px;
padding-left: 20px;
}
li {
margin-bottom: 5px;
}
.highlight {
font-weight: 600;
color: #2c3e50;
}
.tag {
display: inline-block;
background: #ecf0f1;
color: #2c3e50;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.85em;
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #dcdde1;
}
</style>
</head>
<body>
<header>
<h1 style="color: #ccccaa">Rock de Vocht</h1>
<p>Team Lead / Software Engineer</p>
<div class="menu-bar">
<a href="blog.html">Rock's blog</a>
<a href="gforcex/index.html" title="Rock's GForce-X game (work in progress)">GForce-X</a>
<a href="lunar-lander/index.html" title="Rock's fun little lunar lander game">Lunar Lander</a>
<a href="maze-runner/index.html" title="Maze runner game (work in progress)">Maze Runner</a>
</div>
</header>
<div class="container">
<section>
<h2>Professional Profile</h2>
<img src="rock.jpg" alt="Rock de Vocht" class="profile-img" title="Rock de Vocht">
<p>
Hi, I'm Rock! I am an innovative technical leader with a <b>Master of Science in Computer Science</b> and deep expertise in full-stack Software Engineering, Natural Language Processing, Cloud infrastructure, and Artificial Intelligence.
<br/><br/>
I have designed sophisticated big-data retrieval systems, managed complex Linux environments, and handled extensive external API and system integrations. I have a proven ability to lead development teams and create high-performance technical solutions. Others describe me as soft-spoken, social, and collaborative, with a focus on results rather than ego.
</p>
</section>
<section>
<h2>Core Technical Expertise</h2>
<div class="skills-container">
<div class="skill-column">
<strong>AI & Data Engineering</strong>
<ul>
<li><span class="highlight">Context Engineering:</span> RAG using OpenAI, Gemini, Ollama</li>
<li><span class="highlight">NLP:</span> Semantic Search, Symbolic Logic, Named Entity Recognition (NER), Pattern Analysis</li>
<li><span class="highlight">Big Data:</span> Spark, Cassandra (noSQL), Hadoop</li>
</ul>
</div>
<div class="skill-column">
<strong>Infrastructure & Development</strong>
<ul>
<li><span class="highlight">Cloud:</span> Azure, Google Cloud (GCP), AWS, Contabo, Linode</li>
<li><span class="highlight">DevOps:</span> Kubernetes, Docker, Terraform, Ansible, CI/CD pipelines</li>
<li><span class="highlight">Languages:</span> Kotlin, Python, Java, C#, C, Rust, Go, React js + TypeScript, C++, SQL, CQL</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Professional Experience</h2>
<div class="job">
<div class="job-header">
<span class="job-title">CSO / CTO | SimSage (UK) Ltd</span>
<span class="job-meta">Cambridge, UK | Jan 2020 – Present</span>
</div>
<ul>
<li>Architected a <strong>Graph-based Enterprise Semantic Search Engine</strong> utilizing advanced NLP
for context-engineering in LLMs.
</li>
<li>Integrated production AI workflows with <strong>Gemini, OpenAI, CoPilot, and AWS Bedrock</strong>.
</li>
<li>Created, built and maintained a massive codebase (250k+ lines) with 30+ enterprise connectors (SharePoint,
OneDrive, Google Drive). Big-data solution for handling millions of Enterprise documents securely.
</li>
<li>Optimized infrastructure using <strong>Terraform, Ansible, Ubuntu Server, Kubernetes, and Docker</strong>.</li>
</ul>
</div>
<div class="job">
<div class="job-header">
<span class="job-title">Developer (Contract) | MBIE, NZ Immigration</span>
<span class="job-meta">Wellington, NZ | May 2018 – Dec 2019</span>
</div>
<ul>
<li>Developed the <strong>Visa Assessment Tool (VAT)</strong> and Risk Analysis Project using C# and SQL on Azure/Linux.
</li>
<li>Applied Machine Learning for data quality and signal analysis on <strong>170 million unstructured records</strong>.
</li>
<li>Utilized Python and neural networks to extract statistically significant values from complex datasets.
</li>
</ul>
</div>
<div class="job">
<div class="job-header">
<span class="job-title">NLP Specialist | Booktrack.com</span>
<span class="job-meta">Auckland/Wellington, NZ | Mar 2016 – May 2018</span>
</div>
<ul>
<li>Led AI and NLP research and development, focusing on <strong>emotional text analysis</strong> and
contextual understanding.
</li>
<li>Designed an <strong>Automatic Speech Recognition (ASR)</strong> system for automated transcription and sentiment analysis.
</li>
<li>Managed deployments using <strong>Kubernetes and Docker</strong> across Google Cloud and Azure.</li>
</ul>
</div>
<div class="job">
<div class="job-header">
<span class="job-title">Senior Developer (Contract) | Verifone</span>
<span class="job-meta">Wellington, NZ | Jan 2015 – Mar 2016</span>
</div>
<ul>
<li>Key member of the Payment Gateway BAU team, responsible for troubleshooting and fixing complex, level-three support issues.</li>
<li>Performed extensive DevOps environment support and bug analysis for mission-critical financial systems.</li>
</ul>
</div>
<div class="job">
<div class="job-header">
<span class="job-title">Chief Scientist & Co-Founder | SYL Semantics</span>
<span class="job-meta">Wellington, NZ | 2008 – Jan 2015</span>
</div>
<ul>
<li>Created an innovative semantic search engine currently utilized by several <strong>NZ Government
departments</strong> (NZTA, MPI, MoH).
</li>
<li>Defined the technical roadmap and led a development team through the full SDLC and IP creation.</li>
<li>Managed complex integrations with external APIs including SharePoint, CRM, and social media
platforms.
</li>
</ul>
</div>
</section>
<section>
<h2>Education & Mentorship</h2>
<ul>
<li><strong>Master of Science in Computer Science</strong> – University of Auckland
<br><small>Thesis in AI, Natural Language Understanding (NLU), and Human Computer Interfaces (HCI).</small></li>
<li><strong>Bachelor of Science in Computer Science (Honors)</strong> – University of Auckland
<br><small>Awarded Senior Prize in Computer Science.</small></li>
<li><strong>Machine Learning Certification</strong> – Stanford University (Coursera).</li>
</ul>
</section>
<section>
<h2>Languages & Interests</h2>
<div>
<span class="tag">English</span> <span class="tag">Dutch</span> <span class="tag">German (Proficient)</span>
<span class="tag">French (Proficient)</span>
</div>
<p><small>Outside of engineering, I am a black belt in Wing Tsun Kung Fu and a composer of orchestral
music.</small></p>
</section>
<div class="social-icons">
<a href="https://github.com/rock3125" target="_blank"><img src="github.png" alt="GitHub"></a>
</div>
</div>
</body>
</html>