Exception tracking in real time

Exception tracking in real time

Everyone knows that Exception tracking, debugging and checking logs is pain in the ass. Especially when our APP works on multiple servers, or we have different environments, languages which are working as a part of big project. Recently I found exceptional tool created by Disqus team called  Sentry . What is Sentry ?

Twitter Bootstrap add ons and extensions

Twitter Bootstrap add ons and extensions

My collection of Twitter Bootstrap addons is growin each day. As at today we have

How to install Phing on CentOS

How to install Phing on CentOS

PHing  INot GNU make; it’s a PHP project build system or build tool based on   Apache Ant . You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP “task” classes make it an easy-to-use and highly flexible build framework.

This build tool ensures that the process of creating your  web application from source code happens in a proper and repeatable way. This is the best way to reduce the possibility of errors caused by manual uploads via FTP or SSH using desktop client.