Software Development

  • The Wails Project

    Why Wails? It’s a framework that greatly simplifies the differences when attempting to develop cross-platform desktop…

  • .NET/C# Why not to use variable typing?

    TLDR: Using var speeds up writing code but makes reading code more difficult. It’s very tempting…