Skip to content

Instantly share code, notes, and snippets.

View vynci's full-sized avatar
🤙

Vince Elizaga vynci

🤙
View GitHub Profile
@vynci
vynci / sql-mongo_comparison.md
Created April 19, 2017 09:31 — forked from aponxi/sql-mongo_comparison.md
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.

@vynci
vynci / restAPI.markdown
Created May 11, 2016 02:52 — forked from iksose/restAPI.markdown
Creating a REST API using Node.js, Express, and MongoDB

###Creating a REST API using Node.js, Express, and MongoDB

####Installing Node.js

Go to http://nodejs.org, and click the Install button. Run the installer that you just downloaded. When the installer completes, a message indicates that Node was installed at /usr/local/bin/node and npm was installed at /usr/local/bin/npm. At this point node.js is ready to use. Let’s implement the webserver application from the nodejs.org home page. We will use it as a starting point for our project: a RESTful API to access data (retrieve, create, update, delete) in a wine cellar database.

Create a folder named nodecellar anywhere on your file system. In the wincellar folder, create a file named server.js.

@vynci
vynci / Bootstrap Carousel with Animate.css.markdown
Created December 4, 2015 09:19
Bootstrap Carousel with Animate.css
@vynci
vynci / Dynamic Tiles.markdown
Created November 5, 2015 01:29
Dynamic Tiles
@vynci
vynci / Dynamic Tiles.markdown
Created November 3, 2015 07:41
Dynamic Tiles