The reading list
Essays, tech notes, and the in-between.
- code-quality·3 min read
Few Keyboard Shortcuts for Terminal
few terminal shortcuts

- code-quality·3 min read
History With Terminal
some handy history commands in terminal

- code-quality·3 min read
Basics of Writing a Jquery Plugin
basics of developing your own jquery plugin

- code-quality·3 min read
Host Static Website in Github With Custom Domain Name
how to host static site in github with custom domain name

- code-quality·3 min read
Setup Nodejs in Ubuntu
setup nodejs in ubuntu, avoid running npm as root

- code-quality·3 min read
Making Better Use of Rvm
solving 'path is not properly set up' error

- code-quality·3 min read
One Minute Manager
Manage people effectively by serving them (note from the book "one minute manager").

- code-quality·3 min read
Setup New Rails Project
setup new rails project with rspec for testing

- code-quality·3 min read
Comparison Operators
comparison operators in js

- code-quality·3 min read
Js Debugger
debugger is a great tool in js that provides breakpoint in your code so that you can easily debug your code
