Skip to content

Instantly share code, notes, and snippets.

View AV4TAr's full-sized avatar

Diego Sapriza AV4TAr

View GitHub Profile
@mattjstar
mattjstar / react_twitter.txt
Last active April 20, 2017 06:38
React Twitter
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
@mlafeldt
mlafeldt / postmortem.md
Last active March 27, 2024 09:23
Example Postmortem from SRE book, pp. 487-491

Shakespeare Sonnet++ Postmortem (incident #465)

Date

2015-10-21

Authors

  • jennifer
  • martym

Introducción a Scala y la programación reactiva.

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.

  • Requiere que traigas un laptop.
@AV4TAr
AV4TAr / Module.php
Created June 4, 2013 20:01
Loguear todos los eventos de ZF2 al error_log
<?php
class Module {
//...
public function onBootstrap(EventInterface $e)
{
//...
$eventManager = $e->getApplication()->getEventManager();
$sharedEventManager = $eventManager->getSharedManager();
@Ocramius
Ocramius / Category.php
Last active December 17, 2015 19:49
ZfrRest example configuration
<?php
namespace My\CMS\Entity\Product;
use Doctrine\ORM\Mapping as ORM;
use ZfrRest\Resource\Metadata\Annotation as REST;
/**
* @author Marco Pivetta <marco.pivetta@com2-gmbh.de>
*

#Javascript Resources

@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@garann
garann / gist:3353532
Created August 14, 2012 22:23
Crowdsourced career mentorship for female developers

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. :)

Applying for jobs

@piscisaureus
piscisaureus / pr.md
Created August 13, 2012 16:12
Checkout github pull requests locally

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 = git@github.com: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:

@erikreagan
erikreagan / mac-apps.md
Created August 4, 2012 19:18
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik