a day in the life of a silicon valley startup

42
A Day in the Life of a Silicon Valley Startup The World Outside MS Dev Tools - Open Source Software, Amazon WS, and more... Sachin Rekhi

Post on 17-Oct-2014

2.923 views

Category:

Documents


5 download

DESCRIPTION

A presentation that describes my transition from a Microsoft-based web stack to an open source Python\Django stack built on top of a cloud platform.

TRANSCRIPT

Page 1: A Day in the Life of a Silicon Valley Startup

A Day in the Life of a Silicon Valley Startup

The World Outside MS Dev Tools -Open Source Software, Amazon WS, and more...

Sachin Rekhi

Page 2: A Day in the Life of a Silicon Valley Startup

Sachin Rekhi

Page 3: A Day in the Life of a Silicon Valley Startup

Microsoft Stack

Page 4: A Day in the Life of a Silicon Valley Startup

Open Source Software Stack

Next Generation LAMP...

Page 5: A Day in the Life of a Silicon Valley Startup
Page 6: A Day in the Life of a Silicon Valley Startup
Page 7: A Day in the Life of a Silicon Valley Startup

Front End

Web Standards: HTML 4.0 \ CSS 2.0 \ JavaScriptJavaScript Library: jQuery

Makes JavaScript enjoyable!Django TemplatesTools: Eclipse Web Tools Project: HTML Editor

Syntax highlighting, tag completion, block matching, ...Zero visual editor support

Page 8: A Day in the Life of a Silicon Valley Startup

Server Side

Full static analysis suiteExecuted on file save (since no compile)

Python Code EditorCode completion, syntax analysis, Syntax highlighting, Refactoring

URL DispatchingMiddleware, File Uploads, Forms SupportUnit testing w/ db fixtures, site automation

Page 9: A Day in the Life of a Silicon Valley Startup

DataDjango ORM

full object-oriented data access only write SQL when you need to optimize

Django Admincomplete interface for accessing & updating data

�Administered by django or command-line toolsHardest to scale on cloud platforms

Sharding is hard, so scale up

�In-memory key\value store ideal for cacheSignificantly improves response times, throughputDistributed across all front-end boxes

Page 10: A Day in the Life of a Silicon Valley Startup

DeployEC2 Compute Cluster for web servers, task processing, db serverS3 for data storage

Apache: app web serverNginx: static files, round robin load balancing

Open source community Linux sponsored by Red Hat

Extensible server monitoringLarge community of plugins

Subversion hosted on Webfaction shared hostingsvnX: Mac client for SVN

Page 11: A Day in the Life of a Silicon Valley Startup

Questions?

Sachin Rekhihttp://www.sachinrekhi.com

Page 12: A Day in the Life of a Silicon Valley Startup

Backup

Page 13: A Day in the Life of a Silicon Valley Startup

Front End

Page 14: A Day in the Life of a Silicon Valley Startup
Page 15: A Day in the Life of a Silicon Valley Startup
Page 16: A Day in the Life of a Silicon Valley Startup
Page 17: A Day in the Life of a Silicon Valley Startup
Page 18: A Day in the Life of a Silicon Valley Startup
Page 19: A Day in the Life of a Silicon Valley Startup
Page 20: A Day in the Life of a Silicon Valley Startup

Server Side

Page 21: A Day in the Life of a Silicon Valley Startup
Page 22: A Day in the Life of a Silicon Valley Startup
Page 23: A Day in the Life of a Silicon Valley Startup
Page 24: A Day in the Life of a Silicon Valley Startup

Data

Page 25: A Day in the Life of a Silicon Valley Startup
Page 26: A Day in the Life of a Silicon Valley Startup
Page 27: A Day in the Life of a Silicon Valley Startup
Page 28: A Day in the Life of a Silicon Valley Startup
Page 29: A Day in the Life of a Silicon Valley Startup
Page 30: A Day in the Life of a Silicon Valley Startup
Page 31: A Day in the Life of a Silicon Valley Startup

Deploy

Page 32: A Day in the Life of a Silicon Valley Startup
Page 33: A Day in the Life of a Silicon Valley Startup
Page 34: A Day in the Life of a Silicon Valley Startup
Page 35: A Day in the Life of a Silicon Valley Startup
Page 36: A Day in the Life of a Silicon Valley Startup
Page 37: A Day in the Life of a Silicon Valley Startup
Page 38: A Day in the Life of a Silicon Valley Startup
Page 39: A Day in the Life of a Silicon Valley Startup
Page 40: A Day in the Life of a Silicon Valley Startup
Page 41: A Day in the Life of a Silicon Valley Startup
Page 42: A Day in the Life of a Silicon Valley Startup