Why it matters: JavaScript was officially unveiled in 1995 and now powers the overwhelming majority of the modern web, as well as countless server and desktop projects. The language is one of the core ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Note, this article deals with client-side JavaScript. For a client and server-side JavaScript ...
Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
Lets geek out. The HackerNoon library is now ranked by reading time created. Start learning by what others read most. Lets geek out. The HackerNoon library is now ranked by reading time created. Start ...
A Backbone Router is a JavaScript library that defines the application’s routes and binds them to callbacks. It is a critical part of any Backbone.js application, which is a powerful framework for ...
Some call it magic -- the ability to make objects appear suddenly out of nowhere. You can create this kind of magic on your website using a few lines of JavaScript ...
Unfortunately Backbone.js does not tell you how to organize your code, leaving many developers in the dark regarding how to load scripts and lay out their development environments. This was quite a ...
This tutorial will teach you how to completely separate the server and client allowing for developers to work with freedom in their respective areas. On a personal note, I consider this development ...