Milan's homepage

Hi. Welcome to my homepage. I'm a software dev that graduated from Tampere University at the end of 2022 and I'm currently working at Remion on IoT related software. Before that I worked at Atostek on various kinds of software development.


Links


Personal projects

Below you can see some projects that I've worked on on my free time. Most of them are prototypes to get to know new technologies, but some are made just for fun. Each project's readme should contain a more detailed description of it's content.


Web

Cryptocurrency market page

A basic coinmarketcap/coingecko clone. Using coincap.io api's. Built on Next.js and hosted in vercel.
Repository Webpage

Finnish electricity prices

A project to graph day ahead electricity prices in Finland. Data from entsoe. Built on Next.js and hosted in vercel.
Repository Webpage

Steam sales page

A project that was made to get more familiar with nextjs. The site lists sales status of various steam games. It's hosted in vercel.
Repository Webpage

Sadekartta

A project that was made to get familiar with functional components and hooks in react. It's a webpage for visualizing cumulative rainfall around Finland.
Repository Webpage


Gameboy

These were made mostly to get more familiar with programming closer to hardware. All written in C for GBA/GBC/DMG. Including physical cartridges.


Repository


Repository


Repository


Other

RN-kelikamerat

A react native based android app to show finnish road weather cameras, sorting cameras based on distance to current location
Repository Google Play

Infinijumper

2D Android platformer with procedural level generation. Made with Godot.
Repository Google Play

Tetris ai

Tetris ai made using python-neat.
Repository