The reading list
Essays, tech notes, and the in-between.
- 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

- code-quality·3 min read
Variable Declarations Best Practices in Js
best practices in js compiled from various sources like airbnb and jshint

- code-quality·3 min read
Continuous Integration, Delivery and Deployment
difference between continuous integration, continuous delivery and continuous deployment

- code-quality·3 min read
Estimating as a Programmer
A must read if you have doubt about your estimating skills.

- code-quality·3 min read
Ping Pong Pair Programming
An ExtremeProgrammingPractice in which two engineers participate in one development effort at one workstation. Each member performs the action the other is not currently doing.
