Code Monkey home page Code Monkey logo

mastering-backbone's Introduction

Mastering Backbone.js

This repo contains all the source code for the book Mastering Backbone.js; please not that in each chapter subdirectory you will find the installation instructions for that chapter. If you have any doubt about the source code or the book itself, feel free to ask your question.

The book covers toolset for development and production environments, however it only works on *nix operative systems (linux, Mac OSX). If you are working on Windows I recommend you to install a virtual machine with Ubuntu image.

About the book

When I start to play with Backbone was very difficult to me to understand how the Backbone objects and the business logic fits on a medium to large project; I read the documentation and it was easy to understand, but I didn't find anything about how to give structure to my projects.

Then, to better understand how Backbone projects can be structured, I read codes from others, create prototypes and build small applications with Backbone until I feel comfortable with the result. This book will teach you how to apply the best practices and software engineering to your Backbone projects to build maintainable and scalable webapps.

Please note that the book assumes that you already know the basics about Backbone, it does not explain the core concepts of the library, so if you don't know Backbone please read the documentation and/or start with a tutorial.

Node version

To run all the code examples you will need to install a version of node 5.2.x or superior in your system. There are many option to do so, if your operative system does not have a package for this version of node consider to use nvm or n.

$ curl -o https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
$ source ~/.nvm/nvm.sh
$ nvm install node 5.2
$ nvm use node 5.2

Follow these steps and you will be done. Please refer to each chapter subdirectory for details about how to run the code.

Questions

I forgot to mention something in the text? Don't know where to put a piece of code? Stuck with a concept? A diagram is confusing? Find a mistake?

If you have questions about the text, the source code or whatever, please make a question I will try to answer as soon as possible.

Contribution

If you find an error, typo, improvements or whatever feel free to make a pull request.

Licence

MIT: http://rem.mit-license.org

mastering-backbone's People

Contributors

abiee avatar

Watchers

James Cloos avatar Aleksey Petrov 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.