Recent Posts

Enum in Typescript is leaky

1 minute read

Enums exist. They’re not evil. But if you’ve written a TypeScript enum, you’ve already lost the argument. Take a look a the following example:

LINQPad, the scratchpad for .NET!

1 minute read

A long time ago (Before AI, before agentic engineering), we created code by hand. As a .NET developer, one of the most time-consuming things was crafting com...

Using multiple git acounts

1 minute read

Working with multiple Git accounts on the same machine can quickly become confusing. One moment you’re committing to a personal project, the next you’re push...