Skip to content

Instantly share code, notes, and snippets.

# Python (pyenv)
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# Golang
export PATH="/usr/local/go/bin:$PATH"
@juanpaulo
juanpaulo / calendar.xml
Created April 8, 2016 03:57
OPTIONS /rest/calendar-services/1.0/calendar HTTP/1.1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://research.sun.com/wadl/2006/10">
<doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.8-atlassian-16 03/23/2015 10:20 PM"/>
<resources base="https://{confluence host}/rest/calendar-services/1.0/">
<resource path="calendar">
<resource path="events">
<method name="DELETE" id="deleteEvent">
<response>
<representation mediaType="application/json"/>
</response>
@juanpaulo
juanpaulo / calendar-events.xml
Last active April 8, 2016 03:58
OPTIONS /rest/calendar-services/1.0/calendar/events HTTP/1.1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://research.sun.com/wadl/2006/10">
<doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.8-atlassian-16 03/23/2015 10:20 PM"/>
<resources base="https://{confluence domain}/rest/calendar-services/1.0/">
<resource path="calendar/events">
<method name="DELETE" id="deleteEvent">
<response>
<representation mediaType="application/json"/>
</response>
</method>
@juanpaulo
juanpaulo / aws_devops.md
Last active February 16, 2016 02:10
AWS DevOps Session

What is DevOps?

  1. Cultural Philosophy
  • Tearing down barriers
  • Enable the smart people to make smart decisions
  • Assigning ownership, accountability, responsibility to people doing the work
  • Reducing responsibility to the most directly involved individuals
  • Increase visibility to the big picture and the results of work being done
  1. Practices
@juanpaulo
juanpaulo / fsto_2.md
Last active November 24, 2015 08:31
Full Stack Toronto (Day 2)
@juanpaulo
juanpaulo / fsto_1.md
Last active November 24, 2015 08:31
Full Stack Toronto (Day 1)
@juanpaulo
juanpaulo / gist:4226cbee02f69832d2c3
Last active August 29, 2015 14:09
CSM Training (Day 2)

Make problems visible

Driven by value, not by the technology

Work in Agile projects is organized by Units of Value, rather than by Architectural Layer.

Monolithic development (Tests) GUI > Client > Server > DB schema

Incremental development

@juanpaulo
juanpaulo / gist:fd9017a09a0627d60219
Last active August 29, 2015 14:09
CSM Training (Day 1)

Scrum: It's All About Common Sense

This course is:

  • Much the same as most ScrumMaster certification courses
  • The start of your journey, or a good waypoint on a journey that has already begun

Certification materials: http://www.scrumguides.org

impediment and agile

@juanpaulo
juanpaulo / gist:d2b60e769a43e8e8cde0
Last active August 29, 2015 14:06
Barcelona Ruby Conference 2014 (Day 2)
@juanpaulo
juanpaulo / gist:db59b0a8377b3065c8cd
Last active August 29, 2015 14:06
Barcelona Ruby Conference 2014 (Day 1)