fix(resume): made the readings less verbose
This commit is contained in:
parent
027fbcec26
commit
fe658a1d79
|
@ -142,22 +142,10 @@
|
|||
],
|
||||
"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/"
|
||||
|
@ -166,22 +154,10 @@
|
|||
"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"
|
||||
|
|
|
@ -140,22 +140,10 @@
|
|||
],
|
||||
"reading_title": "Lectures",
|
||||
"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/"
|
||||
|
@ -164,22 +152,10 @@
|
|||
"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"
|
||||
|
|
Reference in a new issue