I am looking for a tutorial/blog post on how to implement bittorrent protocol step by step. How it works? How do you make requests to peers? and talk to trackers.
I
I'd suggest you look at the spec and sources of some OSS clients. You'll have to do some work, but that's how programming works.