-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmichael.html
More file actions
59 lines (52 loc) · 3.44 KB
/
Copy pathmichael.html
File metadata and controls
59 lines (52 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<html>
<head>
<title>iOS Conf SG - The annual iOS conference in Singapore</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<a href="javascript:history.back()">Home</a> → Speaker Bio <br /> <br />
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Michael Petrov</h2>
</header>
<span><img src="images/speakers/michael.png" /></span> <br />
<a href="https://twitter.com/mpetrov" style="font-size: 85%;" target="_blank">@mpetrov</a><br /><br />
<p style="font-size: 85%;">
Michael is an iOS engineer, founder, and author. Currently, Michael is working for <a href="https://www.dropbox.com" target="_blank">Dropbox</a> where he’s building a testing platform to allow the Dropbox app to ship every two weeks.<br /><br />Despite starting his career in PHP and even writing a book on it (calling this period his darker days), Michael switched to iOS eight years ago. He began his iOS journey by building one of the first iOS database applications, FMTouch. In 2012, Michael co-founded a <a href="http://ycombinator.com" target="_blank">Y-Combinator</a> backed startup that released <a href="https://couple.me" target="_blank">Couple</a>, a messaging app for couples. The Couple app has millions of downloads and thousands of five star reviews. After a 2015 acquisition by Dropbox, Michael joined its iOS team. At Dropbox, Michael has worked on the core app and most recently became a founding member of the Mobile Platform team.<br /><br />Michael lives in San Francisco with his wife and three robots. In his free time, he spends his time prototyping with VR, TensorFlow, Intel Edison, and Amazon Echo. </p>
</div>
</div>
</section>
<section id="talk" class="main">
<h4><a href="http://iosconf.sg/#schedule">Michael's Talk on Day 1 - 11:25 a.m. - 12:00 p.m.</a></h4>
<header class="major">
<h2>Thinking of your tests as a software product</h2>
</header>
<p style="font-size: 85%;">Having a test suite can double your development speed, but your app likely doesn’t have one. In this talk you’ll learn how to build a test suite that is minimal and delivers high signal. You will also learn how just a few simple design choices will keep your tests useful, flexible, and low maintenance as your project evolves. This talk is based on many hard lessons from both startups and larger companies and will focus on practical advice for any app size.</p>
</section>
</div>
</div>
<header id="header" class="alt">
<h1>iOS Conf SG</h1>
<h2>18 Speakers - 2 Days - Single Track</h2>
<p><b>October 20th and 21st, 2016</b><br />
<a href="https://goo.gl/maps/boyLY1axbWs" target="_blank">Theatre for the Arts, Nanyang Polytechnic<br />
Singapore</a>
</p>
</header>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>