List of videos

try! Swift NYC 2017 - Getting Started with ARKit

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Getting Started with ARKit Speaker - Glenna Bufford Twitter - https://twitter.com/glennersboofy Bio - Glenna is an Engineering Lead at Wooga, where she’s been working on Jelly Splash for over two years, making sure new versions get shipped regularly for players to enjoy the game over a long period of time. Glenna has expertise in iOS and Android development, is a director of Women Who Code Berlin, and organizer of Girls’ Games Workshops in Germany. When she’s not computering, she’s usually trying new beers or traveling. Abstract - In this session, Glenna will show an example of integrating ARKit into an app. She’ll walk you through placing objects, plane detection, and world tracking. She’ll show you helpful tips and tricks for working with ARKit along the way. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Twilio Programmable Chat API

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Twilio Programmable Chat API Speaker - Sam Agnew Twitter - https://www.twitter.com/SagnewShreds Bio - Twilio developer evangelist, hackNY ‘14, former HackRU organizer, metal/punk guitarist and retro video game enthusiast. Abstract - Sam introduces Twilio’s Programmable Chat API. Last year he did a demo on this back when the API was in beta, but now Programmable Chat is generally available. With Twilio Programmable Chat, you can add fully featured chat functionality into your iOS apps as well as web and Android apps. You could build something similar to an app like Slack where your users can join channels and send messages to them and stuff like that. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Swift 4 Codable

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Swift 4 Codable Speaker - Yasuhiro Inami Twitter - https://twitter.com/inamiy Bio - Yasuhiro is an iOS developer at LINE Corporation. While creating iPhone apps such as messenger, camera, news app in his work, he also spends time on making open source projects like ReactKit and SwiftTask. He is a big fan of Apple, Swift, and Hearthstone. You can find him at Battle.net or https://github.com/inamiy. Abstract - Swift 4 has introduced a new Codable protocol which replaces previous NSCoding with more type-safe data serialization and deserialization. Under the hood, Swift compiler will auto-synthesize the required code for us, and with only 1 line of code, Codable will work like a magic. But it is sometimes too magical that we should be aware of its behaviors and limitations. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Map and FlatMap Magic

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Map and FlatMap Magic Speaker - Neem Serra Twitter - https://twitter.com/TeamNeem Bio - Neem Serra is an iOS developer in the St. Louis area. She teaches and mentors at a variety of non-profit organizations such as Software Carpentry and the Roy Clay Senior Tech Impact web development workshop. As the lead of the Google Women Techmakers group in St. Louis, she started the St. Louis Techies Project to highlight the diversity of technical people in St. Louis. Neem loves to bake, read comics, and host craft nights. Abstract - Do you find yourself creating messy code in order to transform Swift optionals? Do you wish you harnessed the functional power of Swift more? This talk is for you! You’ll learn about creating elegant code with map and flatMap, and some tips and tricks to use this magic to make your code more Swifty. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Driving View-State through Data for Fun and/or Debugging

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Driving View-State through Data for Fun and/or Debugging Speaker - Matt Gallagher Twitter - https://twitter.com/cocoawithlove Bio - Matt Gallagher started his career writing embedded C at a printer company and computer vision research at a video games company. For the last decade, Matt has worked as a Mac and iOS developer and consultant across a range of fields from video server software to weather apps. His website, cocoawithlove.com, has offered in-depth articles on Mac and iOS development since 2008. Abstract - A look at modeling view state as a separate, serializable model within your app and the functionality, fun and/or serious debugging you can unlock by driving your view state through data rather than presentation, including jumping forwards and backwards in time, replaying your user-interface and being able to log and inspect your view state to ensure program correctness. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - MVVM at Scale: Not so Simple

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - MVVM at Scale: Not so Simple Speaker - Nataliya Patsovska Twitter - https://twitter.com/nataliya_bg Bio - After graduating as a software engineer, Nataliya focused on iOS development for more than 4 years, recently as a member of the mobile team at Spotify. Her passion about testing and maintainability in general drove a lot of the talks she did as part of her jobs. Now she is keen to share more broadly her personal reflections and experiences and to elaborate on those with the Swift community. Abstract - As Swift grew in popularity in recent years, so has MVVM - with many talks and tutorials singing its praises. As a community, we love to talk about design patterns but we should get better at understanding the problems, not focusing on the concrete solutions. MVVM defines some principles and leaves a lot of uncertainty when applied to real-world iOS cases. In this talk, we will see how these work in practice and step away from the reactive dogma to focus on the roles defined by the pattern. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Flexible View Controller Interfaces With Swift 4

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Flexible View Controller Interfaces With Swift 4 Speaker - James Dempsey Twitter - https://www.twitter.com/jamesdempsey Bio - James Dempsey is a fifteen-year Apple veteran gone indie. At Apple, he was an evangelist, technical trainer, curriculum manager, and software engineer, working on Aperture, iOS, and OS X releases Leopard through Lion. James is currently on the technical staff at Upthere, working to build a cloud computer for humankind’s information. He is also the frontman of James Dempsey and the Breakpoints, a band that performs humorous original songs about technical topics. Their debut album Backtrace topped the iTunes comedy charts in the US, UK, and Canada, reaching #5 on the Billboard comedy album chart Abstract - In this session, James takes a look at how to use Swift 4 existentials to create view controller interfaces that are easier to read and ready for seamless use with feature flags or other means of swapping between different view controller versions on the fly. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Improving Swift Tools with libSyntax

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Improving Swift Tools with libSyntax Speaker - Harlan Haskins Twitter - https://twitter.com/harlanhaskins Bio - Harlan is a Computer Science student at Rochester Institute of Technology. He’s previously worked at Apple as an intern on the Swift Quality Engineering team, where he contributed to LLVM, Swift, and the Swift Migrator. He’s also been working on Swift libraries to interface with LLVM and Clang, which he uses in his hobby compiler, Trill. He currently works as an iOS engineer at Bryx, Inc making apps for 911 and EMS responders. Abstract - The open source Swift compiler has gained a new library, libSyntax, that will transform how we write Swift tools. Learn how libSyntax is structured, the design decisions involved with it, and how to make use of it to analyze, generate, and transform Swift code. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch
try! Swift NYC 2017 - Ship your App in Less than 10 Minutes

try! Swift NYC Conference 2017 - try! Swift is an immersive community gathering about Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York City! Topic - Ship your App in Less than 10 Minutes Speaker - Dennis Pilarinos Twitter - https://twitter.com/dennispilarinos Bio - Dennis Pilarinos is the founder and CEO of buddybuild, a continuous integration, delivery and user feedback platform that is designed, built & optimized specifically for mobile app developers. Prior to buddybuild, Dennis held product and engineering leadership roles at Amazon, building and running the teams responsible for the Silk Web browser UI for the Kindle Fire Tablet and Fire Phone devices. He spent 9 years at Microsoft and founded the Azure teams focused on defining, building, delivering & operating Messaging, Access Control & Workflow offerings of Microsoft’s cloud services platform. Abstract - Spend time crafting an application your users will love - not focused on the tedious tasks involved in setting up and maintaining infrastructure. try! Swift NYC Twitter - https://twitter.com/tryswiftnyc try! Swift NYC Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2018 - Powered by NatashaTheRobot

Watch