What is namespace in PHP?

If you have same named function in functional programming, it’s not accepted but yes you can create same named function in different class. Now what about the class name? What…

Database Normalization

Normalization is a process to bifurcate the excel data or bunch of data into different tables and makes a relationship between those tables.

Struggling with Async/Await?

I have brought this simple guide to answer all your questions about async/await. Easy examples of how async/await works and its practical use cases.

Basics of SQL

These are the SQL commands we used on daily basis. Here is the simple explanation in a single image.

Type of Web Servers

As a web developer, you should know what type of popular web server are exists now a days.

callbackfn

Anonymous function in PHP

Anonymous function means you can create a function without declaring its name and you can write a piece of code into it’s definition.

How JS & PHP related with each other?

We found a PHP script is always having a JS code. A basic PHP applications must having JS interaction in script. On very basic level there are 4 types PHP…