Hi! Sarp here, author of the Build your own BitTorrent challenge on Codecrafters. Some back story: After being laid off from my FAANG job, I found myself very unmotivated to go back. I started looking for interesting programming projects to revive my interest in coding. While nomading, I discovered Codecrafters on Nomadlist and really liked the push code to git and pass different stages interaction. The gamification…
Build your own BitTorrent
91–100 of 136 posts
Re: Build your own BitTorrent
#92The code base is delightful to read. A lot of developers are better at writing code than they are reading it. If you're wanting to flex your code-reading muscles, I haven't found many better places to start than the WebTorrent codebase. I put it up there with redis in being fun to read.
Re: Build your own BitTorrent
#93Hi! Sarp here, author of the Build your own BitTorrent challenge on Codecrafters. Some back story: After being laid off from my FAANG job, I found myself very unmotivated to go back. I started looking for interesting programming projects to revive my interest in coding. While nomading, I discovered Codecrafters on Nomadlist and really liked the push code to git and pass different stages interaction. The gamification…
Are you employed by them now?
Re: Build your own BitTorrent
#94I am curious has anyone subscribed to codecrafters.io and if so what was your impression of the service?
There’s a few different learning styles out there, but personally for me, I learn best while doing projects. That’s why this service hits the sweet spot for me.
If you’re like me in this way, then I’d recommend it.
Re: Build your own BitTorrent
#95Is this BitTorrent course free (as beer)? I can see a neighbour course about HTTP server "free during beta".
Having done a couple of their courses without paying: You are expected to complete the project in steps they define (so for their Redis project, step 1 is to bind to a port, step 2 is to respond to a PING command, etc). If you choose not to pay, you can only complete one step per day, even if you submit code which would pass future steps. This can be quite frustrating, since each step is often very simple, and IMO di…
Started the build-your-own-git tutorial and there is a hard paywall after the 3rd stage.
Re: Build your own BitTorrent
#96Re: Build your own BitTorrent
#97I have also had positive interactions with Sarp so hoping this product takes off!
Re: Build your own BitTorrent
#98what's with the sign in required, is this a paid tutorial? Here are some free tutorials: JS - https://allenkim67.github.io/programming/2016/05/04/how-to-m... GO - https://blog.jse.li/posts/torrent/ Python - https://markuseliasson.se/article/bittorrent-in-python/
Re: Build your own BitTorrent
#99For folks who speak JavaScript, Feross built WebTorrent which brought the protocol into a browser tab. The code base is delightful to read. A lot of developers are better at writing code than they are reading it. If you're wanting to flex your code-reading muscles, I haven't found many better places to start than the WebTorrent codebase. I put it up there with redis in being fun to read. https://github.com/webtorrent…
Re: Build your own BitTorrent
#100Hi! Sarp here, author of the Build your own BitTorrent challenge on Codecrafters. Some back story: After being laid off from my FAANG job, I found myself very unmotivated to go back. I started looking for interesting programming projects to revive my interest in coding. While nomading, I discovered Codecrafters on Nomadlist and really liked the push code to git and pass different stages interaction. The gamification…
Its not uncommon for invite-only trackers to be very prescriptive about which torrent clients can and can't be used with their private tracker. Any ideas on how to overcome this obstacle to wider adoption?