I tinker with code
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();
}
}
Got a project idea, want to collaborate, or just want to say hi.