Salesforce and WordPress Integration using 2 free plugins

In this post, you will learn how to integrate WordPress Websites and the Salesforce CRM using free WordPress plugins and following the plugins’ documentation. WordPress and Salesforce As of today, the CMS WordPress is being used in 43% of the Websites worldwide, and Salesforce is one of the leading Customer Relationship Management (CRM) platform. Why […]
How to step debug PHP code with Xdebug and PhpStorm on a DDEV setup

What is debugging? Per wikipedia: “In computer programming and software development, debugging is the process of finding and resolving bugs (defects or problems that prevent correct operation) within computer programs, software, or systems.” Per Internet: “Debugging is like being the detective in a crime movie where you are also the murderer.” – Filipe Fortes What […]
You’ve got to start with the customer experience and work backward to the technology – Steve Jobs

You’ve got to start with the customer experience and work backward to the technology – Steve Jobs
How to get 100/100 on Google PageSpeed Insights with a WordPress site and the page builder Elementor

I wanted to check if it is possible to get a perfect score of 100/100 on Google PageSpeed Insights with a website built with WordPress, the page builder Elementor and the Astra theme.I decided to build my own website https://davidloor.com/ using WordPress with Elementor and following the recommendations that I will describe below, my website […]
How to co-install composer 1 and composer 2

If you followed the steps at How to set-up a Drupal or WordPress site locally using Docker to set-up a local Drupal 8 site using docker, you will find that the PHP container has composer2 and that Drupal 8 is not compatible with it. The easiest way to get composer 1 up and running when […]