January 4, 2018 4:33 PMAdd comments to your GatsbyJS blog within two minutesStatic sites are great! They are easy to publish and maintain. You can scale a static website easily for millions of users. And hosting is normally quite cheap. Another advantage is the convenience of local development and and the possibility to preview any change before publishing. One of the challenges of static websites is adding dynamic content to the site. In this post we add comments to a static website.
February 5, 2016 9:16 PMES6 SlidesSlides presenting major ES6 features and probable ES7 features. Also highlights what features are supported in node 4.2.*, the current LTS release
July 3, 2015 1:15 AMEmber.js: Process Click on Link-To Helper if No Transition HappensFor 1 year of development with Ember I never needed something like this until yesterday. The task was to attach a handler to the `link-to` helper that would run when there is no transition fired by the helper itself (e.g. when the link-to helper points to the current route). In particular, I needed to scroll to the top of the window when no transition happens
April 1, 2015 10:42 PMUsing HTML 5 Application Cache for Single Page ApplicationsAbout common pitfalls when working with HTML5 Application cache. Recently I added the HTML 5 application cache to an Ember app. Actually, the app already used the application cache but it didn't work well. For example, the new releases didn't always make it to the users and the app broke because the client part of it was stale and the server part was new.