I'm currently entangled in the middle of a debate with a friend of mine over which direction the web interface of our project should go. One of the limitations of the server is that it's extremely low ...
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 ...
Improving the client-side web experience means overcoming the challenges of ‘hydration,’ a fascinating engineering problem being tackled in many different ways. Let’s dive in. One of the most dynamic ...
I'm finding myself in a situation where using some client-side JavaScript is needed (i.e. way more convenient than the alternatives), and I would like to do it in a browser-independent ...
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 ...