Posts
2024
2023
How I Satisfied My Bookmarking Needs
Managing bookmarks with a self-hosted linkding.
Tagged with: self-hosted, tools
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
2022
Faster Frontend Builds
Things I changed to make local and CI builds faster.
Tagged with: azure devops, docker, javascript
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
2021
Type Alias
Why you might want to use a type alias in C# instead of an enum.
Tagged with: csharp, programming
2020
Handcrafting Enums Sucks
Generating Go enums that can be serialized to JSON strings.
Tagged with: go, programming
Privacy for My Azure SQL Database
Running a web app and a database in the cloud.
Tagged with: azure, infrastructure
MIDI for the Home Office
Using a MIDI controller to control my computer.
The Quest for the Website Accessibility Grail
How I tried to make my website accessible to everyone.
Tagged with: accessibility, programming, web
2019
Image Processing Experiments (3) – F#
Tagged with: fsharp, programming
Image Processing Experiments (1) - Rust
Tagged with: programming, rust