By its nature, working on a web application usually involves a lot of JavaScript (duh). And as any developer will tell you, it often doesnt take long for your JS code start winding through a whole heap of other elements like HTML UI speed ramps, jQuery roundabouts, and who knows what else. For complex applications a more structured approach can make life easier for everyone. Enter Backbone.js, the JavaScript framework that does exactly that. Heres what this Backbone.js online course can show you…
The Backbone of Web App Development
Â
Get to know Backbone.js and how it can help you
Code a Backbone app with an online IDE
Compose functional components in Backbones MVC paradigm
Raise and handle Events
Implement Views to control and app
Use Models to manage application data
And much more!
Â
Understand Models, Events, Views and More
Â
The core of Backbone.js is representing your data through Models which can be created, validated, destroyed and saved to the server, and Views that display the models state and respond to changes. So after a quick introduction, this is what youll learn first.
Having laid that foundation, youll move onto the other important concepts of Backbone such as Events, namespacing, templating, routing, and much more. Youll then build a guestbook app and style it to perfection with Bootstrap. Additional resources and hands-on tutoring will help you every step of the way, no matter what your skills or experience level.
By the end of the course material, youll be well equipped to use Backbone for developing your own web apps, and will have a greater understanding of how frameworks can elevate your developing skills (and make your life a whole lot less stressful, too).
Although intended for IT professionals, hobbyists are more than suitable for taking this course too. Some experience in creating web UIs with JavScript tools would be an advantage, as would programming with a common object-oriented or scripting language. However, you dont need any Backbone experience whatsoever. Well teach you everything you need to know!
What is Backbone?
Backbone.js is a JavaScript framework designed for developing single page web applications and for synchronizing various elements of web apps. It was created by Jeremy Ashkenas (of CoffeeScript and Underscore.js fame) with the intention of giving developers the freedom to design the full experience of a web application. It helps keep business logic and user interface neatly separated. Backbone is praised for being lightweight and only depending on one JavaScript library.