Skip to content

Instantly share code, notes, and snippets.

View deepakgd's full-sized avatar

Deepak Govindarajan deepakgd

View GitHub Profile
@deepakgd
deepakgd / mongodb_cheat_sheet_2022.md
Created February 8, 2022 09:08 — forked from codeSTACKr/mongodb_cheat_sheet_2022.md
MongoDB Cheat Sheet 2022
/**********************************
A symbol is a JavaScript Primitive data type
(Number, String, Boolean, null, undefined)
Every symbol value returned from Symbol() is unique.
A symbol value may be used as an identifier for object properties; this is the data type's only purpose.
**********************************/
let log = console.log;
@deepakgd
deepakgd / google-drive.js
Created July 5, 2019 05:16 — forked from luyx2412/google-drive.js
React native login google, and google drive. Save storage and get again data when uninstall app.
/**
* Google Drive
* created by luyxtran264@gmail.com
*/
import React, { Component } from 'react';
import {
Platform,
StyleSheet,
Text,