Posts (Page 1)
- Deciding between CRDTs and OT for data synchronization CRDTs and OT algorithms are two of the most popular approaches to automatic data synchronization. Which one fits your use case best?
- A clean way to use required value types in ASP.NET Core Dealing with required non-nullable value types in input models without making your integers nullable. Using nullable ints everywhere is ugly, so what can we do?