feat: more reading references
chore: updated french resume json file
This commit is contained in:
parent
553259e9b0
commit
e12b8a141b
|
@ -143,32 +143,32 @@
|
|||
"reading_title": "Readings",
|
||||
"reading": [
|
||||
{
|
||||
"title": "Linux Bible, 10th Edition",
|
||||
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
|
||||
},
|
||||
{
|
||||
"title": "Data-Driven Science and Engineering",
|
||||
"url": "http://www.databookuw.com/"
|
||||
},
|
||||
{
|
||||
"title": "The Book of Shaders",
|
||||
"url": "https://thebookofshaders.com/"
|
||||
},
|
||||
{
|
||||
"title": "Game programming patterns",
|
||||
"url": "https://gameprogrammingpatterns.com/"
|
||||
"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": "Glenn Fiedler's blog",
|
||||
"url": "https://gafferongames.com/post/"
|
||||
"title": "Data-Driven Science and Engineering",
|
||||
"url": "http://www.databookuw.com/"
|
||||
},
|
||||
{
|
||||
"title": "OS Dev wiki",
|
||||
"url": "https://wiki.osdev.org/"
|
||||
"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",
|
||||
|
@ -178,6 +178,10 @@
|
|||
"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"
|
||||
|
|
|
@ -78,14 +78,16 @@
|
|||
"title": "Ingénieur SN",
|
||||
"url": "https://www.enseeiht.fr/",
|
||||
"start": "2020",
|
||||
"end": "Maintenant"
|
||||
"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"
|
||||
"end": "2020",
|
||||
"eqv": "Licence (L1, L2)"
|
||||
},
|
||||
{
|
||||
"institution": "Lycée de l'Harteloire",
|
||||
|
@ -139,21 +141,45 @@
|
|||
"reading_title": "Lectures",
|
||||
"reading": [
|
||||
{
|
||||
"title": "Linux Bible, 10th Edition",
|
||||
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
|
||||
"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"
|
||||
|
|
|
@ -7,6 +7,12 @@ layout: layout.njk
|
|||
|
||||
<hr>
|
||||
|
||||
<h1 data-chaffle="en">ls -l Projects</h1>
|
||||
|
||||
<p>Nothing worth showing for now. Come back later.</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h1 data-chaffle="en">./contact</h1>
|
||||
<p>You can email me at :</p>
|
||||
<ul>
|
||||
|
|
Reference in a new issue