About Me

I've been programming for about 6 years, mainly working on my own projects. I'm particularly passionate about Machine Learning and I also have some experience with Web Development. I'm quite interested in Business as well, which is why I'm doing a bachelors in International Business on the side.

In my spare time, I enjoy working out, cooking, as well as reading (mainly Fantasy novels). Apart from those things, I like fishing, watching movies with my dad, listening to music, and generally hanging out with my friends.

Education

I'm currently studying 200% of normal study rate at Lund University in Lund, Sweden. The two programmes I'm studying are:

Master of Science in Engineering, Computer Science and Engineering -- 300 HP (2nd year)

Bachelor Programme in International Business -- 180 HP (1st year)

Programming

I have experience with the following languages and frameworks (hover for the amount of experience)

Python
6 years
Javascript
2 years
Java
1 years
Scala
Less than 1 year
HTML
3 years
CSS
3 years
TensorFlow
(Python)
4 years
React
(Javascript)
2 years
Django
(Python)
2 years

Projects

I've worked on my own projects for several years, and these can be found on my GitHub. Most of these are relatively small, such as solving machine learning problems, though the following projects were quite time-consuming and taught me a lot.

Additionally, I built this website with basic HTML and CSS.

Mediareviewr

Python
Django
Javascript
React
HTML
CSS

A fully functioning Social Media Website specifically dedicated to Movies, Books, etc. Basically a combination of Facebook and IMDB. Built with the Python framework Django for the backend, and the Javascript framework React for the frontend (as well as HTML and CSS).

Users can create accounts and add information such as their favorite movies to these accounts. Accounts can, for example, create posts and join groups, and follow each other.

It uses AWS to host images, and the backend itself is hosted using Heroku. This project taught me a lot about Web Development as well as working on large scale projects.

Available at www.mediareviewr.com

Muskie

Python
Machine Learning

A Machine Learning Framework built from "scratch" using Python, as well as the mathematics library Numpy. It allows users to create their own machine learning models, as well as create datasets that models can be trained on.

This project taught me a lot about machine learning, of course. I had to thoroughly understand the mathematical basics of machine learning, such as optimizing, the different types of layers, etc.

Additionally, as it is a framework meant to be used by anyone with machine learning knowledge, I had to extensively consider intuitiveness, error-handling, and project structure.