Got an incredible book to understand the technicalities and architecture of distributed systems. We used it in AASTU and it's impressive!!
Distributed Systems by Maarteen Van Steen
• https://t.me/c/1156511084/777
Short notes from the book
• https://resolute-forger-281.notion.site/Distributed-Systems-edba087742d243b7972f47f84bf5ca10
#Books #Resources #DistributedSystems
@Dagmawi_Babi
Distributed Systems by Maarteen Van Steen
• https://t.me/c/1156511084/777
Short notes from the book
• https://resolute-forger-281.notion.site/Distributed-Systems-edba087742d243b7972f47f84bf5ca10
#Books #Resources #DistributedSystems
@Dagmawi_Babi
This media is not supported in your browser
VIEW IN TELEGRAM
Probably one of the most interesting projects I've discovered recently. It's called Iroh.
#Iroh #DistributedSystems
@Dagmawi_Babi
#Iroh #DistributedSystems
@Dagmawi_Babi
Iroh.computer
Iroh is a toolkit for building distributed apps. It's open source and universally compatible,
Use cases:
* Live collaborate on anything
* No central server required
* Scaling without limits
They built example projects on top of it. One is called SendMe it's a free service for sending files and folders of any size with 4Gbps connection. It works by connecting sender and receiver directly, so there's no need to upload to a server, which means no cost! Interrupted downloads pick up where they left off. And data is automatically verified for correctness on both send and receive.
There's also DumbPipe which connects two computers with a single command without accounts or any configuration to pipe data between them. You can build whatever you want on top of it.
#Iroh #DistributedSystems
@Dagmawi_Babi
Iroh is a toolkit for building distributed apps. It's open source and universally compatible,
Use cases:
* Live collaborate on anything
* No central server required
* Scaling without limits
They built example projects on top of it. One is called SendMe it's a free service for sending files and folders of any size with 4Gbps connection. It works by connecting sender and receiver directly, so there's no need to upload to a server, which means no cost! Interrupted downloads pick up where they left off. And data is automatically verified for correctness on both send and receive.
There's also DumbPipe which connects two computers with a single command without accounts or any configuration to pipe data between them. You can build whatever you want on top of it.
#Iroh #DistributedSystems
@Dagmawi_Babi
In simplest terms, Imagine if i wanted to send you a movie that's like 2GB in size, Normally I would have uploaded it to google drive or some online server and then send you a link to download from.
But with Iroh I don't have to upload it to any server. All we have to do is install Iroh to create a direct peer to peer connection between our PCs and then directly send you the movie.
You can imagine the things this unlocks.
#Iroh #DistributedSystems
@Dagmawi_Babi
But with Iroh I don't have to upload it to any server. All we have to do is install Iroh to create a direct peer to peer connection between our PCs and then directly send you the movie.
You can imagine the things this unlocks.
#Iroh #DistributedSystems
@Dagmawi_Babi