SequelScope - SQL Dashboard

SequelScope is a simple dashboard created to view SQL tables in live view. The tool lists out databases running on the server and establishes websocket connections for real-time data viewing. Built using Go for backend communication with simple web interface.

Preview of SequelScope - SQL Dashboard


Snippetbox - Web Application

Snippetbox is a web application developed following the "Let's Go" book tutorial. The application demonstrates idiomatic Go development practices and modern web security implementations. The project utilizes MySQL database for data persistence and Go's built-in templating system for the frontend. Key security features include TLS, CSRF protection, and secure user authentication.

Preview of Snippetbox - Web Application


Eye on the Prize - Video Game

Eye on the Prize is a video game that was developed as a second-year autumn semester project at Lapland University of Applied Sciences as a group project. The project requirements included designing a controller to play the game. The game was built using the Unity game engine.

Preview of Eye on the Prize - Video Game


Mieli - Mind Mapping Application

Mieli is a native web application for creating mind maps. This application is built with Tauri using JavaScript and Svelte for the user interface, which communicates through Tauri's built-in API with a backend written in Rust.

Preview of Mieli - Mind Mapping Application


Put to Sweep - Video Game

Put to Sweep is a video game that was developed as a group project during a summer course at Lapland University of Applied Sciences. I worked as a programmer on the project, producing among other things the AI logic and music for the game. The game was built using Unreal Engine 5.

Preview of Put to Sweep - Video Game


Cross-platform Mobile Job Search Application

A mobile application for job searching that utilizes Google's job posting API. The application is implemented using Expo development tools, allowing the same source code to be built for both iOS and Android.

Preview of Cross-platform Mobile Job Search Application