Introduction to LSM Trees LSM Trees are the secret sauce behind databases like Cassandra, ScyllaDB - enabling them to gobble writes like its nothing... January 11, 2026 · 6 min read databases data-structures
Are Private Variables Truly Private? Are private variables truly only accessible within their owning object? December 21, 2025 · 3 min read java oop