Blog Posts

Recent posts

Rust - Error Conversion

2 minute read

Rust does not have an exception mechanism for error handling they provided the following two types.

Lamport clock

less than 1 minute read

In distributed system, clock can be skewed so if system is relying on wall clock or local clock, it will face unexpected results such as overwriting an exist...

Rust - Understanding Serde

less than 1 minute read

How Rust serde library works. https://www.joshmcguigan.com/blog/understanding-serde/