SwiftCon China 2016大会已经全面启动了,将于2016年4月23日~24日在上海华纳时代风格酒店举行。
会议报名地址:http://www.swiftconchina.com/?o=osc_event
详细信息
时间:2016年4月23日(周六)~24日(周日)08:30 ~ 17:30点
地点:华纳风格酒店如意厅(闵行区莲花路1733号)
交通:轨道交通9号线,漕河泾站4号口,沿宜山路西至莲花路,右转即可,步行约8分钟
普通门票 300 元,优质票 500 元,普通票 500 元(含餐),优质票 700 元(含餐),嘉宾票 1000 元。
目前确定主题如下
• 读Swift源码,理解 Monad
• 拥抱Swift3.0与未来展望
• Objicetive-c 和Swift的跨平台开发
• Swift设计模式
• Compling Swiftly
• Protocol-Oriented Programming实战POP
• 一个Swift项目的网路变迁
• How to parse float numbers-the really hard way
• Asynchronous Programming in Swift,Swift 异步编程
下面介绍一下重量级的嘉宾和他们的议题
唐巧,InfoQ编辑, 《ios开发进阶》作者,在猿题库创业。 喜欢写作与分享,长期维护着自己的博客 和「iOS开发」微信公众号。
他演讲的主题是:『“读Swift源码,理解 Monad”』
主题介绍: Monad 是一个函数式编程中较难懂的概念,本次分享计划从 Swift 源码和案例入手,让大家理解Monad。通过具体的实例,讲解monad在代码中的具体应用,并且引入monadic programming与combinator programming这两种函数式编程的常见设计模式
图拉鼎,iOS/ Mac 开发者,是奇点(iOS 微博工具)和 Manico(OS X 效率型工具)等独立作品的开发者。从 14 年中旬开始使用 Swift 作为主要语言,目前仍在不断学习和实践中。
他演讲的主题是:『拥抱Swift3.0与未来展望』
郝培强( Tinyfool),上海泰尼网络科技公司CEO,老程序员,公众号tiny4voice作者。
他演讲的主题是:『 Objective-c 和Swift的跨平台开发』
老镇(曾伟),人称镇叔,勤劳码农一名,坐拥十余年研发经验,擅长iOS游戏与应用开发,《Swift语言实战晋级》一书作者。国内最早一批研究Swift的人,已发布多个系列的视频教程例如《跑酷熊猫》,《豆瓣电台》,《舞动Swift-Swift动画编程指南》,《老镇讲堂》系列以及Apple Watch实战系列。
他演讲的主题是:『Swift设计模式』
Saul Mora(毛尚立),Saul has spent the last year in Silicon Valley and has recently decided to move to China to pursue his goal to become fluent in the Chinese language. He is eager to meet iOS developers everywhere and share his knowledge and experience with all the developers in China.
他演讲的主题是:『Compling Swiftly』
主题介绍:One of the most well know “features” of the Swift language are the slow build times. Embracing the future shouldn’t make developers slower due to long build times. But how do you analyze your builds? Pointing Instruments at Xcode during a build won’t help very much. It turns out there are some secret and not so secret switches and dials in Xcode we can use to find out the bottlenecks in our builds, and we’ll also go over some simple code examples of how to write code that builds fast.
包涵卿,瀑布 IM 客户端技术负责人。前 PPTV 趣点项目 iOS 负责人,曾经独自开发 PPTV Mac 版。在GitHub 和 Twitter 上的 ID 是@hankbao。
他演讲的主题是:『Protocol-Oriented Programming实战POP』
陈乘方,iOS 工程师,就职于严肃科技,负责开发和维护 ENJOY 和 饭本两个项目。从 2014 年 10 月开始在ENJOY 这个项目中使用 Swift 开发至今。专注于iOS 开发领域,重视代码质量。
他演讲的主题是:『一个Swift项目的网路变迁』
傅若愚,ThoughtWorks高级咨询师,不正经的iOS开发者,Swifty JSON作者。懒散分子,喜欢啤酒与美食,喜欢阅读与音乐,一个热爱创造与分享的人。
他演讲的主题是:『How to parse float numbers-the really hard way』
刘冠杉,iOS工程师,目前就职于阿里音乐(产品:虾米音乐、天天动听)。平日里好编程,读书,听podcasts。最近开始痴迷于收集Funko Pop。目前是CocoaHeads Shanghai Meetup的组织者。
他演讲的主题是:『Asynchronous Programming in Swift,Swift 异步编程』
主题介绍
1. GCD and closures
2. Encapsulate asynchronous task in an NSOperation subclass
3. Async and await
4. Promises
5. Streams (pull, or push signals)
6. Compare all options and conclude what asynchronous APIs need to satisfy inSwift 4