Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Front-End Architecture for Large Scale Apps - Gabriel Zigolis

Front-End Architecture for Large Scale Apps - Gabriel Zigolis

The Developers Conference 2015
Gabriel Zigolis' presentation for TDC Floripa 2015 about Front-End Architecture for Large Scale Apps

Gabriel Zigolis

May 16, 2015
Tweet

More Decks by Gabriel Zigolis

Other Decks in Technology

Transcript

  1. Gabriel Zigolis, just a developer “There’s no reason to compare

    them, they are completely different.” Stop!
  2. requirejs.org “It's a Javascript file and module loader. Using a

    modular script loader like RequireJS will improve the speed and quality of your code.” require();
  3. Gabriel Zigolis, just a developer “It makes a lot of

    sense to only load files when the user require them.” Think!
  4. Gabriel Zigolis, just a developer “It's so personal that becomes

    stupid to start an argument about it.” Bullshit!
  5. backbonejs.org “Gives structure to web applications by providing models, collections

    and views to consume API over a RESTful JSON interface.”
  6. CHARACTERISTICS • Powerful Javascript LIB • Adaptable, inspired on MV*

    pattern • Modern, widely used in SPA • Completely skinny, bitch! Just 7.3kb (1.2.0)
  7. Gabriel Zigolis, just a developer “There is no magic or

    perfect solution, just your necessity and sense!” What’s the idea?