Coder Social home page Coder Social logo

diegolw / backbone-tutorial-series Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fernandomantoan/backbone-tutorial-series

0.0 2.0 0.0 319 KB

Source code generated in the Backbone.js tutorial series

Home Page: http://fernandomantoan.com/category/serie-backbone-js/

HTML 5.58% JavaScript 86.03% Ruby 0.91% CSS 1.62% ApacheConf 5.86%

backbone-tutorial-series's Introduction

Backbone.js Tutorial Series

This repository will store the code used in the Backbone.js tutorial series.

Part 1

The Part 1 of the article gives a simple introduction of the framework Backbone.js, showing a simple "Hello World" View.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-1-introducao/

Part 2

This part is focused on introducing and explaining the Backbone.View class, showing practical samples and a full functional code using templates and events.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-2-view/

Part 3

The Part 3 of the series shows how to use Backbone.Model, all of its functionality and an integration of the Model with the View created in Part 2. A simple Sinatra backend is written, to show how Backbone.Model uses a RESTful API with the Backbone.sync() methods to make persistence of data and syncronization.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-3-model/

Part 4

This part shows the Backbone.Collection class, and increments the simple blog developed through the series, showing how to build a list of the Posts, how to iterate and use Backbone.Collection with all the Array functionalities of Underscore.js. A new View is built to support the blog posts listing and some other resources are implemented, also the Sinatra backend is modified to add the Posts listing support.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-4-collection/

Part 5

The Part 5 of the series is the last one introducing features and components of the framework. It will show the Backbone.Router class along with Backbone.History, adding some routes to the blog developed and the usage of the pushState HTML5 API. Also the Backbone.sync function is presented, with some examples of customization, and some more details about the events API of the framework.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-5-router-historico-backbone-sync-eventos-e-mais/

Part 6

This is the last part of the Backbone.js tutorial series, focusing in a deep practical experience on how to build an application from scratch, using good practices, other JS libraries and a PHP backend. Some topics covered:

  • Laravel Framework
  • Models
  • Views
  • Underscore.js
  • Require.js
  • JWT Authentication
  • Twitter Bootstrap.

Permalink: N/A

backbone-tutorial-series's People

Contributors

fernandomantoan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.