@adityatiwarii25
Ruby Dev
Nothing here yet.
Nothing here yet.
Mar 22 · 3 min read · I wanted to understand how BitTorrent actually works, so I decided to build a minimal client from scratch. The goal was not to build something production ready, but to understand the protocol step by
Join discussionDec 31, 2025 · 2 min read · There is a simple test for object design that beats a thousand buzzwords. Try to describe what your object does in one sentence. If you need the word “and”, congratulations, your object is doing too much. The problem Let us meet a very responsible o...
Join discussionDec 31, 2025 · 2 min read · The problem Imagine you are writing code that sends notifications. At first, everything looks simple. class EmailNotification def send "Sending email" end end def notify(notification) notification.send end Life is good. Then one day, Slac...
Join discussion