AutoHotkey Better than Original FN1-FN12 Remap with AutoHotkey Remapping the FN keys to different key combinations provides increased convenience and improved productivity. This article demonstrates how this can be accomplished using AutoHotkey.
C# Crispy DRY Tests in xUnit/C# This article explains how to write DRY unit tests for the xUnit framework. A production-ready approach inspired by Jest/Jasmine frameworks.
AutoHotkey Useful AutoHotkey Scripts For Developers In this blog post, you'll find a couple of useful AutoHotkey scripts to inspire, simplify and improve your daily tasks.
C# C# via RoslynAPI - The Big Picture This article shows everything C# program can contain. I mean it, EVERYTHING. After reading this article you'll understand what is possible in ANY C# program. Based on RoslynAPI.
C# C# RoslynAPI SyntaxTree - Variables Are Not Variables (Gotchas) Why are variables not just variables in RoslynAPI? A gentle introduction to the world of the latest C# compiler platform.
WSL Better than Docker on WSL2 IntroductionCurrently, there is a lot of hype around WSL and WSL 2 on Windows. It allows us to run almost any Linux application, including Docker. It even allows us to
WSL Using Visual Studio Code to access files on Linux from Windows (WSL) This article is based on the official Visual Studio Code documentation: Developing in WSL | VS Code Docs but extends it with a practical example. Introduction and The ContextLet's say, you