Tell us have you already used MVC before? What you like/dislike about it?
Submitted by: MuhammadAs the UI gets more and more complex we need some good ways to keep it more and more maintainable and reusable, and Some MVC frameworks for javascript have been widely adopted lately and it's a good plus if you have already used before and knows what's the benefits of them. The most famous MVC frameworks are backbone.js and angular.js, it's hard to not hear about them.
There are many advantages in using these frameworks, I can point out some of them:
☛ Organization: Forces your webapp to follow a well structured pattern;
☛ Maintainable: With organization comes an easy to maintain code;
☛ UI Binding: Some frameworks allow you to do that. So everytime your model changes, the view reflects it and vice-versa;
☛ Decoupled client: MVC frameworks like backbone.js incentivise you to use REST API's though their urlRoot attribute in their Models;
☛ Reusable components: Create reusable visual components;
☛ Single-page apps: Build single-page apps with Ajax requests;
☛ Friendly URL's: Native support for client-side url mapping;
Submitted by: Muhammad
There are many advantages in using these frameworks, I can point out some of them:
☛ Organization: Forces your webapp to follow a well structured pattern;
☛ Maintainable: With organization comes an easy to maintain code;
☛ UI Binding: Some frameworks allow you to do that. So everytime your model changes, the view reflects it and vice-versa;
☛ Decoupled client: MVC frameworks like backbone.js incentivise you to use REST API's though their urlRoot attribute in their Models;
☛ Reusable components: Create reusable visual components;
☛ Single-page apps: Build single-page apps with Ajax requests;
☛ Friendly URL's: Native support for client-side url mapping;
Submitted by: Muhammad
Read Online Senior Front End Developer Job Interview Questions And Answers
Top Senior Front End Developer Questions
☺ | When would you use CSS float? |
☺ | Tell us how are the variables of CoffeeScript different from those of JavaScript? |
☺ | Tell us how do you do testing? And what do you think about this? How would you improve QA? |
☺ | Suppose you can’t work out how to solve a coding problem. What do you do to find the answer? |
☺ | Tell us the purpose of each of the HTTP request type when using a RESTful web service? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |