Ping Pong Pair ProgrammingAn ExtremeProgrammingPractice in which two engineers participate in one development effort at one workstation. Each member performs the action the other is not currently doing.3 mins readRead More
Debate: combined vs independent variable declaration in jsDebate regarding combined variable declaration and individual variable declaration in js.3 mins readRead More
Four Types of Duplication in Source CodeWe all know about DRY but time and again we can find duplication in our code. Here we talk about four types of duplication: imposed, inadvertent, impatient and interdeveloper.3 mins readRead More
Solving Cross-origin Issue With Fonts on Nginx ServerIn this post we learn to setup nginx to allow embedding font from 3rd party url in our rails app.3 mins readRead More