About me
var aboutMe = AboutMeBuilder
.Create()
.WithLocation("Oslo, Norway")
.WithOccupation("Developer and CoWorker at CoWork")
.WithEducation("Master in Informatics - Programming and Systems Architecture")
.WithHighlightedSkills(["Integrations", "Migration", "TDD", "DDD"])
.WithInterests(["Embedded", "Kernel Dev", "Emulator Dev"])
.WithLanguages(["Norwegian", "English"])
.Build();Highlighted Projects
In 2019 I thought to my self that writing a GameBoy emualtor would be easy. In 2025, after many years of procrastination and restarting the project using C# instead of C++ as the main language, I finally got it to a stage where it runs. But not without some great help from two MVPs @murillio4 and @EilifTS.



