The Microsoft JavaScript Upshot library provides a simplified API for retrieving data from the server and caching it at the client for reuse. Coupled with Knockout, the two JavaScript libraries form ...
In past articles, I've covered different ways to understand, analyze and improve the performance of your web applications. I've shown that between your network connections, server hardware, database ...
IndexedDB allows you to store data on the client to let the user work offline and to reduce demands on the server. Here's enough code to both get you started and to show you the difference between ...
The world of JavaScript frameworks keeps growing. One of the latest entrants, jsblocks, is positioned as more powerful than Backbone and faster or more flexible than React, Meteor, and AngularJS. An ...
Faster webpage loading times play a big part in user experience and SEO, with page load speed a key determining factor for Google’s algorithm. A front-end web developer must decide the best way to ...
Programming languages are like standards; the nice thing about them is that there are so many to choose from. Selecting the best programming languages for back-end, server-side applications often has ...
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 ...