Skills Directory

Developer Skills Directory

A catalog of core and advanced engineering proficiencies required to design, scale, and secure modern Apple platform software.

Concurrency Advanced

Strict Data Isolation (Swift 6)

Mastering compile-time data race safety, actor isolation boundaries, non-Sendable type constraints, and task-hopping mechanics.

Focus: Prevents runtime threading crashes and data inconsistencies under strict concurrency mode.
#Actors#Sendable#Concurrency
Persistence Intermediate

SwiftData & Schema Migrations

Designing structured object graphs, implementing lightweight/custom progressive schema migrations, and executing multi-thread background context saves.

Focus: Ensures offline data persistence integrity and smooth database upgrades across app updates.
#SwiftData#Core Data#Migrations
User Interface Intermediate

SwiftUI Rendering Optimization

Eliminating redundant state-driven redraw passes, optimizing SwiftUI ViewBody updates, structuring container views, and profiling with Instruments.

Focus: Crucial for maintaining a consistent 120fps scrolling speed on modern ProMotion displays.
#SwiftUI#Performance#Instruments
Architecture Advanced

App Intents & OS Integration

Exposing application capabilities to Siri, Shortcuts, and Control Center widgets using the new Swift AppIntents framework.

Focus: Enables natural-language command execution and deep OS integration with Apple Intelligence.
#App Intents#Siri#Widgets
Build System Advanced

XCFrameworks & Module Architecture

Structuring multi-module iOS codebases, custom target schemes, cross-platform build flags, and optimizing module interface compilation speeds.

Focus: Reduces clean build times in large scale commercial repositories and prevents circular dependencies.
#SPM#Compilation#Architecture
Graphics & AI Expert

Metal Compute & Shaders

Utilizing Metal shading language (MSL) for high-performance visual effects, custom shader transitions, and on-device CoreML neural engine inference acceleration.

Focus: Essential for custom visual engines, audio visualizers, and heavy generative graphics computing.
#Metal#CoreML#Shaders
CI/CD & Automation Intermediate

Swift-Native Release Engineering

Automating building, code signing credentials, provisioning files, and TestFlight archiving pipelines using modern Swift CLI frameworks.

Focus: Enables non-macOS cloud builds and automates deployment loops without manual human overhead.
#CI/CD#Laner#AppStore Connect
Security Expert

Frida Hooking & Reverse Engineering

Performing dynamic security analysis, jailbreak detection evaluation, tracing compiled binaries with Frida scripts, and vulnerability patching.

Focus: Secures application resources and enterprise API endpoints against local client-side manipulation.
#Frida#Security#Entitlements