Dirk De Kok
dirkdk
iOS mentor and grader | Mobtest
Recent Tech Decisions
23 points

Companies
Following

  • GitHub

    #<User:0x00007fc8d3dbd848> Mobtest


    for source control and issue management we use Github. We use git as well to push code out to Heroku

  • Amazon RDS

    #<User:0x00007fc8d3da2138> Mobtest


    our main database is a MySQL RDS instance with. Schema changes are managed by rails migrations

  • Amazon S3

    #<User:0x00007fc8d3d15fa8> Mobtest


    iOS and Android apps are stored in S3, as well as icons that we extract out of the binaries

  • Twilio SendGrid

    #<User:0x00007fc8d3cf94c0> Mobtest


    All our transactional emails go via Sendgrid, so account created, test started, test finished etc.

  • Heroku

    #<User:0x00007fc8d3c6b9b8> Mobtest


    Our app is built using Ruby on Rails. We deploy on Heroku via github. We have separate instances for prod and staging, and can increase/decrease dyno's depending on load.