Test Drupal performances across multiple browsers, scenarios, servers, and collect informations that are very useful to improve user experience. We do automation, functional and php unit tests, write documentation about the requirements, deliverables, planning, making estimates, creating mockups, compare solutions and performance.
Training & Consultation
Thinking about using Drupal for your web site? We helped already lot of agencies and most of our clients to install Drupal and we assist them to create their costumed content management system. As we are based in London, our main clients are companies and agencies from London. Our director, Pasquale Laudonio works mainly as a contractor and he performs all his consultancy work on the client side. Our daily rate is very competitive. Please contact us for more information.
Related Services
Over 10 years experience in Drupal consultancy: themes, custom modules and multi language websites. We worked on wide range of Drupal projects from small sites to very huge corporations with up to half million nodes. Expertise also on web services and REST to integrate Drupal with other backend systems.
How to Install Docker for Drupal and use Composer to download the Code
Drupal only requires a Linux hosting with a MySQL database, you just need to download the latest version and create a data base user for it. Make sure that the /sites/default directory has got written permission, then the installer will ask you the data base details, you need to specify the data base user and password.
How to create a custom block in Drupal 8 to display both Node and taxonomy?
Drupal is in a continue evolution and improvement. Developers contribute daily with new improvements and thoughts. Anyone can propose new ideas, vote existing ideas and also leave comments. Follow the community to see what is going on, see the latest security updates and the new released modules.
How to create a Custom Accordion in Drupal 8 using the Paragraphs Module
If you cannot find a module that does exactly what you need then need to write a custom module. First try to find the same functionality in some existing contributed module. Sometimes it is wise to alter or extend an existing module rather then rewriting the functionality from scratch.