Posts

Showing posts from October, 2013

Designing of Large Scale JavaScript Application Part 2

Image
Here I am continuing the discussion that we made in the previour article  Designing of Large Scale JavaScript Application  . Things you need to forget……  actually need to relearn Forget the way you write JavaScript earlier, no more thousands of lines of code in single file. Forget the way you declare variables in globally, try to learn the way you declare in C# or JAVA or any server-side OOP platform Forget the way you use jQuery.

Designing of Large Scale JavaScript Application Part 1

Image
Introduction I'm currently a developing a UI centric application, for that I am working on the front-end architecture that supports the growing functionalities and pretty maintainable for the its next generations. Right now I have a basic idea of the platform and only an idea of the applications which is both complex and often require an architecture that is scalable and highly-reusable. The complex logic is implemented in JavaScript that communicates with server asynchronously.