$ cat /dev/blog
Home Archive GitHub CV
  • Throttling dispatcher in Go

    Sep 30, 2019

    One evening I was thinking why don’t I implement throttling dispatcher in Go. I even had to find “The Go Programming Language” book on the shelf, it was waiting for this for more than a year.

    Read on →

  • Monadic parser combinators in Rust

    Aug 31, 2019

    Why don’t I implement a nice monadic parser combinator library in Rust? That’s what my thought was when after implementing low-level mock-HTTP server in MIO and actually needed to parse the bytes received by server.

    Read on →

  • Playing with NASM on MacOS

    Aug 27, 2019

    Once I was wondering, how different the ‘hello world’ in assembler on Linux would be from one on MacOS.

    Read on →

  • Low-level TCP server in Rust with MIO

    Aug 1, 2019

    It is time to get acquainted with Metal IO, low-level cross-platform abstraction over epoll/kqueue written in Rust.

    Read on →

  • World Clock in Rust

    Jul 24, 2019

    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).

    Read on →

« Older Newer »

© Sergey Melnychuk - RSS - Powered by Jekyll & whiteglass