Marcin WyszyƄski
marcinwyszynski
Recent Tech Decisions
12 points

Companies
Following

  • RabbitMQ

    #<User:0x00007ff530283d40> codebeat


    All communication between our services is asynchronous and goes through a message queue.

  • Docker

    #<User:0x00007ff530282940> codebeat


    We use Docker both in development (100%) and in production - everywhere except the user-facing frontend which runs on Heroku.

  • Golang

    #<User:0x00007ff5302812c0> codebeat


    Go powers most of our backend. We primarily like Go due to it's memory efficiency, fast compilation times, excellent concurrency support and great tooling.