
How to test PHP code using PHPUnit
PHPUnit automatically executable tests that verify your application’s behavior. Thus – you can ensure that your changes don’t break existing functionality. This post will show you how to test your …
Read MoreThe blog about anything Cloud! Get some great content about AWS, Linux, WordPress, PHP and more…
PHPUnit automatically executable tests that verify your application’s behavior. Thus – you can ensure that your changes don’t break existing functionality. This post will show you how to test your …
Read MoreThis post will show you how to upload a file using PHP & Ajax. File handling can sometimes require quite unique solutions. The conventional way of file upload is using …
Read MoreOn December 6, 2016, the WordPress team announced the JSON REST API. The original API came with endpoint for posts, comments, terms, users, meta, and settings. By now, the REST …
Read MoreThere are different techniques that we can use to handle errors in bash/shell scripting. Let us see each of these techniques one by one. The easiest way to prevent errors …
Read MoreWith over 7 million downloads for WordPress 5.3 alone, WordPress has become one of the most influential CMS of all time. Over 30% of the websites on the internet run …
Read MoreIn this post, we will cover some fundamentals of the .htaccess file. We’ll learn about the .htaccess file in general, but then also look at some practical examples that you …
Read MoreThis post will show you how to submit an associative array with HTML and PHP. This concept is quite useful when you need to submit array type data such as …
Read MoreThis post will look at how you can use functions in Bash Scripting. Head ups! You may want to read the bash scripting basics post if you are new to …
Read MoreLet’s take a look at Bash Operators and see how they can be used in our Bash scripts. This post will focus on arithmetic operators to help you do mathematical …
Read MoreLet’s take a look at defining and using a variable in Bash. We will even look at some unique variables that you will find very handy. Heads up! This post …
Read More