21NRNick RedmarkIs there any good resource for finding boilerplates?Optimally you would be able to filter by technologies you like and get a list of links as a result.Oct 24, 2016G
25NRNick RedmarkModules or NPM packages?A common pattern is to organize a node application into modules /modules/Post /modules/Event ... so here's question: why not split each module into an own NPM package? Where do you draw the line?Oct 3, 2016NMMN