Skip to content

Instantly share code, notes, and snippets.

View vimal-verma's full-sized avatar
🎯
Focusing

VIMAL KUMAR VERMA vimal-verma

🎯
Focusing
View GitHub Profile
@vimal-verma
vimal-verma / index.html
Created June 18, 2021 10:04
Firebase Firestore file upload
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hi there</h1>
@vimal-verma
vimal-verma / react_client.js
Created June 18, 2021 04:43
For cookies based auth in MERN
import React, {useState} from 'react'
import axios from 'axios'
export default function Image() {
axios.defaults.baseURL = http://localhost:5000
const [User, setUser] = useState({);
const handleSubmit = (e) => {
e.preventDefault();
@vimal-verma
vimal-verma / react_client.js
Created May 30, 2021 15:55
MERN File upload
// client
import React, {useState} from 'react'
import axios from 'axios'
export default function Image() {
const [Image, setImage] = useState('Choose File');
const [ImageUrl, setImageUrl] = useState('Choose File');

Vimal kumar



Hi,:wave: I'm Vimal kumar Web designer and devloper working on @Letskhabar :octocat: to support open source. Student at IIIT Ranchi 🇮🇳

@vimal-verma
vimal-verma / share.md
Last active May 31, 2021 03:00
share
sosical media URL
twitter https://twitter.com/intent/tweet?text=message
WhatsApp whatsapp://send?text=message
Facebook https://www.facebook.com/sharer.php?u=MyPageUrl&amp;summary=MySummary&amp;title=MyTitle&amp;description=MyDescription&amp;picture=MyYmageUrl
@vimal-verma
vimal-verma / email.md
Last active May 31, 2021 03:00
email forwording setup with forwardemail.net

email forwording

Record type name priority Value
MX @ 10 mx1.forwardemail.net
MX @ 20 mx2.forwardemail.net
TXT @ -- forward-email=yourgmail@gmail.com
optional ----------- View https://forwardemail.net/
TXT @ -- forward-email-site-verification=your code
TXT @ -- forward-email=info:yourgmail@gmail.com
@vimal-verma
vimal-verma / Github-cli-commands.md
Last active February 5, 2021 17:55
Github cli commands

Github cli commands

A list of Github cli commands

feel free to star this



@vimal-verma
vimal-verma / Git-commands.md
Last active April 16, 2024 09:44
A list of Git commands

Git Commands

A list of Git commands

feel free to star this