Skip to content
View tuckercr's full-sized avatar

Block or report tuckercr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tuckercr/README.md

Senior Android Engineer — Kotlin, Jetpack Compose, and 20+ years building production software.

Currently building EasyLink — an accessibility-focused Android launcher for older adults and the visually impaired, a caregiver companion app that sets it up and watches over it remotely, and easylinkcare.com, a Firebase-hosted site with a Firestore-backed waitlist. All three deploy from the same repo.

I use AI-assisted tooling such as Claude Code and Gemini daily for implementation, testing, and debugging, held to the same standard as anything else I ship. My Projects are mostly Android, though there's iOS (Swift/SwiftUI) and PHP work below too.

You can read more at fangjet.com and LinkedIn.

Public Projects

EasyLink — Two-app accessibility product. A Compose launcher with large touch targets, hold-to-activate SOS, fall detection, medication reminders, voice commands, and a usage-ranked row of real apps with notification dots. A caregiver app pairs by 6-digit code and manages the phone remotely — contacts edited on one phone land on the other within seconds, with Firestore security rules enforcing which side owns what. Safety timings like the SOS hold and countdown are tunable from Remote Config without shipping a build. Multi-module Kotlin · Firebase Auth/Firestore/Remote Config · 260+ unit tests · GitHub Actions CI.

Cats & Dogs — A weather app built natively twice: Android (Kotlin/Compose) and iOS (Swift/SwiftUI). Swipeable saved cities, multi-day forecasts, embedded radar, and daily briefings scheduled with WorkManager. Offline-first · MVVM + Hilt · Material 3 · Firebase Analytics/Remote Config.

ZamZow — On-device wake-word detection using PocketSphinx: no cloud, no network dependency. An earlier proof-of-concept, built to help hearing-impaired users notice when they're being addressed — and my most starred and forked project.

Client & Private Work

Production source is private, although Rolo has a public showcase.

Rolo — A relationship-first CRM built for a fractional CMO consultancy, replacing a spreadsheet. A configurable follow-up rules engine schedules each contact's next touch from per-stage cadence rules; a dashboard surfaces overdue and due-this-week, and a scheduled daily digest email reports what's due and what was logged yesterday. Interaction history with edit-in-place, snooze, and soft delete. PHP 8.4 · MariaDB · server-rendered, no build pipeline · 400+ file PHPUnit suite.

Commercial Translation Diagnostic — A paid AI analysis product. Clients pay through Stripe, upload a pitch deck and supporting documents, and complete a survey; the system parses PDF/Word/PowerPoint, runs the analysis, and drafts a report for human review before it reaches the client. PHP 8.4 · Stripe · 440+ file PHPUnit suite.

Pinned Loading

  1. easylink easylink Public

    Accessibility-focused Android launcher for older adults, plus a caregiver companion app that configures it remotely. Kotlin · Compose · Firebase.

    Kotlin 1

  2. cats-dogs cats-dogs Public

    Weather app for Android: saved cities, radar, offline-first caching, daily briefings. Kotlin · Compose · WorkManager. iOS version in cats-dogs-iOS.

    Kotlin

  3. cats-dogs-iOS cats-dogs-iOS Public

    The Cats & Dogs weather app built natively for iOS. Swift · SwiftUI. Android version in cats-dogs.

    Swift

  4. wakewordapp wakewordapp Public

    On-device wake word detection for Android using PocketSphinx — no cloud, no network. Built to help hearing-impaired users notice when they're addressed.

    Kotlin 32 7

  5. rolo-showcase rolo-showcase Public

    A relationship-first CRM for a small consultancy — PHP 8.4, MariaDB, no build step. Public showcase of a private production app.

    PHP