Thomas is the author of Advanced Microservices and is a prolific public speaker with a passion for reducing complex problems into simple language and diagrams. His career includes working at Fortune 50's in the Midwest, co-founding a successful startup, and everything in between.
A very good book on Backbone if you know nothing about it, with a simple example you can follow through just with your browser and a text editor, no backend server (until the last part).
I have a better understanding of Backbone now, and what it can do, thanks to this instant guide!
Got this in a promotion, expecting to understand why I should learn backbone.
And the problem is, although the book goes into building a SPA and tells every single step, it severely lacks the "why" you should do such things. Why you should create a "Routes" property on your app; why you have collections AND models, why Backbone can't infer the collections by the models and so on.
In the end, I think I learnt more about LoDash than Backbone.