SlideShare a Scribd company logo
Garry Shutler
  Backbone.js
    @gshutler
Web is changing
 APIs & clients
Javascript
Not simple now
Hate boilerplate
Need framework
What?
What?
Routing
What?
Eventing
What?
Persistence
What?
Rendering
What?
Conventions
What?
Documentation
What?
Simplicity
What?
Testable
Example
Todo list
Task
{
    “id” : integer,
    “name” : string,
    “description” : string,
    “status” : “todo” | “doing” | “done”
}
API
GET /tasks
POST /tasks
GET /tasks/{id}
PUT /tasks/{id}
DELETE /tasks/{id}
View
Divide
Conquer
View
View
View
View
Codez
I haz them
Thoughts
Questions
Garry Shutler
http://www.robustsoftware.co.uk
garry@robustsoftware.co.uk
@gshutler

https://github.com/gshutler/dddnorth

More Related Content

PDF
Web Components: What, Why, How, and When
PDF
Beyond DOM Manipulations: Building Stateful Modules with Events and Promises
PDF
Tek 2013 - Building Web Apps from a New Angle with AngularJS
PPTX
AngularJS - The Next Big Thing?
PPT
Grammarunit5
PDF
10 practices that make me the developer I am today
PDF
Your personal-learning-network-toolkit-aug.2016
Web Components: What, Why, How, and When
Beyond DOM Manipulations: Building Stateful Modules with Events and Promises
Tek 2013 - Building Web Apps from a New Angle with AngularJS
AngularJS - The Next Big Thing?
Grammarunit5
10 practices that make me the developer I am today
Your personal-learning-network-toolkit-aug.2016

Viewers also liked (19)

PDF
Uvsq prezentacija
PPTX
Presentation 2
PDF
Languages at southampton vicky wright
PPT
Technicle analesis
PDF
Info sec foss-migration-may-2014-haproinfo
PPTX
Our target audience
PDF
Open road presentation-dec-2014
PPTX
Connor addy
PDF
Oer localization.2016
PPT
What CranKitUpGear is About
PPTX
Topic - Elected Officials in Montreal
PDF
Oer direction-mar.2016
PPTX
Teaser trailer treatment 2
PPT
Refless da te ceo svet razume
PPTX
Apirileko haurrentzako nobedadeak
PDF
REFLESS Project - Ian McCall
PPTX
Fête de la Musique
PPTX
Some and any
Uvsq prezentacija
Presentation 2
Languages at southampton vicky wright
Technicle analesis
Info sec foss-migration-may-2014-haproinfo
Our target audience
Open road presentation-dec-2014
Connor addy
Oer localization.2016
What CranKitUpGear is About
Topic - Elected Officials in Montreal
Oer direction-mar.2016
Teaser trailer treatment 2
Refless da te ceo svet razume
Apirileko haurrentzako nobedadeak
REFLESS Project - Ian McCall
Fête de la Musique
Some and any
Ad

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
project resource management chapter-09.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Web App vs Mobile App What Should You Build First.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Tartificialntelligence_presentation.pptx
PDF
August Patch Tuesday
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
A Presentation on Artificial Intelligence
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Getting Started with Data Integration: FME Form 101
PDF
Mushroom cultivation and it's methods.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
OMC Textile Division Presentation 2021.pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
Enhancing emotion recognition model for a student engagement use case through...
project resource management chapter-09.pdf
Hindi spoken digit analysis for native and non-native speakers
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Web App vs Mobile App What Should You Build First.pdf
cloud_computing_Infrastucture_as_cloud_p
SOPHOS-XG Firewall Administrator PPT.pptx
Approach and Philosophy of On baking technology
Tartificialntelligence_presentation.pptx
August Patch Tuesday
MIND Revenue Release Quarter 2 2025 Press Release
A Presentation on Artificial Intelligence
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Unlocking AI with Model Context Protocol (MCP)
Getting Started with Data Integration: FME Form 101
Mushroom cultivation and it's methods.pdf
Ad

Introduction to Backbone.js - DDD North