Skip to content

Instantly share code, notes, and snippets.

View andersonsantos's full-sized avatar

Anderson Faria Santos andersonsantos

  • Belo Horizonte, MG - Brasil
View GitHub Profile
# get homebrew http://mxcl.github.com/homebrew/
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
# use homebrew to install rbenv and ruby-build
brew update
brew install rbenv
brew install ruby-build
# view available rubies
rbenv install --list
@andersonsantos
andersonsantos / pubsub
Created December 26, 2015 11:39 — forked from jarrettmeyer/pubsub
pubsub with NodeJS and AMQPLib
#!/usr/bin/env node
//
// Example of publisher/subscriber pattern in NodeJS, with AMQPLib. This program has been
// demonstrated to work with 500k messages and 4 subscribers.
//
// #WorksOnMyMachine
//
// Usage: ./pubsub
//
@andersonsantos
andersonsantos / springer-free-maths-books.md
Created December 28, 2015 18:53 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of maths books available for free, here are the direct links
@andersonsantos
andersonsantos / README.md
Created July 31, 2016 19:20 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Index:

@andersonsantos
andersonsantos / reactjs-program-snippets.cson
Created September 8, 2016 08:18 — forked from designorant/reactjs-program-snippets.cson
Snippets used in "Redux + Immutable" and "React Native" courses by Tyler McGinnis in React.js Program
# Generated with Atomizr – https://atom.io/packages/atomizr
".source.js":
# Redux Course Snippets
"Redux Connect Skeleton":
prefix: "rc"
body: '''
import { bindActionCreators } from 'redux'
@andersonsantos
andersonsantos / package.json
Created February 19, 2017 19:50
Firebase Queue Example
{
"name": "my-queue",
"version": "1.0.0",
"description": "My Queue",
"main": "queue_worker.js",
"dependencies": {
"firebase": "2.x",
"firebase-queue": "^1.0.0"
}
}
@andersonsantos
andersonsantos / richhickey.md
Created April 18, 2018 09:51 — forked from prakhar1989/richhickey.md
richhickey.md

Rich Hickey on becoming a better developer

Rich Hickey • 3 years ago

Sorry, I have to disagree with the entire premise here.

A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.

Mastery comes from a combination of at least several of the following: