-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (129 loc) · 6.66 KB
/
index.html
File metadata and controls
190 lines (129 loc) · 6.66 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.57.2" />
<meta charset="utf-8">
<title>Dans Stuff</title>
<meta name="viewport" content="width=device-width">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Dans Stuff" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Dans Stuff" />
<link rel="stylesheet" href="https://danmux.com/css/hybrid.css">
<link rel="stylesheet" href="https://danmux.com/css/style.css">
<link rel="stylesheet" href="https://danmux.com/css/colors-dark.css">
<link rel="stylesheet" href='https://danmux.com/css/custom.css'>
</head>
<body>
<header id="header">
<h1><a href="https://danmux.com/">Dans Stuff</a></h1>
<p></p>
</header>
<div id="page">
<div id="sidebar">
<nav>
<ul class="nav">
<li><a href="/categories"><span>Categories</span></a></li>
<li><a href="/"><span>Home</span></a></li>
</ul>
<ul class="nav">
<li><a href="/cv"><span>About</span></a></li>
<li><a href="/index.xml"><span>Feed</span></a></li>
</ul>
</nav>
</div>
<div id="content">
<article class="post">
<h1><a href="https://danmux.com/posts/whats_the_shrt_stry_on_go_var_names/">What's the Shrt Stry on Go Var Names</a> </h1>
<div class="post-content">
<p>Is I have mentioned in a previous post we are all products of our own histories, and this will definitely impact your appreciation or frustration of the subtleties of the Go community guidelines on naming.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">23. August 2018</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/monzo_an_act_in_three_parts/">A Nice Bank Tale in Three Parts</a> </h1>
<div class="post-content">
<p>Intro The UK challenger bank Monzo, just did the right thing by my family, but is that kind of thing enough to beat the big banks.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">27. July 2018</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/bazel_fawlty/">Bazel Fawlty</a> </h1>
<div class="post-content">
<p>Like Basil Fawlty, Bazel promises a great deal, but makes a bit of a fuss about something that could have been done so much more easily. This is at least true in any medium to large sized Golang project, it is worse if using OSX. Whilst Bazels goals are desireable they are easily and more simply achieved with the Go tools, especially since go 1.10.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">06. March 2018</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/ramblings/">The Road Not Taken</a> </h1>
<div class="post-content">
<p>On our honeymoon In the mountains around Kitzbuhel in the summer many years ago, me and my wife were following a Wanderweg when we turned onto a small path that the map showed to be a nice route back to our hotel Schloss Lebenberg.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">06. July 2017</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/shut_up_and_take_my_money/">Shut Up and Take My Money Summary</a> </h1>
<div class="post-content">
<p>Vincent Haupert Presented at the Chaos Communication Congress A talk about some severe security breaches in the fintech startup Number26 app and API. Here is a summary of the key points.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">30. December 2016</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/the_cult_of_go_test/">The Cult of Go Test</a> </h1>
<div class="post-content">
<p>A favourite test helper library, with some simple test assertion functions clearly has some value. But this post puts forward some useable concrete arguments why they are normally just not worth it.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">30. October 2016</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/what_golang_isnt/">What Golang Is and Is Not</a> </h1>
<div class="post-content">
<p>We are all products of our own histories, and I suspect many routes to Go have been made less enjoyable by misguided expectations. The journey from when a budding developer first ‘hello worlded’ to now may have made Go’s more subtle strengths less obvious to them.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">17. August 2016</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/test_pyramid_availability_bias/">The Test Pyramid and Availability Bias</a> </h1>
<div class="post-content">
<p>The test pyramid has its place - it gets across a simple idea, but it has been taken too literally, and applied innapropriately.
… </p>
</div>
<p class="meta">Posted on <span class="postdate">21. December 2015</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/queues-are-not-always-the-answer/">Queues Are Not Always The Answer</a> </h1>
<div class="post-content">
<p>I feel developers reach for the queue all too quickly. I’m talking about stand alone message queue services like RabbitMQ, ActiveMQ etc. etc. Not an in memory data structure (which in fact can be all you need sometimes)
… </p>
</div>
<p class="meta">Posted on <span class="postdate">20. July 2015</span></p>
</article>
<article class="post">
<h1><a href="https://danmux.com/posts/across_the_wire_serialisation/">JSON, Gzip, Snappy and Gob Across the Wire</a> </h1>
<div class="post-content">
<p>Coming from a background where memory and clock cycles were sparse, binary encodings have always held an appeal. Since then I’ve been told we have loads of compute power, ample cheap RAM and disk, and when the network is the bottleneck then, well, that is a good problem to have.
Its one of those ages old occasionally heated debates….
(tl;dr almost always use gzipped JSON)
… </p>
</div>
<p class="meta">Posted on <span class="postdate">21. September 2014</span></p>
</article>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="/page/2/">Older Posts <span aria-hidden="true">→</span></a>
</nav>
</div>
<footer id="footer">
<p class="copyright">
Powered by <a href="https://gohugo.io/">Hugo</a> and the
<a href="https://github.com/bake/solar-theme-hugo">Solar</a>-theme.
</p>
</footer>
</div>
</body>
</html>