Skip to content

Instantly share code, notes, and snippets.

View rajkumarpb's full-sized avatar
🎯
Focusing

Rajkumar rajkumarpb

🎯
Focusing
View GitHub Profile
@rajkumarpb
rajkumarpb / tuning.txt
Last active March 10, 2016 08:57
Expressjs Tuning! Use doT instead of Handlebars!
http://qzaidi.github.io/2013/07/20/surprises/
-- DO one by one!
https://github.com/danlevan/express-dot-engine
http://www.sitepoint.com/5-easy-performance-tweaks-node-js-express/
http://blog.caustik.com/2012/04/08/scaling-node-js-to-100k-concurrent-connections/
@rajkumarpb
rajkumarpb / node-orm2-fts
Last active March 10, 2016 08:19
Node-ORM2 Imp Plugins - MySQL FTS & ORM Paging
Just look at it and see if we can use it for pet project!
http://dresende.github.io/node-orm-mysql-fts/
http://dresende.github.io/node-orm-paging/
Profiling with DTrace : https://nodejs.org/en/blog/uncategorized/profiling-node-js/
@rajkumarpb
rajkumarpb / gist:0926817028ead2238458
Created March 10, 2016 06:40
Fibers with Future is the Future!
https://www.npmjs.com/package/fibers
http://howtonode.org/generators-vs-fibers
@rajkumarpb
rajkumarpb / helper-node.txt
Created March 7, 2016 12:53
Sequelize DB Connection code and models grouped.
// This file will have all links that help us with Nodejs Dev Support
http://www.redotheweb.com/2013/02/20/sequelize-the-javascript-orm-in-practice.html
@rajkumarpb
rajkumarpb / tree.html
Created January 12, 2016 18:42 — forked from mitchellrj/tree.html
HTML & CSS vertical tree layout
<html>
<head>
<title>HTML &amp; CSS tree</title>
<!-- tree -->
<style type="text/css">
ul.tree {
overflow-x: auto;
white-space: nowrap;
}