Category Archives: developer tools

Por qué deberías usar `git pull –rebase` en vez de `git pull` solo

git-merge nos genera un commit con todos los cambios entre el branch local y el branch que estamos bajando.

Also posted in open source, programming | Tagged , , , , | Leave a comment

Cómo usamos Pivotal Tracker en Ombu Shop

Objetivo

Atender todas las tareas pendientes sin que se nos escape nada. En base a la velocidad del equipo, tener una idea de fechas de entrega de cada story.

Also posted in entrepreneur life, software engineering | Tagged , , | Leave a comment

Pusher: Presence channels are private channels

Channels prefixed with ‘presence-’ don’t need to be also prefixed with ‘private-’ From the Pusher docs: Presence channels build on the security of Private channels and expose the additional feature of an awareness of who is subscribed to that channel.  So, don’t bother adding the ‘private-’ prefix to a ‘presence-’ prefixed channel because it will [...]

Also posted in programming, web programming | Tagged , , , , | Leave a comment