by root | Oct 1, 2016 | Development, Frontend
Lately, we were setting up a youtube video caching and proxy server using squid in our project. By the time we were done with configuration, everything worked like charm and a lightweight proxy was set up in no time. Rules were written in the config to allow youtube...
by root | Sep 30, 2016 | Code quality, Development, Process, Ruby on Rails
As per Wikipedia Static program analysis is the analysis of computer software that is performed without actually executing programs. In most cases, the analysis is performed on some version of the source code. WHY USE STATIC CODE ANALYSIS? Not every software developer...