HootSuite Dev 2

31
HootSuite Dev 2 Tatsuhiro Ujihisa May 12, 2011 Tokyo, Japan Thursday, May 12, 2011

Transcript of HootSuite Dev 2

Page 1: HootSuite Dev 2

HootSuite Dev 2Tatsuhiro Ujihisa

May 12, 2011Tokyo, Japan

Thursday, May 12, 2011

Page 2: HootSuite Dev 2

Vancouver, B.C.Canada

Thursday, May 12, 2011

Page 3: HootSuite Dev 2

Thursday, May 12, 2011

Page 4: HootSuite Dev 2

Topics

•Teamwork

•My own work

Thursday, May 12, 2011

Page 5: HootSuite Dev 2

Tatsuhiro Ujihisa

•@ujm

•github.com/ujihisa

•http://ujihisa.blogspot.com

•HootSuite Software Engineer since June 2010

Thursday, May 12, 2011

Page 6: HootSuite Dev 2

Teams

•Web (web and keitai)

•Mobile (iPhone, Android and Blackberry)

•Design

•Test

Thursday, May 12, 2011

Page 7: HootSuite Dev 2

Web

•Biggest. Complete.

Thursday, May 12, 2011

Page 8: HootSuite Dev 2

Mobile

• Individuals. Subset. Flexible.

Thursday, May 12, 2011

Page 9: HootSuite Dev 2

Design

Thursday, May 12, 2011

Page 10: HootSuite Dev 2

Thursday, May 12, 2011

Page 11: HootSuite Dev 2

Infrastructure

devtest B

test A public

Thursday, May 12, 2011

Page 12: HootSuite Dev 2

•SVN

•PHP with Zend Framework• MySQL, MongoDB, Memcached, and Membase

Thursday, May 12, 2011

Page 13: HootSuite Dev 2

•PHPUnit and CruiseControl

•Selenium

•Man-power

Thursday, May 12, 2011

Page 14: HootSuite Dev 2

Thursday, May 12, 2011

Page 15: HootSuite Dev 2

Work

•Bike

•Rollerskate

•Bus☂

Thursday, May 12, 2011

Page 16: HootSuite Dev 2

Background

•Pattern Recognition (Master's)

•Ruby&JS programmer

•Vimmer

•Osaka → Vancouver

Thursday, May 12, 2011

Page 17: HootSuite Dev 2

In HootSuite

•HootSuite携帯版

•mixi Integration

•etc

•Since June 2010

Thursday, May 12, 2011

Page 18: HootSuite Dev 2

•PHP

• JavaScript

•HTML

Thursday, May 12, 2011

Page 19: HootSuite Dev 2

•Vim script

•Ruby

•PHP

•CoffeeScript

•Haml

Thursday, May 12, 2011

Page 20: HootSuite Dev 2

Thursday, May 12, 2011

Page 21: HootSuite Dev 2

Vim

•~/.vimrc 1412 lines

•Plugins: 66

•1999

•Good advisers

Thursday, May 12, 2011

Page 22: HootSuite Dev 2

Vim in HootSuite

•phpconceal

•quickrun

• shadow

Thursday, May 12, 2011

Page 23: HootSuite Dev 2

phpconceal

$a = 1; a = 1

return $x; ← x

$this->f() @f()

array('name' => 'value'); √'name': 'value)

Thursday, May 12, 2011

Page 24: HootSuite Dev 2

quickrun

<space>r

•upload files to dev server

• run its unittest remotely

• show it permanently

Thursday, May 12, 2011

Page 25: HootSuite Dev 2

shadow.vim

## cat -nhellotheworld

hello.txt.shd

1 hello2 the3 world

hello.txt

Thursday, May 12, 2011

Page 26: HootSuite Dev 2

shadow.vim

## coffee -cspf xf -> y + z

hello.txt.shd

(function() { f(x); f(function() { return y + z; });}).call(this);

hello.txt

Thursday, May 12, 2011

Page 27: HootSuite Dev 2

(ujihisa.vim)

http://cotocoto.jp/event/45772

5月14日(土)

株式会社タイムインターメディア

定員20名

Thursday, May 12, 2011

Page 28: HootSuite Dev 2

Ruby in HootSuite

•a shellscript

•Rakefile

• static source code processing

• spec

•prototyping

Thursday, May 12, 2011

Page 29: HootSuite Dev 2

mixi Integration

•mixi Voice

•mixi Voice Comment

•User Profile

•Mobile Version

Thursday, May 12, 2011

Page 30: HootSuite Dev 2

Thursday, May 12, 2011

Page 31: HootSuite Dev 2

Thursday, May 12, 2011