Git Basics
Git is a version control system. If you want to save your code file at some stage it can be recovered in the future in required. Git is a way…
Git is a version control system. If you want to save your code file at some stage it can be recovered in the future in required. Git is a way…
There are some concepts that we recall here quickly.
There are 3 ways to get data from the database.
Destructuring or object & array Destructuring assignment is a feature introduced in JavaScript ES6 (ECMAScript 2015) that allows you to extract values from arrays or properties from objects and assign…
Data types in JavaScript are 2 main types. Total 10 types 1) 2 Nonprimitieve / object type – Object & Array (You can say object & array is a data…
Are you confused with the new PHP syntax? There are many changes in PHP syntax from version 7.0 to latest stable one 8.1. Here is the list of all changes…
LCP, CLS & FID are the main terms when we discuss website speed.
Middleware is like a guard in Laravel. It added custom authentication or conditions if used before the controller & it added some data to response if used after the controller.
There are special directives in the Balde template for each PHP conditional logics like if.. else, issetetc.
The view file is not a final file that is rendered and generates HTML. We can create subviews also there and we need to extend those subviews into main views…