posts-go/docs/index.html

111 lines
4.2 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown.min.css"
/>
<title>haunt98 posts</title>
</head>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
font-family:
Shantell Sans Normal,
Rec Mono Casual,
SF Pro,
Inter,
sans-serif;
font-weight: 500;
}
.markdown-body pre {
font-family:
Berkeley Mono,
IBM Plex Mono,
SF Mono,
Jetbrains Mono,
monospace;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<body class="markdown-body">
<div class="markdown-heading">
<h1 class="heading-element">Index</h1>
<a
id="user-content-index"
class="anchor"
aria-label="Permalink: Index"
href="#index"
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
<p>This is where I dump my thoughts.</p>
<ul>
<li><a href="2022-06-08-backup.html">Backup my way</a></li>
<li><a href="2022-06-08-dockerfile-go.html">Dockerfile for Go</a></li>
<li><a href="2022-07-10-bootstrap-go.html">Bootstrap Go</a></li>
<li><a href="2022-07-12-uuid-or-else.html">UUID or else</a></li>
<li><a href="2022-07-19-migrate-to-buf.html">Migrate to buf</a></li>
<li><a href="2022-07-31-sql.html">SQL</a></li>
<li><a href="2022-07-31-experiment-go.html">Experiment go</a></li>
<li><a href="2022-08-10-gitignore.html">gitignore</a></li>
<li><a href="2022-10-26-reload-config.html">Reload config</a></li>
<li><a href="2022-12-25-archlinux.html">Install Arch Linux</a></li>
<li>
<a href="2022-12-25-go-test-asap.html">Speed up writing Go test ASAP</a>
</li>
<li><a href="2023-03-05-incident.html">Incident come and go</a></li>
<li><a href="2023-03-30-fonts.html">Fonts</a></li>
<li><a href="2023-04-01-games.html">Games 4 fun</a></li>
<li><a href="2023-04-17-naming.html">Naming things</a></li>
<li><a href="2023-04-17-keeb.html">Keeb</a></li>
<li><a href="2023-05-03-neovim.html">My neovim workflow</a></li>
<li><a href="2023-05-08-things-i-like.html">Things I like</a></li>
<li><a href="2023-05-23-swagger.html">Swagger or OpenAPI</a></li>
<li><a href="2023-06-06-terminal-workflow.html">Terminal workflow</a></li>
<li><a href="2023-06-10-incident-context.html">Incident #02</a></li>
<li>
<a href="2023-06-24-khoan-cat-be-tong.html">Khoan cắt bê tông 101</a>
</li>
<li><a href="2023-06-25-useful-tools.html">Useful tools</a></li>
<li><a href="2023-07-01-pastebin.html">Pastebin</a></li>
<li><a href="2023-07-02-fandroid.html">F(an) android</a></li>
<li><a href="2023-07-30-cache-shenanigan.html">Cache shenanigan</a></li>
<li><a href="2023-08-09-vscode.html">VSCode</a></li>
<li><a href="2023-08-20-hardware.html">Hardware 101</a></li>
<li>
<a href="2023-08-23-real-world-crypto.html">Real World Crypto 101</a>
</li>
<li><a href="2023-09-14-vietnam-survivor.html">Vietnam survivor</a></li>
<li><a href="2023-09-23-bloguru.html">Bloguru</a></li>
<li><a href="2023-10-02-unrelated.html">Unrelated engineer</a></li>
<li><a href="2023-12-16-debounce.html">Debounce</a></li>
<li><a href="2024-01-20-backend-thinking.html">Backend Thinking</a></li>
</ul>
<div>
Feel free to ask me via
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>.
<br />Source code is available on
<a href="https://github.com/haunt98/posts-go">GitHub</a>
<a href="https://codeberg.org/yoshie/posts-go">Codeberg</a>
<a href="https://git.sr.ht/~youngyoshie/posts-go">sourcehut</a>
<a href="https://gitea.treehouse.systems/yoshie/posts-go">Treehouse</a>
<a href="https://gitlab.com/youngyoshie/posts-go">GitLab</a>
</div>
</body>
</html>