Scaleconf – Simba/Zabil – Thoughtworks



Scaleconf – Simba/Zabil – Thoughtworks

0 0


scaleconf

Scaleconf talk

On Github zabil / scaleconf

Scaleconf

Simba/Zabil

Thoughtworks

The browser rules

Browser wars I

Browser wars II

Acid3

Benchmarks

Mandelbrot Set

N Body Simulation

Browser wars 3

Javascript

Offline storage

Canvas

Webworkers

Geo-location

Single page applications

@
List Grid
Cover Author Title Douglas Adams Hitchhikers guide to the galaxy JRR Tolkien Lord of the rings Douglas Richard Hofstadter Gödel, Escher, Bach: an Eternal Golden Braid Brian and Dennis The C Programming language Kent Beck Test Driven Development Various Thoughtworks anthology Sorry no results found for the given criteria.

Traditional

<table>
    <tr>
        <th>Author</th>
        <th>Title</th>
    </tr>
    <tr>
        <td>Douglas Adams</td>
        <td>Hitchhikers guide to the galaxy</td>
    </tr>
    <tr>
        <td>JRR Tolkien</td>
        <td>Lord of the rings</td>
    </tr>
</table>

/books

get

[
    {author: "Douglas Adams", title: "Hitchhikers guide to the galaxy"} ,
    {author: "JRR Tolkien", title: "Lord of the rings"},
    {author: "Douglas Richard Hofstadter",
    title: "Gödel, Escher, Bach: an Eternal Golden Braid"},
    {author: "Brian and Dennis", title: "The C Programming language"},
    {author: "Kent Beck", title: "Test Driven Development"},
    {author: "Various", title: "Thoughtworks anthology", cover: "twa2.jpg"}
];

Partial

<table>
    <tr>
        <th>Author</th>
        <th>Title</th>
    </tr>
        <tr ng-repeat="book in books">
        <td>{{book.author}}</td>
    <td>{{book.title}}</td>
    </tr>
</table>

Interactive...

Interactive

Design

Deployment

Development

Unified code base

Feedback

Testing

Continuous Integration

Trunk based development

Limitations

Predictability

Domain modelling

Uncanny valley

When human features look and move almost like human beings it causes revulsion among human observers

Javascript

?

snyatsa@thoughtworks.com

zabilcm@thoughtworks.com

www.thoughtworks.com