Programming Articles

Rust

December 11, 2025

Rust features that make programming fun again

The Rust programming language is a systems programming language that is fast, safe, and concurrent. It is a modern language that is designed to be a memory safe alternative to C and C++ but that is not all it brings to the table. There are a...

Older articles

MongoDB

December 07, 2025

My hackaround for upgrading MongoDB from 7.x to 8.0

Recently I had to upgrade MongoDB from 7.x to 8.0 to use some of the new features including bulk writes (the Rust SDK does not support this feature for 7.x versions yet). I tried to follow the official migration documentation for migrating an existing replica...