Refactored message handling into a shared service. Injecting standardized status messages across calculators keeps things clean and consistent. Scaling requires structure.

#CleanArchitecture #DevLife #SaaS #CSharpDev

Sometimes, shipping means stepping back and cleaning house. Refactoring and optimizing today to pave the way for smarter calculators tomorrow.
#CodeQuality #DevDiaries #CSharpDev #LegalInnovation
Sometimes, shipping means stepping back and cleaning house. Refactoring and optimizing today to pave the way for smarter calculators tomorrow.
#CodeQuality #DevDiaries #CSharpDev #LegalInnovation
Building Local AI Agents: Semantic Kernel and Ollama in C#

The recent release of Microsoft’s Semantic Kernel Agents Framework RC1 provides an excellent opportunity to explore its capabilities with C#. In this post, we’ll walk through creating a simple agent u

Laurent Kempé