Advanced Architecture Contract negotiation and versioning Changing the input or output of an API endpoint that is consumed by your front end, changing a field in a database that is coupled to a field in a model in our
Dot-net Advanced Doing non-breaking migrations in Entity Framework Core So, youβre using an Object Relational Mapper of any kind and you have to, letβs say, remove a field from one of your models. This is a breaking change, as your contract with
Functional-programming Advanced Flat map tuple - functional patterns One of the fantastic things about functional programming is that you have to abstract away the path that took you to the data, mostly with data structures. So when you are processing the