by root | Dec 31, 2016 | Development, Performance, Process
This article is about few performance improvements points which I have been using in my current project and they can be applied generally by you as well. I have written this article in a generic way since the tech stack is different than Rails which is commonly used....
by root | Dec 24, 2016 | Testing
Target Audience: All beautiful people on this planet. (it may help us in categorizing and prioritizing our daily life problems and tasks) “Most of us spend too much time on what is urgent and not enough time on what is important.” – Stephen R. Covey Determining...
by root | Dec 6, 2016 | Development, Services
With reference to ‘https://linux.die.net/man/1/monit’, we can use MONIT for log rotation and as exception notifier from a log file. Steps are as follows : Create new file ‘sudo nano /usr/local/bin/rotate’ #/bin/bash /bin/mv $1 $1.`date...
by root | Dec 3, 2016 | Process
Team code ownership lets any team member modify any part of the code. Ownership is an emotional or qualitative attribute that ties all developers on the team to the project and code base. It is a spectrum where, on one side, each individual has ownership of only their...