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