Web Technologies

Your first program is a basic PHP form

As a learning curve with PHP, you have to create a basic form first when you are familiar with all basic PHP terminology. Refer to this YouTube video for a…

Web Technologies

The learning curve for basic PHP

As Standalone php development is out of this world now. Everybody wants to use Larvael or some other framework or CMS like WordPress or something else. But to be a…

git

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…

JavaScript

JavaScript Basics – 2

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…

JavaScript

JavaScript Basics – 1

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…