-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
318 lines (263 loc) · 9.34 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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.74.3" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>hakaselogs - Notes mostly about software engineering and what I'm working on. </title><link rel="icon" type="image/png" href=/images/favicon.png /><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://hakaselogs.me/index.xml" title="hakaselogs" />
<meta itemprop="name" content="hakaselogs">
<meta itemprop="description" content="">
<meta property="og:title" content="hakaselogs" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hakaselogs.me/" />
<meta property="og:updated_time" content="2021-05-03T00:00:00+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="hakaselogs"/>
<meta name="twitter:description" content=""/>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="https://hakaselogs.me/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://hakaselogs.me/css/main.css" />
<link id="dark-scheme" rel="stylesheet" type="text/css" href="https://hakaselogs.me/css/dark.css" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://hakaselogs.me/js/main.js"></script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<div class="avatar">
<a href="https://hakaselogs.me/">
<img src="https://storage.googleapis.com/gopherizeme.appspot.com/gophers/0f1736136b4fcbea61798f9d4d04a6b01f4a05ad.png" alt="hakaselogs" />
</a>
</div>
<h1 class="site-title"><a href="https://hakaselogs.me/">hakaselogs</a></h1>
<div class="site-description"><p>Notes mostly about software engineering and what I’m working on.</p><nav class="nav social">
<ul class="flat"><li><a href="https://twitter.com/codehakase" title="Twitter"><i data-feather="twitter"></i></a></li><li><a href="https://github.com/codehakase" title="Github"><i data-feather="github"></i></a></li></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">Archive</a>
</li>
<li>
<a href="/projects">Projects</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<div class="posts">
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">03</span>
<span class="rest">May 2021</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2021-05-03/working-with-json-in-go/">Working with JSON in Go</a>
</h4>
<span class="description">
A guide to working with JSON in Go and some gotchas and surprises to take note of.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">08</span>
<span class="rest">Apr 2021</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2021-04-08/enum-stringer-interface-optimisation-in-go/">Enum Stringer Interface optimisation in Go</a>
</h4>
<span class="description">
A tip on how to optimise enum stringer interface
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">07</span>
<span class="rest">Feb 2020</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2020-02-07/line-numbers-in-vim/">Line Numbers In Vim</a>
</h4>
<span class="description">
Vim’s absolute, relative and hybrid line numbers
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">10</span>
<span class="rest">Jan 2020</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2020-01-10/what-i-use/">What I Use</a>
</h4>
<span class="description">
My development gear setup
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">01</span>
<span class="rest">Dec 2018</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2018-12-01/building-small-containers-for-kubernetes/">Building Small Containers for Kubernetes</a>
</h4>
<span class="description">
This article will show you how you can build small containers to make your Kubernetes deployments faster and more secure.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">20</span>
<span class="rest">Apr 2018</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2018-04-20/building-a-web-app-with-go-gin-and-react/">Building a Web App With Go, Gin and React</a>
</h4>
<span class="description">
In this tutorial, I'll show you how easy it is to build a web application with Go and the Gin framework and add authentication to it.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">19</span>
<span class="rest">Apr 2018</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2018-04-19/the-couchdb-replicator-database-an-overview/">The CouchDB Replicator Database - An Overview</a>
</h4>
<span class="description">
An overview of how the replicator database works in CouchDB, and how to setup replication like a Boss.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">06</span>
<span class="rest">Mar 2018</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2018-03-06/heres-whats-new-in-go-1.10/">Here's What's New In Go 1.10</a>
</h4>
<span class="description">
The latest Go release, v1.10 arrived six months after V1.9. This release was stated in the change-logs and the Go blog. I'm gonna share some interesting changes I've found in Go 1.10 with you.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">05</span>
<span class="rest">Dec 2017</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2017-12-05/react-native-vs-ionic-a-quick-comparison/">React Native vs Ionic - A Quick Comparison</a>
</h4>
<span class="description">
Demistifying the differences between Ionic and React Native
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">19</span>
<span class="rest">Nov 2017</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/2017-11-19/getting-started-with-go-variables/">Getting Started with Go - Variables</a>
</h4>
<span class="description">
Learn about variables in Go
</span>
</div>
</div>
</div>
<ul class="pagination">
<li class="page-item page-prev">
</li>
<li class="page-item page-next">
<a href="/page/2/" class="page-link" aria-label="Next"><span aria-hidden="true">Next page →</span></a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div>2021 © hakaselogs | <a href="https://github.com/knadh/hugo-ink">Ink</a> theme on <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-90124514-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>