2015-10-21
- jennifer
- martym
https://twitter.com/_chenglou | |
https://twitter.com/React_Rocks | |
https://twitter.com/ryanflorence | |
https://twitter.com/leeb | |
https://twitter.com/Vjeux | |
https://twitter.com/reactjs | |
https://twitter.com/acdlite | |
https://twitter.com/ReactEurope | |
https://twitter.com/dan_abramov |
El almuerzo gratuito se acabó, los cpus no se hacen mas rápidos pero hacen mas cosas al mismo tiempo; el desafío adelante es hacer que nuestras aplicaciones hagan mas cosas sin bloquear el flujo de información; Scala esta es una posición única para atacar este desafío.
En este workshop construiremos una parte de una aplicación web respaldada por un sistema de actores usando play2 y akka. La intención es que los participantes se vayan con la configuraciǿn necesaria para poder seguir investigando.
<?php | |
class Module { | |
//... | |
public function onBootstrap(EventInterface $e) | |
{ | |
//... | |
$eventManager = $e->getApplication()->getEventManager(); | |
$sharedEventManager = $eventManager->getSharedManager(); |
<?php | |
namespace My\CMS\Entity\Product; | |
use Doctrine\ORM\Mapping as ORM; | |
use ZfrRest\Resource\Metadata\Annotation as REST; | |
/** | |
* @author Marco Pivetta <[email protected]> | |
* |
#Javascript Resources
I was inspired by Selena Deckelmann's list of Career Resources for Women (http://www.chesnok.com/daily/career-resources-for-women/), but couldn't think of much to contribute. So I thought maybe those of us already in the field and in a position to mentor could work on creating more. Please fork or comment and add your own!
Also: there is a wealth of info online and elsewhere dating back to the first time it occurred to our species to exchange labor for currency on these topics in general. What I hope we can provide here is our take as individuals. What we would say to someone if we were sitting across from her acting as a mentor. I don't think we should worry about being objectively "right", or about duplicating topics. I add this bit of anti-editorializing in hopes that women will contribute without feeling pressured to be experts, which I worry might prevent them from doing so. TY. :)
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: