Maxim Vorobyov
dunnock
Recent Tech Decisions
40 points

Following
Not following anything yet


  • JavaScript

    #<User:0x00007fd14dddfdd0> ReviewTrackers


    All of our Frontend code is written in ECMAScript 6 using React/Redux, running on Node.js

  • Redis

    #<User:0x00007fd14ddde110> ReviewTrackers


    Light weight queueing and smart caching for our data collection processes.

  • Python

    #<User:0x00007fd14dddce50> ReviewTrackers


    Python helps us automate the tedious and has the gold standard Natural Language Processing library.

  • Travis CI

    #<User:0x00007fd14dddb410> ReviewTrackers


    Build all the apps! Test all the things! Ship it when it's green!

  • Heroku

    #<User:0x00007fd14ddd9890> ReviewTrackers


    Most of our apps and services start life on heroku before moving upstream to AWS.

  • RabbitMQ

    #<User:0x00007fd14ddd7e50> ReviewTrackers


    All changes to our resources are published to RabbitMQ, and is the core of our evented architecture.

  • Ruby

    #<User:0x00007fd14f032aa0> ReviewTrackers


    Microservices, and RabbitMQ Consumers.

  • PostgreSQL

    #<User:0x00007fd15111f010> ReviewTrackers


    PostgreSQL is responsible for nearly all data storage, validation and integrity. We leverage constraints, functions and custom extensions to ensure we have only one source of truth for our data access rules and that those rules live as close to the data as possible. Call us crazy, but ORMs only lead to ruin and despair.