All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 1m29s
66 lines
2.9 KiB
HTML
Executable File
66 lines
2.9 KiB
HTML
Executable File
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Tyler Clarke | Bookshelf</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width;initial-scale=1" />
|
|
<link rel="stylesheet" href="http://localhost:8080/main.css" />
|
|
<link rel="icon" href="http://localhost:8080/brand.png" />
|
|
</head>
|
|
<body>
|
|
<div class="card">
|
|
<div id="toplogo"><a href="http://localhost:8080"><img src="http://localhost:8080/brand.png" /></a></div>
|
|
<div>
|
|
<p>
|
|
I read a lot! This is a list of my favorite technical books. I also read lots of Terry Pratchett and there
|
|
is a very high likelihood I will reference Discworld at you if you aren't careful.
|
|
<ul>
|
|
<li><b>The Grug Brained Developer</b> <a href="https://grugbrain.dev/">Complexity <i>very, very</i> bad.</a></li>
|
|
<li><b>A Philosophy of Software Design</b> While perhaps not the definitive work on software design, PoSD does a pretty good job of highlighting the problems
|
|
that occur in large systems and quantifying complexity. You can read the whole thing for free <a href="https://milkov.tech/assets/psd.pdf">here</a>.</li>
|
|
<li><b>Pro Git</b> I keep this one on hand at all times; anyone looking to seriously use version control should. The ebook is available at <a href="https://git-scm.com/book/en/v2">this website.</a></li>
|
|
<li><b>How Linux Works</b> Do you really know how Linux works if you haven't read How Linux Works? It's not enough to become, like, a core maintainer, but it's essentially
|
|
everything a typical superuser needs to know. Buy it at your local bookstore.</li>
|
|
<li><b>High Performance Browser Networking</b> Kinda niche stuff but it's fascinating. Read it <a href="https://hpbn.co/">here.</a></li>
|
|
<li><b>The Rust Book</b> By far the best way to learn Rust. You can read it for free <a href="https://doc.rust-lang.org/book/">here</a>, but you should buy a copy at your local bookstore.</li>
|
|
<li><b>Embedded Rust</b> So I'm a nerd, so what? Read it <a href="https://docs.rust-embedded.org/book/">here.</a></li>
|
|
</ul>
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="bottom">
|
|
<div>
|
|
<div>
|
|
<img src="http://localhost:8080/brand.png" width="64px"><br>
|
|
<p>
|
|
Designed by Tyler Clarke. Looking for software or web development? <a href="http://localhost:8080/contact.html">Contact Me!</a><br>
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<b>Links!</b><br>
|
|
<a href="https://wizardwatch.net/">Wizardwatch</a><br>
|
|
<a href="https://sawyershepherd.org/">Sawyer</a><br>
|
|
<a href="https://lukewhite32.github.io/">Luke</a><br>
|
|
<a href="https://panicanparty.net/">The Panican Party</a><br>
|
|
<a href="https://www.clarkeis.com/">Clarke Information Systems</a><br>
|
|
<a href="https://ryleu.me">Riley</a><br>
|
|
<a href="https://scrappysgarage.org/">Scrappy's Garage</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="actualbottom">© 2025 Tyler Clarke. Generated with <a href="https://swaous.asuscomm.com/sitix/">Sitix</a>.</div>
|
|
<script src="http://localhost:8080/scrolly.js"></script>
|
|
</body>
|
|
</html>
|
|
|