A chronological timeline of late-night commits, architectural ramblings, and code experiments.
Developer Log
-
Lessons from writing a frontend backend in pure JS
A reflective piece on restoring the Joy of Coding through embracing absurdly pointless projects that you can't fail at making successful. Because failure is written into the objectives for success. Well, sort of.
-
Dynamic code execution in Roslyn
The original article about dynamic compilation in .NET Framework is a cool war story, sure. But aren't you even a little bit curious how to use .NET Core and Roslyn to achieve similar levels of irresponsibility as a developer? Or just how to execute code dynamically for more... reasonable purposes?
-
Type-safe dynamically compiled C# code in .NET Framework
How to implement all the glorious upsides of PHP-style live edits on prod, along with every single one of its caveats, drawbacks, and other headaches. And then avoid adding any extra ones.
-
Hello, World
The why behind the what, a look inside the author's mind and behind the curtain. Or something like that, generally speaking.