forked from gquintana/gquintana.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (178 loc) · 9.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>JRald</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://gquintana.github.io/favicon.ico">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400italic,700italic,700,400">
<link rel="stylesheet" type="text/css" href="//gquintana.github.io/themes/roon/assets/css/screen.css?v=1556368272333" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/idea.min.css" />
<link rel="canonical" href="https://gquintana.github.io/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="JRald" />
<meta property="og:type" content="website" />
<meta property="og:title" content="JRald" />
<meta property="og:url" content="https://gquintana.github.io/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="JRald" />
<meta name="twitter:url" content="https://gquintana.github.io/" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "JRald",
"url": "https://gquintana.github.io/"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="JRald" href="https://gquintana.github.io/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="home-template ">
<header role="banner">
<div class="wrap">
<h1><a href="https://gquintana.github.io">JRald</a></h1>
<hr>
</div>
</header>
<article class="post tag-ansible featured">
<header>
<h1><a href="https://gquintana.github.io/2019/04/25/Ansible-collection-processing.html">
<img src="/images/logos/ansible.png">
Ansible collection processing
</a></h1>
</header>
<div class="meta">
<time datetime="2019-04-25"><a href="https://gquintana.github.io/2019/04/25/Ansible-collection-processing.html">April 25, 2019</a></time>
</div>
<div class="text">
<p>As a Java developer, I sometimes dream that I can use the Java 8+ Stream API in my Ansible playbook to process list and dict variables. In this article, I’ll show you can process a list of users: users: - id: bouh name:</p>
<a href="https://gquintana.github.io/2019/04/25/Ansible-collection-processing.html" class="readmore">Continue Reading</a>
</div>
</article>
<article class="post tag-java ">
<header>
<h1><a href="https://gquintana.github.io/2017/12/01/Structured-logging-with-SL-FJ-and-Logback.html">
<img src="/images/logos/slf4j.png">
Structured logging with SLF4J and Logback
</a></h1>
</header>
<div class="meta">
<time datetime="2017-12-01"><a href="https://gquintana.github.io/2017/12/01/Structured-logging-with-SL-FJ-and-Logback.html">December 01, 2017</a></time>
</div>
<div class="text">
<p>I don’t know who first coined the term structured logging. There is a 2015 blog post by James Turnbull to get started. Python and .Net developers have libraries dedicated to structured logging : structlog and serilog. In this article I will describe how to</p>
<a href="https://gquintana.github.io/2017/12/01/Structured-logging-with-SL-FJ-and-Logback.html" class="readmore">Continue Reading</a>
</div>
</article>
<article class="post tag-elasticsearch tag-cloud ">
<header>
<h1><a href="https://gquintana.github.io/2017/09/30/Log-collection-in-AWS-land.html">
<img src="/images/logos/aws.png">
Log collection in AWS land
</a></h1>
</header>
<div class="meta">
<time datetime="2017-09-30"><a href="https://gquintana.github.io/2017/09/30/Log-collection-in-AWS-land.html">September 30, 2017</a></time>
</div>
<div class="text">
<p>In AWS, it is really easy to popup new machines and scale. The more machines you have, the more important it’s to centralize logs. In this article, I will describe what I discovered while trying to collect logs from applications deployed on Beanstalk</p>
<a href="https://gquintana.github.io/2017/09/30/Log-collection-in-AWS-land.html" class="readmore">Continue Reading</a>
</div>
</article>
<article class="post tag-java ">
<header>
<h1><a href="https://gquintana.github.io/2017/09/02/Java-File-vs-Path.html">
<img src="/images/logos/java.png">
Java File vs Path
</a></h1>
</header>
<div class="meta">
<time datetime="2017-09-02"><a href="https://gquintana.github.io/2017/09/02/Java-File-vs-Path.html">September 02, 2017</a></time>
</div>
<div class="text">
<p>I’ve been using java.io.File and java.io.File*Stream since Java 1.1, a long time ago. Java 7 introduced a new file API named NIO2 containing, among others, the java.nio.file.Path and java.nio.file.Files classes. It</p>
<a href="https://gquintana.github.io/2017/09/02/Java-File-vs-Path.html" class="readmore">Continue Reading</a>
</div>
</article>
<article class="post tag-ansible tag-elasticsearch tag-kafka tag-cassandra ">
<header>
<h1><a href="https://gquintana.github.io/2017/07/15/Ansible-and-rolling-upgrades.html">
<img src="/images/logos/ansible.png">
Ansible and rolling upgrades
</a></h1>
</header>
<div class="meta">
<time datetime="2017-07-15"><a href="https://gquintana.github.io/2017/07/15/Ansible-and-rolling-upgrades.html">July 15, 2017</a></time>
</div>
<div class="text">
<p>Ansible is a nice tool to deploy distributed systems like Elasticsearch, Kafka, Cassandra and the like. These systems are built with high availability in mind and can tolerate partial failures. However, upgrading these softwares, or updating their configuration, requires restarting each member of the cluster.</p>
<a href="https://gquintana.github.io/2017/07/15/Ansible-and-rolling-upgrades.html" class="readmore">Continue Reading</a>
</div>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 3</span>
<a class="older-posts" href="https://gquintana.github.io/page/2/">Older Posts <span aria-hidden="true">→</span></a>
</nav>
<footer role="contentinfo">
<div class="inner">
<div class="vcard">
<a href="https://gquintana.github.io/rss" id="btn_feed" class="btn" title="Feed" target="_blank">
<span aria-hidden="true" data-icon=")"></span>
<strong>Feed</strong>
</a>
<div class="details">
<h4><a href="https://gquintana.github.io" class="url n">JRald</a></h4>
<a href="https://gquintana.github.io" class="js-remove-domain-schema">https://gquintana.github.io</a><br>
<span>Published with <a href="http://hubpress.io">HubPress</a></span>
</div>
</div>
<div id="user_bio">
<div class="inner">
Yet another blog about tech stuff
</div>
</div>
</div>
</footer>
<script>
function no_schema_links () {
var links = document.querySelectorAll('.js-remove-domain-schema');
if (links) {
for (i = 0; i < links.length; ++i) {
var link = links[i],
text = link.innerHTML,
no_schema = text.replace(/.*?:\/\//g, "");
link.innerHTML = no_schema;
}
}
}
window.onload = function () {
no_schema_links();
}
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85700184-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>