package main
type Developer struct {
Languages []string
Frameworks []string
Infra []string
Available bool
}
var me = Developer{
Languages: {"Go", "C#", "JS", "Bash", "HTML5", "CSS", "PHP", "SQL", "Python"},
Frameworks: {".NET", "React", "Node", "Livewire", "Vue", "Tailwind"},
Infra: {"Linux", "Docker", "Nginx"},
Available: true,
}
I'm a developer who likes building things that are both functional and look great. This isn't a traditional portfolio — it's an interactive showcase where you can actually use and play with what I've built.
Click around, break things, see how it works.
Physical servers running 24/7 in my dev room — I don't just deploy to servers, I own and manage them.
Click anything. That's the point.
Buttons, toggles, modals, tabs — interactive components you can click and trigger right in the browser.
HEX ↔ RGB ↔ HSL converter with live preview, clipboard copy, and a CSS gradient builder.
Live trivia game powered by a public API. Multiple categories, timed questions, and score tracking.
Classic Snake built with the Canvas API. WASD or arrow keys, increasing speed, high score tracking.
A fully interactive shell emulator. Browse a real project structure, cat source files, run fake Go/C# commands.
Watch sorting algorithms run in real time. Bubble, Quick, Merge, and more — with step counters and speed control.
Paste any HTML source and get a full SEO audit: meta tags, headings, images, OG, schema, keyword density, score.
Live-updating server monitor: CPU/memory/disk gauges, service management (start/stop/restart), real-time log stream.
Interactive network topology of my self-hosted stack — Caddy reverse proxy, Proxmox VMs, Docker services, TrueNAS storage.
{
"email": "davedevisser03@gmail.com",
"github": "github.com/blubdevllc",
"linkedin": "linkedin.com/in/davedevisser",
"bedrijf": "cyberservers.nl",
"status": "open to opportunities"
}