Skip to content

Commit 38910b7

Browse files
committed
Updated resume PDF and the resume page
1 parent 50b02bb commit 38910b7

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

_data/resume/skills.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
- name: Design Patterns
22
level: "Proficient"
3-
desc: "It doesn't matter which language you use, it matters how you use it"
3+
desc: "It doesn't matter which programming language you use, it matters how you use it"
44
- name: Web Development
55
level: 'Professional'
6-
desc: "Frontend, Backend. You name it, I've mastered the web"
6+
desc: "Experience for many years working on web solutions including many frontend and backend frameworks"
7+
- name: Machine Learning & AI
8+
level: 'Proficient'
9+
desc: 'Inspired by it, my final thesis consisted of using NLP techniques to create a successful solution'
10+
- name: Javascript
11+
level: 'Professional'
12+
desc: 'Javascript was the first programming language I started with!'
13+
- name: Continuous Development
14+
level: 'Professional'
15+
desc: "During development I know to use the tooling to focus on the real work"
716
- name: Computer Networks & Communication
817
level: 'Intermediate'
918
desc: "I've setup multiple linux servers and like to work with IoT"
1019
- name: Android (Java)
1120
level: 'Intermediate'
1221
desc: 'Made several Android apps for remote controlling Arduino, remote music player, etc.'
13-
- name: Javascript
14-
level: 'Professional'
15-
desc: 'Javascript was the first programming language I started with!'
16-
- name: Machine Learning & AI
17-
level: 'Intermediate'
18-
desc: 'Inspired by it, and definitely a topic I want to learn more about. I control the basics and can play around with virtual neurons'
1922
- name: Photoshop / Illustrator
2023
level: 'Basic'
2124
desc: 'I use it for personal projects and to improve art skills!'

files/Melle-Dijkstra-Resume.pdf

-164 KB
Binary file not shown.

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<div class="col col-lg-6 col-md-6">
2626
<p>
2727
My name is <strong>Melle Dijkstra</strong>. Experienced <b>Software Engineer</b> with 5 years of
28-
demonstrated history of working in the computer software
29-
industry. with diverse <b>hard</b> and <b>soft</b> skills developed through various
28+
demonstrated history of working in the computer software industry. Graduated from Hanze University
29+
of Applied sciences with diverse <b>hard</b> and <b>soft</b> skills developed through various
3030
projects including <b>Team Leadership</b> and <b>Software Architecture</b>.
3131
</p>
32-
<p>Working with computer science tools to create better solutions for the world.</p>
32+
<p>Personal tagline: <i>"ICT for global development & social good"</i>.</p>
3333
</div>
3434
<div class="col col-xs-12 col-md-6 margin-t-20">
3535
<ul id="contact-list" class="list-unstyled" style="max-width: 300px;">
@@ -59,7 +59,7 @@ <h3>· Skills</h3>
5959
{% for skill in site.data.resume.skills %}
6060
<li>
6161
<div class="margin-tb-20">
62-
<p class="no-margin">{{ skill.name }} <sub class="text-lightgrey">({{ skill.level }})</sub>
62+
<p>{{ skill.name }} <sub class="text-lightgrey">({{ skill.level }})</sub>
6363
</p>
6464
<small class="no-margin text-lightgrey">{{ skill.desc }}</small>
6565
</div>

0 commit comments

Comments
 (0)