We are adding in notifications to our website. Here's our rundown:
- humane.js
- http://wavded.github.io/humane-js/
- Doesn't support message stacking
- Supports multiple colors
- Doesn't have "
xto close" built into it?
- Notifier.js
- Has message stacking
We are adding in notifications to our website. Here's our rundown:
x to close" built into it?We are already quite familiar with analytics but here's our course of reasoning for this site setup.
References:
Notes:
We have been considering how to best handle internal monitoring (i.e. internal stats like disk space, CPU utilization). Here's our current set of solutions:
References:
Top picks:
We are building a Node.js service which will need asynchronous support for tasks like sending emails. Here's our evaluation:
We are planning on building a Node.js service. Here's our evaluation of the current ORM landscape:
Last updated: May 2 2016
| node_modules/ | |
| .vagrant/ |
I forgot to save which WYSIWYG editor I was using earlier. As a result, we have to review them all over again =(
Needs:
Libraries:
| module.exports = function (grunt) { | |
| // Initial configuration | |
| grunt.initConfig({ | |
| // Download external resources | |
| curl: { | |
| // Twitter Bootstrap | |
| bootstrap: { | |
| src: 'http://twitter.github.com/bootstrap/assets/bootstrap.zip', | |
| dest: 'tmp/bootstrap.zip' | |
| } |