tag

axiom

136 indexed skills · max 10 per page

skills (136)

axiom-background-processing

charleswiltgen/axiom · Productivity

0

Background execution is a privilege, not a right. iOS actively limits background work to protect battery life and user experience. Core principle: Treat background tasks as discretionary jobs — you request a time window, the system decides when (or if) to run your code.

axiom-core-location-diag

charleswiltgen/axiom · Productivity

0

Symptom-based troubleshooting for Core Location issues.

axiom-grdb

charleswiltgen/axiom · Productivity

0

Direct SQLite access using GRDB.swift — a toolkit for SQLite databases with type-safe queries, migrations, and reactive observation.

axiom-localization

charleswiltgen/axiom · Productivity

0

Comprehensive guide to app localization using String Catalogs. Apple Design Award Inclusivity winners always support multiple languages with excellent RTL (Right-to-Left) support.

axiom-testflight-triage

charleswiltgen/axiom · Testing

0

Systematic workflow for investigating TestFlight crashes and reviewing beta feedback using Xcode Organizer. Core principle: Understand the crash before writing any fix — 15 minutes of triage prevents hours of debugging.

axiom-foundation-models-diag

charleswiltgen/axiom · Productivity

0

Foundation Models issues manifest as context window exceeded errors, guardrail violations, slow generation, availability failures, and unexpected output. Core principle 80% of Foundation Models problems stem from misunderstanding model capabilities (3B parameter device-scale model, not world knowledge), context limits (4096 tokens), or availability requirements—not framework bugs.

axiom-testing-async

charleswiltgen/axiom · Testing

0

Modern patterns for testing async/await code with Swift Testing framework.

axiom-networking-diag

charleswiltgen/axiom · Productivity

0

Core principle 85% of networking problems stem from misunderstanding connection states, not handling network transitions, or improper error handling—not Network.framework defects.

axiom-camera-capture-diag

charleswiltgen/axiom · Productivity

0

Systematic troubleshooting for AVFoundation camera issues: frozen preview, wrong rotation, slow capture, session interruptions, and permission problems.

axiom-swiftui-nav-diag

charleswiltgen/axiom · Frontend

0

Core principle 85% of navigation problems stem from path state management errors, view identity issues, or placement mistakes—not SwiftUI defects.

prevpage 6 / 14next