-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy patharchive.html
More file actions
519 lines (514 loc) · 39.8 KB
/
archive.html
File metadata and controls
519 lines (514 loc) · 39.8 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
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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<html lang="en">
<head>
<title>Adron's Thrashing Code</title>
<meta name="description" content="">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" href="/feed.xml" type="application/rss+xml" title="Coder, Messenger, Recon, Infrastructure, Ops, & A Sprinkling of Metal">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet" href="/css/style.min.css">
<script src="/js/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header header-over large">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6">
<!-- Logo Image--><a href="/index.html" class="logo-image logo-animated"><img src="/img/logos/logo.png" alt="logo"></a>
<!-- End of Logo Image-->
</div>
<div class="col-md-9 col-sm-6 col-xs-6">
<!-- Menu-->
<nav class="right helper">
<ul class="menu sf-menu js-menu">
<li><a href="#">Conf - Meetup - Events</a>
<ul>
<li><a href="/docs/Speaking-Presentations-Workshops/">Speaking - Presentations - Workshops</a></li>
<li><a href="/docs/calendar">Calendar of Engagements</a></li>
</ul>
</li>
<li><a href="/docs/thrashing-code-news/">Thrashing Code News</a></li>
<li><a href="/docs/medium-_TOC_/">Medium</a></li>
<li><a href="/docs/documentation/">Docs</a></li>
<li><a href="#">Contact</a>
<ul>
<li><a href="/docs/contact">Message</a></li>
<li><a href="/docs/job-talk/">Hire</a></li>
</ul>
</li>
<li><a href="/docs/about/">About</a></li>
</ul>
</nav>
<!-- End of Menu-->
</div>
</div>
</div>
</div>
<div class="header-back header-back-simple header-back-small">
<div class="header-back-container">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Page Info-->
<div class="page-info page-info-simple">
<h1>Adron's Thrashing Code</h1>
<h2 class="description">Coder, Messenger, Recon, Infrastructure, Ops, & A Sprinkling of Metal</h2>
</div>
<!-- End Page Info-->
</div>
</div>
</div>
</div>
</div>
<div id="content">
<div class="container">
<div class="layout with-right-sidebar js-layout">
<div class="row">
<div class="col-md-9">
<div class="main-content">
<!-- Blog Page-->
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span class="year-label">2018</span>
<ul>
<li><span class="month-label">March</span>
<ul style="margin-left:7em">
<li><a href="/articles/terraform-beginnning-notes/">Gaining a Systemic View of Immutable Infrastructure Tooling</a></li>
</ul>
</li>
<li><span class="month-label">January</span>
<ul style="margin-left:7em">
<li><a href="/articles/algorithms-101-roads-and-town-center/">Algorithms 101 Roads & Town Centers</a></li>
<li><a href="/articles/silent-mouse/">Logitech M331 Silent Mouse</a></li>
<li><a href="/articles/algorithms-101-a-big-sum/">Algorithms 101 - Big Sums</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label">2017</span>
<ul>
<li><span class="month-label">December</span>
<ul style="margin-left:7em">
<li><a href="/articles/building-cli-data-thrasher/">Building a Data Thrashing CLI Tool in Go</a></li>
<li><a href="/articles/kubecon-daytwo-keynotes/">KubeCon Keynote Day Two</a></li>
<li><a href="/articles/kubecon-dayone-keynotes/">Good Morning KubeCon?</a></li>
<li><a href="/articles/kubecon-arrival-schedule-etc/">KubeCon - Arrival, Flight, and Scheduling</a></li>
<li><a href="/articles/things-i-learned-in-visual-studio-code-today/">A Few Things I Learned Today in Visual Studio Code</a></li>
</ul>
</li>
<li><span class="month-label">November</span>
<ul style="margin-left:7em">
<li><a href="/articles/terraform-kubernetes-azure/">Build a Kubernetes Cluster on Azure with Terraform</a></li>
<li><a href="/articles/thrashing-code-metal-monday-11-06-2017/">Chaos, Presentations, and Thrashing Code Metal Monday for November, 6th 2017</a></li>
</ul>
</li>
<li><span class="month-label">October</span>
<ul style="margin-left:7em">
<li><a href="/articles/thrashing-code-metal-monday-10-30-2017/">Thrashing Code Metal Monday for Week of October 30th 2017</a></li>
<li><a href="/articles/thrashing-code-metal-monday-10-23-2017/">Thrashing Code Metal Monday for Week of October 23rd 2017</a></li>
<li><a href="/articles/terraform-kubernetes-gcp/">Build a Kubernetes Cluster on Google Cloud Platform with Terraform</a></li>
<li><a href="/articles/thrashing-code-metal-monday-10-16-2017/">Thrashing Code Metal Monday for Week of October 16th 2017</a></li>
<li><a href="/articles/thrashing-code-metal-monday-10-09-2017/">Thrashing Code Metal Monday for Week of October 9th 2017</a></li>
<li><a href="/articles/thrashing-code-answers-09-18-2017/">The Three States of Roadways</a></li>
<li><a href="/articles/thrashing-code-metal-monday-10-02-2017/">Thrashing Code Metal Monday for Week of October 2nd 2017</a></li>
</ul>
</li>
<li><span class="month-label">September</span>
<ul style="margin-left:7em">
<li><a href="/articles/the-developer-advocate-observations-of-microsofts-new-competence/">The Developer Advocates - Observations on Microsoft's New Competence</a></li>
<li><a href="/articles/my-terraform-is-broken-in-state/">State for Terraform with Google Cloud Storage (GCS)</a></li>
<li><a href="/articles/thrashing-code-metal-monday-09-25-2017/">Thrashing Code Metal Monday for Week of September 25th 2017</a></li>
<li><a href="/articles/quick-start-terraform-kubernetes/">Quick Start Connections With Terraform and Kubernetes</a></li>
<li><a href="/articles/thrashing-code-metal-monday-09-18-2017/">Thrashing Code Metal Monday for Week of September 18th 2017</a></li>
<li><a href="/articles/technology-and-upcoming-talks/">Technology Talks & Upcoming Projects</a></li>
</ul>
</li>
<li><span class="month-label">June</span>
<ul style="margin-left:7em">
<li><a href="/articles/self-awareness-vs-obliviousness/">Self-Awareness vs. Obliviousness in The Tech Industry</a></li>
<li><a href="/articles/organizing-great-events/">Organizing Great Events Like .NET Fringe</a></li>
</ul>
</li>
<li><span class="month-label">May</span>
<ul style="margin-left:7em">
<li><a href="/articles/ubuntu-the-transition-series/">The Victory of Windows to MacOS to Linux</a></li>
<li><a href="/articles/nuance-dammit/">Nuance Dammit</a></li>
<li><a href="/articles/collected-react-starting-points/">Collected React Starting Points Links and Notes</a></li>
<li><a href="/articles/OSCON-via-twitter/">OSCON via twitter</a></li>
<li><a href="/articles/OSCON2017-austin-via-oscon/">Austin via OSCON, A City Analysis</a></li>
<li><a href="/articles/OSCON-2017-Austin-Attendance-Guide-Review/">OSCON 2017 Austin - An Attendance Guide and Review</a></li>
<li><a href="/articles/git-editors/">Four Quick Git Tips (AKA Things I Always Forget and Have to Look Up)</a></li>
</ul>
</li>
<li><span class="month-label">April</span>
<ul style="margin-left:7em">
<li><a href="/articles/peloton/">Riding in the Peloton</a></li>
</ul>
</li>
<li><span class="month-label">March</span>
<ul style="margin-left:7em">
<li><a href="/articles/thrashing-code-metal-monday-03-13-2017/">Thrashing Code Metal Monday for Week of March 13th 2017</a></li>
<li><a href="/articles/cooking-golang/">A Go UUID Solution - Cooking Go - Issue 001</a></li>
<li><a href="/articles/thrashing-code-metal-monday-03-07-2017/">Thrashing Code Metal Monday for Week of March 6th 2017, on Tuesday the 7th!</a></li>
</ul>
</li>
<li><span class="month-label">February</span>
<ul style="margin-left:7em">
<li><a href="/articles/want-a-what-golang/">Golang Execution on OS-X vs. Linux</a></li>
<li><a href="/articles/thrashing-code-metal-monday-02-20-2017/">Thrashing Code Metal Monday for Week of February 20th, 2017</a></li>
<li><a href="/articles/industry-introspection/">Industry Introspection</a></li>
<li><a href="/articles/thrashing-code-metal-monday-02-13-2017/">Thrashing Code Metal Monday for Week of February 13th, 2017</a></li>
<li><a href="/articles/setting-up-gcp-container-cluster-part-2/">Setting up a GCP Container Cluster - Part II</a></li>
<li><a href="/articles/thrashing-code-metal-monday-02-06-2017/">Thrashing Code Metal Monday for Week of February 6th, 2017</a></li>
<li><a href="/articles/data-diluvium-design-ideas/">Data Diluvium Design Ideas</a></li>
</ul>
</li>
<li><span class="month-label">January</span>
<ul style="margin-left:7em">
<li><a href="/articles/setting-up-gcp-container-cluster/">Setting up a GCP Container Cluster - Part I</a></li>
<li><a href="/articles/talking-through-ci-cd/">Talking Through Managed or Baked In House Continuous Integration (CI) and Delivery (CD)</a></li>
<li><a href="/articles/drone-io/">Introduction to Drone.io</a></li>
<li><a href="/articles/data-diluvium-getting-started/">The Data Diluvium, Getting Started</a></li>
<li><a href="/articles/autodidact-learning/">Autodidact Learning, For the Hacker at Heart</a></li>
<li><a href="/articles/system76-ubuntu-leopard-workstation/">Buying a Leopard!</a></li>
<li><a href="/articles/microsoft-at-the-crossroads/">Microsoft's Scorched Earth History and The Current Crossroads</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label">2016</span>
<ul>
<li><span class="month-label">November</span>
<ul style="margin-left:7em">
<li><a href="/articles/december-projects-and-coding/">December Coding & Hacking Projects | Top 5 Priorities</a></li>
<li><a href="/articles/golang-notes-upcoming-writings/">Notes on Go / Future Writings</a></li>
<li><a href="/articles/want-organized-golang/">I Want an Organized Go Project</a></li>
</ul>
</li>
<li><span class="month-label">October</span>
<ul style="margin-left:7em">
<li><a href="/articles/want-a-golang-service/">I Want a Go Service</a></li>
<li><a href="/articles/want-a-golang-cli/">I Want a Go CLI</a></li>
<li><a href="/articles/devops-obliviousness-site-reliability-wtf/">Marketing Obliviousness of DevOps, WTF is Site Reliability</a></li>
<li><a href="/articles/enterprise-open-source-anti-patterns/">Enterprise Open Source Anti-patterns</a></li>
<li><a href="/articles/enterprise-cultural-characteristics/">Enterprise Open Source Cultural Characteristics</a></li>
<li><a href="/articles/enterprise-open-source-tactical/">Let's Talk Tactical Tools for Enterprise Open Source</a></li>
<li><a href="/articles/holy-shit-watch-out-for-that-enterprise-open-source/">Holy Shit Watch Out for That Enterprise Open Source!</a></li>
<li><a href="/articles/the-curse-of-windows-server-windows-server-2016-salvation/">The Curse of Windows Server & Windows Server 2016 Salvation</a></li>
</ul>
</li>
<li><span class="month-label">September</span>
<ul style="margin-left:7em">
<li><a href="/articles/sitrep-home-depot-wrap-up-next-talks-next-job/">Home Depot Wrap Up and Job Talk</a></li>
<li><a href="/articles/hashiconf-trip-day-4/">HashiConf Trip Day 4 - Conference Day 2 - A Short Summary</a></li>
<li><a href="/articles/autopilot-pattern-application-organization/">Autopilot Pattern Application Organization</a></li>
<li><a href="/articles/hashiconf-trip-day-3/">HashiConf Trip Day 3 - Conference Day 1 - Presentation Time</a></li>
<li><a href="/articles/hashiconf-trip-day-2-part-II/">HashiConf Trip Day 2 - Part II - Reception and Speakers Dinner</a></li>
<li><a href="/articles/hashiconf-trip-day-2/">HashiConf Trip Day 2 - A Bus Ride, Napa Valley City Center, Italian, Coffee, and Terraform Notes</a></li>
<li><a href="/articles/hashiconf-trip-day-1/">HashiConf Trip Day 1 - Coast Starlight and Terraform</a></li>
</ul>
</li>
<li><span class="month-label">August</span>
<ul style="margin-left:7em">
<li><a href="/articles/how-ya-linux-0001-generate-regenerate-ssh-key/">Generate or Regenerate gcloud ssh Keys - How Ya Linux Series - 0001</a></li>
<li><a href="/articles/visual-studio-code-and-hcl/">Visual Studio Code (an intro with snark!) and Hashicorp Configuration Language</a></li>
<li><a href="/articles/devops-thoughts/">DevOps Thoughts, Fixing Culture Roadblocks, and Cultural Anti-Pattern Practices</a></li>
</ul>
</li>
<li><span class="month-label">July</span>
<ul style="margin-left:7em">
<li><a href="/articles/nginx-notes-from-the-url-redirect-part-two/">NGinx Notes from URL Redirect Project on Google Cloud with Terraform & Packer - Part 2</a></li>
<li><a href="/articles/speaking-trips-tech-and-treks/">Speaking Trips, Tech, and Treks</a></li>
<li><a href="/articles/biketown-api/">Portland Biketown Launches - Check out the API</a></li>
<li><a href="/articles/nginx-notes-from-the-url-redirect/">NGinx Notes from URL Redirect Project on Google Cloud with Terraform & Packer - Part 1</a></li>
<li><a href="/articles/net-fringe-retrospective/">.NET Fringe and Node PDX Conference Retrospective</a></li>
<li><a href="/articles/day-2-multi-thinking-threads-smeared-around-brainstorming/">Day 2 Multi-thinking-threads Smeared Around the Brainstorming at .NET Fringe</a></li>
<li><a href="/articles/Bike-Rides/">.NET Fringe Bike Ride</a></li>
</ul>
</li>
<li><span class="month-label">June</span>
<ul style="margin-left:7em">
<li><a href="/articles/Node-PDX-2016-Photos/">Node PDX 2016 Photos</a></li>
<li><a href="/articles/node-pdx-2016-bike-ride/">Node PDX 2016 Bike Ride, Photos, and More</a></li>
<li><a href="/articles/A-Channel-9-Video-on-dotNET-Fringe-2016/">A Channel 9 Video on .NET Fringe 2016</a></li>
<li><a href="/articles/node-pdx-2016-speaker-azat-mardan/">Node.js Patterns - From Callbacks to Observer by Azat Mardan</a></li>
<li><a href="/articles/working-with-google-compute-engine/">Working With Google Compute Engine (GCE) using Terraform (With a load of Bash Scripts too)</a></li>
<li><a href="/articles/how-ya-linux-0000-Startup-things/">Startup Things - How Ya Linux Series - 0000</a></li>
<li><a href="/articles/node-pdx-2016/">The Short Story of Node PDX, and Node PDX 2016</a></li>
<li><a href="/articles/node-pdx-2016-speaker-david-manning-adam-ulvi/">How to Build a Bike Shed by David Manning & Adam Ulvi</a></li>
<li><a href="/articles/node-pdx-2016-speaker-andrew-chalkley/">Get JavaScript Running on a $2 WiFi-Enabled Device by Andrew Chalkley</a></li>
<li><a href="/articles/node-pdx-2016-speaker-blaine-schmeisser/">How to Electron by Blaine Schmeisser</a></li>
<li><a href="/articles/node-pdx-2016-speaker-james-churchill/">Demystifying TypeScript Decorators by James Churchill</a></li>
<li><a href="/articles/node-pdx-2016-suchita-doshi/">Modern Javascript Frameworks - Introduction to Ember.JS and Ember-CLI by Suchita Doshi</a></li>
<li><a href="/articles/node-pdx-2016-speaker-jean-jacques-dubray/">The SAM Pattern - a distributed system view of Front-End architectures by Jean-Jacques Dubray</a></li>
<li><a href="/articles/node-pdx-2016-speaker-josh-marinacci/">MMOWAM - Build Server-less Games with a DSN by Josh Marinacci</a></li>
<li><a href="/articles/node-pdx-2016-speaker-joel-lord/">WebSockets Bring Light at the End of the Tunnel by Joel Lord</a></li>
<li><a href="/articles/node-pdx-2016-speaker-ben-michel/">The Web Platform is the Universal Instrument by Ben Michel</a></li>
<li><a href="/articles/node-pdx-2016-speaker-matt-mckegg/">I Play the JavaScript by Matt McKegg</a></li>
<li><a href="/articles/node-pdx-2016-speaker-jarod-reyes/">Code First Docs How we Threw Out The Book & Put Code First With Twilio Documentation by Jarod Reyes</a></li>
<li><a href="/articles/node-pdx-2016-speaker-artur-paikin/">The House Is Not On Fire - Building a home automation robot with Arduino, Raspberry Pi and Node.js by Artur Paikin</a></li>
</ul>
</li>
<li><span class="month-label">May</span>
<ul style="margin-left:7em">
<li><a href="/articles/node-pdx-2016-speaker-adam-ulvi/">Ops for Devs by Adam Ulvi</a></li>
<li><a href="/articles/speakers-and-more-for-node-pdx-2016/">Speakers and More For Node PDX 2016</a></li>
<li><a href="/articles/node-pdx-2016-speaker-liz-abinante/">A Foolish Quest Creating Knitting Patterns Using JavaScript by Liz Abinante</a></li>
<li><a href="/articles/node-pdx-2016-speaker-jonny-oropeza/">Isomorphic Business Logic (Or How to convince even the most die-hard C#/Java/Rails-on-the-Backend boss that you need to run a node server) Jonny Oropeza</a></li>
<li><a href="/articles/node-pdx-2016-speaker-tomomi-imura/">From Software to Hardware How Do I Track My Cat with JavaScript Tomomi Imura</a></li>
<li><a href="/articles/dropping-the-ball-gsd-and-staying-productive/">Dropping the Ball, GSD, and Staying Productive</a></li>
</ul>
</li>
<li><span class="month-label">April</span>
<ul style="margin-left:7em">
<li><a href="/articles/immutable-infrastructure-some-reads-clarification-what-it-is/">Immutable Infrastructure - Some Reads and Clarification of What It Is</a></li>
</ul>
</li>
<li><span class="month-label">March</span>
<ul style="margin-left:7em">
<li><a href="/articles/the-difficult-open-source-path/">The Difficult Open Source Path</a></li>
<li><a href="/articles/quote-append-to-text-file-with-bash/">Quick Append to Text File with BASH</a></li>
<li><a href="/articles/today-using-a-mac/">Today I'm Using a Mac</a></li>
<li><a href="/articles/docker-tips-n-tricks-bash-things-with-docker/">Docker Tips n' Tricks - Bash Things With Docker</a></li>
</ul>
</li>
<li><span class="month-label">February</span>
<ul style="margin-left:7em">
<li><a href="/articles/research-learning-about-zookeeper/">Researching & Learning About Zookeeper - A Guide</a></li>
</ul>
</li>
<li><span class="month-label">January</span>
<ul style="margin-left:7em">
<li><a href="/articles/all-that-tech-sitrep-elastic-meetup-quote-center-updates/">All That Tech SitRep - Elastic Meetup and Quote Center Updates</a></li>
<li><a href="/articles/docker-tips-n-tricks-vmware-fusion/">Docker Tips n' Tricks - Using Vmware Fusion</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label">2015</span>
<ul>
<li><span class="month-label">December</span>
<ul style="margin-left:7em">
<li><a href="/articles/elasticsearch-beats-learning-in-portland/">Elasticsearch, Beats, and Learning in Portland</a></li>
<li><a href="/articles/not-totally-done-with-2015/">Not Totally Done with 2015, But...</a></li>
<li><a href="/articles/elasticon-tour-2015-in-seattle/">Elasticon Tour 2015 in Seattle</a></li>
</ul>
</li>
<li><span class="month-label">November</span>
<ul style="margin-left:7em">
<li><a href="/articles/nagios-ubuntu-setup-configuration/">Nagios on Ubuntu 14.04 LTS Setup and Configuration</a></li>
<li><a href="/articles/using-the-file-system-fs-w-nodejs/">Using the File System fs.* with Node.js</a></li>
<li><a href="/articles/kafka-visual-studio-code-oss-distributed-consensus-things-to-learn/">Kafka & Visual Studio Code & OSS... Distributed Consensus & Things to Learn</a></li>
<li><a href="/articles/docker-tips-n-tricks-getting-rabbit-mq-running/">Docker Tips n' Tricks - Gettging Rabbit MQ Running</a></li>
<li><a href="/articles/docker-tips-n-tricks-delete-all-the-images-containers/">Docker Tips n' Tricks - Delete All The Images & Containers</a></li>
</ul>
</li>
<li><span class="month-label">October</span>
<ul style="margin-left:7em">
<li><a href="/articles/after-816-days-taking-a-job/">After 816 Days I'm Taking a Job!</a></li>
</ul>
</li>
<li><span class="month-label">September</span>
<ul style="margin-left:7em">
<li><a href="/articles/devday-2015-inspiration-a-look-back/">DevDay 2015, Inspiration, and a quick look back...</a></li>
<li><a href="/articles/devday-wrap-up/">Devday 2015 Wrap Up</a></li>
<li><a href="/articles/a-rant-on-ide-dependency/">A Small Rant About Being IDE-Dependent</a></li>
<li><a href="/articles/dont-learn-to-code-learn-to-learn/">Don't Learn to Code, That's Just Nonsense... Learn Instead!</a></li>
<li><a href="/articles/cd-is-working-lets-get-a-site-live-with-loopback/">__4 "CD Is Working, Let's Get a Site Live with Loopback!"</a></li>
<li><a href="/articles/going-the-full-mile-continuous-delivery/">__3 "Going the Full Mile, Continuous Delivery."</a></li>
</ul>
</li>
<li><span class="month-label">July</span>
<ul style="margin-left:7em">
<li><a href="/articles/latest-fifth-gen-dell-xps-13-developer-edition/">The Latest 5th Generation Dell XPS 13 Developer Edition</a></li>
</ul>
</li>
<li><span class="month-label">April</span>
<ul style="margin-left:7em">
<li><a href="/articles/introducing-the-thrashing-code-team-and-projects/">__0 "Introducing the Thrashing Code Team & Projects"</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label">2014</span>
<ul>
<li><span class="month-label">November</span>
<ul style="margin-left:7em">
<li><a href="/articles/aws-beanstalk-worker-with-node-js-and-sqs/">AWS Beanstalk Worker with Node.js and SQS</a></li>
<li><a href="/articles/hapijs-aws-worker-publish/">Setting up a Hapi.js App that sends work to a Node.js AWS Worker via SQS</a></li>
<li><a href="/articles/setting-up-an-aws-sqs-queue-for-use-with-node-js-beanstalk-worker-instances/">Setting up an AWS SQS Queue for Use With Node.js Beanstalk Worker Instances</a></li>
</ul>
</li>
<li><span class="month-label">October</span>
<ul style="margin-left:7em">
<li><a href="/articles/bashit/">Bashit... Just a Custom Bash Prompt Setup for Git</a></li>
</ul>
</li>
<li><span class="month-label">February</span>
<ul style="margin-left:7em">
<li><a href="/articles/working-in-34c-wintersmith-customization-and-github-hosting/">Working in -34c Wintersmith Customization and Github Hosting</a></li>
<li><a href="/articles/wintersmith-creating-documentation/">Wintersmith Creating Documentation</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="year-label">2011</span>
<ul>
<li><span class="month-label">October</span>
<ul style="margin-left:7em">
<li><a href="/articles/my-top-4-ideal-dev-shop-product-characteristics-yours/">My Top 4 Ideal Dev Shop Product Characteristics and Yours?</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<!-- End of Blog Page-->
</div>
</div>
<div class="col-md-3 hidden-sm hidden-xs">
<div class="sidebar js-sidebar-fixed">
<!-- Vertical Menu-->
<div class="widget">
<!-- Search-->
<div class="search">
<form action="https://google.com/search" method="get">
<input type="hidden" name="sitesearch" value="http://blog.adron.me">
<input type="text" name="q" placeholder="search" class="search-input form-control"><i class="fa fa-search search-icon"></i>
</form>
</div>
<!-- End of Search-->
</div>
<div class="widget">
<h3 class="widget-title">Keyword Search</h3>
<!-- Tags-->
<ul class="tags">
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=terraform">terraform</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=kubernetes">kubernetes</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=immutable+infrastructure">immutable infrastructure</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=html">html</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=javascript">javascript</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=ubuntu">ubuntu</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=node pdx">node pdx</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=.NET fringe">.net fringe</a></li>
<li class="tag-item"><a href="https://www.google.com/search?sitesearch=http%3A%2F%2Fblog.adron.me&q=videos">videos</a></li>
</ul>
<!-- End of Tags-->
</div>
<nav class="menu-vertical-wrapper">
<ul data-prepend-to=".js-layout" data-select="Menu" class="menu-vertical js-menu-vertical">
<li><a href="#">About</a>
<ul>
<li><a href="/docs/about/">Me, Adron</a></li>
<li><a href="#">My Hobbies</a>
<ul>
<li><a href="http://photos.adron.me">My Photos</a></li>
</ul>
</li>
<li><a href="/docs/Speaking-Presentations-Workshops">My Presentations</a></li>
<li><a href="/docs/documentation/">Collection of Docs & Notes</a></li>
</ul>
</li>
</ul>
</nav>
<div class="widget">
<h3 class="widget-title">Photos</h3>
<!-- Photos-->
<ul class="widget-recommended-products">
<!-- Photos-->
<li class="widget-recommended-product"><img src="/img/photos/IMG_1836.jpg" alt="Jon Oropeza" class="widget-recommended-product-img"><a href="http://photos.adron.me/Software/Meetups-N-Conferences/Conferences/Node-PDX-2016/i-D9qFQ6m" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">Node PDX 2016<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Jon Oropeza @ Node PDX 2016</p></a></li>
<!-- End of Recommended product Item-->
<!-- Recommended product Item-->
<li class="widget-recommended-product"><img src="/img/photos/IMG_1812.jpg" alt="Liz Abinante" class="widget-recommended-product-img"><a href="http://photos.adron.me/Software/Meetups-N-Conferences/Conferences/Node-PDX-2016/i-g2m2hgP" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">Node PDX 2016<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Liz Abinante @ Node PDX 2016</p></a></li>
<!-- End of Recommended product Item-->
<!-- Recommended product Item-->
<li class="widget-recommended-product"><img src="/img/photos/IMG_5709.jpg" alt="Praha hlavní nádraží" class="widget-recommended-product-img"><a href="http://photos.adron.me/Travels-N-Traversings/Across-the-Pond-2016-Travels/September-Krakow/Week-4-Prague/i-62ZPsPb" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">Prague (Praha)<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Praha hlavní nádraží</p></a></li>
<!-- End of photos row one-->
</ul>
<ul class="widget-recommended-products">
<!-- Photos-->
<li class="widget-recommended-product"><img src="/img/photos/IMG_4417.jpg" alt="St Mary's Basilica" class="widget-recommended-product-img"><a href="http://photos.adron.me/Travels-N-Traversings/Across-the-Pond-2016-Travels/September-Krakow/Krakow/i-KnZf6pK/A" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">St Mary's Basilica<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Bazylika Mariacka in Rynek Główny.</p></a></li>
<!-- End of Recommended product Item-->
<!-- Recommended product Item-->
<li class="widget-recommended-product"><img src="/img/photos/VSC_03.png" alt="Visual Studio Code" class="widget-recommended-product-img"><a href="http://photos.adron.me/Software/Software-Development/Visual-Studio-Things/i-LLW7WcD/A" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">Visual Studio Code<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Images from a review of Visual Studio Code.</p></a></li>
<!-- End of Recommended product Item-->
<!-- Recommended product Item-->
<li class="widget-recommended-product"><img src="/img/photos/-home-adronhall-Pictures-Selection_002.png - Shutter_003.png" alt="" class="widget-recommended-product-img"><a href="http://photos.adron.me/Software/Software-Development/Ubuntu/i-CQsQ4zj/A" class="widget-recommended-product-link">
<h5 class="widget-recommended-product-link-title">Mono Develop & WebStorm<i class="fa fa-angle-right"></i></h5>
<p class="widget-recommended-product-link-description">Working through Mono Develop & WebStorm.</p></a>
<!-- End of photos row two-->
</li>
</ul>
<!-- End Photos-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/js/all.js"></script>
<script src="/js/custom.js"></script>
<!-- Google Tag Manager-->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-KMMZX2" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>
console.log(document.getElementById("search-google"));
console.log(document.getElementById("search-google").innerText);
var searchBox = document.getElementById("search-google");
function googleSearch(search_string) {
alert(search_string);
}
document.getElementById("search-google").addEventListener("onClick", function () {
alert(document.getElementById("search-google").innerHTML);
});
document.getElementById("search-google").addEventListener("onClick", function () {
googleSearch(document.getElementById("search-google").innerHTML)
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-39158070-6', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>