Kjell Vos Portfolio!

I post about code here and other IT related subject matter.

Category: English

Project Euler problem 1 Java

In this blog post we will be taking a look Project Euler problem 1 in Java. Project Euler is a great website to train mathematics and programming, You can choose a language and figure out some of the problems. Just know the first problems are the easiest and later ones more difficult. The first problem

Data visualization of music listen history

I have been busy with data visualization. I have my music listen history from 6/17/2015 till 10/20/2020. I used this to visualize the data. Feel free to zoom in, the graph’s are all interactive. Double click zooms back out. it’s not very mobile friendly I advise you to turn your screen so that it’s wide.

From Java to Python, All you need to know!

Recently I started learning Python. As a java programmer I thus went directly from Java to Python. Here are some general thoughts of mine on python. I like that python has no end of line signal and it forces developers to use proper indentation. I actually had some problems with me still placing the end

Development lookback #1: Risk

Hello, In 2015/2016 i created this version of RISK in HTML/CSS/PHP and JS(JQuery). It was unfinished(but working) when I had to turn in this assignment. For a quick look you can watch this video: Link for mobile users: video How does the game work? The game is very simple. Once the game has started every

ZombieShooterGame Development Log #1

Hello! This is the first development log or DevLog for short for my game that is called ‘ZombieShooterGame’, Atleast it’s named that for now. Here is a video to get a quick impression on where i am. Link for mobile: Youtube Video This is the basic code about the decision making for pathfinding and steering:

My IT work environment.

Asus VivoBook Pro N580VD Intel Core i7 (7th Gen) 7700HQ / 2.8 GHz 16GB DDR4 SDRAM 4K(3860*2160) display scherm NVIDIA GeForce GTX 1050 512GB M.2 SSD 1TB 7200RPM HDD For programming i usually use JetBrains software, I like that it helps focus on what is important. The code. IntelliJ is what I use most as