2026

5 Projects

StrongMindStrongPerformance.com

December, 2025 ~ Present
Strong Mind Strong Performance is a coaching and consulting company that helps individuals and organizations improve their performance and achieve their goals.
  • Led QA team in coordination with Behavior Scientist, UX designer, advisors and CEO to bring COPPA compliant vision for AI-assisted coaching to life.
  • Built multi-tenant auth layer supporting SMS, SSO, email, OTP, & backend batch team imports; with CORS / CSP rules, & strict RBAC permissions on all content, all isolated per org subdomain.
  • Designed centralized entitlements system connecting Stripe payments to each step of a 12-week course.
  • Integrated Azure Cognitive Services for live voice assessment and lesson facilitation; OpenAI with server-side content orchestration.
  • Observability & product analytics: Instrumented client and server with PostHog so feature usage and funnels are measurable in production.
  • Supported iOS, Android and web with ReactJS, Material-UI, ReCharts & Flutter / DART to handle Deep Links, SafeArea, Push Notifications and OAuth login from native social app sessions.
  • Automated end-to-end regression coverage with Playwright, producing videos with close captioning to publish as part of system health page.

Started: 2025-12-01

Industries: Coaching, Consulting, Education, Health, SaaS

Team: E.A.Taylor: Design, Front-End, Back-End, QA Leadership. Sean Valentine: CEO. Kyjeila Latimer Ph.D: Behavior Scientist. Cathy Barragan: Lead brand Marketing and Internal Operations Consultant. Scott Hanselman: Tech Development Advisor. Chioma Ayoko: Quality Assurance Engineer. Gabriel Da Dilva: Quality Assurance Engineer

Companies/Brands: Strong Mind Strong Performance

MatchBear.ai

August, 2025 ~ Present
Match Bear (matchbear.ai) is an AI job-market companion: conversational search that goes beyond keyword matching to surface roles aligned with your strengths, goals, and story - so you spend less time on listings that do not fit.
  • Designed AI orchestration pipelines that classify intent, gather context, trigger synchronous and asynchronous LLM/retrieval calls, and stream results over a single persistent connection via event-based messaging.
  • Built secure and seamless guest-to-user conversion: anonymous chat history and uploads persist into the registered account when a visitor signs up.
  • Delivered a CMS with QA and annotation tools to review application flows, empowering non-technical team members to QA, annotate LLM responses, and monitor token usage per chat intents.
  • Supported team vibe-coders to turn prototypes into production-ready features.

FieldWorks APIs

November, 2023 ~ Present
API for Web App Dashboard for scheduling, dispatching and tracking campaigns
  • Maintained Django APIs and MySQL db powering up to 100 write requests / second (+ EventBridge triggers after insert) - when hundreds of offline apps resync at once; with worker pool via Lambda auto-scaling. Images uploaded to S3 synchronously with 3 staggered retries.
  • Built a server-side pipeline that turns campaign form templates into on-device redaction descriptors (SIFT keypoints + field geometry), so canvassers’ phones can redact PII and verify fields are filled out.
  • Optimized SQL queries and aggregation endpoints for analytics dashboard, doubling data output while maintaining speed and adding search filters.
  • Centralized logging through Firebase and wrote BigQuery monitoring to compare with SQL data for integrity and usage.

FWCanvass

November, 2023 ~ Present
Web App Dashboard for scheduling, dispatching and tracking campaigns
  • Developed real-time canvasser tracking interface with MapBox and ReactJS, synchronizing map pins/popups and sidebar elements for seamless navigation. Programmed filter operations to recenter map boundaries with dynamic debounce based on filter in use. Built map to render any combination of layers including points for canvassers, lines for routes, and polygons for coverage area.
  • Enhanced SASS implementation with mixins and reusable style patterns. Created modular components styled from a single classname styling, as well as composable utility classes to normalize spacing and typography while maintaining DRY principles and reducing CSS bloat.
  • Restructured Redux implementation to flattening deeply nested data structures, enabling targeted updates and reducing component render cycles across decoupled components.
  • Wrote responsive Data Grid component to render tables using Flexbox with hooks to customize any header or body cell's styles and click / hover events. Supported both client or server side sorting, pagination, and toggling visibility of any column. Wrote NodeJS script to preprocess API response schemas to ease client side table and list displays with custom property names and easier data aggregations baesd on data types (numeric, dates, enums).

Started: 2023-11-01

Industries: Analytics, Language, Marketing

Team: Alex Gibson: CTO. E.A.Taylor: FrontEnd Web Application

Companies/Brands: FieldWorks

Electrek

August, 2023 ~ Present
Canvassing mobile API and Web App Dashboard for scheduling, dispatching and tracking campaigns for dispatching and tracking in-person canvass and survey collections.
  • Built offline-first iOS and Android apps for 1200 canvassers nationwide to run Site and Door to Door campaigns following scripted intake forms.
  • Shipped a C++ OpenCV native module (iOS + Android) that registers camera photos to the form, redacts PII fields, validates required signatures via ink detection based on pre-trained differentiation threshold - all before upload, entirely clientside, offline.
  • Built components for background audio recording, live voter lookup registration, QR / barcode / document scanning, signatures and more.
  • Battery / Memory Optimization: tuned background location tracking around device speed / distance, improved Redux state management to reduce render cycles, merged dependencies to reduce APK size by 67%