-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
304 lines (216 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.62.2" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="devops, golang, go, docker, kubernetes" name="keywords">
<meta content="Jon Whitcraft" name="author">
<meta property="og:title" content="h2ik | hell if i know">
<meta property="og:url" content="https://h2ik.co/">
<meta property="og:description" content="From My Brain To Yours">
<meta property="og:type" content="website" />
<title>h2ik | hell if i know</title>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<link rel="stylesheet" href="https://h2ik.co/css/style.css">
<link rel="shortcut icon" href="https://h2ik.co/favicon.ico">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
</head>
<section class="section">
<div class="container">
<nav class="nav">
<div class="nav-left">
<a class="nav-item" href="https://h2ik.co"><h1 class="title is-4">h2ik | hell if i know</h1></a>
</div>
<div class="nav-right">
<nav class="nav-item level is-mobile">
<a class="level-item" href="https://github.com/h2ikco" target="_blank">
<span class="icon">
<i class="fa fa-github"></i>
</span>
</a>
<a class="level-item" href="https://twitter.com/h2ikco" target="_blank">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
</a>
<a class="level-item" href="/index.xml" target="_blank">
<span class="icon">
<i class="fa fa-rss"></i>
</span>
</a>
</nav>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<article>
<h1 class="title"><a href="https://h2ik.co/2019/02/28/aws-codedeploy-blue-green/">AWS Blue/Green Deployments with Launch Templates</a></h1>
<h2 class="subtitle is-5">February 28, 2019</h2>
<div class="tags">
<a class="button is-link" href="/tags/aws">aws</a>
<a class="button is-link" href="/tags/codedeploy">codedeploy</a>
<a class="button is-link" href="/tags/blue/green">blue/green</a>
<a class="button is-link" href="/tags/launchtemplates">launchtemplates</a>
</div>
<div class="content">
While working on migrating our CodeDeploys to Blue/Green deployments, I ran into a bug with AWS CodeDeploy. Specificaly, we are using LaunchTemplates with our AutoScaling groups.
...<a class="button is-link" href="https://h2ik.co/2019/02/28/aws-codedeploy-blue-green/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/post/2017-03-21-mac-os-home-end/">MacOS Proper Home and End Keys</a></h1>
<h2 class="subtitle is-5">March 21, 2017</h2>
<div class="tags">
<a class="button is-link" href="/tags/macos">macos</a>
<a class="button is-link" href="/tags/keyboard">keyboard</a>
<a class="button is-link" href="/tags/home">home</a>
<a class="button is-link" href="/tags/end">end</a>
</div>
<div class="content">
So recently I got a new MacBook Pro and while I didn't get everything setup the way I had it on my old MacBook, the one thing that was bothering me was the Home and End keys not working like they do on Windows. While this shouldn't be a deal breaker, I knew on my old MacBook I had it setup so the keys would goto the begning of the line or the end of the line, but I couldn't remember how it was done.
...<a class="button is-link" href="https://h2ik.co/post/2017-03-21-mac-os-home-end/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/post/2017-03-18-powerline-on-mac/">Powerline On Mac</a></h1>
<h2 class="subtitle is-5">March 18, 2017</h2>
<div class="tags">
<a class="button is-link" href="/tags/shell">shell</a>
</div>
<div class="content">
For the longest time, I've been trying to get powerline running on my mac. The documentation is not 100% clear on what to do, so today I sat down and figure it out, and I have to say I've very pleased with the results so far.
...<a class="button is-link" href="https://h2ik.co/post/2017-03-18-powerline-on-mac/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/2017/01/28/go-sqs-poller/">GoLang AWS SQS Poller</a></h1>
<h2 class="subtitle is-5">January 28, 2017</h2>
<div class="tags">
<a class="button is-link" href="/tags/go">go</a>
<a class="button is-link" href="/tags/golang">golang</a>
<a class="button is-link" href="/tags/aws">aws</a>
<a class="button is-link" href="/tags/sqs">sqs</a>
<a class="button is-link" href="/tags/development">development</a>
</div>
<div class="content">
I recently took up learning Go. While trying to find something to rewrite I go, I noticed at work that we had a poller running in ruby that would take messages out of a SQS queue and pass them along to another server.
This small project seemed like the best thing to rewrite. It is a considerably small service and I was able to map out everything in about 2 hours.
...<a class="button is-link" href="https://h2ik.co/2017/01/28/go-sqs-poller/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/2014/05/14/dynamic-vagrant-shares/">Dynamic Vagrant Shares</a></h1>
<h2 class="subtitle is-5">May 14, 2014</h2>
<div class="tags">
<a class="button is-link" href="/tags/vagrant">vagrant</a>
<a class="button is-link" href="/tags/yaml">yaml</a>
<a class="button is-link" href="/tags/development">development</a>
</div>
<div class="content">
At SugarCRM, we are deploying Vagrant stacks as part of the DevOps Initiative. How ever we ran into a few problems with defining shares. Since no two engineers work the same or have the same setup we couldn't define shares that were hard coded in the Vagrantfile. We had to come up with a way to do shares that end user could customize easily. While looking for solutions someone pointed out that the Vagrantfile is just Ruby and we could use YAML to define the shares.
...<a class="button is-link" href="https://h2ik.co/2014/05/14/dynamic-vagrant-shares/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/2014/04/10/blogging-is-hard/">Blogging is hard</a></h1>
<h2 class="subtitle is-5">April 10, 2014</h2>
<div class="content">
One would think that I would have a lot to share with the world, but I find typing out what is in my head very hard. I'm not sure what I can do about it.
I think I'm going to try and force myself to write a new blog post every two weeks in hope that it will become easier for me to do.
While I'm not sure what the topics might be, they will mostly be technical in nature maybe some on video games.
...<a class="button is-link" href="https://h2ik.co/2014/04/10/blogging-is-hard/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
<article>
<h1 class="title"><a href="https://h2ik.co/2014/03/01/new-site/">New Year, New Site</a></h1>
<h2 class="subtitle is-5">March 1, 2014</h2>
<div class="content">
Yes it has really been that long, while life has become more chaotic with the coming of the twins, Elijah and Blake, I havn't been able to update the site like I was in 2012.
Now that the boys are almost 2 years old, I feel that I can start writing in my blog again. I'm moving away from WordPress to Jekyll. I won't bore you with the details, but it just came down to I spend the time to manage WordPress or do I goto something more static and easier to use.
...<a class="button is-link" href="https://h2ik.co/2014/03/01/new-site/" style="height:28px">
Read more
<span class="icon is-small">
<i class="fa fa-angle-double-right"></i>
</span>
</a>
</div>
</article>
</div>
</section>
<section class="section">
<div class="container">
<nav class="level is-mobile">
<div class="level-left">
<div class="level-item">
</div>
</div>
<div class="level-right is-marginless">
<div class="level-item">
</div>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<p>© 2017-2019 h2ik | Build With <a href="http://gohugo.io" target="_blank">Hugo</a> ♥</p>
</div>
</section>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js" integrity="sha256-+bhVTaRmJ/c07eV80nU8gD2cBBF0rYkf1txqXlrbvb0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/go.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/dockerfile.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/yaml.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<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-381949-8', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>