Last active
August 3, 2025 21:07
-
-
Save chrisrobison/40b7256437bb7ca80cdc9da9e5a418e1 to your computer and use it in GitHub Desktop.
resume.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Christopher Robison", | |
| "label": "Engineering Leader | Scalable Mobile & SaaS Systems", | |
| "image": "https://cdr2.com/cdr-business.jpg", | |
| "email": "[email protected]", | |
| "phone": "(415) 810-6991", | |
| "url": "https://cdr2.com", | |
| "summary": "Veteran engineering leader with a proven record of building scalable SaaS and mobile platforms. Adept at managing globally distributed teams and developing resilient systems used by millions. Deep experience in mobile SDKs, infrastructure automation, and leading cross-functional product development across time zones. Passionate about transforming operations with AI and driving efficiency at scale.", | |
| "location": { | |
| "city": "San Francisco", | |
| "region": "CA" | |
| }, | |
| "profiles": [ | |
| { "network": "LinkedIn", "username": "crobison", "url": "https://www.linkedin.com/in/crobison" }, | |
| { "network": "GitHub", "username": "chrisrobison", "url": "https://github.com/chrisrobison" }, | |
| { "network": "Twitter", "username": "thechrisrobison", "url": "https://twitter.com/thechrisrobison" } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "D. Harris Tours, Inc.", | |
| "position": "CTO", | |
| "url": "https://dharristours.com/", | |
| "startDate": "2020-03-01", | |
| "summary": "Led digital transformation of transportation logistics firm, implementing a real-time fleet optimization and scheduling system backed by AI and GPS tracking. Drove business growth from $500k to $3M annually.", | |
| "highlights": [ | |
| "Implemented AI-powered trip routing and driver utilization platform, boosting daily revenue by 30%", | |
| "Built full-stack TMS with CRM, scheduling, invoicing, GPS tracking, SMS/email notifications", | |
| "Increased fleet from 2 to 14 buses while maintaining operational uptime" | |
| ] | |
| }, | |
| { | |
| "name": "Conversant, Inc.", | |
| "position": "Manager, Software Engineering", | |
| "url": "https://conversantmedia.com", | |
| "startDate": "2010-07-16", | |
| "endDate": "2020-03-01", | |
| "summary": "Architected and led development of mobile and rich media ad delivery systems used by 20M+ daily users. Managed a 15-person global team spanning 4 time zones. Drove modernization of ad serving and metrics infrastructure.", | |
| "highlights": [ | |
| "Managed distributed team of 15 across San Francisco, Los Angeles, London, and Indonesia", | |
| "Built and deployed mobile SDKs (iOS/Android) and client-side controllers for rich media ads", | |
| "Reduced API latency by 35% through RESTful architecture redesign", | |
| "Championed CI/CD pipelines and automated testing across ad platform", | |
| "Integrated monitoring and metrics tools for SLA tracking and system observability" | |
| ] | |
| }, | |
| { | |
| "name": "Mindjet", | |
| "position": "Web Architect", | |
| "url": "https://www.mindjet.com", | |
| "startDate": "2007-09-02", | |
| "endDate": "2010-07-15", | |
| "summary": "Launched Mindjet's first SaaS product (Catalyst), nearly doubling monthly revenue. Led transition to HTML5-based front-end platform.", | |
| "highlights": [ | |
| "Ported Flash client to HTML5/Canvas for cross-platform compatibility", | |
| "Architected SaaS platform backend and subscription system", | |
| "Increased monthly subscriptions by 80%" | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "California State University-Chico", | |
| "studyType": "Coursework", | |
| "area": "Computer Science", | |
| "startDate": "1988-01-01", | |
| "endDate": "1991-01-01" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Mobile Development", | |
| "keywords": ["React Native", "iOS SDK", "Android SDK", "GraphQL", "Mobile CI/CD", "Performance Optimization"] | |
| }, | |
| { | |
| "name": "Programming Languages", | |
| "keywords": ["JavaScript", "TypeScript", "Python", "Swift", "Kotlin", "Go", "C", "C++"] | |
| }, | |
| { | |
| "name": "Leadership", | |
| "keywords": ["Team Management", "Distributed Teams", "Agile Delivery", "Mentorship", "Strategic Planning"] | |
| }, | |
| { | |
| "name": "Infrastructure & DevOps", | |
| "keywords": ["CI/CD", "Ansible", "Monitoring", "Grafana", "Prometheus", "PostgreSQL"] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment