ironman developer

8

Click here to load reader

Upload: kaji-bikash

Post on 13-Apr-2017

86 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Become Developer@kajisaap

Page 2: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Space Big Bang “_” ! and !!Embrace { (

Slash which alias \ which aliasLook which way to spit/shit < >

Curl Tree curl, treePipe Tee Filters | tee ??

Process Stalker watch

Page 3: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Personal [*] DNS

● What if the global DNS went down ?

● Discovery: Did you know you have your own personal DNS server already ready to serve you ?

● Problem: It does not server * domains $@#@$#$@#$

● Answer: lvh.me,xip.io and the clones

Page 4: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Universal client to all services

● What if you don’t have redis-cli but you need to run some command in redis server

● Discovery: telnet duhhh !!!

Page 5: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Poor Man’s Pair Programming

● screen , screen -x for video

● [w/write/wall] for conversation

Page 6: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

The mighty netcat

● You wanted to create your own callback url tracker !

● Easy peasy: nc -l -p 3000 localhost

Page 7: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Your Rails app to the world in private IP● Private IP

● Solution: ssh -nNT-R 3000:localhost:3000 username@server

Page 8: Ironman Developer

CloudFactory Brand Book © 2010-2014 CloudFactory Limited

Movie with QA ?