Skip to content

Instantly share code, notes, and snippets.

View muratsu's full-sized avatar
👨‍🍳
cooking

Murat Sutunc muratsu

👨‍🍳
cooking
View GitHub Profile
@mtpultz
mtpultz / 1 example.route.ts
Last active October 26, 2017 14:28
Express-Validator v4 - Encapsulated Validations Example
const router: Router = express.Router();
// ... removed for brevity
/**
* Create a new example.
*/
router.post('/examples/:id',
exampleController.validate('create'),
exampleController.create
@xem
xem / codegolf.md
Last active August 1, 2024 14:30
JS code golfing

codegolf JS

Mini projects by Maxime Euzière (xem), subzey, Martin Kleppe (aemkei), Mathieu Henri (p01), Litterallylara, Tommy Hodgins (innovati), Veu(beke), Anders Kaare, Keith Clark, Addy Osmani, bburky, rlauck, cmoreau, maettig, thiemowmde, ilesinge, adlq, solinca, xen_the,...

(For more info and other projects, visit http://xem.github.io)

(Official Slack room: http://jsgolf.club / join us on http://register.jsgolf.club)