These posts are primarily intended to serve as my own personal notes.
Multi-Tenancy (04/2022)
What is multi tenancy and what options there is to isolate data on database level.
A collection of books, links and videos that can be helpful for (new) developers. Experienced programmers might already be knowledgeable about these subjects.
Use dotnet script to run C# scripts with .NET Core. Compare script and execution with JS, Python and Kotlin implementations.
Vertical slices aka feature slices aka package by feature, structure the code around business aspects or features and not by the responsibility.