Eric Lu

Recent Posts

  • December 02, 2015

    Authentication Popup Modals or Notifications in AngularJS

    For a long time, I had this big question in my mind: Should I use spawn or execFile? I am actually referring to the 2 Node.js functions require('child_process').spawn() and require('child_process').execFile().

  • November 25, 2015

    Node.js - spawn vs. execFile

    For a long time, I had this big question in my mind: Should I use spawn or execFile? I am actually referring to the 2 Node.js functions require('child_process').spawn() and require('child_process').execFile().

  • November 17, 2015

    SEO for AngularJS on S3

    You would not have imagined that merely migrating a AngularJS SPA application onto AWS S3 or any other static file host would have been so troublesome... Today, let us discuss how we enable proper SEO (search engine optimization) for AngularJS on ...

  • November 10, 2015

    AngularJS with HTML5 Mode on S3

    How do you fix AngularJS SPA application with HTML5 mode enabled on Amazon S3? More effort is required for pretty URLs.

  • November 09, 2015

    AngularJS Date Range Picker in Neutral Timezone

    This article provides a solution to using and storing dates or timings with AngularJS Daterangepicker in a timezone-neutral manner.