"Skill comes from consistent and deliberate practice."

LogMyExercise

Programming, Full Stack Developer, React, SQL, Django

A web-based application where a user can register multiple types of workouts, set goals and view the progress. This project quickly became a very good platform for me to gain practical experience in web-programming, testing, continuous integration, database design and much more. The backend is written in Django and communicates with the client through a REST API. The client is built in React and is using hooks, redux and sagas. It is a work in progress but my ambition is to soon publish the website for you to view.

Water pump

Node-Red, Grafana, InfluxDB, MQTT

A watering system for my plants at home. I used an esp as client which controlled the pump. In building this system I gained experience with soldering, relay cards, circuit diagrams and much more. As a challenge, I decided to implement the server-side from scratch which included building a server with express.js which communicated with the esp through an MQTT broker, logged the values with InfluxDB, presented information with Grafana and automated the watering with Node-Red.

Leader of youth handball team

Leadership, Volunteering, Teamwork

I have been responsible for a youth handball team’s physical training. This was a role I held for over 4 years and had the opportunity to be a part of an incredibly competent group of coaches. With good structure, lots of engagement and many hours of hard work we became the largest team in our age category and managed to have all 3 of our teams be a part of the last 32 teams standing in the Swedish Championship (which had never been done before). This engagement resulted in many hours of contemplating and learning about how I could best contribute to the development of the players. I took multiple courses, planned countless workout-sessions and developed a website where the players could take part in my thoughts regarding exercise, sleep, nutrition and mental aspects.

Literature

Learning, Knowledge

My favorite genre is non-fiction. I deeply appreciate a well-written book that manages to explain the underlying reason of why things are as they are and presents new perspectives on everyday things. Therefore, some of my favorite subjects are psychology, personal development and behavioral economics.

Algorithms in haskell

Functional Programming

Haskell is a purely functional programming language. Learning haskell requires one to change the way of thinking about programming and adopt a new paradigm. I have used haskell to solve a few common CS-problems which can be found in this repo. Currently, only a few problems are displayed but I would argue solving these in haskell requires an understanding of the functional programming paradigm.