Absolute Vs. Relative Path
The main difference between an absolute and a relative path is that an absolute path specifies…
Multiple Git Account Settings – GitHub or GitLab
=> This is the example to configure the multiple github account . Here 3 different github…
Express Generator global installation
npm install -g express-generator NOTE: If don’t installed globally then follow the following steps to add…
Express new features – updated
Today new features has been updated from express team. Today new features has been updated from…
API – XmlHttpRequest – Uploading image and Sending using FormData
=> If only the data has to be sent through axios then we can directly use…
React Image Upload – Formik and Yup
app.js import { Form, Formik, Field, ErrorMessage } from "formik"; import React from "react"; import…
React dot htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d…
Uploading Image in Shared Hosting
Structure of file: # LaravelProject – ecomm – travel # ecomm.com # travel.com Write following code…