Git Cheat Sheet
Basic GIT cheat sheet

Search for a command to run...
Basic GIT cheat sheet

Welcome to the world of React! In this blog post, we'll be covering the basics of React and how to get started with it. If you're new to React, you may be wondering what it is and why it's so popular. React is a JavaScript library for building user i...

Today, I began my journey of learning PHP. In my first session, I learned the basics of configuring XAMPP for PHP and where to place files to run them. I also learned about declaring variables, variable types, and how to display output using the echo...

Step 1: Install Node.js First, you will need to install Node.js on your Linux machine. You can download the installer from the official Node.js website and run it to install Node.js. Step 2: Install the React Native CLI Once Node.js is installed, ...

All about scope Scope Scope defines the lifetime and visibility of a variable. Variables are not visible outside the scope in which they are declared. Type of Scope JavaScript has JavaScript has module scope, function scope, block scope, lexical scop...

Array JavaScript array is an object that represents a collection of similar type of elements. There are several ways to construct array in JavaScript: By array literal By creating instance of Array directly (using new keyword) Why Use Arrays? If yo...

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these refer to the reference guides for basic syntax and extended syntax. Basic Syn...

What is it all about? There are various reasons, to embed an element in a page. These days it is especially video that is embedded, pdf documents and to some degree other things, but those are not the only uses. In the late 1990's, frames, an earlier...
