Installing supervisor on Mac OS
July 16, 2019
Supervisor is powerful process manager for Unix systems. You can get a lot of advantages by using it.
Oleg Posyniak's tech blog
July 16, 2019
Supervisor is powerful process manager for Unix systems. You can get a lot of advantages by using it.
June 19, 2018
Most *nix-based sustems support syslog storage for different types of system logs. On Mac OS it’s also present and we can use it.
September 26, 2017
During implementation of CI infrastructure having PHP, you may face with different errors and strange behaviours.
February 18, 2017
Here is my list of recommended articles to read in free time. It collects php, javascript, design patterns and different architecture approaches. Some articles are for high level developers, and some for beginners. I put a comments to recognize them.
January 4, 2017
Any developer is able to write validator. For date, time, URL, no matter. But what’s a correct way to implement it?
January 3, 2017
About the architecture of applications in PHP it was written more than a dozen items, but on this issue, more than emphasize the designers of Java and C #. Its essence lies in the rigid dependence of the properties on the other.