CQRS is everywhere but few understand it (Part 2: Theory) less than 1 minute read Published: November 13, 2024Disclaimer: as of now, this article is unfinished. (But I post it for SEO)Part 1Notes Previous Next
Don't use BlockingCollection<T> in Blazor WebAssembly 4 minute read Published: October 03, 2024Always use BufferBlock<T> instead of BlockingCollection<T> in Blazor WASM. It is not supported!Read more
You can control the brightness of your monitor from inside your OS 1 minute read Published: September 09, 2024If your monitor supports DDC/CI, you can easily control your monitor’s brightnes from your OS.Read more
Oddities with paths in WPF less than 1 minute read Published: September 07, 2024Remember relative/absolute paths? Image.Source respects in a weird way the relative path a/b.png vs the absolute (to the project’s root) path /a/b.png and it’s useless.Read more
CQRS is everywhere but few understand it (Part 1: Origins) 21 minute read Published: September 06, 2024CQRS was probably the pattern with most adepts having a surface-level understanding out of all patterns I’ve seen thus far.Read more