Categories
AI

AI – All Inclusive, but …

I recently played around with Cursor to spin up a basic .NET project and publish it to GitHub. The code was trivial, but honestly, I just couldn’t be bothered to type it out myself. Cursor happily pushed everything into a shiny new repo while I sat back feeling… hmm… productive? Now, I know my way […]

Categories
Best Practices DDD Tools

Modeling Tools

A comprehensive list of modeling tools: Structurizr Structurizr is my favorite modeling tool for light-weight, high level architecture diagrams. Diagrams are defined in a C4-model only, which is a kind of json-style notation. In C4 you’re defining persons, systems, container and components. C4 also defines four diagram types: context, container and component and code diagrams. […]