Skip to content

Instantly share code, notes, and snippets.

@rchatham
Last active March 14, 2024 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchatham/303692bc4e16f53415b06735f2128b3c to your computer and use it in GitHub Desktop.
Save rchatham/303692bc4e16f53415b06735f2128b3c to your computer and use it in GitHub Desktop.
resume
{
"name": "REID E. CHATHAM",
"contact": {
"email": "reid.chatham@outlook.com",
"website": "https://www.reidchatham.com",
"github": "https://github.com/rchatham"
},
"summary": "I am a seasoned Software Engineer specializing in iOS development and proficient in Swift, Objective-C, and Python. I have a track record in building scalable applications, improving code architecture, and implementing user-centered design, remaining agile while maintaining the integrity of mission critical code. I have experience building apps from the ground up with few to no constraints to working on large scale applications serving tens of millions of daily users.",
"education": [
{
"institution": "University of Florida",
"location": "Gainesville, FL",
"degree": "Bachelor of Science, Mechanical Engineering",
"graduation_date": "December 2014"
}
],
"experience": [
{
"company": "LinkedIn",
"location": "Sunnyvale, CA",
"role": "Software Engineer",
"period": "November 2021 - Present",
"highlights": [
"Headed feature development of Communication Notifications leading to faster user response times to messages.",
"Fixed a bug that overwrote the log directory on launch, erasing logs after crashes, new sessions, and from extensions.",
"Uncovered and resolved a bug where extension imports overloaded memory, causing push notification issues.",
"Iterated and implemented Swipe Actions to improve user experience and boost user engagement with notifications.",
"Spearheaded a massive code refactor resulting in the removal of over 10k lines of code, reducing the binary size by 60%.",
"Shipped and iterated on features affecting 75 million monthly iOS users while maintaining stability of the codebase."
]
},
{
"company": "Freelance Software Engineer",
"location": "San Francisco, CA",
"role": "Independent Contractor",
"period": "January 2018 - October 2021",
"highlights": [
"The Rensing Center: Recovered hacked web server from redirecting to online pharmacies, implemented a secure online booking system for residents, enabled remote events through community tools, and revamped the website.",
"KURL: Prototyped application for Personal Trainer booking service using Swift, MVVM, Firebase, and Hasura.",
"Swiftly: Implemented UI for new coupon clipping application for Lucky supermarket using SwiftUI and SPM.",
"OurHouse: Modernized and updated a fraternity/sorority management app in Obj-C adding new features in Swift.",
"Managed a WordPress Multisite server hosting over 30 websites, ensuring 99.9% uptime."
]
},
{
"company": "Credit Karma",
"location": "San Francisco, CA",
"role": "Software Engineer",
"period": "April 2017 - December 2017",
"highlights": [
"Wrote integration tests reducing the testing time of the quality engineering process for releases by upwards of 50%.",
"Migrated and updated data source implementations for table and collection views needed to migrate to Swift.",
"Developed best practices for migrating to AutoLayout in Swift and interoperability with our existing Objective-C code.",
"Collaborated on the accessibility team to establish best-practices and enhance accessibility for differently-abled users.",
"Created credit score history graph allowing users to see how their scores have changed over time."
]
},
{
"company": "AreaLive (Now Yaza)",
"location": "San Francisco, CA",
"role": "Software Engineer",
"period": "January 2017 - April 2017",
"highlights": [
"Created a location-centric social media application enabling users to share and view multimedia posts utilizing AR.",
"Integrated posts within map and camera views, enhancing user engagement by facilitating discovery of nearby content.",
"Contributed to the product roadmap, shaping the long-term vision for user interactions and engagement strategies.",
"Collaborated closely with our backend engineer to develop and release the beta version of the application."
]
},
{
"company": "Crossfader",
"location": "San Francisco, CA",
"role": "Software Engineer",
"period": "October 2015 - December 2016",
"highlights": [
"Introduced live-feedback mechanism, bridging real-time communication between DJs and listeners and increasing user interactions and engagement with the app while listening by over 30x, utilizing Firebase to track analytics on usage.",
"Implemented CI/CD pipeline using Travis CI and Fastlane, cutting the release cycle from every 4-6 weeks down to 2.",
"Utilized Fastlane Snapshot to automate app screenshots in every supported language for the App Store.",
"Designed and launched custom in-app merchandise advertisements, leading to an almost 50% increase in revenue."
]
}
],
"open_source_projects": [
{
"name": "OpenAI.swift",
"description": "The smallest OpenAI API implementation written in Swift.",
"link": "https://github.com/rchatham/OpenAI.swift"
},
{
"name": "APNSTester",
"description": "Push notification testing application useful for development testing.",
"link": "https://github.com/rchatham/APNSTester"
},
{
"name": "DNDKit",
"description": "Delegate and DataSources kit that simplifies building tables and collections.",
"link": "https://github.com/rchatham/DNDKit"
},
{
"name": "SwiftyAnimate",
"description": "Enables composable animations in Swift.",
"link": "https://github.com/rchatham/SwiftyAnimate"
},
{
"name": "Peer Connectivity",
"description": "A custom framework designed for straightforward Bluetooth/WiFi mesh networking.",
"link": "https://github.com/rchatham/PeerConnectivity"
}
],
"software_proficiencies": {
"languages": ["Swift", "Objective-C", "Python", "JavaScript", "C", "C++", "Lua"],
"tools": ["Git", "Bash", "Github", "Atlassian", "Xcode", "Vim/Neovim", "VSCode", "Jira", "Slack", "Docker", "Kubernetes"],
"database_technologies": ["PostgreSQL", "MySQL", "SQLite", "MongoDB", "Redis"],
"cloud_computing_platforms": ["AWS", "Azure", "Google Cloud Platform", "Digital Ocean"],
"CI-CD": ["Jenkins", "Travis CI", "CircleCI", "GitHub Actions"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment