Installing PHPUnit on OS X
Your projects must be tested. It can be done manually, using PHPUnit or in another way. I'm going to show you how to set up and configure PHPUnit on OS X.
Your projects must be tested. It can be done manually, using PHPUnit or in another way. I'm going to show you how to set up and configure PHPUnit on OS X.
In the Using Component in Symfony2 blog post we figured out how to use Component as a package manager. There are a few cons that don't allow us to use it all the time. Let's check another option - how to manage Bower and npm packages using Composer.
From time to time, we all make mistakes while programming in JavaScript. It may happen due to many reasons: lack of experience, bad mood, deadline, a headake and so on. Even though many issues seem small, they can still become a reason for a huge failure and hours of debugging in the future. That's why you need to pay attention to details when you're coding, and I'm going to give you some advice how to make this process easier.
If you still use MySQL or another relational database for search purposes on your e-commerce site, then you definitely need to read this blog post. I'm going to describe what Elasticsearch is and how it can dramatically improve customer satisfaction and, potentially - increase sales. Intrigued? Then continue reading.