Skip to content

Instantly share code, notes, and snippets.

View diegonakamashi's full-sized avatar

Diego Nakamashi diegonakamashi

  • 12:13 (UTC -03:00)
View GitHub Profile
@ericelliott
ericelliott / essential-javascript-links.md
Last active February 23, 2026 21:20
Essential JavaScript Links
@lancejpollard
lancejpollard / node-folder-structure-options.md
Created November 28, 2011 01:50
What is your folder-structure preference for a large-scale Node.js project?

What is your folder-structure preference for a large-scale Node.js project?

0: Starting from Rails

This is the reference point. All the other options are based off this.

|-- app
|   |-- controllers
|   |   |-- admin