Skip to content

Instantly share code, notes, and snippets.

View jafferali201211's full-sized avatar

Jaffer Ali jafferali201211

View GitHub Profile
@CodeDraken
CodeDraken / JS-Essentials-Objects.js
Created October 9, 2018 20:00
Code for JavaScript Essentials: Objects
// Wolf
// - Properties
// -- fur color
// -- eye color
// -- size
// -- gender
// -- age
// - Actions
// -- walk/run
@LeCoupa
LeCoupa / nodejs-cheatsheet.js
Last active June 4, 2024 09:34
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@aponxi
aponxi / sql-mongo_comparison.md
Last active February 21, 2024 11:56
MongoDb Cheat Sheets

SQL to MongoDB Mapping Chart

SQL to MongoDB Mapping Chart

In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB.

Executables

The following table presents the MySQL/Oracle executables and the corresponding MongoDB executables.