Slide 1

Slide 1 text

Building   Software  à  la  SV Collaboration Environments + some JS weird things

Slide 2

Slide 2 text

new  Array(3)  ==  "ʺ,,"ʺ; true or false?

Slide 3

Slide 3 text

Vision •  Consulting o  Propelics o  Accenture o  Sapient o  BlueWolf o  Cyberdyne o  Global Logic •  Use of multiple products •  Product o  Magnet o  FB o  TW o  Airbnb o  Medium o  Secret •  Have a PS team

Slide 4

Slide 4 text

1  ===  true   1  ==  true true or false?

Slide 5

Slide 5 text

Teams •  Board •  Executive (C-Suite) •  HR •  Marketing •  Sales •  Engineering •  Services •  Support

Slide 6

Slide 6 text

'ʹ5'ʹ  +  3   'ʹ5'ʹ  -­‐‑  3 results?

Slide 7

Slide 7 text

IT  Teams •  Engineering o  R&D o  PMs o  Architects & Developers o  3rd Party Modules o  QE •  Services o  Architects (SA) o  PMs o  Consultants o  Developers o  QA •  Marketing o  Web Developers o  Analytics •  Support o  Customer Facing o  Customer afraid •  Sales o  SE

Slide 8

Slide 8 text

WritingCode  ==  DrivingCar true

Slide 9

Slide 9 text

Tooling •  Confluence •  Wiki •  IRC •  Yammer •  GoToMeeting •  Webex •  Google Plus •  Skype •  Podio •  Teamworkpm •  Github •  Bitbucket •  Jira •  Bugzilla •  Trello

Slide 10

Slide 10 text

var  youDoNotKnow  =  true;     youDoNotKnow  ?  ask()  :  quit(); every single time you have a question

Slide 11

Slide 11 text

Testing  (QE  &  QA) •  Surprise! This also needs a lot of coding. •  Automated Testing •  Web browsers •  Mobile Devices •  Continuous Integration Software (Jenkins) •  Think as a non-tech user •  Think as a developer •  Drink beer •  Be respectful with the development team.

Slide 12

Slide 12 text

null  ==  undefined true or false?

Slide 13

Slide 13 text

HR •  Recruitment o  Data Structures o  Algorithms o  Logic o  Don’t you dare to stay quiet o  Don’t worry to much o  How do you move a mountain from one side to another? o  Find the repeated letters in 2 strings of N length. o  Who’s our CEO? o  Why are pizza boxes square?

Slide 14

Slide 14 text

alert(typeof  null);

Slide 15

Slide 15 text

Questions?

Slide 16

Slide 16 text

return;

Slide 17

Slide 17 text

Thank  you Cesar Cavazos