Tagged with "programming"
Solving the Dictionary JSON Serialization Puzzle in .NET
Handling custom dictionary keys in .NET JSON serialization.
Tagged with: csharp, programming
Fine-Tuning JSON Serialization in .NET
A small guide to custom JSON converters
Tagged with: csharp, programming
Beautiful Architecture Diagrams
Using plain text to create architecture diagrams.
Tagged with: programming, software architecture
DIY Visual Studio Code Autocomplete
Use JSON Schemas to autocomplete YAML files.
Tagged with: programming, tools
Favicon Quantization
It has nothing to do with quantum mechanics, I think.
Tagged with: csharp, programming
Rider Plugin Recommendations
A couple of plugins that I use in my day to day work.
Tagged with: csharp, programming, tools
Type Alias
Why you might want to use a type alias in C# instead of an enum.
Tagged with: csharp, programming
Handcrafting Enums Sucks
Generating Go enums that can be serialized to JSON strings.
Tagged with: go, programming
The Quest for the Website Accessibility Grail
How I tried to make my website accessible to everyone.
Tagged with: accessibility, programming, web
Image Processing Experiments (3) – F#
Tagged with: fsharp, programming
Image Processing Experiments (1) - Rust
Tagged with: programming, rust