List of videos

Taken For Granted
try! Swift NYC Conference 2018 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Taken For Granted Speaker - Bas Broek Twitter - https://twitter.com/BasThomas Bio - Bas is an iOS and tooling developer at XING. He is currently curating Swift Weekly Brief and contributing to frameworks, apps and tooling in open source. He likes Swift and experimenting with other programming languages. Abstract - A look back at Swift when it was still in development (and how it rapidly changed), when in was in its beta stages, through to Swift 1 and 2 — and what is to come. I want to explore interesting parts of the evolution of the Swift language, and what that can bring now that we have a stable Swift 4, with Swift 5 around the corner - while also taking a look at the various long-term goals, like concurrency, regex, and an ownership model. How open source Swift has changed the language (particularly focusing on the involvement of the Swift evolution process) and the community that has formed around it. Presentation Link - https://speakerdeck.com/basthomas/taken-for-granted try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York 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
Crafting a delightful tactile user interface
try! Swift NYC Conference 2018 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Crafting a delightful tactile user interface Speaker - Sebastiaan de With Twitter - https://twitter.com/sdw Bio - Sebastiaan de With is an ex-Apple designer and photographer that is the design half of the team behind the camera app Halide. When he’s not working on Halide, he does design work for companies like Apple, Google, and small and large iOS / Mac software companies. Abstract - Go through the steps to take a simple user interface from a utility to a sheer delight. Learn the touches and mindset required to (re)design your app's UI to let users love interacting with it. Presentation Link - https://www.dropbox.com/s/3qqu1h8wzb4lihf/TRYSWIFT-SLIDES-2018.key?dl=0 try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York 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
Using your superpowers for good to change the world!
try! Swift NYC Conference 2018 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Using your superpowers for good to change the world! Speaker - Alicia V Carr Twitter - https://twitter.com/Fineblkwoman Bio - Alicia is the first woman of color mobile developer to create a domestic violence app Purple Evolution, Inc(PEVO) dedicated to helping victims escape abuse. She used her acquired skills as a developer to make a difference. Alicia also dedicates her time to empowering women in tech with Women Who Code. She has received several major acknowledgment from Apple at WWDC15 and WWDC16, being the first black woman to be in the Apple 2016 new beginnings video and in the GitHub 'I am a developer' video. Abstract - A 16-year-old inspired me to learn to code. This lit the fuse that would take me on an amazing journey through challenges and victories while creating an app to help victims escape domestic violence and abuse. Presentation Link - Will be updated soon try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York 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
Swift Services are Simple
try! Swift NYC Conference 2018 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Swift Services are Simple Speaker - Chris Bailey & Ian Partridge Chris Bailey’s Twitter - https://twitter.com/Chris__Bailey Ian Partridge’s Twitter - https://twitter.com/alfa Chris Bailey’s Bio - Chris Bailey is a developer and technical leader in the Runtime Technologies team at IBM. Chris has spent over 15 years working on open source runtimes including Java, Node.js and Swift. Chris is a contributor and committor to the Swift Language, Foundation and Dispatch projects, and is on steering committee for the Swift Server APIs project aimed at making new networking, security and HTTP APIs available to the community. He is also the Chief Architect for the Swift@IBM, providing the open source Kitura server framework. Ian Partridge’s Bio - Ian Partridge is the technical lead of the Swift@IBM development team, working in open source to bring Swift to the cloud. A committer to the core Swift libraries and a developer of Kitura, one of the leading Swift web frameworks, he comes from a background in virtual machine performance and debugging. Ian regularly speaks at conferences including AltConf, iOSCon, dotSwift, SwiftConf and more. Abstract - Chris and Ian will explore what it’s like to build REST APIs in Kitura 2, using the built-in support for OpenAPI. Quickly generate an iOS and Android client SDK to use in your app, and deploy your server-side Swift app to the cloud. We’ll also provide an update on Kitura development and what the future might hold. Presentation Link - Will be updated soon try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York 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
SwiftNIO and Network.framework
try! Swift NYC Conference 2018 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - SwiftNIO and Network.framework Speaker - Johannes Weiss Twitter - https://twitter.com/johannesweiss Bio - Johannes Weiss is a software engineer at Apple, working on the SwiftNIO project. Abstract - SwiftNIO was developed with a focus on providing useful, high-performance tools for building event-driven networking applications on the server side. It turns out that these primitives also work well in client applications. While the primitives transfer over, the networking environment is very different, and the socket layer, which works well in a server environment, is substantially less suited to operating on mobile clients. For this reason, SwiftNIO provides integration with the brand new Network.framework on Apple's client devices: a modern network stack for a mobile age. This talk will discuss the powerful tools that Network.framework provides, and how SwiftNIO exposes them. It'll discuss the different design tradeoffs between server and client side, and cover some of the key differences in the networking environments. Finally, this talk will look to the future, and discuss how the server and client worlds could converge over time. Presentation Link - Will be updated soon try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York 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 2019 - Let's Play With Bitcoin Cash Using Swift
try! Swift NYC Conference 2019 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Let’s play with Bitcoin Cash using Swift Speaker - Jean-Baptiste Dominguez Twitter - https://twitter.com/jbdtky Bio - Swift lover, JB fell in love with Swift when he got his first MacBook in 2016. Currently he works at Bitcoin.com as engineering lead where he develops with his team SDK and Apps on top of Bitcoin Cash. Living in Tokyo, he likes riding on his hover board listening Taylor Swift and eating good foods. Abstract - Bitcoin Cash is known as a crypto currency but at first it’s a blockchain that allows you to make instant and cheap transactions between multiple parties around the world. I would love to share you what is Bitcoin Cash and how to play with on Swift. During our workshop, I expect you to build your first transaction on the Blockchain! What do you think of writing a permanent message on the Bitcoin Cash Blockchain? I hope you will enjoy this great technology and start building a bunch of apps! Presentation Link - https://github.com/tryswift/try-Swift-NYC-2019-Slides/blob/master/try_swift_nyc_2019_wide.pdf try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Facebook - https://facebook.com/tryswiftconf 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 © 2019 - Powered by NatashaTheRobot
Watch
try! Swift NYC 2019 - Getting Started with Combine
try! Swift NYC Conference 2019 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Getting Started with Combine Speaker - Shai Mishali Twitter - https://twitter.com/freak4pc Bio - Shai is iOS Tech Lead for Gett, the on-demand mobility company, and is involved in several open source projects on his spare time - mainly the RxSwiftCommunity and RxSwift projects, as well as an international speaker. Author on the upcoming Combine book from raywenderlich.com and a hackathon addict and 1st place winner of BattleHack World Finals 2014. You can find him on GitHub and Twitter as @freak4pc. Abstract - In the last WWDC, Apple has finally released it's very own framework for declarative processing of values over time, making the skill of Reactive Programming a must for your toolset. But what does it actually mean, and why is it at all helpful for you as a developer? What are the tools and constructs Apple provide for us as developers? In this talk you'll learn: * What _is_ Reactive Programming? * How Combine differs from other Reactive Declarative frameworks * Basic building blocks: Publisher, Subscriber, Subscription, Subjects and more * The anatomy and lifecycle of a Combine event * Combine vocabulary: Operators - the 'words' that make up your Combine chain * Combine & Foundation: Apple-provided APIs to ease your day-to-day development with Combine and existing Swift APIs * Combine's role in SwiftUI * What is Backpressure? * And much more ... Presentation Link - https://www.youtube.com/redirect?v=fejmsuxoIvA&redir_token=t3rd2Zdvjc-7zUgLulD0QXY7osV8MTU3ODUzMjI3MkAxNTc4NDQ1ODcy&event=video_description&q=https%3A%2F%2Fspeakerdeck.com%2Ffreak4pc%2Fgetting-started-with-combine-try-swift-nyc-2019 try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Facebook - https://facebook.com/tryswiftconf try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswif... try! Swift Conference Contact - info@tryswift.co try! Swift Conference © 2019 - Powered by NatashaTheRobot
Watch
try! Swift NYC 2019 - Building the Server-side Swift ecosystem
try! Swift NYC Conference 2019 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Building the Server-side Swift ecosystem Speaker - Ian Partridge Twitter - https://twitter.com/alfa Bio - Ian Partridge is the technical lead of the Swift@IBM development team, working in open source to bring Swift to the cloud. A committer to the core Swift libraries and a developer of Kitura, one of the leading Swift web frameworks, he comes from a background in virtual machine performance and debugging. Ian regularly speaks at conferences including AltConf, iOSCon, dotSwift, SwiftConf and more. Abstract - One year ago, at try! Swift NYC 2018, the teams from Apple, Vapor and Kitura announced the Swift Server Working Group (SSWG) - an effort to mature the Swift ecosystem for developing and deploying server applications. Since then, six new libraries have been welcomed into the project, more are under development, and big improvements have happened in the Swift on Linux releases. In this talk I'll bring everyone up to date, and show how you can get involved. I'll finish by introducing Appsody, a new open source project for end-to-end development of cloud-native Swift applications - ready for your next SSWG-filled server-side Swift project! Presentation Link - https://speakerdeck.com/ianpartridge/building-the-server-side-swift-ecosystem try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Facebook - https://facebook.com/tryswiftconf 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 © 2019 - Powered by NatashaTheRobot
Watch
try! Swift NYC 2019 - Truths Universally Acknowledged - Swift Design Patterns as Jane Austen Heroes
try! Swift NYC Conference 2019 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in New York! Topic - Truths Universally Acknowledged: Swift Design Patterns as Jane Austen Heroes Speaker - Anne Cahalan Twitter - https://twitter.com/northofnormal Bio - Anne is an iOS developer at Detroit Labs, where she is constantly delighted by the niftiness of Swift. Passionate about clean code, craft cocktails, and nice yarn, she dreams of an elegantly-designed app that pairs cocktails with knitting patterns. She is contractually required to mention her three-legged cat, Wobbles. Abstract - Have you ever looked at your code and realized that a certain design pattern was charging in like a romantic hero, sweeping away the confusion and bringing order to chaos? Or perhaps you've encountered a pattern that you utterly hated...until its virtues slowly grew on you as you realized that the alternative was a complete disaster? Let's imagine Ada Lovelace reading Jane Austen, and compare some of my favorite design patterns with some of my favorite Jane Austen heroes. Presentation Link - https://github.com/tryswift/try-Swift-NYC-2019-Slides/blob/master/trySwiftJaneAustenNoNotes.pdf try! Swift New York Twitter - https://twitter.com/tryswiftnyc try! Swift New York Twitter Hashtag - https://twitter.com/hashtag/tryswiftnyc try! Swift Facebook - https://facebook.com/tryswiftconf 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 © 2019 - Powered by NatashaTheRobot
Watch