www/pages/resources.html

43 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pages / Resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/persia.css">
</head>
<body>
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Resources</h1>
<section>
<h2>Programming</h2>
<ul>
<li><a href="http://aggregate.org/MAGIC/">The Aggregate Magic Algorithms</a></li>
<li><a href="https://3fx.ch/typing-is-hard.html">Typing is Hard</a></li>
<li><a href="https://www.atlassian.com/git/">Atlassian's Git Guide</a></li>
<li><a href="https://learnopengl.com/">LearnOpenGL.com</a></li>
<li><a href="http://ctan.math.utah.edu/ctan/tex-archive/info/symbols/comprehensive/symbols-letter.pdf">[PDF] LaTeX Symbols</a></li>
<li><a href="https://tobi.oetiker.ch/lshort/lshort.pdf">[PDF] The Not So Short
Introduction to LATEX 2ε</a></li>
<li><a href="https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html">
The MIT License, Line by Line by Kyle E. Mitchell</a></li>
</ul>
<h3>Posts</h3>
<ul>
<li><a href="https://mtlynch.io/code-review-love/">How to Make Your Code Reviewer Fall in Love with You by Michael Lynch</a></li>
<li><a href="https://fasterthanli.me/articles/whats-in-the-box">What's in the box? by @fasterthanlime</a></li>
</ul>
<h3>Talks</h3>
<ul>
<li><a href="https://talks.golang.org/2012/waza.slide">Concurrency is not Parallelism by Rob Pike</a></li>
</ul>
<h2>Electrical</h2>
<ul>
<li><a href="http://www.mattmillman.com/info/crimpconnectors/">Common Wire-To-Board, Wire-To-Wire Connectors, And Crimp Tools</a></li>
</ul>
<h2>Other Topics</h2>
<ul>
<li><a href="https://sightreading.training/">Sight Reading Trainer</a></li>
</ul>
</section>
</body>
</html>