Posts

Protohackers in Rust: Budget Chat

This is the fourth article of the series solving protohackers with Rust. The code in this series will be available on GitHub # The Challenge In the fourth challenge we have to implement a simple chat server. Each message is a single line terminated b…

Enrico Risa |
|
19 min |
3781 words

Protohackers in Rust: Means to an End

This is the third article of the series solving protohackers with Rust. The series index is available here. The code in this series will be available on GitHub # The Challenge In the third challenge we have to implement a simple binary protocol. Each …

Enrico Risa |
|
9 min |
1728 words

Handling series of articles with Zola

Recently I've started a series of articles about solving protohackers challenges in Rust. It's an ongoing series available in this blog here. For that series I wanted to group the articles together in a meaningful way. # Using Taxonomies Now Zola, the…

Enrico Risa |
|
4 min |
671 words
1 2 »