Introduce the BCCAutoMapperBundle for Symfony2
One of my favorite tools with my .NET developments is definitely AutoMapper. It allows to easily mapping objects to other objects by generating default maps for graph of objects base on the name of the...
View ArticleBCCExtraToolsBundle for Symfony2 now includes new features
The purpose of this blog post is to review the last features that have been included into the BCCExtraToolsBundle. As you may know, its current main feature is a command that extract translation string...
View ArticleWelcome the BCCCronManagerBundle, the Symfony2 bundle that helps you managing...
One thing I don’t like to do when maintaining a website, is having to pull out ssh on a daily basis in order to check that everything is running fine. A basic use case is scheduling and watching crons....
View ArticleThe BCCEnumerableUtility is out
One of the most frustrating things you may encounter as a PHP developer is definitely the lack of clarity and consistency of many of the core array and string manipulation functions. What goes wrong...
View ArticleAbout work, open source and commitment
With this post, I want to take some time to explain my commitment to open source, especially to Symfony and how it is tangled with my everyday work. What do I do? I am currently developing for my new...
View ArticleMy take on the Mahout and Myrrix recommendation algorithms
Whereas BestComparator has his own recommendation engine based on user profiling, behavior analysis and analysis of product specs, I recently wanted to explore the possibilities of the famous...
View Article