-
Low-level TCP server in Rust with MIO
It is time to get acquainted with Metal IO, low-level cross-platform abstraction over epoll/kqueue written in Rust.
-
World Clock in Rust
Just simple console app that asks for a time zone and prints current time in provided timezone (or in local if no time zone was provided).
-
Setting up SSH reverse proxy
Providing an SSH access to a home server (usually hidden behind NAT) from outside world (Internet) sounds like a tricky task to configure. But it is not, literally 2 commands and a VPS witn public IP is enough to do that.
-
Distributed Membership Protocol
Once I had a long winter evening to spare, and I was thinking, why don’t I implement a distributed membership and failure-detection protocol in Rust?
-
Reactive Game of Life with Akka
Quite for some time I was thinking about refreshing Akka skills and providing some simple demo of what one can do with Akka and Actor Model. Finally, the
wintertime has come, I will show the Conway’s Game of Life reactive implementation with Akka Actors.