$
~/blog
$ ls -la blog-posts/
understanding-and-scaling-raft.md April 4, 2025
what-does-memory-mean-actually.md April 4, 2025
$ cat blog-posts/*
- Understanding and scaling Raft
If you have worked with distributed systems, you must have come across this famous quote: In a distributed system, the only thing two nodes can agree...
cat 2025-04-04_understanding-and-scaling-raft.md → Read
- What does memory mean actually?
While exploring how Go manages memory, I stumbled upon an intricate hierarchy that determines how fast data moves between the CPU and RAM. Go's runti...
cat 2025-04-04_what-does-memory-mean-actually.md → Read
$ grep -r