{archive_title}

Month: January 2020

  • Artificial Intelligence

    ·

    Artificial Intelligence

    Artificial intelligence is when machines can learn and make decisions similar to humans. The term artificial intelligence was coined in 1956, but AI has become more popular today thanks to increased data volumes, advanced algorithms, and improvements in computing power and storage. Why is Artificial Intelligence important? Artificial intelligence forms the basis for all computer…

  • Error with WooCommerce 3.9.0 and Cherry FrameWork 3.1.5 in WordPress [ Fatal error: Uncaught Error: Call to undefined function prepare_request() ]

    ·

    Error with WooCommerce 3.9.0 and Cherry FrameWork 3.1.5 in WordPress [ Fatal error: Uncaught Error: Call to undefined function prepare_request() ]

    Problem: I am using WooCommerce version 3.9.0 and Cherry Framework 3.1.5 on my website. I started getting emails for technical issues in my System Status page of WooCommerce. When I have opened that page from the admin side, I got the following message: There has been a critical error on your website. Please check your…

  • Why use PHPUnit?

    ·

    Why use PHPUnit?

    Testing is an essential aspect of developing in any programming language. Manual testing can only be performed irregularly and usually only in limited ways. The answer to testing source code regularly, and in-depth, is to write automated tests that can be frequently executed. PHPUnit is basically used for testing purposes. This is a testing framework…