-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (70 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-11-24 Thu 02:39 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Thoughts & Notes</title>
<meta name="author" content="Donatas Petrauskas" />
<meta name="generator" content="Org Mode" />
<link rel="stylesheet" href="assets/css/styles.css" type="text/css">
</head>
<body>
<div id="content" class="content">
<h1 class="title">Thoughts & Notes
<br>
<span class="subtitle">At a speed of 1 post every couple of years.</span>
</h1>
<div id="outline-container-Thoughts" class="outline-2">
<h2 id="Thoughts"><a href="#Thoughts">Thoughts</a></h2>
<div class="outline-text-2" id="text-orgf06e5e4">
<ul class="org-ul">
<li><a href="posts/testable-code.html">Writing Testable Code: JavaScript and React Edition</a></li>
<li><a href="posts/aoc-in-lisps.html">Advent of Code and Going of Lisps</a></li>
<li><a href="posts/emacs.html">Why I use Emacs</a></li>
<li><a href="posts/fearless-coding.html">Fearless Coding</a></li>
</ul>
</div>
</div>
<div id="outline-container-Notes" class="outline-2">
<h2 id="Notes"><a href="#Notes">Notes</a></h2>
<div class="outline-text-2" id="text-org250b623">
<ul class="org-ul">
<li><a href="posts/aoc-quick-n-dirty-parsing.html">Advent of Code: Quick & Dirty Parsing</a></li>
<li><a href="posts/two-pointers-technique.html">Two Pointers Technique</a></li>
</ul>
</div>
</div>
<div id="outline-container-Miscellaneous" class="outline-2">
<h2 id="Miscellaneous"><a href="#Miscellaneous">Miscellaneous</a></h2>
<div class="outline-text-2" id="text-org933cc19">
<ul class="org-ul">
<li><a href="pages/monkeylib-html.html">Monkeylib HTML</a></li>
<li><a href="pages/resume.html">Resumé</a></li>
<li><a href="pages/berlin-clock-kata.html">Berlin Clock Kata</a></li>
<li><a href="pages/rcdpp-2020-05.html">React Component Driver prezentacija</a></li>
<li><a href="pages/emacs-talk.html">Emacs talk</a></li>
</ul>
</div>
</div>
</div>
<div id="postamble" class="status">
<nav id="navigation">
<ul>
<li><a href="index.html">Index</a></li>
<li>·</li>
<li><a href="https://github.com/dop">GitHub</a></li>
<li><a href="https://gitlab.com/setq">GitLab</a></li>
<li><a href="https://twitter.com/donatas_p">Twitter</a></li>
</ul>
</nav>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SLMC8MREG7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SLMC8MREG7');
</script>
</div>
</body>
</html>