Skip to content

Instantly share code, notes, and snippets.

View deepakgd's full-sized avatar

Deepak Govindarajan deepakgd

View GitHub Profile
@luyx2412
luyx2412 / google-drive.js
Last active July 14, 2021 13:03
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,
/**********************************
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;
@codeSTACKr
codeSTACKr / mongodb_cheat_sheet_2022.md
Created January 10, 2022 22:54
MongoDB Cheat Sheet 2022