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.

Read

JavaScript: 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.

Read

JavaScript: arguments explained

A mini tutorial on the JavaScripts arguments pseudo-object

Read

Chance

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

Read

Backbone CrossDomain Library

Open sourcing the Backbone.CrossDomain Library

Read

Concept 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?

Read