Javascript
80 postsJavascript, jQuery, NodeJS, Angular
JS: Create UTC from new Date
Here's how to create a UTC using Javascript.
Create fake test data using Node
I'm working on a tool that enables marketers to upload a CSV file full of mobile numbers and send auto-generated surveys through Twilio. Before working on...
Simple Mailgun Test using Node & Jake
Send emails via Mailgun on your local computer using Javascript & Jake.
AWS: Lambda development on OS X
Through AWS Lambda [https://aws.amazon.com/lambda/], AWS is completely changing the entire web industry, again. If you're not familiar with Lambda, it's...
Simple Sendgrid Example using Node
Sendgrid offers a robust API for sending and managing emails. Let's walk through a step-by-step guide on how to create a simple Sendgrid app using NodeJS.
AWS: Install a Node app on AWS
I normally use Heroku [https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction] or Openshift [https://www.chrisjmendez.com/2012/04/29/expressjs-app-with-mongodb-on-openshift/] to publish apps but AWS works too....
Curated list of audio frameworks and libraries for Web
A curated list of awesome HTML + JavaScript frameworks, libraries and software. Inspired by awesome-php [https://github.com/ziadoz/awesome-php]. Audio Production * Melody Maker [https://musiclab.chromeexperiments.com/Melody-Maker]...
Android Development with React Native on a Mac
How to start ReactNative development on a Mac using Homebrew package manager.
How to record which users are leaving your site on Google Analytics
As a website (or app manager), I oftentimes ask myself this question, "How many users are we sending to our external partner sites? Also, how many are...
Javascript closures
There are many good reasons to use a closure but I often forget it's syntax. Below are a few common use cases and examples. Counting Numbers...
Single-page Web Application Advanced
Photographs courtesy of:...
Single-page Web Application using jQuery
Names of Famous Composers:...
Create a File Downloader using NodeJS
I wanted to download 100 files but I did not want to do it manually so I created a simple script instead. var files = [ "http://www.patatap....
Design tools to make a geo-based music app
Some of these design resources are free, some of them are not but it should be enough of a starting point to help you with your project. UIX...