$ cat /dev/blog
Home Archive GitHub CV
  • Distributed Membership Protocol

    May 12, 2019

    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?

    Read on →

  • Reactive Game of Life with Akka

    Apr 19, 2019

    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 winter time has come, I will show the Conway’s Game of Life reactive implementation with Akka Actors.

    Read on →

  • Borrowed Byte Buffer in Rust

    Jan 17, 2019

    It started with re-implementation of gossip-based distributed membership protocol, this time in Rust. I was looking for a fast and simple way to put data into array of bytes, and to get data from an array of bytes. Something like Java’s ByteBuffer.

    Read on →

  • Command prompt setup

    Jun 3, 2018

    Quite for some time I was taking command prompt for granted, thinking that it is just as it is. But today is the day, I’m setting up the command prompt that I like!

    Read on →

  • Testing RabbitMQ Client in Java

    May 27, 2018

    Writing RabbitMQ client in Java is very well described in the tutorial and client docs, but writing test-coverage for such client can be tricky.

    Read on →

« Older Newer »

© Sergey Melnychuk - RSS - Powered by Jekyll & whiteglass