Skip to content

Instantly share code, notes, and snippets.

@ChazAttack73
ChazAttack73 / exercise.md
Created February 5, 2016 23:49 — forked from theRemix/exercise.md
MongoDB Practice

MongoDB Practice

MongoDB Exercise in mongo shell

Connect to a running mongo instance, use a database named mongo_practice.

Document all your queries in a javascript file to use as a reference.

Insert Documents

@ChazAttack73
ChazAttack73 / intro-mongo.md
Created February 5, 2016 23:50
MongoDB... COME ON DOOOOOOOWN

Before starting run the commands brew doctor and then brew update

Unix Users please install using the docs

Install Mongodb via Homebrew

$ brew install mongodb

Once brew is done installing, take note of the Caveats section that is printed to your console. Just like what we did previously for postgres it might be best to create a symlink then two aliases to start and stop the mongo progress.

  • Start your mongodb service
@ChazAttack73
ChazAttack73 / README.md
Created February 9, 2016 00:19
Kanban Angular

Kanbangular

"The Kanban technique emerged in the late 1940s as Toyota’s reimagined approach to manufacturing and engineering. ... The system’s highly visual nature allowed teams to communicate more easily on what work needed to be done and when. It also standardized cues and refined processes, which helped to reduce waste and maximize value." - via LeanKit.com

Goal

Create a 3 column Kanban board:

  • using AngularJS to build the client
  • using ExpressJS to build the server
  • using a SQL database to store your data.
  • implement stretch goals.
@ChazAttack73
ChazAttack73 / README.md
Created February 10, 2016 20:38 — forked from thgaskell/README.md
Sequelize + Express Starter Guide