-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.86 KB
/
Copy pathindex.html
File metadata and controls
48 lines (48 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="nutrun.com is George Malamidis's website.">
<meta name="keywords" content="George Malamidis, music, programming, distributed systems, software engineering">
<meta name="author" content="George Malamidis">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" sizes="any">
<title>Home - nutrun</title>
<style>
li { margin: 16px 0; }
</style>
</head>
<body>
<header>
<h1>Home - <a href="/">nutrun</a></h1>
</header>
<h2>Music</h2>
<ul>
<li><a href="http://2bybukowski.com">2 by bukowski</a></li>
<li><a href="/demonic-downshift.html">Demonic Downshift</a></li>
</ul>
<h2>Technical articles</h2>
<ul>
<li><a href="/articles/redis-cluster-hash-tag.html">Redis Cluster multi-key command optimisation with hash tags</a></li>
<li><a href="https://tech.loveholidays.com/load-testing-in-production-with-grafana-loki-kubernetes-and-golang-1699554d2aa3">Load testing in production with Grafana Loki, Kubernetes and Golang</a></li>
<li><a href="https://tech.loveholidays.com/optimising-load-testing-in-production-d5a280a8411f">Optimising load testing in production</a></li>
<li><a href="https://tech.loveholidays.com/event-sourcing-at-loveholidays-fcec7557abd0">Event Sourcing at loveholidays</a></li>
<li><a href="/articles/site-tech.html">The tech behind my website</a> <strong>[new]</strong></li>
<li><a href="/old-articles.html">Old articles</a></li>
</ul>
<footer>
<hr>
<p>
Email: <a href="mailto:thr5sh@gmail.com">thr4sh@gmail.com</a>
</p>
<p>
<a href="https://validator.w3.org" id="w3c-validator">Valid HTML</a>
</p>
</footer>
<script>
var here = encodeURIComponent(window.location.href);
var w3cAnchor = document.getElementById("w3c-validator");
w3cAnchor.setAttribute("href", "https://validator.w3.org/check?uri=" + here);
</script>
</body>
</html>