Getting a job at Automattic
CoreData Transformable and NSSecureCoding in iOS 13+
Styling Gist embeds with CSS
Gists are short bits of code you can share and reuse. They act as lightweight repos, feature version control, and can include anything from a string to multiple files. You can also embed them on any website, which is excellent to share examples, but unfortunately, there’s no way to change the default syntax highlighting. Let’s fix that.
I'm joining Automattic!
Redux-like architecture with SwiftUI: Real World App
Redux-like architecture with SwiftUI: Error Handling
Redux-like architecture with SwiftUI: Side Effects
Redux-like architecture with SwiftUI: Basics
Launch Screens and the SwiftUI App Life Cycle on iOS 14
I have decided to rewrite Bouncer from scratch using the latest SwiftUI version available in iOS 14. This includes using the new SwiftUI App Lifecycle, which allows you to skip UIKit entirely, alongside the AppDelegate and Storyboards.
As I got closer to finishing the app, I decided to replace the default (white) Splash Screen with something better, but since there was no Storyboard anymore, I had no idea how.