Blog Posts
Moving to Neovim: My Lua Setup
1/15/2025
A personal journey of switching to Neovim, complete with configuration details, essential plugins, and lessons learned along the way.
Just switched to Neovim last month, and like ThePrimeagen says - if your editor isn't blazingly fast, why even bother? Here's my setup after countless hours of config tweaking and Stack Overflow visi...
Understanding Redis Key Expiration
1/14/2025
Redis has a clever way of managing expired keys without checking every single one. Instead of a comprehensive scan, it uses a probabilistic approach that's both efficient and effective.
Redis has a clever way of managing expired keys without checking every single one. Instead of a comprehensive scan, it uses a probabilistic approach that's both efficient and effective.