VukVuk (Page 4)

Library: Shouldly and FluentAssertions

Cleaning up the Fluent Assertions 8.0 licensing mess

In classic test assertions, we have expected results on the left, and on the right, we have results we want to test.

Read more...


Obsolete Bytes: Ticker Tape - The First Data Streaming Platform

How the stock ticker revolutionized data communication

Since I learned about stock tickers, I’ve been captivated by them. While they may be simple, obsolete devices, I find them intriguing because they were among the first devices to implement many modern concepts we now take for granted in software development for distributed systems.

Read more...


Merkle Trees and Buckets: A Study in Data Synchronization Patterns

Exploring efficient data synchronization strategies through Merkle trees and bucket-based approaches

Last year, I worked on an interesting data synchronization problem.

Read more...