Hi, I'm Frank Gumeta.

Senior iOS Engineer and Mobile Architect building stable, scalable apps with Swift, SwiftUI, performance-focused architecture, and practical AI workflows.

15+ years helping product teams ship mobile experiences that stay fast, reliable, and maintainable as they grow.

WhatsApp
Portrait of Frank Gumeta

Selected work

Featured Experience

Rappi

Rappi logo

Core Mobile Engineer

Led SwiftUI migration across all teams, maintained crash rate below 0.3%, and designed coding guidelines. Conducted research on new Apple technologies and architectural activities.

Crash rate < 0.3%

Cox Auto Inc

Cox Auto Inc logo

Sr iOS Developer

Developed new features using SwiftUI and supported build automation with Bitrise. Built scalable solutions for enterprise-level automotive applications.

Enterprise Scale

USAA

USAA logo

Senior iOS Developer

Developed new features, performed code refactoring, and conducted performance analysis with Instruments. Established coding guidelines and delivered iOS training to development teams.

Performance Expert

IHG

IHG logo

Mobile Architect

Implemented software development best practices, created functional prototypes, and delivered coaching on iOS development. Established architectural standards for enterprise applications.

Leadership

Selected Builds

Featured Projects

Product-minded builds across web and iOS, focused on polished experiences, reliable architecture, and practical implementation.

Prediction Pool

And The Oscar Goes To

Live App

Oscar predictions pool web app built with Next.js, React, and Appwrite. Create private pools, submit category predictions, and compete on live scoreboards with multi-year Academy Awards data.

App shell

Next.js

Interface

React

Backend

Appwrite

Visit App
DaVinci framework icon

iOS Design System

DaVinci Design System

Open Source

A modular Swift Package for iOS 18+, built with SwiftUI and Swift 6 strict concurrency. It packages tokens, reusable components, and production-ready conventions into one cohesive system.

Language

Swift 6.2

Interface

SwiftUI

Target

iOS 18+

View on GitHub
DaVinci Framework Icon

DaVinci Deep Dive

A closer look at the design-system foundation: tokens, components, type safety, and theme primitives shaped for modern iOS teams.

Complete Token System

Semantic colors, typography, spacing, radius, elevation, and motion in one cohesive layer.

Reusable Components

Production-ready SwiftUI components that consume tokens for consistent product screens.

Type-Safe & Modern

Swift 6 concurrency, Sendable types, native SwiftUI APIs, and environment-driven theming.

Dark Mode Native

Optimized palettes for light and dark themes with semantic colors and accessible contrast.

Quick Start Example

import SwiftUI
import DaVinciComponents

struct ContentView: View {
    var body: some View {
        VStack(spacing: 16) {
            DSText("Welcome to DaVinci", role: .title)
            DSText("A modern design system", role: .body)
            
            DSButton("Get Started", variant: .primary) {
                print("Button tapped!")
            }
        }
        .padding()
        .dsTheme(.defaultTheme)
    }
}

© 2026 Frank Gumeta. All rights reserved.