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

JavaScript for the REST of Us (pt_BR)

JavaScript for the REST of Us (pt_BR)

Palestra ministrada para a equipe da Informant e ContaAzul em maio de 2012.

Avatar for Miere Liniel Teixeira

Miere Liniel Teixeira

May 17, 2012
Tweet

More Decks by Miere Liniel Teixeira

Other Decks in Programming

Transcript

  1. Why the hype about JavaScript? • Web Application Distributed Processing

    • Face the Server Side Development Approach • Improve Web User Experience • Browsers War's Protagonist
  2. Today Heroes • jQuery ( 2006 ) • MooTools (

    2006 ) • YUI ( 2006 ) • Dojo Toolkit ( 2004 ) • ExtJS ( 2007 ) • ActiveWidgets ( 2004/5 ) • Prototype • Scriptaculous • ... other thousands implementations.
  3. Default API • Window public functions • Array, String, Boolean,

    RegExp, Function, Date, Object... • Some Browsers specific classes • DOM Layer 1 • DOM Layer 2
  4. By default we got no • Scope namespaces / packages

    • No simple class implementations • No threads • No event driven architecture • ... just a low level API to handle browsers' things.
  5. Frameworks? WHEN YOU NEED TO WORK WITH ONE OF THAT

    FEATURES, YOU BETTER FIND A FRAMEWORK.
  6. THE END JAVASCRIPT BECOME MORE SIMPLER WHEN YOU KNOW HOW

    IT WAS DESIGNED. Autor: Miere Teixeira E-mail: [email protected] / [email protected] Twitter: @miere