-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
300 lines (162 loc) · 8.04 KB
/
404.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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<link href="/css/fonts.css" rel="stylesheet" type="text/css">
<title>404 Page not found</title>
<link rel="stylesheet" href="/css/hugo-octopress.css">
<link rel="stylesheet" href="/css/fork-awesome.min.css">
<link href="https://alvarogarcia7.github.io/favicon.png" rel="icon">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta name="author" content="Alvaro Garcia">
<meta name="generator" content="Hugo 0.82.0" />
</head>
<body>
<header role="banner">
<hgroup>
<h1><a href="https://alvarogarcia7.github.io/">The long way through Software Craftsmanship</a></h1>
<h2></h2>
</hgroup></header>
<nav role="navigation">
<ul class="main-navigation">
<li><a href="https://alvarogarcia7.github.io/blog/" target="_blank" title="Breadcrumbs">Breadcrumbs</a></li>
<li><a href="https://alvarogarcia7.github.io/articles/" target="_blank" title="Articles">Articles</a></li>
<li><a href="https://alvarogarcia7.github.io/blog/talks" target="_blank" title="Talks / Events">Talks / Events</a></li>
<li><a href="https://alvarogarcia7.github.io/categories/" target="_blank" title="Categories">Categories</a></li>
<li><a href="https://alvarogarcia7.github.io/blog/archives/" target="_blank" title="Archives">Archives</a></li>
<li><a href="https://alvarogarcia7.github.io/blog/about/" target="_blank" title="About">About</a></li>
</ul>
<ul class="subscription">
<a href="index.xml" target="_blank" type="application/rss+xml" title="RSS"><i class="fa fa-rss-square fa-lg"></i></a>
</ul>
<script type="text/javascript">
function addCustomSite(form_) {
var input = form_.getElementsByTagName("input")[0];
var siteURL = form_.getElementsByTagName("input")[1];
input.value = siteURL.value + " " + input.value;
}
</script>
<form action="https://www.google.com/search" method="get" target="_blank" onsubmit="javascript: addCustomSite(this);">
<fieldset role="search">
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
<input type="hidden" value="site:https://alvarogarcia7.github.io/" />
</fieldset>
</form>
</nav>
<div id="main">
<div id="content">
<div>
<article role="article">
<header>
<h1 class="entry-title">
Not Found
</h1>
</header>
<div id="blog-archives" class="category">
Please either go back or use the navigation/sidebar menus.
</div>
</article>
</div>
<aside class="sidebar thirds">
<section class="first odd">
<h1>About this blog</h1>
<p>
This blog contains two sections: <a href="/blog/">breadcrumbs</a> (my learnings) and <a href="/articles/">articles</a> (might be useful for others).
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
You can find me on:
</p>
</section>
<ul class="sidebar-nav">
<li class="sidebar-nav-item">
<a target="_blank" href="https://github.com/alvarogarcia7/" title="https://github.com/alvarogarcia7/"><i class="fa fa-github fa-3x"></i></a>
<a target="_blank" href="https://twitter.com/@alvarobiz/" title="https://twitter.com/@alvarobiz/"><i class="fa fa-twitter fa-3x"></i></a>
<a target="_blank" href="https://es.linkedin.com/in/alvarogarcia7" title="https://es.linkedin.com/in/alvarogarcia7"><i class="fa fa-linkedin fa-3x"></i></a>
</li>
</ul>
<section class="even">
<h1>Recent Articles</h1>
<ul id="recent_articles">
<li class="post">
<a href="/articles/2024/08/31/building-private-tools-open/">Building private tools in the open</a>
</li>
<li class="post">
<a href="/articles/2023/07/22/threading-macro-equivalent-python/">The Threading Macro (clojure) equivalent in Python</a>
</li>
<li class="post">
<a href="/articles/2021/09/11/worthless-projects/">The value of worthless projects</a>
</li>
<li class="post">
<a href="/articles/2021/05/02/native-c-library-android/">Using a Native C Library in Android</a>
</li>
<li class="post">
<a href="/blog/2019/11/04/private-leaked-information-saas/">On private but leaked information in a SaaS</a>
</li>
<li class="post">
<a href="/blog/2019/05/29/keeping-intermediate-history-work-git/">Automatically keeping the intermediate history of your work using git</a>
</li>
<li class="post">
<a href="/blog/2018/07/13/writing-safe-bash-scripts/">Writing safe(r) bash scripts</a>
</li>
<li class="post">
<a href="/blog/2018/07/04/questioning-existing-choices/">Questioning the existing choices</a>
</li>
<li class="post">
<a href="/articles/2016/10/05/support-for-out-of-hours-on-call-support/">Support for out of hours on-call support</a>
</li>
<li class="post">
<a href="/articles/2016/09/28/refactoring-functional-code/">Refactoring functional code</a>
</li>
</ul>
<h1>Recent Blogs</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2024/08/01/self-study-august-2024/">Self-Study in August 2024</a>
</li>
<li class="post">
<a href="/blog/2024/07/28/python-3-boilerplate/">Python 3 Boilerplate for Non-Productive environments (e.g., Kata, Study)</a>
</li>
<li class="post">
<a href="/blog/2024/07/01/self-study-july-2024/">Self-Study in July 2024</a>
</li>
<li class="post">
<a href="/blog/2024/06/01/self-study-june-2024/">Self-Study in June 2024</a>
</li>
<li class="post">
<a href="/blog/2024/05/01/self-study-may-2024/">Self-Study in May 2024</a>
</li>
<li class="post">
<a href="/blog/2024/04/01/self-study-april-2024/">Self-Study in April 2024</a>
</li>
<li class="post">
<a href="/blog/2023/09/01/self-study-september-2023/">Self-Study in September 2023</a>
</li>
<li class="post">
<a href="/blog/2023/08/01/self-study-august-2023/">Self-Study in August 2023</a>
</li>
<li class="post">
<a href="/blog/2023/05/01/self-study-may-2023/">Self-Study in May 2023</a>
</li>
<li class="post">
<a href="/blog/2023/04/15/live-article-mma-2023/">Live test from the MMA</a>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo">
<p>Copyright © 2024 Alvaro Garcia - <a href="https://alvarogarcia7.github.io/license/">License</a> -
<span class="credit">Powered by <a target="_blank" href="https://gohugo.io" rel="noopener noreferrer">Hugo</a> and <a target="_blank" href="https://github.com/parsiya/hugo-octopress/" rel="noopener noreferrer">Hugo-Octopress</a> theme.
</p>
</footer>
<script>
var _gaq=[['_setAccount','UA-41008374-3'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>