TOUCODE

Exit simplified view

About Me

Hello there, I'm Touko. During the past year I have worked as full-stack programmer at Maketrade but my interest in programming doesn't stop at webdev. I find the internals of databases extremely fascinating, enjoy an occasional game jam, and play with the idea of scaling my hobby projects for millions of users.

Also I'm doing freelancing. If you are interested, check out my main website.

Projects

Course Schedule planner

A tool that helps upper secondary school students plan their course schedules and automates the picking process to the school system. Built with Solid.js and Rust via WASM.

Homework Manager

Web App made to help students manage their homework. The app is made with Next.js and Firebase.

Rocket Game

A space themed web game made during my work practice program at Rakettitiede. Destroy all debris and make a landing as fast as you can.

Online Notepad

Simple notepad webapp created with react in the frontend and node in the backend and PostgreSQL as database. The app is hosted on Heroku.

Android Racing Game

A racing game made for Android devices. Drive through the traffick and collect coins as much coins as you can.

Driving Ai

A neural network that learns to drive a 2d car. The neural network is trained with genetic algorithm.

Introduction App

Todolist webapp to manage the steps that need to be made when new people are introduced to a company. App is made during my work practice program at Fraktio.

Alias Timer

A simple timer made with HTML, CSS and Javascript. The desinged to work well with Alias Board game.

Drawing Machine

Program that converts path data to a group of rotating vectors using fourier series. The program is made with Java using Processing library.

Game Of Life

A game of life with metaball-like glowing effect. The program is made with Java using Processing library.

Djikstra's Algorithm

Simple interactive implementation of Djikstra's algorithm.