-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·60 lines (53 loc) · 3.72 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="custom.css">
<noscript>
<link rel="stylesheet" type="text/css" href="noscript.css">
</noscript>
</head>
<body>
<h1>About Melvin Roest</h1>
<p>
<em>In a mere two hours, Melvin was productive in the codebase I worked on.</em> ~ <a target="_blank" href="https://www.linkedin.com/in/timothytjen/">Timothy Tjen Alooi (Full Stack Developer)</a>
</p>
<p>
<em>Melvin is crazy in a positive sense.</em> ~ <a target="_blank" href="https://www.cs.vu.nl/~eliens/">Prof. Dr. Anton Eliëns</a> (warning confusing website ahead!)
</p>
<p>
<em>Melvin inspires people to accelerate their education.</em> ~ <a href="http://www.advalvas.vu.nl/tips-trucs/doe-de-dubbele-master" target="_blank">The University Newspaper - Ad Valvas</a>
</p>
<h1>Portfolio Highlights</h1>
<p>At university I gained experience in (Game, Web & App) <a class="toggle_no_script" href="#dev" onclick="switchActive(this, event)">Development <span class="guillemet">»</span></a>, <a class="toggle_no_script" href="#edu" onclick="switchActive(this, event)">Education <span class="guillemet">»</span></a> and <a class="toggle_no_script" href="#psy" onclick="switchActive(this, event)">Psychology <span class="guillemet">»</span></a>. For work related experience, see my <a target="_blank" href="https://www.linkedin.com/in/melvinroest">LinkedIn</a>.
</p>
<div id="dev" class="hidden">
<h2>Development</h2>
<ul>
<li>Check out my home grown computer graphics engine! (<a target="_blank" href="https://www.youtube.com/watch?v=PH6-dLvZEiA">YouTube</a>, 2 min.)</li>
<li>Once upon a time I prototyped a game in Unity3D (<a target="_blank" href="https://www.youtube.com/watch?v=qTIZ-_UFXqQ">YouTube</a>, 5 min.)</li>
<li>Me demonstrating how to do: SQL injections, CSRF (stealing cookies), XSS, hacking encryption, reverse engineering a binary with GDB and IDA Pro hunting for a secret key (<a target="_blank" href="https://www.youtube.com/watch?v=rgigC-xic_Y">YouTube</a>, Dutch language, 52 min.)</li>
<li>Understand the science behind sentiment analysis on Twitter (<a target="_blank" href="articles/sentiment.pdf">PDF</a>)</li>
</ul>
</div>
<div id="edu" class="hidden">
<h2>Education</h2>
<ul>
<li>I worked as a teaching assistant, teaching fellow and part-time lecturer at both universities in Amsterdam.</li>
<li>I performed experiments on accelerating my own education. My biggest success has been attaining a bachelor degree in 2 years. In total, I studied for 8 years in time, obtained about 10.5 years worth of subjects. I have diploma's for 9 years (+ cum laude & honors) and have 2 years of full-time work experience and have been active as a board member of 3 student organizations (ESN, Ace Connect and Techclub). With a simple tweak I could have done this in 6 years, provided I knew the results of my final big experiment.
</ul>
</div>
<div id="psy" class="hidden">
<h2>Psychology articles written by me</h2>
<ul>
<li>I wrote my thesis on hypermedia (and frustration detection) (<a target="_blank" href="ximpel">Link</a>)</li>
<li>I wrote an article about the science behind intuition (<a target="_blank" href="articles/intuition.pdf">PDF</a>)</li>
<li>I wrote an article about the science behind frustrated gamers (<a target="_blank" href="articles/frustration.pdf">PDF</a>)</li>
</ul>
</div>
<h1>Let's have a chat</h1>
<p>To prevent automated bots from chasing me across the interwebs I made a riddle about my email address. My email provider is gmail.com</p>
<p>
Here is the riddle: [first name][last name][at][email provider]
</p>
<script type="text/javascript" src="custom.js"></script>
</body>
</html>