Skip to content

Instantly share code, notes, and snippets.

@Arvoreniad
Arvoreniad / stack.md
Last active August 29, 2015 13:56
Stack for prospective quiz app

Quirst Stack

Database:
  • Redis: caching, ranking
  • MongoDB: main data store
Server:
  • NodeJS
  • Express
  • Mongoose: MongoDB driver + ODM
@Arvoreniad
Arvoreniad / main.rb
Created August 2, 2015 09:55
Pseudo-Ruby code for TOM.
# The application for controlling the Blu-tack device.
module BluTacker
# Function to manage the main function of the device.
def main
# A continuous loop which manages the device's operation.
loop do {
# Scan the wall for a poster and store the data in the "poster" variable.