This repository acts as a portfolio to highlight some of the software solutions I've developed over the years, everything from small scripts to large projects created alone or in collaboration with others. I will usually strip data and remove media files from portfolio items before publication, only keeping information relevant to demonstrate results and gained experience. If an item is made in collaboration with others, their names will be found in the authors section. Each portfolio item is contained within its own directory and I try to keep the content structure similar across all directories:
portfolio
├── small-script
│ ├── script.ext
│ └── README.md
├── medium-project
│ ├── code
│ │ └──code.ext
│ └── README.md
├── large-project
│ ├── code
│ │ └──code.ext
│ ├── media
│ │ └──histogram.png
│ ├── report.pdf
│ └── README.md
└── README.md
I usually have multiple projects in the air at the same time, below are a list of projects that are yet to remain published or for one reason or another warrant their own repositories:
Name | Description | Status |
---|---|---|
home-server | A self-built Linux server, both for educational purposes and for self-hosting some applications. | Paused, Published |
stylback.se | A self-hosted personal static website built from scratch, powered by Jekyll. | Ongoing, Published |
noise-evaluation-framework | A modular framework to evaluate deep learning model confidence in the presence of artificial noise, made in Python. | Paused, Published |
cancer-screening-webapp | A Digital Decision Aid Tool for individuals invited to participate in cancer screening programs, taking the form of a webapp. Made in collaboration with Karolinska Institutet and the Swedish Cancer Society. | Ongoing, Unpublished |
home-server-v3 | A third revision of my Linux server with more than enough changes to warrant a new repository. New hardware, new core services, additional security considerations, a lot of planning. | Ongoing, Unpublished |
If you have any questions regarding this portfolio or any particular item in it, don't hesitate to reach out to me via email (the address of which is listed on my website).