To some extent I like AI tools. But please stop trying to sell me more AI stuff when I'm just trying to read a document. Looking at you, Adobe Reader.
December 20, 2024 1:30:00 PMHow systems should be built: easy to change when business changes.
How most systems are build: easy to change when tech changes.
Reality: business changes much more frequently than the technology.
#software #developers #architecture
December 14, 2024 11:22:00 PMIt's "funny" how we as developers became afraid of violating DRY and try to find abstractions, no matter how leaky they are.
December 13, 2024 1:12:00 PMLooking forward to read this one
December 12, 2024 10:56:00 PMCreated a WebStorm file template for my Postiverse posts
December 11, 2024 10:44:00 PMI guess Martens latest additions will be helpful because for the next two weeks I'll build file imports.
https://jeremydmiller.com/2024/12/09/marten-event-sourcing-gets-some-new-tools/
December 11, 2024 10:15:00 PMSometimes I forget to include the assembly which contains the handlers when running Integration Tests that involve Wolverine handlers.
hostBuilder.UseWolverine(
options =>
options
.Discovery
.IncludeAssembly(Assembly.GetAssembly(typeof(Program))!)
);
December 11, 2024 7:00:00 AM