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
The special case of Mobile DevOps
Search
Pratul Kalia
August 27, 2024
Programming
2
31
The special case of Mobile DevOps
First presented at GitHub GitTogether (August 2024) in Bangalore.
Pratul Kalia
August 27, 2024
Tweet
Share
More Decks by Pratul Kalia
See All by Pratul Kalia
Reldex: measuring the effectiveness of your app release process
pratul
0
14
Simplifying Software Estimation
pratul
1
230
Stop the security theater!
pratul
0
260
Effective and efficient mobile engineering
pratul
0
170
Designing future-proof Android applications
pratul
0
160
Android - an introduction for developers
pratul
3
230
Semantic Content Repositories
pratul
1
140
How To Become A Hacker
pratul
3
300
Other Decks in Programming
See All in Programming
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
11
2.8k
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
390
カクヨムAndroidアプリのリブート
numeroanddev
0
430
Select API from Kotlin Coroutine
jmatsu
1
190
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
320
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
410
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
290
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
290
GoのWebAssembly活用パターン紹介
syumai
3
10k
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
950
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
840
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
0
230
Featured
See All Featured
A designer walks into a library…
pauljervisheath
206
24k
Site-Speed That Sticks
csswizardry
10
650
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Thoughts on Productivity
jonyablonski
69
4.7k
Practical Orchestrator
shlominoach
188
11k
Speed Design
sergeychernyshev
31
1k
How to Ace a Technical Interview
jacobian
277
23k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
The Language of Interfaces
destraynor
158
25k
Git: the NoSQL Database
bkeepers
PRO
430
65k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
GitHub's CSS Performance
jonrohan
1031
460k
Transcript
P R AT U L K A L I A
• T R A M L I N E . A P P The special case of Mobile DevOps
What is DevOps?
DevOps • Combine development and operational practices • Culture +
tools • Empower teams, improve e ff i ciency • Automate as much as possible
Before DevOps • Development teams wrote the code • IT
Operations deployed the code and ran the servers
Mediocre feedback loop 😑
Learn fast Implement fast
10+ Deploys Per Day: Dev and Ops Cooperation at Flickr
The DevOps movement has come a long way in 20
years
The evolution of DevOps • From managing data centers •
... to AWS and Heroku and Render • From build machines • ... to CI pipelines • Logging! Observability! • Errors! Traces! • !!!
But what about apps? 📱
Apps are great • 2008 — App Store & Play
Store • 16 years • $$$$
App stores aren’t great • The delivery model has regressed
• Clients decide when to update apps • No continuous delivery, no rollbacks • Manual review process
Learn fast Implement fast ❌
Commodity hardware Commodity software Backend services 🗄 Web frontends 👩💻
So, what were app teams forced to do?
App teams were forced to... • Slow down the release
process, severely • For e.g. apps: 4-5 times per month • Backends & frontends: 1000-10,000 times per month • Aggressively test the store builds before releasing
App teams were forced to... • Use outdated techniques like
code freeze • Use systems like remote kill switches • The burden of multiple old live versions is high!
Studying the best app teams
The best practices • Fast and reliable CI pipelines •
... builds • ... tests • ... static analysis • ... linters
The best practices • Simple branching strategies • ... and
simple hot fi x strategies
The best practices • Automatic, compulsorily used, nightly builds
The best practices • Server Driven UI techniques
The best practices • Release process as a system
The best practices • Tracking not just errors but also
• ... build size • ... performance metrics, internal and live • ... user fl ows
Open source tools you can use to start Fastlane
https://fastlane.tools Maestro https://maestro.mobile.dev/ Screenshotbot https://screenshotbot.io/ Measure https://www.measure.sh/ Tramline https://www.tramline.app/