Last active
July 28, 2025 10:21
-
-
Save ThomasMary40/039aac3a21951f52aad5f843e4820157 to your computer and use it in GitHub Desktop.
My resume
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": "Thomas Mary", | |
| "label": "Senior iOS Developer", | |
| "image": "", | |
| "email": "[email protected]", | |
| "phone": "+33 6 89 57 69 94", | |
| "summary": "Autonomous and enthusiastic, my different experiences allowed me to reinforce my knowledge and to understand the different tools and techniques of development and iOS architectures. \n I know how to integrate easily into new work contexts thanks to a real team spirit and excellent listening and communication skills. \n Looking for a challenging remote opportunity.", | |
| "location": { | |
| "address": "Home office", | |
| "postalCode": "02160", | |
| "city": "Les Septvallons", | |
| "countryCode": "France", | |
| "region": "Fulle Remote / Hybrid 80%" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "Linkedin", | |
| "username": "Thomas Mary", | |
| "url": "https://www.linkedin.com/in/eithomasmary" | |
| }, | |
| { | |
| "network": "Stack Overflow", | |
| "username": "Thomas Mary", | |
| "url": "https://stackoverflow.com/users/5154891/thomas-mary" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "PRONOSOFT", | |
| "position": "Senior iOS Developer - Freelance - Full Remote", | |
| "url": "https://www.pronosoft.com", | |
| "startDate": "2023-02-27", | |
| "endDate": "2023-06-27", | |
| "summary": "Designed and implemented the night mode feature for the primary application. Designed 3 new screens implemeting swiftUI. Implemented Meta Ads framework to improve revenues by 10%", | |
| "highlights": [ | |
| "Night Mode", | |
| "SwiftUI", | |
| "Meta framework" | |
| ] | |
| }, | |
| { | |
| "name": "PRONOSOFT", | |
| "position": "Senior iOS Developer - Permanent contract - 80% Remote", | |
| "url": "https://www.pronosoft.com", | |
| "startDate": "2017-06", | |
| "endDate": "2022-12", | |
| "summary": "Facilitated login access for over 500k users, enabling them to retrieve their tickets and access their accounts. Possibility to subscribe to different subscriptions in order to obtain additional match informations and advanced match analysis. Team lead for a team of 2 people. Arranged stability to over 99.9% crash-free sessions. Improved performances & bug fixing. Established a clean architecture approach, enhancing project maintainability and code readability for long-term scalability and collaboration. Orchestrated a transition from the MVC architecture to the more robust MVVM architecture, improving separation of concerns and facilitating easier code management. Undertook a major code rewrite, transitioning from 100% Objective-C to a modernized structure with 40% Swift code, harnessing the benefits of Swift's advanced features and syntax. Harmonized the coexistence of Objective-C, Swift, UIKit, and SwiftUI within a single app", | |
| "highlights": [ | |
| "500k+ users", | |
| "StoreKit", | |
| "Firebase", | |
| "Core Data" | |
| ] | |
| }, | |
| { | |
| "name": "Coyote", | |
| "position": "Senior iOS Developer - Freelance", | |
| "url": "https://apps.apple.com/fr/app/coyote-navigation-gps-radar/id367345773", | |
| "startDate": "2016-09", | |
| "endDate": "2017-06", | |
| "summary": "Allowed more than 5 million people to use a new map framework. Executed multiple proof of concepts, validating innovative ideas and technologies. Adhered to the principles of clean architecture and the SOLID design principles throughout the development process. Executed the conversion from the traditional MVC architecture to the more modern MVVM architecture", | |
| "highlights": [ | |
| "5M+ users", | |
| "SOLID", | |
| "Clean Architecture" | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "Esarc Evolution", | |
| "url": "https://www.esarc-evolution.fr/ecole-bts-bordeaux", | |
| "area": "Swoftware Architect", | |
| "studyType": "Master's degree", | |
| "startDate": "2007-09-01", | |
| "endDate": "2012-09-01" | |
| } | |
| ], | |
| "certificates": [ | |
| { | |
| "name": "Algorithms Legend Level", | |
| "date": "2022-04-23", | |
| "issuer": "Codingame", | |
| "url": "https://www.codingame.com/certification/LmWsi8lfskVOzn4wVcPmqQ" | |
| }, | |
| { | |
| "name": "Swift Certification", | |
| "date": "2022-03-07", | |
| "issuer": "Codingame", | |
| "url": "https://www.codingame.com/certification/k8cYD88nEhUwNCfeBOhoKg" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "iOS Development", | |
| "level": "Master", | |
| "keywords": [ | |
| "Swift", | |
| "UIKit", | |
| "Objective-C", | |
| "SwiftUI", | |
| "XCTest", | |
| "Git", | |
| "StoreKit", | |
| "Firebase", | |
| "Core Data", | |
| "SwiftLint", | |
| "Solid principles", | |
| "Clean Architecture" | |
| ] | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "French", | |
| "fluency": "Native speaker" | |
| }, | |
| { | |
| "language": "English", | |
| "fluency": "Proficient" | |
| } | |
| ], | |
| "interests": [ | |
| { | |
| "name": "Sports", | |
| "keywords": [ | |
| "Trail Running" | |
| ] | |
| }, | |
| { | |
| "name": "Muscic", | |
| "keywords": [ | |
| "Playing piano" | |
| ] | |
| }, | |
| { | |
| "name": "Other", | |
| "keywords": [ | |
| "Dalmatian, delightful and energetic creature" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment