Laravel Concept
If you want to start with Laravel.. Check this as a short intro.
If you want to start with Laravel.. Check this as a short intro.
The 4 pillars of OOP are 1) Encapsulation 2) Abstraction 3) Inheritance & Polymorphism. Here are some basic explanation of each why to use and where to use.
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…
Normalization is a process to bifurcate the excel data or bunch of data into different tables and makes a relationship between those tables.
Here is the curated list of free resources into categories to guide your API mastery journey before the new year.
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.
These are the SQL commands we used on daily basis. Here is the simple explanation in a single image.
As a web developer, you should know what type of popular web server are exists now a days.
Anonymous function means you can create a function without declaring its name and you can write a piece of code into it’s definition.
The answer is NO. Why? Because from simple application written in core PHP to latest framework like Laravel having some advantage over it. Check this how.