React hydration is a great feature that allows your site to seamlessly transition from simple HTML to an interactive Single Page App (SPA). Unfortunately it is also easy to run into errors. In this blog post, I explain how you can fix those errors.
jQuery is an often misunderstood framework. With $ syntax, a simple API, and plugins, it can appear to be a language of its own. Of course, in reality, jQuery is nothing more than a well thought out Javascript library, and this post aims to demystify some of that code.
Single-page web apps created with frameworks like Backbone.js can offer a very pleasant user experience, but that is only true for humans. If your site needs to be machine-readable, your app needs to speak the machines’ language.