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

Programming fundamentals for non-techies

Programming fundamentals for non-techies

An overview of some of the tools and techniques used by software developers. Aimed an non-dev or limited dev knowledge audiences.

Steven Ringo

June 20, 2012
Tweet

More Decks by Steven Ringo

Other Decks in Programming

Transcript

  1. Programming fundamentals
    for non-techies
    Tuesday, June 19 2012
    Steven Ringo | stevenringo | [email protected]

    View Slide

  2. View Slide

  3. View Slide

  4. View Slide

  5. View Slide

  6. View Slide

  7. /**
    Hardcore programming action:
    */
    var undefined,
    xui,
    simpleExpr = /^#?([\w-]+)$/,
    idExpr = /^#/,
    tagExpr = /slice = function (e) { return [].slice.call(e, 0); };
    try { var a = slice(document.documentElement.childNodes)
    [0].nodeType; }
    catch(e){ slice = function (e)
    { var ret=[]; for (var i=0; e[i]; i++)
    ret.push(e[i]); return ret; }; }
    window.x$ = window.xui = xui = function(q, context) {
    return new xui.fn.find(q, context); };

    View Slide

  8. Science meets art
    Components
    Getting real
    Management
    Life-cycle

    View Slide

  9. Eggs Larvae Pupa Emergence Butterfly
    Requirements Design Implementation Testing Maintenance
    Phases

    View Slide

  10. Requirements
    Design
    Implementation
    Testing
    Maintenance
    Waterfall

    View Slide

  11. Requirements
    Design
    Testing
    Maintenance
    Implementation
    Iterative / Agile
    Requirements
    Design
    Testing
    Maintenance
    Implementation

    View Slide

  12. Requirements
    Design
    Testing
    Maintenance
    Implementation
    Requirements
    Design
    Testing
    Maintenance
    Implementation
    Sprint #4
    Requirements
    Design
    Testing
    Maintenance
    Implementation
    Sprint #3
    Requirements
    Design
    Testing
    Maintenance
    Implementation
    Sprint #2
    Sprint #1
    time
    Short
    timeboxes
    ~ 2-4w

    View Slide

  13. COWBOY coding

    View Slide

  14. Biggest challenge
    of software engineering
    is managing the mismatch between
    what the stakeholders want
    and
    what the developers can build

    View Slide

  15. View Slide

  16. The recipe is different.
    Every. single. time.

    View Slide

  17. Requirements

    View Slide

  18. Product perspective
    Product functions
    User characteristics
    Constraints, assumptions and dependencies
    Specific requirements
    External interface requirements
    Functional requirements
    Performance requirements
    Design constraints
    Logical database requirement
    Software system attributes
    Other requirements
    O
    M
    G
    !

    View Slide

  19. User stories

    View Slide

  20. Few sentences in a user’s everyday language
    What a user does to achieve something.
    Define functions a system should provide
    Captures the 'who', 'what' and 'why'
    Simple, concise
    Small paper cards/post-it notes

    View Slide

  21. As a visitor to the
    Acme online store
    I wish to see the
    top 10 new Acmoids,
    listed by price, with
    large photos

    View Slide

  22. View Slide

  23. Fake it ‘til you make it

    View Slide

  24. Fake it ‘til you make it
    Wireframes → Prototypes → Product

    View Slide

  25. View Slide

  26. View Slide

  27. View Slide

  28. Architecture

    View Slide

  29. Server:
    “back end”
    Internet
    Client:
    “Front end”

    View Slide

  30. Server, or “back end”

    View Slide

  31. Operating System
    Web Server
    Database Server
    Application Server

    View Slide

  32. Operating System
    Web Server
    Database Server
    Application Server

    View Slide

  33. Server:
    “back end”
    Internet
    Client:
    “Front end”

    View Slide

  34. Client, or “front end”

    View Slide

  35. View Slide

  36. Information
    Design
    Interactivity

    View Slide

  37. Interactivity
    Information
    Design

    View Slide

  38. Keeping code safe

    View Slide

  39. Repository for all programming assets
    Source of truth
    Shared among developers
    Conflict resolution
    Co-ordinating teams
    Bug fixing process
    Time machine in a box

    View Slide

  40. View Slide

  41. Project tracking

    View Slide

  42. Repository for all project tasks
    Source of truth
    Developers, managers and stakeholders
    Logging of effort
    Co-ordinating teams
    Bug fixing process
    Links to source control

    View Slide

  43. View Slide

  44. View Slide

  45. The cloud
    computing and storage
    as a service
    to consumers

    View Slide

  46. Cheap
    Elastic
    Flexible
    Secure
    Location
    Convenient
    The cloud

    View Slide

  47. Expensive
    Dependent
    Regulatory
    Unmanaged
    Location
    The cloud

    View Slide

  48. View Slide

  49. Focus

    View Slide

  50. View Slide

  51. Dynamic Clarity
    Thank you
    stevenringo | [email protected]

    View Slide