Hi, I'm Thomas
I'm a software engineer from Estonia. This is my blog.
Blogs
View all blogs- 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?
- My favorite blogs, articles, and other media Over the years I've scavenged a bunch of media that I've found interesting. I thought I'd catalogue them here.
- 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?