All Posts tagged as "javascript"
Full text search with Bookshelf.js
Bookshelf has no inbuilt method for performing such a query but it actually ended up being rather simple.
4/10/2014JavaScript: Async Promise "while loop"
This is a solution to the situation where you have an asynchronous task you want to perform over and over again, in a non-blocking fashion, stopping when some condition is met.
12/19/2013JavaScript: arguments explained
A mini tutorial on the JavaScripts arguments pseudo-object
10/21/2013Deploy Coffeescript Node App to Heroku
So you've got a cool node app written in Coffeescript and you want to deploy it to Heroku? Seems like it should be easy these days, right? Not so much. Well, let's be honest, we're in the future, you don't have to manually manage servers, etc. (Thank you Heroku!) but deploying a Coffeescript app is still no small task as there are a bunch of gotchas. Hopefully this will help.
8/10/2013Chance
I am often looking to generate random things in JavaScript. Whether in the browser or in Node, I often find myself looking to generate a random phone number or address or even number with some characteristics. So I created Chance
6/24/2013Backbone CrossDomain Library
Open sourcing the Backbone.CrossDomain Library
3/11/2013Concept Idea: Using client-side Javascript for distributed computing
Could we use client-side Javascript for distributed computing to solve the world's problems simply by having someone visit a webpage?
4/26/2011