It's me! Jasper Stolwijk

Yes, this is me, Jasper Stolwijk. I'm an IT Nerd and also an IT Student living my life in the Netherlands. Besides developing applications, I am a traveller, soccer lover and like gaming.

1
<?php
2
3
namespace Model;
4
5
class JasperStolwijk {
6
7
const PHP_KNOWLEDGE = true;
8
const MYSQL_KNOWLEDGE = true;
9
const REACT_KNOWLEDGE = true;
10
11
public function title()
12
{
13
echo "IT'S ME! Jasper Stolwijk";
14
}
15
16
}
17
developer activity

GIT is a requirement, not a skill

I can't imagine working on a project without using GIT. It has become my first instinct when thinking of a new project when developing something I am making sure that GIT is the right tool to find all my sources and to push all my code to. Making sure they get reviewed and I am reviewing other people their code.

Well-known with Laravel and Vue

Since 2019 I've been working with Laravel and Vue. Developing more knowledge around these frameworks are what I love doing. I've worked with a ton of projects which contained the Laravel framework and love continuing those projects. I want to become one of the VueJS and Laravel Masters in the upcoming years so that is what keeps me driving. If you want to see my projects working with Laravel you can find out a list of projects here.

laravel and vue
Copyright © Jasperstolwijk.nl All rights reserved.