Last active
August 22, 2024 15:10
-
-
Save JamesLefrere/db2d0d2b47b90e56d7205b293f024453 to your computer and use it in GitHub Desktop.
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "James Lefrère", | |
"label": "Ethereum Developer", | |
"summary": "Nerd-sniped by a young Canadian-Russian in 2017, now this is my life. I am a full-stack developer interested in projects that benefit Ethereum and solve real problems.", | |
"nationality": "United Kingdom", | |
"image": "https://magenta-formidable-buzzard-655.mypinata.cloud/ipfs/QmVxYnfcvpzUV4CCxYs9Qd2su2i28tRYdnBxtiH6UoyXb2", | |
"email": "[email protected]", | |
"telegram": "@jameslefrere", | |
"url": "https://lefrere.eth.limo", | |
"location": { | |
"city": "Berlin", | |
"countryCode": "DE" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github (recent)", | |
"username": "blackbird-merula", | |
"url": "https://github.com/blackbird-merula" | |
}, | |
{ | |
"network": "Farcaster", | |
"username": "blackbird", | |
"url": "https://warpcast.com/blackbird" | |
} | |
], | |
"recentHackathons": [ | |
[ "Web3 Summit 2024" ], | |
[ "ETHBerlin 3" ], | |
[ "ETHBerlin 2" ] | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Funemployed", | |
"position": "CEO", | |
"description": "", | |
"summary": "Taking some time to work on my own projects: continuing some of the late Nikolai Mushegian's work, working on TLSNotary plugins, staying up to date with AA, improving my Solidity chops, going to hackathons, etc.", | |
"location": "Berlin", | |
"startDate": "2024-03-01", | |
"technologies": ["Solidity", "Foundry", "Rust", "TLSNotary", "TypeScript"] | |
}, | |
{ | |
"name": "Aura Finance", | |
"position": "Lead full-stack developer", | |
"description": "Ethereum DeFi yield optimiser; Convex for Balancer", | |
"summary": "Core team, full-stack development for a high-profile DeFi project. Responsible for the frontend, API, AWS infra, subgraphs, Snapshot, dashboards, KYC, and more.", | |
"url": "https://aura.finance", | |
"location": "Remote", | |
"startDate": "2022-02-01", | |
"endDate": "2024-02-28", | |
"highlights": [ | |
"Created the AURA airdrop including data mining, anti-sybil measures, etc.", | |
"Helped the protocol reach over $750m in TVL", | |
"Integrated with many partner projects including Balancer, Lido, Rocket Pool" | |
], | |
"technologies": ["TypeScript", "React", "Nest.js", "The Graph", "wagmi", "AWS (CDK, DynamoDB, RDS Aurora, ECS, Lambda)"] | |
}, | |
{ | |
"name": "mStable", | |
"position": "Lead full-stack developer", | |
"description": "Stablecoin protocol on Ethereum", | |
"summary": "Core team, full-stack Ethereum development for one of the first stablecoin AMMs.", | |
"url": "https://mstable.org", | |
"location": "Berlin", | |
"startDate": "2020-02-01", | |
"endDate": "2022-03-01" | |
}, | |
{ | |
"name": "Colony", | |
"position": "Full-stack developer", | |
"description": "DAO protocol on Ethereum with detailed reputation system", | |
"summary": "My introduction to Ethereum. Nascent dApp development, local-first design, focus on tooling.", | |
"url": "https://colony.io", | |
"location": "Remote", | |
"startDate": "2017-12-01", | |
"endDate": "2019-12-01" | |
}, | |
{ | |
"name": "Candis GmbH", | |
"position": "Full-stack developer", | |
"description": "FinTech/AI SaaS automating accounting in Germany", | |
"summary": "At the time, Meteor monolith with React, MongoDB, etc. Focused on data integrity and performance.", | |
"url": "https://candis.io", | |
"location": "Berlin", | |
"startDate": "2016-04-01", | |
"endDate": "2017-12-01" | |
} | |
], | |
"skills": [ | |
{ "name": "Ethereum", "keywords": ["Dapps (since 2017)", "DeFi", "Indexing APIs", "Foundry", "Hardhat"] }, | |
{ "name": "Languages", "keywords": ["TypeScript (♥)", "Solidity (basic)", "Rust (basic)"] }, | |
{ "name": "Frontend", "keywords": ["React", "wagmi/viem", "MUI", "React Query", "Next/Vercel"] }, | |
{ "name": "Backend", "keywords": ["AWS (CDK, DynamoDB, RDS Aurora, ECS, Lambda)", "Nest.js"] }, | |
{ "name": "TCOB", "keywords": ["Taking Care Of Business"] } | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "German", | |
"fluency": "Katastrophal" | |
}, | |
{ | |
"language": "Portuguese", | |
"fluency": "É o que é" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Asian dramas", "keywords": ["그들은 단순히 더 낫다"] | |
}, | |
{ | |
"name": "Games", | |
"keywords": ["Roguelike", "Balatro", "Halo", "Helldivers"] | |
}, | |
{ | |
"name": "Geoguessr", "keywords": ["Gold no move"] | |
}, | |
{ | |
"name": "Yoga", | |
"keywords": ["–"] | |
} | |
], | |
"meta": { | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00", | |
"theme": "professional" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment