woutergr/public/index.html

105 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Wouter Groeneveld</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="woutergr.css" />
</head>
<body>
<div id="header">
<div id="image"></div>
<h1><small>dr. </small>Wouter Groeneveld</h1>
<div id="profession">Brain Baker</div>
<p id="keywords">Baker, Software Engineer, Computing Education Researcher, Writer, Teacher.</p>
<div id="scrollhint">&darr;</div>
</div>
<h2>Summary and Links</h2>
<p>
As a <em>Brain Baker</em>, my broad areas of interest facilitate baking diffuse thoughts into concrete new ideas. I love inspiring others to bake their brain (and bread) as well. <br/>
As a software development generalist, I am very skilled at static, dynamic, and functional languages. I approach problems test-first and value knowledge sharing. I took on various roles from agile coaching to technical lead. <br/>
As an academic researcher, I study how software engineers creatively discover and solve problems. I value science communication and summarize findings for broader audiences. I regularly teach both in industry and in academia.
</p>
<dl>
<dt>Blog</dt>
<dd><a href="https://brainbaking.com">brainbaking.com</a></dd>
<dt>Published Works</dt>
<dd><a href="https://brainbaking.com/works/">brainbaking.com/works/</a></dd>
<dt>Affiliation</dt>
<dd><a href="https://iiw.kuleuven.be/onderzoek/ether">KU Leuven, Engineering Technology Education Research</a></dd>
<dt>Contact</dt>
<dd>Email: <a href="mailto:wouter@brainbaking.com">wouter@brainbaking.com</a></dd>
</dl>
<section class="refs">
<h2>Curriculum Vitae</h2>
<ul class="cv">
<li>
<span class="date">2023—now</span>
<span class="title">Postdoctoral Researcher, KU Leuven</span><br/>
I participate in European projects focused on increasing the quality of engineering education.
</li>
<li>
<span class="date">2018—2023</span>
<span class="title">PhD Researcher, KU Leuven</span><br/>
I divide my time between 50% research, studying creativity in computing education, and 50% teaching, building many courses from scratch, including software engineering, databases, software design in C/C++, and operating systems.
</li>
<li>
<span class="date">2016—2018</span>
<span class="title">Guest Lecturer, PXL Hasselt</span><br/>
I teach clean code and test-driven development courses to both college students and their teachers to further support the informatics curriculum.
</li>
<li>
<span class="date">2014—2018</span>
<span class="title">Senior Software Developer, Prato</span><br/>
I coach and support colleagues within and across multiple software development teams. I help lay the foundations for a self-improvement culture and give multiple internal and external talks on motivation, inspiration, and productivity.
</li>
<li>
<span class="date">2012—2014</span>
<span class="title">Teamcoach, Cegeka</span><br/>
I develop software together with the rest of the team while also helping overcome technical and collaborative challenges. I coach junior developers and monitor and safeguard our internal agile values.
</li>
<li>
<span class="date">2011—2014</span>
<span class="title">Guest Lecturer, Thomas More, Geel</span><br/>
I taught multiple workshops and courses, such as: JavaScript as a dynamic and functional language, agile software engineering, and an introduction to self-improvement and getting things done.
</li>
<li>
<span class="date">2007—2012</span>
<span class="title">Agile Software Developer, Cegeka</span><br/>
I am part of the Cegeka Agile Software Factory that delivers enterprise software with co-located teams. I help facilitate lean software development principles such as pair programming and test-driven development.
</li>
</ul>
</section>
<section class="refs">
<h2>Education & Training</h2>
<ul class="cv">
<li>
<span class="date">2018—2023</span>
<span class="title">Doctor of Engineering Technology, KU Leuven</span><br/>
Thesis: Identifying & Amplifying Non-Technical Skills In Software Engineering Education.
</li>
<li>
<span class="date">2003—2007</span>
<span class="title">Master of Computer Science, Hasselt University</span><br/>
Specialization: Human Computer Interaction.
</li>
<li>
<span class="date">Certificates</span>
<span class="title"></span>Sun Certified Java Developer, Zend Certified PHP Engineer, SpringSource Certified Spring Professional, Certified Scrum Master.
</li>
</ul>
</section>
<p>&nbsp;</p>
</body>
</html>