File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed
Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ <h3>Func.ts</h3>
216216 < img src ="/clippy.408d02a5.png " height ="100px " width ="100px ">
217217 < h3 > The90sWeb.exe</ h3 >
218218 </ div >
219+ < div class ="folder " onclick ="toggleCard('tech-books') ">
220+ < img src ="/text.fbe7fb78.png " height ="100px " width ="100px ">
221+ < h3 > MyBooks.txt</ h3 >
222+ </ div >
219223 </ section >
220224
221225 < div id ="90s4ever " class ="card-nested ">
@@ -393,6 +397,37 @@ <h2>The beauty of functional programming</h2>
393397
394398 </ div >
395399
400+ < div id ="tech-books " class ="card-nested ">
401+ < p >
402+ < button class ="back-btn " onclick ="toggleCard('tech-books') ">
403+ < span > ↩</ span >
404+ </ button >
405+ </ p >
406+
407+ < h2 > Tech Books</ h2 >
408+ < p >
409+ This is a list of books that I either picked up during my studies or picked up later on in my spare
410+ time.
411+ These books are nice way to get new insights, or just to refresh my memory.
412+ </ p >
413+
414+ < p >
415+ </ p > < ol >
416+ < li > < b > Algorithms to Live By: The Computer Science of Human Decisions </ b > - Brian Christian & Tom
417+ Griffiths</ li >
418+ < li > < b > The Pragmatic Programmer: journey to mastery</ b > - Andrew Hunt & David Thomas</ li >
419+ < li > < b > Database Management Systems</ b > - Raghu Ramakrishnan & Johannes Gehrke </ li >
420+ < li > < b > Design Patterns: Elements of Reusable Object-Oriented Software</ b > - Erich Gamma, Richard
421+ Helm, Ralph Johnson, John Vlissides</ li >
422+ < li > < b > Clean Code</ b > - Robert C. Martin</ li >
423+ </ ol >
424+ < p > </ p >
425+
426+ < p >
427+ < i > Always keep learning!</ i >
428+ </ p >
429+ </ div >
430+
396431 </ div >
397432
398433 < div id ="trash " class ="card ">
Original file line number Diff line number Diff line change @@ -221,6 +221,10 @@ <h3>Func.ts</h3>
221221 < img src ="images/clippy.png " height ="100px " width ="100px " />
222222 < h3 > The90sWeb.exe</ h3 >
223223 </ div >
224+ < div class ="folder " onclick ="toggleCard('tech-books') ">
225+ < img src ="images/text.png " height ="100px " width ="100px " />
226+ < h3 > MyBooks.txt</ h3 >
227+ </ div >
224228 </ section >
225229
226230 < div id ="90s4ever " class ="card-nested ">
@@ -400,6 +404,37 @@ <h2>The beauty of functional programming</h2>
400404
401405 </ div >
402406
407+ < div id ="tech-books " class ="card-nested ">
408+ < p >
409+ < button class ="back-btn " onclick ="toggleCard('tech-books') ">
410+ < span > ↩</ span >
411+ </ button >
412+ </ p >
413+
414+ < h2 > Tech Books</ h2 >
415+ < p >
416+ This is a list of books that I either picked up during my studies or picked up later on in my spare
417+ time.
418+ These books are nice way to get new insights, or just to refresh my memory.
419+ </ p >
420+
421+ < p >
422+ < ol >
423+ < li > < b > Algorithms to Live By: The Computer Science of Human Decisions </ b > - Brian Christian & Tom
424+ Griffiths</ li >
425+ < li > < b > The Pragmatic Programmer: journey to mastery</ b > - Andrew Hunt & David Thomas</ li >
426+ < li > < b > Database Management Systems</ b > - Raghu Ramakrishnan & Johannes Gehrke </ li >
427+ < li > < b > Design Patterns: Elements of Reusable Object-Oriented Software</ b > - Erich Gamma, Richard
428+ Helm, Ralph Johnson, John Vlissides</ li >
429+ < li > < b > Clean Code</ b > - Robert C. Martin</ li >
430+ </ ol >
431+ </ p >
432+
433+ < p >
434+ < i > Always keep learning!</ i >
435+ </ p >
436+ </ div >
437+
403438 </ div >
404439
405440 < div id ="trash " class ="card ">
You can’t perform that action at this time.
0 commit comments