Understanding the “chmod” Command: Changing File and Directory Permissions in Unix-like Systems
The "chmod" command is a powerful tool in Unix-like operating[...]
Metadata in WordPress
What is Metadata? Metadata is defined as the information that describes[...]
Mastering Dependency Management with Composer: A Comprehensive Guid
Composer Important Commands Composer is an application-level dependency manager for[...]
Flutter: Unleash the Power of Seamless UI Across Platforms
Flutter Project Folder Structure Flutter projects typically follow a specific[...]
IoT – Internet of Things
What is the internet of things (IoT)? The Internet[...]
Google celebrates its 25th birthday with a doodle
Search engine giant Google is celebrating its 25th birthday with[...]
AWS Overview
What is AWS? Amazon Web Services(AWS), Inc. is a subsidiary[...]
CSRF Protection
CSRF stands for Cross-Site Request Forgery. It is a security[...]
How to change git username & password after you change the git password.
Configure Git User Information On macOS: To configure your[...]
How to use git stash
When working with Git, you can use the "git stash"[...]
Laravel Notifications
Typically, notifications should be short, informational messages that notify users[...]
Associative Array Example in PHP
<?php $data = array( 'name'=>"John Doe", 'age'=>20, "company_name"=> "XYZ" );[...]
Class and Object Example in PHP
<?php class Data { public $data; function setData($data){ $this->data =[...]
WP_List_Table tutorial : How to display data from database to the admin block ?
WP_List_Table tutorial in WordPress In this tutorial, we will learn[...]
Shortcode in WordPress
<?php // Use shortcode in a PHP file (outside the[...]
Add Tracking Code in WordPress
Meta Pixel Code The Meta Pixel is a snippet of[...]
Mojo🔥: The Next Generation Programming Language for AI
In a rapidly changing world, staying informed and inspired[...]
AWS Basic Commands
Connect to instance 1st approach (For MAC/Linux Laptops) Copy the[...]
vi Editor
Vi editor is a powerful and widely used text editor[...]
How To Find Duplicate Values in MySQL
SELECT email, COUNT(email) FROM user_account GROUP BY email HAVING COUNT(email)[...]
Magento 2 Tutorial
What is Magento 2? Magento 2 is an open-source E-commerce[...]
What is ChatGPT?
ChatGPT is a conversational AI language model developed by OpenAI.[...]
PHP: Sum of two number
In PHP, you can add two numbers by using the[...]
What is a denial-of-service (DoS) attack?
A denial-of-service (DoS) attack is a type of cyber attack[...]
Amazon Lightsail
Amazon Lightsail is designed to be the easiest way to[...]
PHP How to get first and last name from full name?
<?php $c_name = explode(' ', "Gaurav R Joshi"); echo $firstName[...]
jQuery Ajax
jQuery("text.learn_more_title").click(function () { jQuery.ajax({ url: 'api_endpoint', type: 'POST', dataType: 'JSON',[...]
How to apply CSS to iframe?
setTimeout(() => { let myiFrame = document.getElementById("hs-form-iframe-0"); let doc =[...]
Overview: C Programming
C is a high-level, general-purpose programming language that was first[...]
jQuery Ajax Loading Spinner
jQuery(document).ajaxSend(function() { jQuery("#overlay").fadeIn(300); }); jQuery(document).ajaxSend(function(event,xhr,options) {console.log(xhr); if(xhr.statusText =="success" ){ jQuery("#overlay").fadeIn(300); [...]
Magento Commands
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f[...]
QWERTY Keyboard के बारे में जाने!
QWERTY keyboard उन देशों में मानक टाइपराइटर और कंप्यूटर keyboard[...]
Linux Commands
ls (lists directory) The ls command is one of the[...]
Blogging: A good source of your passive income !
Blogging is an art and I think everyone should do[...]
JavaScript Map, Reduce, and Filter
Map, reduce, and filter are all array methods in JavaScript.[...]
Why you should use Shopify for your business?
Shopify is a e-commerce platform that allows anyone to set[...]
JavaScript Concepts Everyone Should Learn!
Spread operator let data = { username:"GauravJ", email:"email@gmail.com", favLang: "JavaScript"[...]
DSA with JavaScript
What is Data Structure? A data structure is a particular[...]
How to create CSV file in PHP?
Create CSV file: PHP fputcsv function help us for creating[...]
jQuery: Programs
var column_data = []; jQuery(".box").find("input[name='attributes[]']").each(function () { if(jQuery(this).prop('checked') == true){[...]
Cheatsheet: CSS
Rules for Screen size. If the browser window is 600px[...]
MongoDB: Aggregation
Aggregation operations process data records and return computed results. Aggregation[...]
Structured Query Language (SQL)
Some commonly used SQL Commands SELECT - extracts data from[...]
Git and GitHub
Important commands git config git config --global user.name git config[...]
माइक्रोसॉफ्ट Windows 11
Microsoft ने अपने नेक्स्ट जनरेशन Windows 11 को लॉन्च कर[...]
JavaScript: localStorage and sessionStorage
HTML web storage provides two objects for storing data on[...]
JavaScript: Array functions/methods
Javascript is a web programming language used in modern web[...]
REACT: AJAX and APIs
How can I make an AJAX call? You can use[...]
JavaScript: Array map() Method
The map() method creates a new array populated with the[...]
Promise in JavaScript with example
What is a Promise in JavaScript? A promise is an[...]
Express: How To Use the req Object
Express servers receive data from the client-side through the req[...]
What is REST API? | Web Service
REST API A REST API (also known as RESTful API)[...]
JavaScript: FormData
The FormData interface provides a way to easily construct a[...]
JavaScript: How ES6 Arrow Function Can Help You
An Arrow function is a compact alternative to a traditional[...]
Voco App Vocal For Local
What is Voco APP ( Vocal For Local) A complete[...]
React programming Examples (State and Props)
React is a JavaScript library for building user interfaces. The[...]
PHP: serialize() Function
Convert a storable representation of a value. The serialize() function[...]
Cheatsheet: PHP
serialize(): Convert a storable representation of a value. The serialize()[...]
WordPress: Post Types
Post Types There are five default Post Types readily available[...]
ES6: Spread syntax
Spread syntax (...) allows an iterable such as an array[...]
ES6: Spread operator
Spread syntax (...) allows an iterable such as an array[...]
Next.js
Next.js is an open-source React front-end development web framework that[...]
React JS: Material UI
What is Material UI in React JS? Material UI is[...]
MongoDB: ROBO 3T (Free Open Source MongoDB GUI Client)
In this blog, I am telling you about a MongoDB[...]
MongoDB: Cross-platform document-oriented database
MongoDB is a source-available cross-platform document-oriented database program. Classified as[...]
MERN: The MERN Stack
What is the "MERN Stack"? MERN stack is a web[...]
Windows Commands
How to check Windows Genuine or Cracked? Step I: GOTO[...]
Innovation in Computer Science
Innovation in Computer Science and their Inoveters Innovation Invented by[...]
Technology Full Forms: You Should Know
Technology contains various acronyms which are important to know. A[...]
AWS: Cloud Integrations and Cloud Monitoring
Q: Which service is a fully managed pub/sub messaging service[...]
AWS: Deployments and Managing Infrastructure at Scale
CloudFormation and Elastic Beanstalk are free of use. True (CloudFormation[...]
AWS: Other Compute Services
How do you get charged in AWS Lambda? Per call[...]
AWS: Databases and Analytics
Which in-memory AWS database can you use to reduce the[...]
AWS: S3
Which S3 Storage Class is the most cost-effective for archiving[...]
AWS: ELB and ASG
Q1. What is the main purpose of High Availability in[...]
EC2 (Amazon Elastic Compute Cloud)
What is an EC2 (Amazon Elastic Compute Cloud)? Amazon Elastic[...]
AWS: Identity and Access Management
Q1. What is a proper definition of IAM Roles? Ans.An[...]
React JS: FAQ
What is React? React is a front-end JavaScript library developed[...]
React JS: Introduction of Hooks
Introducing Hooks Hooks in React JS are a new addition[...]
React JS: Lifecycle
Life cycle phases in React components Mounting The first phase[...]
AWS: Cloud Computing
Q1. You ONLY want to manage Applications and Data. Which[...]
WordPress: How to Add an Admin User using FTP?
Below code snippet will help you to create new user[...]
AWS: Amazon Web Services
Amazon web services is a subsidiary of amozon.com that provides[...]
CodeIgniter: URL Routing
We might imagine that there is a controller named “news”.[...]
CodeIgniter: PHP MVC Framework
CodeIgniter is a powerful PHP based web development framework, built[...]
PHP: global variable
<?php $x = 5; // global scope $y = 5;[...]
PHP: How do I get errors to display?
ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL);
What is Cyber Security and How to build a successful career in it?
Cyber Security, Ethical Hacking, Network Security are some words which[...]
PHP: Date and Time Function
Every programming have inbuilt function or Object which handles date[...]
PHP : Function
A key benefit of using functions is that they are[...]
Python : Getting Started
Python is a popular programming language. It is[...]
PHP: JSON Encode and Decode
PHP have two built-in functions, json_encode() and json_decode(). Encoding and[...]
ES6: Introduction
var vs let vs const In this article, var, let[...]
JavaScript: Scope and the Variable this
var x = 'hello, world!'; // this is in the[...]
JavaScript: Get Element
Find element by ID Find elements by class Find elements[...]
Larry Tesler: Cut-Copy-Paste के आविष्कारक
Cut-Copy-Paste यूजर इंटरफेस के Inventor(आविष्कारक) लैरी टेस्लर American computer scientist[...]
React JS: A JS library for building UI
What is React Js? React Js is a JavaScript library[...]
PHP: Scrap Images Using cURL
Scrap Images Using PHP cURL https://www.youtube.com/watch?v=v5WHcO1aR4kRegular Expression Website: https://regex101.com/Select Image[...]
WordPress: Plugins
Plugins are packages of code that extend the core functionality[...]
Payment Gateways
What is Payment gateways? A payment gateway is a merchant[...]
What is curl in php?
cURL is a command-line tool for getting or sending data[...]
WordPress: Hooks
Hooks WordPress hooks are predefined points in the WordPress core[...]
What is DevOps?
DevOps = Development + Operations DevOps is a set of[...]
JavaScript: JSON (JavaScript Object Notation)
In this post, we’ll talk about JSON ( JavaScript Object[...]
JavaScript: Application programming interface (API)
What is an API? (Application Programming Interface) In this post,[...]
Best Technology to Learn for Future
Top 10 Trending Technologies - Must Learn In 2020 |[...]
PHP: Quiz App
Here’s a new programming blog for you. In this blog,[...]
Javascript : Date & Time Program
Here’s a new program for you. In this program, we[...]
C Program
#include <stdio.h> int oddsum(int n){ [...]
Laravel Artisan Console Commands
Artisan is the command-line interface included with Laravel. It provides[...]
JavaScript: What is AJAX?
Here’s a new article for you. Understanding XMLHttpRequest and Apply[...]
Laravel: Factories and seeders
Factories and Seeders are used for generating fake dummy data[...]
Laravel: Getting Start
Laravel MVC framework Laravel is a free, open-source PHP MVC[...]
Why is internet safety important
Some tips on how to keep safe from identity theft.[...]
How Much Does Website Development Cost?
Let’s come to cost. There are three major costs:- Domain[...]
How to choose a web hosting provider
There are so many factors involved in this that it[...]
PHP Tutorials
<?php echo "Hello World";?> Output: Hello World Explanation: A PHP[...]
JavaScript: Getting started
JavaScript is used to create client-side dynamic pages. JavaScript is an[...]
Joomla
According to Joomla official documentation, “A template is a type[...]
CSS word-break Property
The CSS word-break property specifies how words should break when[...]
jQuery: Get Started
Today, In this article we will learn about Javascript more[...]
WordPress: Important Functions
Many of the core WordPress functions are useful to Plugin[...]
Cheatsheet: WordPress
Many of the core WordPress functions are useful to Plugin[...]
PHP: Arrays
In this post, we’ll talk about Arrays in PHP. What[...]
How to become a Front-end Web Developer? फ्रंट-एंड वेब डेवलपर कैसे बनें?
Here are some tips to help you to become a[...]