oombadev
Recent Tech Decisions
39 points

Companies
Following

  • Pipefy

    #<User:0x00007c29a3815dc8> 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:0x00007c29a3812308> 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:0x00007c29a2f4fb58> OombaWeb


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

  • Sass

    #<User:0x00007c29a2f4dc18> 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:0x00007c29a2f485d8> OombaWeb


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

  • npm

    #<User:0x00007c29a2f46a58> 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:0x00007c29a2f45158> OombaWeb


    Angular JS is the main web application.

  • Amazon S3

    #<User:0x00007c29a2f43218> 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:0x00007c29a2f40dd8> 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.