Docker Symfony Development Box with Data Containers
Data containers are containers where you define a path or folder to be mounted onto other containers. The data here can be read only or writeable. This means that for when you need a swap or temp...
View ArticleDoctrine File System Caching with Doctrine Cache Bundle
Some people had experience some difficulty configuring a filesystem cache type. Symfony by default comes with some caching because of the doctrine bundle, however if one wants to extend to more types...
View ArticleTelling Symfony to Use Cached Validation From Doctrine Cache Bundle Provider
Right now Symfony on 2.7-2.8 and probably until before 3.0 will still support apc type validation caching. This will be dropped soon, at least the class support. You could still use apc past that point...
View ArticleMac Cursor Best Configuration
This is actually a note to myself when configuring cursor behavior on mac. Credits to @hafci. defaults write -g ApplePressAndHoldEnabled -bool false If you have the dock on autohide and want it to open...
View ArticleNew Year 2016, from PHP to new technologies, retrospective and tell it how it is
Hi, it has been a while since i have not blogged. I still continue to do PHP, however no longer consider it for new projects. I have been somewhat more involved with new technologies and languages....
View Article