David Loor

How to Use SoapUI for Consuming and Testing SOAP Web Services in 6 easy steps

soap ui screenshot

SoapUI is a powerful, user-friendly tool for testing APIs and web services. It is specifically designed to work with SOAP (Simple Object Access Protocol) web services, which are based on XML messaging and use standardized communication protocols for exchanging structured data over the internet. In this tutorial, we’ll walk you through using SoapUI to consume […]

‘As I Began to Love Myself’ – A Poem Written by Kim McMillen

close up shot of a book

As I began to love myself I found that anguish and emotional suffering are only warning signs that I was living against my own truth. Today, I know, this is Authenticity. As I began to love myself I understood how much it can offend somebody if I try to force my desires on this person, […]

The AI Revolution in Content Creation: GPT-4 and D-ID Transforming Web Development

high angle photo of robot

Artificial Intelligence (AI) has been making waves in various industries, and web development is no exception. With the advent of advanced AI language models like GPT-4 and cutting-edge AI-powered video generation platforms like D-ID, the future of content creation is rapidly changing. In this article, we’ll explore the transformative impact of AI on web development […]

What is the woocommerce_checkout_fields filter and use cases – WooCommerce

woocommerce

woocommerce_checkout_fields is an action hook in WooCommerce that is used to display and modify the checkout fields on the checkout page. When this hook is triggered, it generates an array of checkout fields that are used to build the checkout form. This array includes various fields, such as billing details, shipping details, and order notes, […]

Salesforce and WordPress Integration using 2 free plugins

System Integration

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

a woman typing on keyboard

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 […]

How to co-install composer 1 and composer 2

Crop anonymous male cyber spy hacking portable computer with codes on screen while sitting at table

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 […]