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

What even is software?

What even is software?

What even is software?
by @mikermcneil

Video: https://www.youtube.com/watch?v=nZKG7hLhbRs

#platziconf
2 de Mayo - Ciudad de Mexico
https://platzi.com/conf/

also featured Sam Altman (@sama), Andrea Ortega Lee (@manchita) and other amazing speakers who are way cooler than me

Mike McNeil

May 11, 2015
Tweet

More Decks by Mike McNeil

Other Decks in Technology

Transcript

  1. #platziconf
    @mikermcneil

    View Slide

  2. what even is software?

    View Slide

  3. programming

    View Slide

  4. magento wordpress

    View Slide

  5. ruby on rails django grails

    View Slide

  6. Models
    Views
    Controllers

    View Slide

  7. JSON or XML
    HTML
    Ruby or Java or
    C# or Groovy or
    PHP or Python or…
    c. 2004

    View Slide

  8. JSON
    HTML or iOS or Android or Windows
    Phone or WebOS or Angular or
    Backbone or Ember or React or toll
    booth or toaster or… or…
    Ruby or Java or C# or
    Groovy or PHP or
    Python or Perl or C++ or
    JavaScript or Go or Dart
    or… or… or…
    c. 2010

    View Slide

  9. JSON
    API
    JavaScript
    c. 2012

    View Slide

  10. Only two kinds of
    configuration.

    View Slide

  11. data logic
    {…} -­‐>

    View Slide

  12. logic
    (imperative  code)

    View Slide

  13. drive  to  store
    get  milk
    go  through  checkout  and  pay
    drive  home
    put  milk  in  refrigerator

    View Slide

  14. drive  to  store
    get  milk
    go  through  checkout  and  pay
    drive  home
    put  milk  in  refrigerator
    1.4.  get  out  of  car
    1.5.  walk  into  store
    1.1.  walk  out  of  house
    1.2.  get  into  car
    1.3.  steer,  push  pedals

    View Slide

  15. drive  to  store
    get  milk
    drive  home
    put  milk  in  refrigerator
    go  through  checkout  and  pay
    try  {
    }
    catch  (e)  {  …  }

    View Slide

  16. drive  to  store
    get  milk
    go  through  checkout  and  pay
    drive  home
    put  milk  in  refrigerator
    success forgot  wallet? credit  card  expired?
    4
    5

    View Slide

  17. drive  to  store
    get  milk
    go  through  checkout  and  pay
    drive  home
    get  wallet
    success forgot  wallet? credit  card  expired?
    4
    5
    put  milk  back
    drive  to  store
    6
    7

    View Slide

  18. drive  to  store
    get  milk
    go  through  checkout  and  pay
    drive  home
    cry  a  little  bit
    success forgot  wallet? credit  card  expired?
    4
    5
    put  milk  back
    6

    View Slide

  19. gotos subroutines functions

    View Slide

  20. parallel universes
    at each step

    View Slide

  21. abstract syntax tree (AST)

    View Slide

  22. No more plugins.

    View Slide

  23. Every function should just “plug in”.
    function
       //  …  
    }

    View Slide

  24. A standardized interface for
    JavaScript functions.
    node-machine.org

    View Slide

  25. interoperability

    View Slide

  26. accessibility

    View Slide

  27. evolution

    View Slide

  28. View Slide

  29. View Slide

  30. View Slide

  31. View Slide

  32. write automated tests for code
    write documentation for code
    write code
    manually test code
    deploy code to server
    discover bug
    remember how code works
    fix code
    manually test code
    discover that automated tests fail now
    update automated tests
    update documentation redeploy code to server

    View Slide

  33. write automated tests for code
    write documentation for code
    write code
    manually test code
    deploy code to server
    discover bug
    remember how code works
    fix code
    manually test code
    discover that automated tests fail now
    update automated tests
    update documentation redeploy code to server
    design

    View Slide

  34. treeline.io

    View Slide

  35. for a beta invite
    tweet at @treelinehq with hashtag #platziconf

    View Slide

  36. #platziconf

    View Slide