import React from 'react'; import {Link} from 'react-router-dom'; const Home = () => { return (

Hallo, my name is Kevin.

Nice to meet you! :)

I am a programmer and enjoy building software. I have done configuration automation, DXP development.

When it comes to technology and engineering, I am always curious and eager to learn and adept myself. One of the things I enjoy the most is being able to teach others. Interns who enthousiastically become better programmers themselves through my knowledge is amazing! Check out my Software journey.

My other interests are:

  • amateur radio
  • Linux
  • electronics
  • learning Japanese
  • woodworking
  • synthesize music
  • yoga

I am based in Helmond, the Netherlands.

github icon


This site was made with: React, Bootstrap, Nginx and Docker
on DigitalOcean cloud droplets.

) } export default Home;