Browserify vs Require.js
In the world of web and server-side JavaScript development there is a need to be able to modularise your code and include it where it's needed »
In the world of web and server-side JavaScript development there is a need to be able to modularise your code and include it where it's needed »
Require.js is a module loader / dependency handler that allows you to easily define code modules that will only execute once their dependencies exist. The require »
Isogenic Engine's box2d component got a boost today by making it really super easy to handle collisions between entities. Say you have your player entity: var »
NoSQL Runs in Browser and Node.js Open-Source: https://github.com/coolbloke1324/ForerunnerDB/ If you love MongoDB's query language and wish you had the same type »
I've been playing with a bunch of different ways to optimise queries for both geospatial data and data in which there is often a text-based component. »