Nikola Novakovic
novarac23
Recent Tech Decisions
27 points

Following

  • Node.js

    novarac23 novarac23


    When ever there is a need for real time, event driven , non-blocking things this is my go to. It filles in the spots where Rails could not and it does that very well.

  • Bootstrap

    novarac23 novarac23


    Easy to spin up UI for anything. Great for testing and mocking stuff out.

  • DigitalOcean

    novarac23 novarac23


    Good for deploying apps where you want total control over everything. You need to have DevOps and SysAdmin skills tough.

  • Heroku

    novarac23 novarac23


    Easy deployment for kicking off your project. No DevOps headaches.

  • AngularJS

    novarac23 novarac23


    When ever I need heavy user client side apps this is my tool of choice. There are a ton of JS frameworks out there, picked this one because of philosophy they are trying to put out there and great community. Two way data binding FTW!

  • Rails

    novarac23 novarac23


    Using Rails as a go to thing for creating API's or full blown web apps. Love writing Ruby, convention over configuration style is great and it has a tons of gems and community behind it :)