Locks, Thread Safety, and Swift: 2017 Edition

Back in the dark ages of Swift 1, I wrote an article about locks and thread safety in Swift. The march of time has made it fairly obsolete, and reader Seth Willits suggested I update it for the modern age, so here it is! Read more

Similar

The webdev cheat sheet to Swift(UI)

So, I recently released a new mac os app Tempomat (go check it out, it is awesome) and I was left surprinsgly pleased with the experience, mostly because of Apple’s SwiftUI framework, it is declarative and along with the Combine framework it brings a lot ... (more…)

Read more »

Asymmetric cryptography in Swift

This post is the second of a series of articles focused on Cryptography in Swift. In the first post of the series, we explored Symmetric cryptography. In this post we are going to talk about asymmetric cryptography, and we will implement a class called As...

Read more »