Skip to content

Instantly share code, notes, and snippets.

View rmondragon's full-sized avatar

Rolando Galindo rmondragon

View GitHub Profile
@michaelbertoni
michaelbertoni / bluebird.config.js
Last active September 13, 2019 12:35
Learning ES8/Node.js/Bluebird and Redis
var Bluebird = require('bluebird')
Bluebird.config({
longStackTraces: true
})
module.exports = Bluebird
@staltz
staltz / introrx.md
Last active November 17, 2024 01:08
The introduction to Reactive Programming you've been missing