Posts

Use a C# record type to declare a reusable tuple type (DRY)

Iterating the values of an enum (enumeration type) in C#

Adding Jitter to solve Overplotting in a Pandas chart (overlapping data points)

Generate a consistent (deterministic) hashcode in .NET Core (if that does not cause a security issue)

Generate a markdown summary of your C# unit tests via a simple C# script (CSX script executed via dotnet script or CSI.exe)

Using Python to automate calendar generation and image manipulation via matplotlib tables and PIL/pillow image library

Finding dead or unused TypeScript code (unused exports)

Towards type safety: Adding type hints (annotations) to Python code

Versions and properties of ONNX Machine Learning model (opset, IR, domain...)

Outputting a data table in Markdown format using Python Pandas

Plotting a pie chart with 'other' slice using matplotlib and data prepared via Pandas