Skills Directory
Developer Skills Directory
A catalog of core and advanced engineering proficiencies required to design, scale, and secure modern Apple platform software.
Strict Data Isolation (Swift 6)
Mastering compile-time data race safety, actor isolation boundaries, non-Sendable type constraints, and task-hopping mechanics.
SwiftData & Schema Migrations
Designing structured object graphs, implementing lightweight/custom progressive schema migrations, and executing multi-thread background context saves.
SwiftUI Rendering Optimization
Eliminating redundant state-driven redraw passes, optimizing SwiftUI ViewBody updates, structuring container views, and profiling with Instruments.
App Intents & OS Integration
Exposing application capabilities to Siri, Shortcuts, and Control Center widgets using the new Swift AppIntents framework.
XCFrameworks & Module Architecture
Structuring multi-module iOS codebases, custom target schemes, cross-platform build flags, and optimizing module interface compilation speeds.
Metal Compute & Shaders
Utilizing Metal shading language (MSL) for high-performance visual effects, custom shader transitions, and on-device CoreML neural engine inference acceleration.
Swift-Native Release Engineering
Automating building, code signing credentials, provisioning files, and TestFlight archiving pipelines using modern Swift CLI frameworks.
Frida Hooking & Reverse Engineering
Performing dynamic security analysis, jailbreak detection evaluation, tracing compiled binaries with Frida scripts, and vulnerability patching.