-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubhransu.html
More file actions
58 lines (51 loc) · 3.35 KB
/
Copy pathsubhransu.html
File metadata and controls
58 lines (51 loc) · 3.35 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
<!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>Subhransu Behera</h2>
</header>
<span><img src="images/speakers/subhransu.png" /></span> <br />
<a href="https://twitter.com/subhransu" style="font-size: 85%;" target="_blank">@subhransu</a><br /><br />
<p>Subh is a lead mobile developer at <a href="http://www.singaporepower.com.sg" target="_blank">Singapore Power</a>. Prior to Singapore Power, he worked at PayPal where he was leading an iOS team and was instrumental in developing the <a href="https://itunes.apple.com/us/app/paypal-send-money-quickly/id283646709?mt=8" target="_blank">revamped iOS app of PayPal</a>. <br /> <br /> He is the organizer of iOS Conf SG and runs <a href="http://www.meetup.com/Singapore-iOS-Dev-Scout-Meetup/" target="_blank">iOS Dev Scout</a>, the iOS developer and meetup group in Singapore. He contributed to the popular iOS tutorial site, <a href="http://raywenderlich.com/u/subhransu" target="_blank">RayWenderlich.com.</a></p>
</div>
</div>
</section>
<section id="talk" class="main">
<h4><a href="http://iosconf.sg/#schedule">Subh and Kheng Meng's Talk on Day 2 - 04:45 p.m. to 05:20 p.m.</a></h4>
<header class="major">
<h2>Swift for IoT</h2>
</header>
<p style="font-size: 85%;">Ever since Swift became open source, developers worldwide are thinking of new ways to use the language. It's being used currently in backend, some developers are thinking about building native Android apps in Swift. But the thing that got us thinking is, "Can we use Swift for IoT projects". More specifically how much can we leverage on the language features to build a Swift-only home automation system. <br/> </br/> Apparently we are not alone, there are other people working already in this field and have built cool stuff on Raspberry Pi and BeagleBone using Swift. This talk will focus the essntials on running Swift on BeagleBone and how to work with peripheral devices and sensors. We will discuss about the Swift features that worked really well while working on this project and share what are the opportunities for future.</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>