Slide 1

Slide 1 text

Sé Responsable

Slide 2

Slide 2 text

La Gente

Slide 3

Slide 3 text

La Gente • Tus Pares

Slide 4

Slide 4 text

La Gente • Tus Pares • Nosotros

Slide 5

Slide 5 text

La Gente https://www.flickr.com/photos/scott-s_photos/12712204375

Slide 6

Slide 6 text

Don’t Be Evil™ https://www.flickr.com/photos/kalexanderson/5496059307 Google IPO Founder’s Letter

Slide 7

Slide 7 text

https://www.flickr.com/photos/kalexanderson/5496059307 Don’t Be Evil™

Slide 8

Slide 8 text

Simple / Fácil https://www.flickr.com/photos/soft/2340756122

Slide 9

Slide 9 text

—Rich Hickey Simple Made Easy https://www.flickr.com/photos/soft/2340756122

Slide 10

Slide 10 text

Interfaz https://www.flickr.com/photos/christian_campos/3762775081

Slide 11

Slide 11 text

http://www.jensroesner.de/wgetgui/

Slide 12

Slide 12 text

https://www.flickr.com/photos/christian_campos/3762775081 Design hacks for the pragmatic minded I Am Designer and So Can You! The Rubyist's Guide to Design

Slide 13

Slide 13 text

Molesten a un diseñador

Slide 14

Slide 14 text

Performance https://www.flickr.com/photos/foca/11827324576

Slide 15

Slide 15 text

https://www.flickr.com/photos/foca/11827324576 —The Zen of GitHub “It’s not fully shipped until it’s fast. Responsive is better than fast.”

Slide 16

Slide 16 text

https://www.flickr.com/photos/foca/11827324576 —Donald Knuth “Premature optimization is the root of all evil.”

Slide 17

Slide 17 text

Midan https://www.flickr.com/photos/howzey/4531435969

Slide 18

Slide 18 text

Nuestros Pares https://www.flickr.com/photos/el_cuervo/5132117149/

Slide 19

Slide 19 text

“Tenés que programar como si la persona que va a mantener tu código en seis meses, es un psicópata homicida que sabe dónde vivís.”

Slide 20

Slide 20 text

Mantenibilidad https://www.flickr.com/photos/thegeekshallinherittheearth/2875454744

Slide 21

Slide 21 text

Claridad y Prolijidad https://www.flickr.com/photos/lamidea/5682783377

Slide 22

Slide 22 text

https://www.flickr.com/photos/lamidea/5682783377 10.times { puts "hi" } i = 0! while i < 10! puts "hi"! i += 1! end

Slide 23

Slide 23 text

Magia

Slide 24

Slide 24 text

Documentación https://www.flickr.com/photos/shutterhacks/4474421855

Slide 25

Slide 25 text

https://www.flickr.com/photos/shutterhacks/4474421855 TomDoc

Slide 26

Slide 26 text

Bootstrapping https://www.flickr.com/photos/nasamarshall/12678324214

Slide 27

Slide 27 text

https://www.flickr.com/photos/nasamarshall/12678324214 script/check

Slide 28

Slide 28 text

https://www.flickr.com/photos/nasamarshall/12678324214 script/bootstrap

Slide 29

Slide 29 text

https://www.flickr.com/photos/nasamarshall/12678324214 DATABASE_URL=postgres://${PGUSER}@${PGHOST:-localhost}:${PGPORT:-5432}/some_db! REDIS_URL=redis://127.0.0.1:6379! SESSION_SECRET=deadbeef .env

Slide 30

Slide 30 text

https://www.flickr.com/photos/nasamarshall/12678324214 DATABASE_URL=postgres://${PGUSER}@${PGHOST:-localhost}:${PGPORT:-5432}/some_db! REDIS_URL=redis://127.0.0.1:6379! SESSION_SECRET=deadbeef .env DATABASE_URL=postgres://${PGUSER}@${PGHOST:-localhost}:${PGPORT:-5432}/test_db! REDIS_URL=redis://127.0.0.1:6379/5 .env.test

Slide 31

Slide 31 text

https://www.flickr.com/photos/nasamarshall/12678324214 DATABASE_URL=postgres://${PGUSER}@${PGHOST:-localhost}:${PGPORT:-5432}/some_db! REDIS_URL=redis://127.0.0.1:6379! SESSION_SECRET=deadbeef .env DATABASE_URL=postgres://${PGUSER}@${PGHOST:-localhost}:${PGPORT:-5432}/test_db! REDIS_URL=redis://127.0.0.1:6379/5 .env.test # I run Postgres in a VM because I rebel against the system! ENV["DATABASE_URL"] = "postgres://172.109.10.1/some_db"! ENV["DATABASE_URL"].gsub!("some_db", "test_db") if ENV["RACK_ENV"] == "test" config/personal.rb

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

Simpleza https://www.flickr.com/photos/vox/2208835201

Slide 34

Slide 34 text

https://www.flickr.com/photos/vox/2208835201 ls | grep “\.rb$” | wc -l

Slide 35

Slide 35 text

Nosotros https://www.flickr.com/photos/left-hand/4122009797

Slide 36

Slide 36 text

Sé Responsable

Slide 37

Slide 37 text

No content