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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Pratul Kalia
August 27, 2024
Programming
2
43
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
28
Simplifying Software Estimation
pratul
1
260
Stop the security theater!
pratul
0
300
Effective and efficient mobile engineering
pratul
0
200
Designing future-proof Android applications
pratul
0
190
Android - an introduction for developers
pratul
3
260
Semantic Content Repositories
pratul
1
180
How To Become A Hacker
pratul
3
310
Other Decks in Programming
See All in Programming
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
120
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
420
2026-03-27 #terminalnight 変数展開とコマンド展開でターミナル作業をスマートにする方法
masasuzu
0
200
Migration to Signals, Signal Forms, Resource API, and NgRx Signal Store @Angular Days 03/2026 Munich
manfredsteyer
PRO
0
160
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
130
How to stabilize UI tests using XCTest
akkeylab
0
140
夢の無限スパゲッティ製造機 -実装篇- #phpstudy
o0h
PRO
0
160
Understanding Apache Lucene - More than just full-text search
spinscale
0
140
AI時代の脳疲弊と向き合う ~言語学としてのPHP~
sakuraikotone
1
1.6k
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
140
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1.2k
PHP でエミュレータを自作して Ubuntu を動かそう
m3m0r7
PRO
2
150
Featured
See All Featured
Designing for Performance
lara
611
70k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.8k
Music & Morning Musume
bryan
47
7.1k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.5k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
400
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
250
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
160
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
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/