Hey, I'm Mark

I tinker with code

~12 years of breaking things

Mostly messing around with C#, .NET, WPF, Node, HTML, and Docker. Sometimes it even works. This is my little corner of the internet.

public class Tinkerer
{
    public List<string> Toys = new()
    {
        ".NET",
        "Docker",
        "HTML",
        "Javascript",
        "Node.js",
    };

    public void Tinker()
    {
        // Try stuff, break it, maybe fix it
        while (true)
        {
            if (coffeeLevel > 0) learn();
            else GetCoffee();
        }
}
scroll

What I tinker with

.NET
Advanced
Docker
Intermediate
HTML
Advanced
Javascript
Intermediate
Node.js
Learning

Some stuff I've made

Say hi

Want to chat?

Got a project idea, want to collaborate, or just want to say hi.