Notes on enginering leadership and software development.
#Swift
How to make an app icon in SwiftUI
Jan 6th 2024You can make iOS and Mac app icons directly with SwiftUI, without any design tools like Figma!
How to get
iso639.2
locale code in SwiftDec 23rd 2024Or how Claude sent me on a side quest for the perfect language code API.
Automating Swift DocC with Github Actions
Jun 16th 2023Shipping your library's DocC documentation to GitHub Pages, and keeping it up to date with a GitHub action.
Building Swift DocC as a Static Website
Jun 9th 2023Using swift-docc-plugin for SwiftPM to export your docs, and swift-docc-render to get a static website with your documentation.