I'm a 20 y.o Software Developer from Sweden, currently studying at Lund University.
I've been programming for about 6 years, mainly working on my own projects.
I'm particularly passionate about Machine Learning and 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 2 full-time programs at Lund University in Lund, Sweden. These are:
Master of Science in Engineering, Computer Science and Engineering
2.5 / 5 years - (Total 300 HP)
Bachelor Programme in International Business
1.5 / 3 Years - (Total 180 HP)
Programming
I have experience with the following languages and frameworks (hover for the amount of experience)
Work Experience
10 Jun, 2024 - 15 Aug, 2024
Software Engineer (Intern) - Full Time
15 Aug, 2024 - 31 Dec, 2024
Software Engineer (Intern) - Part Time
Developed an internal tool for visualizing projects and handling tasks. Collaborated with the team in order to make sure their needs were satisfied.
This opportunity to learn and contribute to one of the most innovative companies within the field taught me a lot about working on large-scale projects and collaborating with skilled professionals.
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 HTML, CSS, and Javascript.
A data labeling website built using Python Django for the backend and Javascript React for the frontend.
Allows users to create datasets and machine learning models without having to code.
Available online: dalinar.net
Watch video: https://www.youtube.com/watch?v=tQ2lUxumQV4
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
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.