$ cat /dev/blog
Home Archive GitHub CV
  • 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 →

  • Sending Emails Using Java

    May 24, 2018

    When sending an email using Java code is required, good old SMTP and javax.mail package do all the work. What’s left for developer if properly align and pass all required parameters.

    Read on →

« Older Newer »

© Sergey Melnychuk - RSS - Powered by Jekyll & whiteglass