Friday, March 15, 2024
Home Resources

Resources

We provide all the resources including tutorials and source code for web development

Test Driven Development in PHP

Test Driven Development (TDD) is a software development approach where tests are written first and then code passing the test is written. In other...
function overloading

Function Overriding and Overloading in PHP

Function overriding and overloading are forms of Polymorphism in Object Oriented Programming. Method overloading occurs when two or more methods with the same method...

Capture Webpage Screenshot using PageSpeed Insights API

In this article, we will capture a screenshot of the website using Google PageSpeed Insights API. This is a simple process that will be...

Integrate Google PageSpeed Insights API

Do you know, Google provides a free PageSpeed Insights API to analyze websites? It gives free access to performance monitoring of web pages and...
git

Change Git Username and Email Address

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and...
dependency injection

Understanding Dependency Injection in Laravel

Dependency Injection is a design pattern that injects objects into the constructor or methods of other objects, so that one object depends on one...
How-to-Update-PHP-Version-in-XAMPP

How to Easily Change PHP Version in Xampp

While working on web development projects, sometimes we need to change PHP versions. For example, when you are working on a Laravel project and...

Implement Google Style “Did you mean?” Feature in PHP

In this article, we will add our own "Did you mean" feature in PHP. For this, we will implement Smith-Waterman Gotoh Algorithm. We will...
compare strings in php

How to Compare Similarity Between Two Strings in PHP?

Comparing similarities in PHP can be accomplished in different ways. However, there is a question of efficiency about the result. PHP provides some functions...
404

List of HTTP Status Code – Explained

Status codes are issued by a server in response to a client's request made to the server. They are classified into five different categories....

LATEST ARTICLES

MOST POPULAR