Explore >> Select a destination


You are here

janikvonrotz.ch
| | www.thepolyglotdeveloper.com
1.2 parsecs away

Travel
| | Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.
| | abdulapopoola.com
1.7 parsecs away

Travel
| | I already wrote about theawesomeness of GruntJSand here is how to set up your own Grunt system. 1. Installation GruntJS runs on nodejs so you need that installed first. Once nodejs and npm are installed, use the following command to install Grunt (the -g flag installs it globally). npm install -g grunt-cliThis installs the grunt...
| | roland.kierkels.net
1.3 parsecs away

Travel
| |
| | dht.is
18.8 parsecs away

Travel
| Background I was packaging up a website as a PWA (progressive web application) so that it could be used offline at a conference, and I wanted to have some analytics collected while offline. After a lot of searching, I came across Piwik Pro, a capable analytics package that specifically included capabilities for offline analytics tracking. Perfect! However, their code assumes that you are building your project using a framework with a packaging-based workflow. My project was simple, vanilla html and javascript.