Sunday, January 26, 2014

Book Review : Learning JavaScriptMVC


Introduction

  • Today I am going to Review a Book which has been published by Packt Publishing.
  • The Book is Learning JavaScriptMVC.
  • The Author of this book is Wojciech Bednarski.

Learning JavaScriptMVC


Table of Contents

Learning JavaScriptMVC


What you will learn from this book

    • Install JavaScriptMVC in three different ways, including installing using Vagrant and Chef
    • Document your JavaScript codebase and generate searchable API documentation
    • Test your codebase and application as well as learning how to integrate tests with the continuous integration tool, Jenkins


    In Detail

    • JavaScriptMVC is a client-side, JavaScript framework that builds maintainable, error-free, lightweight applications as quickly as possible.
    • As it does not depend on server components, it can be combined with any web service interface and server-side language.
    • "Learning JavaScriptMVC" will guide you through all the framework aspects and show you how to build small- to mid-size well-structured and documented client-side applications you will love to work on.
    • This book starts from JavaScriptMVC installation and all its components are explained with practical examples.
    • It finishes with an example of building a web application.
    • You will learn what the JavaScriptMVC framework is, how to install it, and how to use it efficiently.
    • This book will guide you on how to build a sample application from scratch, test its codebase using unit testing, as well as test the whole application using functional testing, document it, and deploy the same.
    • After reading Learning JavaScriptMVC you will learn how to install the framework and create a well-structured, documented and maintainable client-side application.

    Who this book is for

    • This book is for anyone who is interested in developing small- and mid-size web applications with the JavaScriptMVC framework, which is based on the most popular JavaScript library – jQuery.
    • Readers should be familiar with JavaScript, browser APIs, jQuery, HTML5, and CSS.


    Pros

    • I have read this book within a 3 days.Before reading this book I didn't have any prior experience about the JavaScriptMVC framework. But after reading this book now I feel I can easily embark on my next project with JavaScriptMVC framework. This book gave me that kind of confidence. Many thanks to the author.
    • This is a very concise book (only 97 pages), is directly targeted to the most needed materials about the JavaScriptMVC framework.
    • The way the author has explained the code snippets are really awesome. It's very clear and we can follow it even without practically involving with the code base.Because It contains all the relevant images, output of the source code and more...
    • On each and every chapter there are a number of useful external links for obtaining additional knowledge where if we would like to. It's really helped for the get in-depth knowledge of the desired areas.
    • The source code comes with this book is, having read me file in each and every chapter's folder and it explains how to use the code samples properly. Which is really good.


    Cons

    • It's better if the source code of this book can put on the JsFiddle.Then readers can easily change the things and test lively.It'll give huge value for this book. Especially for the eBook readers.
    • I realized there are places where it calls for more explanation about the code snippets. But an Author has not done that.
    • The other issue where I have about this book is with the formatting of the Code snippets.Currently it's in Black and White (mono) way. It should require as color syntax code for better reading experience (at least for the eBook). 

    Errata

    • I have seen number Urls which are wrongly posted. 
    • I just picked one of them here.

    Wrong : http://javascriptmvc.com/docs.html#!FuncUnit

    Correct : http://javascriptmvc.com/docs/FuncUnit.html


    References


    Conclusion

    • I would like to recommend this book for all the Novice and Intermediate Developers, Who are willing to learn JavaScriptMVC framework.
    • I have to put a special thanks for Packet Publishers,who gave me this opportunity to review this book.Packet Publishers are doing an outstanding job in the Software Developer world by publishing this kind of Up-To-Date books in very specific areas.Keep up the Good work.
    • I have thoroughly enjoyed the reading of this book and I hope the same will feel for you too.
    • Thanks for the Author Wojciech as well for writing this kind of Instant category book.Keep up the Good work.

    No comments:

    Post a Comment

    Thanks for your Feedback.