Skip to content

Instantly share code, notes, and snippets.

@bankair
Last active March 26, 2022 12:53
Show Gist options
  • Save bankair/0cdb14d1e9c6973380d49024da3e0c87 to your computer and use it in GitHub Desktop.
Save bankair/0cdb14d1e9c6973380d49024da3e0c87 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Alexandre Ignjatovic",
"label": "Senior Technical Leader",
"image": "https://avatars.githubusercontent.com/u/365999?v=4",
"email": "[email protected]",
"phone": "+33 6 07 77 82 12",
"url": "https://podcast.ausha.co/le-pretexte",
"summary": "Alexandre is fascinated by people and technology. Focused on building great teams and useful technology since 2004, he worked initially 10 years in investment banking, where he learned about discipline and attention to detail. He then turned toward startups to find more meaning in his work and have a wider, more direct and positive impact. He is managing technical teams as a servant leader since 2012. Be sure to check out LinkedIn for a detailed version of this resume.",
"location": {
"address": "22 rue du Ranelagh",
"postalCode": "75016",
"city": "Paris",
"countryCode": "FR"
},
"profiles": [
{
"network": "LinkedIn",
"username": "alexandre-ignjatovic",
"url": "https://www.linkedin.com/in/alexandre-ignjatovic/"
},
{
"network": "GitHub",
"username": "bankair",
"url": "https://github.com/bankair"
}
]
},
"work": [
{
"name": "Doctolib",
"location": "France, Germany, Italy",
"description": "European leading healthcare company",
"position": "Senior Engineering Manager & Head of Talent Marketing",
"url": "https://doctolib.fr",
"startDate": "2018-03-01",
"endDate": "2022-03-01",
"summary": "Built and led several feature teams (PMS, TLK & PIM) in charge of several aspects of Doctolib's product (Desktop interop, Tele-consultation & patient identity). Led a global team of marketing managers and campus project managers in charge of Doctolib's employer branding efforts.",
"highlights": [
"Led the company swap to remote work.",
"Co-founded a minor and major healthcare option at EPITA (French Engineering School).",
"Participated to Doctolib's career framework initiative. Led the AmbassadorShip track.",
"Led a global DevRel effort aimed at strengthening Doctolib's employer branding.",
"Hit 30k+ inbound recruitment leads/quarter."
]
},
{
"name": "Appaloosa",
"location": "Paris, France",
"description": "SaaS company providing tools allowing to manage corporate mobile apps and devices",
"position": "Chief Technology Officer",
"url": "https://appaloosa.io",
"startDate": "2016-01-31",
"endDate": "2018-02-28",
"summary": "Defined and lead the technology strategy of the company in line with market perspectives and Appaloosa growth objectives. In charge of the Roadmap and its execution in collaboration with the CPO."
},
{
"name": "Bryj Technologies, Inc.",
"location": "Paris, France",
"position": "Senior R&D Director",
"description": "SaaS mobile analytics company",
"startDate": "2014-01-31",
"endDate": "2016-01-31",
"summary": "Built and led the technical team (20 people) of the company in line with market perspective and growth objectives. Grew from an initial backend software engineer position to the Director position.",
"url": "https://bryj.ai"
},
{
"name": "Investment banking technical consulting",
"location": "Paris, France",
"position": "Backend developer, Business Analyst team lead",
"description": "Technical and fonctional consulting on trading automatons (MOE & AMOA)",
"startDate": "2005-01-31",
"endDate": "2014-01-31",
"summary": "Built the first version of Quod Financial's algorithmic trading server. Leveraged my skillset by executing missions for several investment companies in France (BNP, Société Générale, Calyon, OFI-AM, Ixis CIB, Natixis). Ended up leading a team of business analyst at BNP brokerage."
}
],
"education": [
{
"institution": "EPITA",
"url": "https://epita.fr",
"studyType": "Engineer's degree (SCIA)",
"startDate": "1999-01-01",
"endDate": "2004-01-01"
}
],
"publications": [
{
"name": "Reprendre le contrôle de son code legacy avec classe",
"publisher": "Human Talks Paris",
"releaseDate": "2018-12-23",
"url": "https://www.youtube.com/watch?v=HndEmsMJ8ZI"
},
{
"name": "Managing knowledge among the wildest animals fullstack dev",
"publisher": "Paris.rb conf",
"releaseDate": "2020-03-30",
"url": "https://www.youtube.com/watch?v=hO_Fm23th5U"
},
{
"name": "Understanding and fixing N+1 query",
"publisher": "Doctolib's medium publication",
"releaseDate": "2020-07-10",
"url": "https://medium.com/doctolib/understanding-and-fixing-n-1-query-30623109fe89"
},
{
"name": "Tribal Knowledge VS Automation",
"publisher": "MTG France",
"releaseDate": "2020-10-20",
"url": "https://www.youtube.com/watch?v=ACloB-9C_ng"
}
],
"skills": [
{
"name": "Web Development",
"keywords": [
"Ruby",
"Ruby on Rails",
"Javascript",
"HTML",
"CSS"
]
},
{
"name": "Backend technologies",
"keywords": [
"PostgreSQL",
"Redis",
"MongoDB",
"AWS Redshift"
]
}
],
"languages": [
{
"language": "French",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"interests": [
{ "name": "Maker", "keywords": [ "3D Printing", "Electronic", "Woodworking", "Sewing" ] },
{ "name": "Arts", "keywords": [ "Podcast", "Literature", "Photography", "Video Editing" ] }
],
"projects": [
{
"name": "Le Prétexte",
"description": "A podcast exploring tech & entrepreneurship in a didactic way. Subjects: Bootstraping a company alone, Being a CTO with various team size, happiness at work, etc."
}
],
"meta": {
"theme": "kendall",
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment