Category
code-quality
- · 3 min read
Comparison Operators
comparison operators in js
- · 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
- · 3 min read
Variable Declarations Best Practices in Js
best practices in js compiled from various sources like airbnb and jshint
- · 3 min read
Continuous Integration, Delivery and Deployment
difference between continuous integration, continuous delivery and continuous deployment
- · 3 min read
Estimating as a Programmer
A must read if you have doubt about your estimating skills.
- · 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.