File tree 3 files changed +15
-12
lines changed
3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
- name : Design Patterns
2
2
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"
4
4
- name : Web Development
5
5
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"
7
16
- name : Computer Networks & Communication
8
17
level : ' Intermediate'
9
18
desc : " I've setup multiple linux servers and like to work with IoT"
10
19
- name : Android (Java)
11
20
level : ' Intermediate'
12
21
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'
19
22
- name : Photoshop / Illustrator
20
23
level : ' Basic'
21
24
desc : ' I use it for personal projects and to improve art skills!'
Original file line number Diff line number Diff line change 25
25
< div class ="col col-lg-6 col-md-6 ">
26
26
< p >
27
27
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
30
30
projects including < b > Team Leadership</ b > and < b > Software Architecture</ b > .
31
31
</ 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 >
33
33
</ div >
34
34
< div class ="col col-xs-12 col-md-6 margin-t-20 ">
35
35
< ul id ="contact-list " class ="list-unstyled " style ="max-width: 300px; ">
@@ -59,7 +59,7 @@ <h3>· Skills</h3>
59
59
{% for skill in site.data.resume.skills %}
60
60
< li >
61
61
< 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 >
63
63
</ p >
64
64
< small class ="no-margin text-lightgrey "> {{ skill.desc }}</ small >
65
65
</ div >
You can’t perform that action at this time.
0 commit comments