How to decouple your components and improve testability and code reuse: a practical example
Today we are going to take into account a real example I was working on in the last days. It’s a quite simple case study that does not involve any…
Today we are going to take into account a real example I was working on in the last days. It’s a quite simple case study that does not involve any…
Just a quick tip for assets versioning with Symfony2. Let’s imagine you have an asset, called “beautifulAsset.js”, in your app. As soon as it’s requested, the user browser caches it.…