Skip to content

Commit 3ea947d

Browse files
committed
Add reading list
1 parent 63f5aba commit 3ea947d

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

docs/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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>&#8617;</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">

src/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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>&#8617;</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">

0 commit comments

Comments
 (0)