Skip to content

Instantly share code, notes, and snippets.

View rajkumarpb's full-sized avatar
🎯
Focusing

Rajkumar rajkumarpb

🎯
Focusing
View GitHub Profile
@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;
}
@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 / 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 / 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 / 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/
http://thejackalofjavascript.com/maintaining-a-private-npm-registry/
@rajkumarpb
rajkumarpb / nodetips.txt
Created March 29, 2016 06:39
node tips
https://medium.com/@faisalabid/7-tips-for-a-node-js-padawan-e7c0b0e5ce3c#.ksv7nyez4
@rajkumarpb
rajkumarpb / nodemon-tut.txt
Last active April 7, 2016 04:11
Monitor Nodejs app for crash
https://howtonode.org/deploying-node-upstart-monit
Imp -----> https://keymetrics.io/2015/03/26/pm2-clustering-made-easy/
https://www.statuscake.com/
http://www.aptuz.com/blog/is-postgres-nosql-database-better-than-mongodb/
https://github.com/spring-projects/spring-integration-samples/tree/master/intermediate/rest-http