CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 10:48:03 GMT
content-type: text/html; charset=utf-8
cache-control: max-age=0, private, must-revalidate
cf-cache-status: DYNAMIC
link: ; rel=preload; as=style; nopush,; rel=preload; as=script; nopush,; rel=preload; as=style; nopush,; rel=preload; as=script; nopush,; rel=preload; as=script; nopush
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policy: strict-origin-when-cross-origin
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=YaOK%2Bs9aO83V8WRR7gDoiKrurnsUzFc1ax%2FbTjJ5zyc%3D\u0026sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d\u0026ts=1760179683"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=YaOK%2Bs9aO83V8WRR7gDoiKrurnsUzFc1ax%2FbTjJ5zyc%3D&sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d&ts=1760179683"
server: cloudflare
strict-transport-security: max-age=0; includeSubDomains
vary: Accept,Accept-Encoding
via: 2.0 heroku-router
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
x-request-id: ff82c308-7bd6-6727-247f-fb6c0d4ed432
x-runtime: 0.142174
x-xss-protection: 0
content-encoding: gzip
set-cookie: _secure_speakerd_session=cR58tkOn4XbY0Dpogrj4J7LVX2JfHombicjhH0lsyuwRLTs1kQX9v39tA3Lb4mqkv3Y24%2Bhz1Q5hx657%2FAzeB1%2ByjOBljWCKRdRkh6u5AaW2s%2Fzh9K2gDweTLyzpQA881gQTM3vLT%2BXcKvwYYDtDJktT0B7DEe%2FAs6yaDhcz23jbfSTN%2FsjVOA58MuuF5yt0aNB1vQthgumzqLHtnJn4EelL6It0kmJo5XyVvKSkIbcFLrT92vKQxzueXw3S6kL1T45PmI2%2FNTUolSU7KKOOnN5FmlLChZD%2F3qwmUv82G0bicSloGdYAXKWcjcRyk%2Fz6qSdQWa6kvIi2QeLMpm2NE2JPMboLlbMHeiTeJ%2FVyOs7G9B%2FNUZwcxspYOdSXjk%2FSKjSaSO6zftRrKFIQZfNIgHCR--YmvlDCbd0lrrxMGL--ayTXPvQY7ZP6PzEaHeo25g%3D%3D; HttpOnly; SameSite=Lax; Secure; Path=/; Expires=Sat, 25 Oct 2025 10:48:03 GMT
cf-ray: 98cdc86a2909c1bd-BLR
Getting Eigen Out - Speaker Deck
Getting Eigen Out
A post-mortem of the Artsy iOS app release. Presented at the Istanbul Tech Talks 2014.
More Decks by Orta
Other Decks in Programming
Featured
Transcript
-
What is Artsy? The start-up Art.sy aims to do for
visual art what Pandora did for music: become a source of discovery, pleasure and education.” “ -
4 types of mobile experience • I know what I'm
looking for -
4 types of mobile experience • I've got free time,
entertain me -
4 types of mobile experience • I've got a rough
idea what I'm looking for -
4 types of mobile experience • I want to get
alerts about things happening -
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode -
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode -
Tests target 'Artsy Tests', :exclusive => true do pod 'Specta',
'~> 0.2.1' pod 'Expecta', '~> 0.2.3' pod 'OCMock', '~> 2.2.2' pod 'OHHTTPStubs', '~> 3.0.4’ ! pod 'FBSnapshotTestCase', '1.1' pod 'EXPMatchers+FBSnapshotTest', :head pod 'XCTest+OHHTTPStubSuiteCleanUp' end -
Q&A Design / Release / Lessons / Post Release /
Testing / Sneaky CocoaPods Questions @orta