CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 18:05:05 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=FtWIB5ZMo%2F96nbBoSWsSMCa%2BLHISla%2Bp8tFp5XXEtBo%3D\u0026sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d\u0026ts=1759946705"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=FtWIB5ZMo%2F96nbBoSWsSMCa%2BLHISla%2Bp8tFp5XXEtBo%3D&sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d&ts=1759946705"
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: 67145659-8baa-ecdd-1a52-b1e3aac27359
x-runtime: 0.209791
x-xss-protection: 0
content-encoding: gzip
set-cookie: _secure_speakerd_session=2KfbirClQ814U8QU4BQlIJSBI6UeGx754tKWvGGEXCJg2XdtueRBHxjl71r2knUlrxn3Nfc3XooYXC7Ww6qw50O%2B7m3hD5%2BMUx3DrBKUqTgQb58olA8ivEXOCZ0ePPa0%2BFzLPwoSJG5sGbHji%2FsfYlE%2Bxpvvr%2ByngpqlM6ZW0WadfEXlGbbIyuD3H%2FhptlNtgzgzVDwGp1CIe1B3QofF%2BT2Vvze61vXNEkS%2BYUotvRzaNOxMu2QyA40QdNtiqsA2Jhmsx1u1qiUOt%2FC4ycMfYT1PBAAEvF2Pob4uZp51YTgnOfSSgCSrTu6pwslq58MlejbgC8PzevAUdrXkxHUM2%2BfKON2perlrjg8d88C6oZtCQvlqG3tx7SxOLZqV%2BpJe6F%2BGyCbMYykBI%2FAZJcNxtHdt--bmCBtNGnCeiEHJiT--gqtfvivYYd8EA260CCY%2FHQ%3D%3D; HttpOnly; SameSite=Lax; Secure; Path=/; Expires=Wed, 22 Oct 2025 18:05:05 GMT
cf-ray: 98b7907a4cc7e084-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