02 — network
// this I created, because I had to
The response is the work
Seven builds, fetched straight from the source. Hover a row to peek at a project — click it and the terminal runs it in its own window.
$
These are my real projects — open any row for a closer look. Not a terminal person? ✦ explain this tells you what you're looking at, and ⊞ gui view turns it into plain clickable cards.
03 — backend
// this I learnt, because I kept building and had to
Skills, in context
1using Visma.Flyt; // current employer2using Daniel.Curiosity; // imported in primary school34var builder = WebApplication.CreateBuilder(args);56// learnt by building, not by listing7builder.Services8 .AddLanguages("C#", "TypeScript", "JavaScript", "Python")9 .AddFrontend(Vue, Next, React, Tailwind)10 .AddBackend(Node, Express, AspNet)11 .AddDatabases(PostgreSQL, MariaDB, MySQL, Redis);1213var app = builder.Build();1415app.UseTooling(Git, Docker, Nginx);16app.UseSideQuests(Blender, UnrealEngine); // 3D is code with vertices1718app.MapGet("/motivation", () => "I have to.");1920app.Run(); // since age ~10
1using Visma.Flyt; // current employer2using Daniel.Curiosity; // imported in primary school34var builder = WebApplication.CreateBuilder(args);56// learnt by building, not by listing7builder.Services8 .AddLanguages("C#", "TypeScript", "JavaScript", "Python")9 .AddFrontend(Vue, Next, React, Tailwind)10 .AddBackend(Node, Express, AspNet)11 .AddDatabases(PostgreSQL, MariaDB, MySQL, Redis);1213var app = builder.Build();1415app.UseTooling(Git, Docker, Nginx);16app.UseSideQuests(Blender, UnrealEngine); // 3D is code with vertices1718app.MapGet("/motivation", () => "I have to.");1920app.Run(); // since age ~10
$ dotnet run --project daniel
[INFO] building skills... done in 9 years (still running)
[OK ] frontend mounted: vue, next, react, tailwind
[OK ] backend wired: node, express, asp.net
[OK ] databases connected: postgres, mariadb, mysql, redis
[OK ] tooling ready: git, docker, nginx
[WARN] side quests detected: blender, unreal — productivity unaffected
[INFO] GET /motivation → 200 "I have to."
[INFO] listening on daniel.mostad1@gmail.com
That's real C# in the editor, and the log it prints — my skills, shown as the code that uses them. Not a coder? ⊞ gui view re-rolls me as a game character.
04 — data
// this I have done, because I have to
The career, queried
sql>SELECT * FROM experience WHERE passion = true ORDER BY year DESC;SELECT * FROM experience WHERE passion = true ORDER BY year DESC;▌
- 2025 —
IT Developer Apprentice @ Visma Flyt
shipping real features for real users — C#, ASP.NET, Vue, PostgreSQL
- 2023 – 25
Information Technology @ Åssiden vgs
two years vocational IT (year one with media production) — chosen, not assigned
- 2020 – 23
Secondary school @ Svensedammen
where Minecraft commands quietly turned into actual code
- ~2016
First programs @ home
command blocks in Minecraft → "what else can I make this computer do?"
(4 rows returned in 7 ms — passion filter matched everything)
05 — kernel
// no one tells me to. no one has to.
Behind the terminal
daniel@zingico:~$systemctl status daniel --fullsystemctl status daniel --full▌
[ OK ] curiosity.service — active since primary school
[ OK ] problem_solver.daemon — refuses to exit before it understands
[ OK ] mounted /hobbies — rock climbing, skating, bandy, mountain hikes
[ OK ] sandbox_games.module — builds worlds off the clock too
[ OK ] render.pipeline — blender + unreal engine online
[ OK ] social.mode = extrovert — organizes the events, then debugs the wifi
[ OK ] lang.pack — norwegian (native), english (fluent)
[ INFO] peers report both "nerd" and "extrovert" — both are accurate
[ INFO] no one schedules this. it runs on passion, not cron.
daniel@zingico:~$contact --listcontact --list▌
daniel@zingico:~$echo $WHYecho $WHY▌
I have to.

