André Wolden
Just a picture of me. Not important.
A collection of things
This is a collection of things which I have worked on in my spare time. Both for fun, and to practice.

andrewolden.com

andrewolden.com is made using Elm. I chose Elm to get in some more functional programming practice, and at the same time test out elm-ui. The repository is here

Kubernetes cluster

I built a Kubernetes cluster at home. It's running on a couple of Raspberry Pi's. The reason for doing that was again to get hands on practice, but also because I wanted to have a free place to run any hobby app that I wanted. Often I want to have something running somewhere. I would pay about 10$ a month choosing to run it on Heroku But I just got a headache thinking about whether I would keep paying for it each month or not I just didn't want to have to think about it anymore. I've started writing an article about setting up the cluster. It's not finished, but if you're interested you can find the article here

Funkoa

A simple React frontend served by nginx, and runs in my Raspberry Pi Kubernetes cluster. The purpose of making the app was to see that I was able to use Traefik in my cluster to get tls (https) working. And also to get any other hobby app available at a subpath of the domain.

Minesweeper

My version of Minesweeper made with Elm. Currently hosted in my private cluster
here

Minesweeper article

Bekk publishes a functional christmas calendar in december with a new article about functional programming for each of the days up until the 24th. I wrote about making Minesweeper in Elm. You can read it here