© 2023 Hashnode
#backbonejs
Backbone.JS is a lightweight JavaScript framework that allows you develop and structure client side applications that run in a web browser. Backbone.JS which is based on the MVP (model-view-presenter)…
What is the point of this blog? I've been working front end development at a very large, worldwide software company for the last 5 or 6 years. This has been a great experience for me, but the downside…
It becomes apparent that as you start building more and more client-side JavaScript functionality to an application, the code can quickly become a hard-to-maintain mess. You will start to notice yourself trying to build a consistent structu…