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

Which Way Is Up?

Todd Motto
February 20, 2016
270

Which Way IsĀ Up?

Todd Motto

February 20, 2016
Tweet

Transcript

  1. ABOUT JERRY Knows some JavaScript Likes Angular and long walks

    on the beach Feels a little lost on what to learn Feels out of place in the industry Knows great things, but won't voice them Enjoys the comfort zone Still looking for treasure
  2. $ ( d o c u m e n t

    ) . r e a d y ( f u n c t i o n ( ) { $ ( ' a ' ) . c l i c k ( f u n c t i o n ( e v e n t ) { a l e r t ( ' T h a n k s f o r v i s i t i n g ! ' ) ; } ) ; } ) ;
  3. v a r j q x h r = $

    . a j a x ( ' i n b o x . p h p ' ) . d o n e ( f u n c t i o n ( ) { a l e r t ( ' s u c c e s s ! ' ) ; } ) . f a i l ( f u n c t i o n ( ) { a l e r t ( ' e r r o r ! ' ) ; } ) . a l w a y s ( f u n c t i o n ( ) { a l e r t ( ' c o m p l e t e ! ' ) ; } ) ;
  4. $ ( ' a ' ) . c l i

    c k ( f u n c t i o n ( e v e n t ) { $ ( t h i s ) . a d d C l a s s ( ' a c t i v e ' ) ; } ) ;
  5. We are all still learning JavaScript is booming! Don't let

    it scare you You don't always have to use the latest stuff ... but keep an eye on it! ERIK'S ADVICE
  6. How can I get better as a developer? Am I

    even good enough to share knowledge? Contributing to open source looks scary
  7. Setup a GitHub profile and create some projects Everyone has

    something to teach others Nothing was achieved in the comfort zone
  8. Repos Issues to fix PRs to review Comments/questions to answer

    Testing Module systems Versioning OPEN SOURCE IS DIFFICULT