Projects

Welcome to my Projects Page!

This is where I get my hands dirty and dive into the fascinating world of programming languages. I use this space to showcase the cool projects I’ve been working on, helping me sharpen my existing skills and explore new ones along the way. It’s all about continuous learning and pushing the boundaries of what I can do with code.

I am imageless

TSI webpage

TSI is the sports organization for the students at UiT, I joined the board as IT responsible in 2022. One of my main acomplishments in my position has been to develop and launch the webpage.

I am imageless

Workflow tools

Having good workflow tools is really important when working on several projects at the same time. This became more prominent in my later years at university where I had to balance several assignments at the same time as well as my personal programming projects. This led me to create som basic shell-scripts to help organize projects, as well as automate tedious tasks.

I am imageless

Clustering algorithms

Clustering is a form of unsupervised learning, where labels are inferred from similarities in the data. K means K-means is an iterative clustering algorithm that classifies unlabeled into K different classes by finding K mean values best representing the given dataset. Let $K$ be the number of clusters $i ∈ {1, 2, 3, . . . K}, i$ represent each individual cluster and the mean value assigned to it, and $D$ represent the dataset to perform the K-means clustering on:

I am imageless

Wordle solver

Wordle is a game similar to mastermind, in which you have guess the right word (sequence of letters). It also happens to be a favorite acticity when procrastinating. Having solved it a few times I wanted to create a program to solve it for me. Thus the work towards a wordle solver began.

This page

A side project of mine to get more comfortable with html and css, as well as a perfect platform to share some of my personal projects, as well as a way to share some of my favorite recipes and scribles.