-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel edited this page Oct 24, 2013
·
18 revisions
A personal web (http://www.dgaubert.com) written with the following technologies:
- Node: platform for easily building fast, scalable network applications using an event-driven, non-blocking I/O model.
- Express: web application framework for Node.
- MongoDB: is a scalable, high-performance, open source NoSQL database.
- Mogoose: MongoDB object modeling tool designed to work in an asynchronous environment.
- Jade: Node.js template engine.
- Stylus: expressive, robust, feature-rich CSS language built for Node.
- Async: Utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.
- Express params: Express param pre-condition functions.
- Moment: Parse, validate, manipulate, and display dates in javascript.
- Feed: RSS 2.0 and Atom 1.0 generator for Node.js, making content syndication simple, intuitive and performant.
- Mocha: Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun.
- Bootstrap: A sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by Mark Otto and Jacob Thornton.
For more info visit https://github.com/dgaubert/mammoth to view source code.
Mammoth implements the model of development based on nvie post. This git branching model has turned out to be very successful.
Javascript is the main language used in Mammoth project. For this reason, I try to follow the Code Conventions for the JavaScript Programming Language proposed by Douglas Crockford.