I recently attended the Swift Summit 2016 conference in San Francisco, CA. To be honest, it has been a few years since I decided to attend a conference due to my lackluster experiences at conferences in the past. Sponsors Provide Value, Not Noise Unfortun…
Similar
A Protocol-Oriented Swift library for building REST client requests - tdeleon/Relax... (more…)
Read more »
What exactly makes code “unsafe”? Join the Swift team as we take a look at the programming language's safety precautions — and when... (more…)
Read more »
Suffusion is a minimal Swift wrapper around the FUSE APIs to support experimenting with custom read-only filesystems. It's inspired by the Objective-C API presented by OSXFUSE.framework, but presents FUSE's "low-level" node-based API rather than a path-ba... (more…)
Read more »
Learn how you can use the Result type that was introduced in Swift 5 to clearly communicate success and error cases in your code. (more…)
Read more »
How would you build a tool to automatically convert Swift code to Javascript? This is a hard problem that becomes even harder/impossible if you use the wrong tools. To do it correctly, we will need to steal some ideas from how compilers work. (more…)
Read more »