-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (64 loc) · 2.37 KB
/
index.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://blog.ttyout.net/theme/css/main.css">
<title>Latest | Galloping Alligator</title>
<meta name="description" content="A blog by Emiel van de Laar">
</head>
<body class="site-container">
<header class="site-header">
<h1><a href="https://blog.ttyout.net/">Galloping Alligator</a></h1>
<nav class="top-nav">
<a href="/">Writing</a>
<a href="/pages/about.html">About</a>
<a href="/pages/uses.html">Uses</a>
</nav>
</header>
<main class="site-content">
<h2>All Articles</h2>
<article>
<header>
<h2><a href="https://blog.ttyout.net/on-commit-messages.html">On Commit Messages</a></h2>
<small>
<em>
Posted on <time datetime="2021-03-19T17:00:00+01:00">2021-03-19</time>
</em>
</small>
</header>
<div class="excerpt">
<p>Most if not all version control systems allow for annotating a change with a
descriptive message. On many occasions, I've needed to convince others that
this is a fantastic feature that should be taken advantage of. Here's my take
on the matter …</p>
</div>
</article>
<article>
<header>
<h2><a href="https://blog.ttyout.net/decoding-the-sendgrid-event-id.html">Decoding the SendGrid Event ID</a></h2>
<small>
<em>
Posted on <time datetime="2017-06-11T21:30:00+02:00">2017-06-11</time>
</em>
</small>
</header>
<div class="excerpt">
<p><a class="reference external" href="https://sendgrid.com">SendGrid</a> is a managed email delivery service. The service is able to emit
notifications when something interesting happens while processing your email.
When enabled, the <a class="reference external" href="https://sendgrid.com/docs/API_Reference/Webhooks/event.html">webhook</a> will POST a collection of JSON encoded events to a
URL of your choice. Each event …</p>
</div>
</article>
</main>
<footer class="site-footer">
<nav>
<a href="https://github.com/emiel" ref="me">GitHub</a>
<a href="https://hachyderm.io/@emiel" ref="me">Mastodon</a>
<a href="mailto:[email protected]" ref="me">e-mail</a>
</nav>
<p class="copyright">© 2014–2024 Emiel van de Laar</p>
</footer>
</body>
</html>