e12b8a141b
chore: updated french resume json file
270 lines
6.6 KiB
JSON
270 lines
6.6 KiB
JSON
{
|
|
"locale": "en",
|
|
"name": "Laurent Fainsin",
|
|
"go_back": "Go back",
|
|
"flag_icon": "flag-icon flag-icon-gb",
|
|
"info": {
|
|
"label": "CS Engineering Student",
|
|
"about": "I am an hardworking and punctual person, I work well in a team but also on my own as I like challenge myself. I have good listening and communication skills, I am well organized and rarely fail to meet deadlines."
|
|
},
|
|
"contacts_title": "Contacts",
|
|
"contacts": [
|
|
{
|
|
"contact": "laurentfainsin@protonmail.com",
|
|
"url": "mailto:laurentfainsin@protonmail.com",
|
|
"icon": "fa fa-envelope-o"
|
|
},
|
|
{
|
|
"contact": "+33781492838",
|
|
"url": "https://signal.org/",
|
|
"icon": "fa fa-phone"
|
|
},
|
|
{
|
|
"contact": "Brest, France",
|
|
"url": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
|
|
"icon": "fa fa-location-arrow"
|
|
}
|
|
],
|
|
"socials_title": "Socials",
|
|
"socials": [
|
|
{
|
|
"network": "laurent-fainsin",
|
|
"url": "https://www.linkedin.com/in/laurent-fainsin/",
|
|
"icon": "fa fa-linkedin"
|
|
},
|
|
{
|
|
"network": "Laurent2916",
|
|
"url": "https://git.inpt.fr/fainsil",
|
|
"icon": "fa fa-gitlab"
|
|
},
|
|
{
|
|
"network": "@fainsil:inpt.fr",
|
|
"url": "https://matrix.to/#/@fainsil:inpt.fr",
|
|
"icon": "fa fa-matrix-org"
|
|
}
|
|
],
|
|
"school_projects_title": "School projects",
|
|
"school_projects": [
|
|
{
|
|
"title": "Pagerank",
|
|
"repo": "",
|
|
"pdf": "{{ '/content/pagerank.pdf' | url }}",
|
|
"role": "Author",
|
|
"description": "Implementation of an iterative algorithm in Ada to compute the pagerank of a given network as quickly and efficiently as possible."
|
|
},
|
|
{
|
|
"title": "Frequency Modem",
|
|
"repo": "",
|
|
"pdf": "{{ '/content/modem.pdf' | url }}",
|
|
"role": "Author",
|
|
"description": "Matlab modeling of a modem capable of transmitting information (a sequence of bits) reliably via an imperfect transmission channel."
|
|
}
|
|
],
|
|
"personnal_projects_title": "Personnal projects",
|
|
"personnal_projects": [
|
|
{
|
|
"title": "This website",
|
|
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
|
"role": "Author",
|
|
"description": "I made this website almost entirely from scratch, I used the static site generetor 11ty.js to simplify the process thanks to its templating system. I learned a lot about HTML, CSS, Javascript and it also allowed me to strengthen my git skills."
|
|
}
|
|
],
|
|
"education_title": "Education",
|
|
"education": {
|
|
"level": "Master degree",
|
|
"history": [
|
|
{
|
|
"institution": "ENSEEIHT",
|
|
"title": "CS Engineer",
|
|
"url": "https://www.enseeiht.fr/",
|
|
"start": "2020",
|
|
"end": "Now",
|
|
"eqv": "Master (L3, M1, M2)"
|
|
},
|
|
{
|
|
"institution": "Lycée Kérichen/Vauban",
|
|
"title": "CPGE PSI",
|
|
"url": "https://lycee-la-perouse-kerichen-brest.ac-rennes.fr/",
|
|
"start": "2018",
|
|
"end": "2020",
|
|
"eqv": "License (L1, L2)"
|
|
},
|
|
{
|
|
"institution": "Lycée de l'Harteloire",
|
|
"title": "Baccalauréat S",
|
|
"url": "https://www.harteloire.com/",
|
|
"start": "2015",
|
|
"end": "2018",
|
|
"eqv": "Highschool"
|
|
}
|
|
]
|
|
},
|
|
"skills_title": "Skills",
|
|
"skills": [
|
|
{
|
|
"name": "General Softwares",
|
|
"level": "advanced",
|
|
"tags": [
|
|
"Linux",
|
|
"LaTeX",
|
|
"Git",
|
|
"Word",
|
|
"Excel"
|
|
]
|
|
},
|
|
{
|
|
"name": "Web Development",
|
|
"level": "intermediate",
|
|
"tags": [
|
|
"HTML5",
|
|
"CSS3",
|
|
"JavaScript",
|
|
"11ty.js"
|
|
]
|
|
},
|
|
{
|
|
"name": "Scientific Computing",
|
|
"level": "intermediate",
|
|
"tags": [
|
|
"Numpy",
|
|
"Matlab"
|
|
]
|
|
},
|
|
{
|
|
"name": "Licenses",
|
|
"level": "french",
|
|
"tags": [
|
|
"AM",
|
|
"B",
|
|
"B1"
|
|
]
|
|
}
|
|
],
|
|
"reading_title": "Readings",
|
|
"reading": [
|
|
{
|
|
"title": "Learning Modern 3D Graphics Programming",
|
|
"url" : "https://paroj.github.io/gltut/"
|
|
},
|
|
{
|
|
"title": "Beginning Game Programming with SDL",
|
|
"url": "https://lazyfoo.net/tutorials/SDL/index.php"
|
|
},
|
|
{
|
|
"title": "Data-Driven Science and Engineering",
|
|
"url": "http://www.databookuw.com/"
|
|
},
|
|
{
|
|
"title": "Game programming patterns",
|
|
"url": "https://gameprogrammingpatterns.com/"
|
|
},
|
|
{
|
|
"title": "Linux Bible, 10th Edition",
|
|
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
|
|
},
|
|
{
|
|
"title": "The Book of Shaders",
|
|
"url": "https://thebookofshaders.com/"
|
|
},
|
|
{
|
|
"title": "Glenn Fiedler's blog",
|
|
"url": "https://gafferongames.com/post/"
|
|
},
|
|
{
|
|
"title": "Awesome OSDev",
|
|
"url": "https://github.com/developpement-systeme-exploitation/awesome"
|
|
},
|
|
{
|
|
"title": "r/programming",
|
|
"url": "https://www.reddit.com/r/programming"
|
|
},
|
|
{
|
|
"title": "OS Dev wiki",
|
|
"url": "https://wiki.osdev.org/"
|
|
},
|
|
{
|
|
"title": "r/privacy",
|
|
"url": "https://www.reddit.com/r/privacy"
|
|
}
|
|
],
|
|
"languages_title": "Languages",
|
|
"languages": [
|
|
{
|
|
"language": "French",
|
|
"level": "native",
|
|
"icon": "flag-icon flag-icon-fr"
|
|
},
|
|
{
|
|
"language": "English",
|
|
"level": "proficient",
|
|
"icon": "flag-icon flag-icon-gb"
|
|
},
|
|
{
|
|
"language": "Japanese",
|
|
"level": "beginner",
|
|
"icon": "flag-icon flag-icon-jp"
|
|
},
|
|
{
|
|
"language": "Spanish",
|
|
"level": "elementary",
|
|
"icon": "flag-icon flag-icon-es"
|
|
},
|
|
{
|
|
"language": "Python",
|
|
"level": "intermediate",
|
|
"icon": "devicon-python-plain"
|
|
},
|
|
{
|
|
"language": "Java",
|
|
"level": "intermediate",
|
|
"icon": "devicon-java-plain"
|
|
},
|
|
{
|
|
"language": "Rust",
|
|
"level": "beginner",
|
|
"icon": "devicon-rust-plain"
|
|
},
|
|
{
|
|
"language": "C",
|
|
"level": "beginner",
|
|
"icon": "devicon-c-plain"
|
|
}
|
|
],
|
|
"interests_title": "Interests",
|
|
"interests": [
|
|
{
|
|
"name": "GitHub",
|
|
"summary": "Regular GitHub user and tinkerer.",
|
|
"tags": [
|
|
"Git",
|
|
"Open Source"
|
|
]
|
|
},
|
|
{
|
|
"name": "Electronics",
|
|
"summary": "Maker at heart.",
|
|
"tags": [
|
|
"Arduino",
|
|
"PCB Design"
|
|
]
|
|
},
|
|
{
|
|
"name": "Archery",
|
|
"summary": "Practiced for a couple years the art of precision & accuracy.",
|
|
"tags": [
|
|
"Precision",
|
|
"Accuracy",
|
|
"Patience"
|
|
]
|
|
},
|
|
{
|
|
"name": "Fishkeeping",
|
|
"summary": "Tamagochis, but with real responsabilities.",
|
|
"tags": [
|
|
"Patience",
|
|
"Perfectionism"
|
|
]
|
|
}
|
|
]
|
|
}
|