-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenjamin.html
More file actions
59 lines (52 loc) · 3.25 KB
/
Copy pathbenjamin.html
File metadata and controls
59 lines (52 loc) · 3.25 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>Benjamin Encz</h2>
</header>
<span><img src="images/speakers/benjamin.png" /></span> <br />
<a href="https://twitter.com/benjaminencz" style="font-size: 85%;" target="_blank">@benjaminencz</a><br /><br />
<p style="font-size: 85%;">
Benjamin is the iOS Lead Developer at <a href="https://www.plangrid.com" target="_blank">PlanGrid</a> in San Francisco. He has worked in the Apple ecosystem since 2011 on a variety of projects, ranging from enterprise software to mobile games. He is the creator of multiple Swift open source libraries such as <a href="https://github.com/ReSwift/ReSwift" target="_blank">ReSwift</a> and <a href="https://github.com/Ben-G/Validated" target="_blank">Validated</a>. He enjoys exploring new ways of making software more reliable and programming more enjoyable. </p>
</div>
</div>
</section>
<section id="talk" class="main">
<h4><a href="http://iosconf.sg/#schedule">Benjamin's Talk on Day 2 - 12:00 p.m. to 12:45 p.m.</a></h4>
<header class="major">
<h2>Leveraging Swift's Type System</h2>
</header>
<p style="font-size: 85%;">One of the most remarkable qualities of Swift, compared to Objective-C, is its powerful type system. Swift developers have quickly accustomed themselves to the benefits of safer, more expressive APIs. <br/> <br/> However, many of us don’t leverage the type system as much as we could. Types can help us eliminate duplicate code, build APIs that are easy to comprehend and even verify a significant portion of our program’s behavior. <br/> <br/> This talk will explore how we can leverage the power of Swift’s type system in two broad categories: <br/> <br/>1. Program Verification with Types, including a brief discussion on Types vs. Tests <br/>2. Code Sharing with Types, via Protocols & Generics<br/><br/>We will discuss how these ideas can be applied in practice by including examples from a production app with a large code base.</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>