Skip to content

Instantly share code, notes, and snippets.

@juanpaulo
juanpaulo / 0_reuse_code.js
Created March 27, 2014 02:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@juanpaulo
juanpaulo / gist:a026564c54080b008527
Last active August 29, 2015 14:01
Use rbenv instead of rvm for sublime_rubocop
{
// Here you can provide your own command line
// which is used to run rubocop. The path will be
// replaced by the file or folder which needs
// to be checked.
//
// If check_for_rvm or check_for_rbenv is enabled,
// it will be prefixed with a call to rvm or rbenv.
// If none of them are enabled, the command will be
// executed without any additions.
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
@juanpaulo
juanpaulo / gist:db59b0a8377b3065c8cd
Last active August 29, 2015 14:06
Barcelona Ruby Conference 2014 (Day 1)
@juanpaulo
juanpaulo / gist:d2b60e769a43e8e8cde0
Last active August 29, 2015 14:06
Barcelona Ruby Conference 2014 (Day 2)
@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: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 / fsto_1.md
Last active November 24, 2015 08:31
Full Stack Toronto (Day 1)
@juanpaulo
juanpaulo / fsto_2.md
Last active November 24, 2015 08:31
Full Stack Toronto (Day 2)
@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