Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
RubyConf China 2015 SkyPixel 航拍网站开发之路
Search
jimxl
October 11, 2015
Programming
2
490
RubyConf China 2015 SkyPixel 航拍网站开发之路
jimxl
October 11, 2015
Tweet
Share
Other Decks in Programming
See All in Programming
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
900
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
550
Cursorハンズオン実践!
eltociear
2
1.1k
CSC305 Lecture 05
javiergs
PRO
0
220
チームの境界をブチ抜いていけ
tokai235
0
180
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
200
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
460
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
110
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
0
150
All About Angular's New Signal Forms
manfredsteyer
PRO
0
180
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
1
640
One Enishi After Another
snoozer05
PRO
0
110
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Making Projects Easy
brettharned
120
6.4k
How to Think Like a Performance Engineer
csswizardry
27
2k
Done Done
chrislema
185
16k
Optimizing for Happiness
mojombo
379
70k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
450
Practical Orchestrator
shlominoach
190
11k
Docker and Python
trallard
46
3.6k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
大疆创新-向磊
个人简介 DreamCoder Rubyists https://github.com/jimxl
项目简介 全球最大的航拍社区 优秀的航拍摄影师 令人惊叹的作品 https://www.skypixel.com/
上 线 一个半月的开发时间 全新的团队 需求设计的变更
问 题 交互要求高 国内访问速度优化
前后端分离 AngularJS, React…. API
好 处 速度 稳定性 全能型程序员 自由度
开发流程的变化 分离前 分离后
问 题 SEO 登录态的判断 CDN的切换 语言的切换
服务的抽象和集成 Ruby不擅长的事情 公司已有服务
HTTP API 简单,便捷 已有服务
引入的问题 Http接口的稳定 服务的连锁反应 网络的影响
HTTP 网 关 优化线路 监控服务 自动切换
自动报警 自动恢复 预知灾难 接口安全
全球化的解决方案
None
None
None
分区域自治服务
关 键 服务代码公用 事件传送保障 ….
[email protected]