Prerender Your AngularJS Apps To Boost SEO – http://pulse.me/s/38DPDf
Category Archives: ExpressJS
Registering static methods are remote methods in Loopback 2.0
Loopback 2.0 and getting: /node_modules/loopback-connector-mongodb/node_modules/mongodb/lib/mongodb/connection/base.js:246 throw message; ^ TypeError: Cannot call method ‘apply’ of undefined at SharedMethod.invoke /node_modules/loopback/node_modules/strong-remoting/lib/shared-method.js:213:17) Reason is more than likely that you have defined a static method on your model that does not match the string used to register the static method as a remote method as outline here.
What’s a full-stack developer?
Full-stack development is about exposing yourself to a broad range of ideas. This is a theme we’ll see repeatedly in the coming years. Being a full-stack developer isn’t about jumping immediately from working on the Hadoop cluster to the Java middleware to the JavaScript that runs in the browser. Specialization exists for a reason. ButContinue reading “What’s a full-stack developer?”
Dev Gigs: Mastering Node.js Logging
Do Not Use bodyParser with Express.js
All servers using express.bodyParser are vulnerable to an attack which creates an unlimited number of temp files on the server, potentially filling up all the disk space, which is likely to cause the server to hang. http://andrewkelley.me/post/do-not-use-bodyparser-with-express-js.html