Skip to content

Instantly share code, notes, and snippets.

View rmondragon's full-sized avatar

Rolando Galindo rmondragon

View GitHub Profile
@mikarapace
mikarapace / 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 March 9, 2025 05:06
The introduction to Reactive Programming you've been missing