- Reactive Manifesto 2.0 -> http://www.reactivemanifesto.org/
- Akka -> http://akka.io/
- Spray.io -> http://spray.io/
- Functional Programing -> http://learnyouahaskell.com/chapters
- Streams -> http://www.reactive-streams.org/
- Spark -> http://spark.apache.org/
- Samza -> http://samza.incubator.apache.org/
[Container]
- https://coreos.com/
- http://rancher.com/rancher-os/
- http://www.projectatomic.io/
- https://www.docker.com/
- https://github.com/docker/compose - http://www.fig.sh/
- https://github.com/docker/machine
- https://github.com/docker/swarm/
- https://github.com/jwilder/docker-discover
- https://github.com/progrium/docker-consul
#!bin/bash | |
ulimit -n 65536 | |
sudo sysctl -w net.ipv4.ip_local_port_range="1025 65535" | |
echo 300000 | sudo tee /proc/sys/fs/nr_open | |
echo 300000 | sudo tee /proc/sys/fs/file-max |
$ git push <REMOTENAME> <BRANCHNAME> |
$ git checkout -b [name_of_your_new_branch] | |
$ git push origin [name_of_your_new_branch] | |
$ git branch |
A primer/refresher on the category theory concepts that most commonly crop up in conversations about Scala or FP. (Because it's embarassing when I forget this stuff!)
I'll be assuming Scalaz imports in code samples, and some of the code may be pseudo-Scala.
A functor is something that supports map
.
$ git remote -v
$ git remote add upstream $HTTPS_URL_GIT_MASTER
$ git remote -v
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
- É muito seguro
- AS pessoas fazem as coisas certas pq é certo
- É muito limpo
- Muitas pessoas vivem nos suburbios
- Muitos tem 2-3 filhos
- Cultura de Parques
- Festas de crianças em parques
- Self-Service em tudo - até no supermercado - fast checkout
- ODEIAM esperar - compra Cafe ou pizza online com apenas pick up
- Meetups
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
- Stores data elements based on an sequential, most commonly 0 based, index.
- Based on tuples from set theory.
tutorial Link: http://aws.amazon.com/articles/5472675506466066
Oregon
CIDR 10.0.0.0/16