oombadev
Recent Tech Decisions
39 points

Companies
Following

  • Pipefy

    #<User:0x00007fcf64e6ac90> OombaWeb


    We use Pipefy for task and user story management, keeping track of our scrum team's progress and what we need to accomplish in the future.

  • CoffeeScript

    #<User:0x00007fcf64e68e90> OombaWeb


    All of our Javascript code is first written in CoffeeScript for ease of reading / writing. It is compiled to Javascript before being minified and served to the client.

  • CircleCI

    #<User:0x00007fcf64e66550> OombaWeb


    CircleCI automatically runs all unit and e2e tests, as well as packaging and deploying builds to our live servers.

  • Sass

    #<User:0x00007fcf64e65150> OombaWeb


    All of our CSS is first written in Sass (SCSS specifically). It is much easier to read and can keep styles DRYer with variables and functions.

  • Slack

    #<User:0x00007fcf64e63350> OombaWeb


    Slack is our primary communication tool both within a single team and company as a whole.

  • npm

    #<User:0x00007fcf64e61b90> OombaWeb


    We manages all of our packages, including Angular JS through npm. It is a very quick way of downloading / installing packages into your project.

  • AngularJS

    #<User:0x00007fcf64e7c300> OombaWeb


    Angular JS is the main web application.

  • Amazon S3

    #<User:0x00007fcf64e7a140> OombaWeb


    Amazon S3 is our static web hosting solution. The entire app is hosted on a single bucket, with Cloudfront distributing assets.

  • Amazon CloudFront

    #<User:0x00007fcf64e73c00> OombaWeb


    Cloudfront keeps the load of distributing our assets off our single Amazon S3 bucket. It also allows for configuring SSL for our custom domain.