-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
503 lines (398 loc) · 20.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Raul HC blog</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="assets/built/screen.css?v=1ae4eaa8f9" />
<meta name="description" content="Thoughts, stories and ideas of a software engineer & developer" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="canonical" href="index.html" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="Raul HC blog" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Raul HC blog" />
<meta property="og:description" content="Thoughts, stories and ideas of a software engineer & developer" />
<meta property="og:url" content="https://raul-hc.github.io/" />
<meta property="og:image" content="https://raul-hc.github.io/content/images/2018/08/water_mountains_landscape.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Raul HC blog" />
<meta name="twitter:description" content="Thoughts, stories and ideas of a software engineer & developer" />
<meta name="twitter:url" content="https://raul-hc.github.io/" />
<meta name="twitter:image" content="https://raul-hc.github.io/content/images/2018/08/water_mountains_landscape.jpg" />
<meta property="og:image:width" content="3840" />
<meta property="og:image:height" content="2400" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "Raul HC blog",
"logo": "https://raul-hc.github.io/content/images/2018/08/sign-initials.PNG"
},
"url": "https://raul-hc.github.io/",
"image": {
"@type": "ImageObject",
"url": "https://raul-hc.github.io/content/images/2018/08/water_mountains_landscape.jpg",
"width": 3840,
"height": 2400
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://raul-hc.github.io/"
},
"description": "Thoughts, stories and ideas of a software engineer & developer"
}
</script>
<script src="public/ghost-sdk.js?v=1ae4eaa8f9"></script>
<script>
ghost.init({
clientId: "ghost-frontend",
clientSecret: "2396bd54f738"
});
</script>
<meta name="generator" content="Ghost 1.25" />
<link rel="alternate" type="application/rss+xml" title="Raul HC blog" href="rss/index.html" />
</head>
<body class="home-template">
<div class="site-wrapper">
<header class="site-header outer " style="background-image: url(content/images/2018/08/water_mountains_landscape.jpg)">
<div class="inner">
<div class="site-header-content">
<h1 class="site-title">
<img class="site-logo" src="content/images/2018/08/sign-initials.PNG" alt="Raul HC blog" />
</h1>
<h2 class="site-description">Thoughts, stories and ideas of a software engineer & developer</h2>
</div>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="nav" role="menu">
<li class="nav-home nav-current" role="menuitem"><a href="index.html">Home</a></li>
<li class="nav-about-me" role="menuitem"><a href="about-me/index.html">About me</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
</div>
<a class="rss-button" href="https://feedly.com/i/subscription/feed/https://raul-hc.github.io/rss/" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>
</a>
</div>
</nav>
</div>
</header>
<main id="site-main" class="site-main outer">
<div class="inner">
<div class="post-feed">
<article class="post-card post tag-travel tag-europe tag-tourist">
<a class="post-card-image-link" href="places-ive-been-vs-places-i-want-to-go/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/10/Minimalist-Backgrounds.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="places-ive-been-vs-places-i-want-to-go/index.html">
<header class="post-card-header">
<span class="post-card-tags">travel</span>
<h2 class="post-card-title">Places I've been vs places I want to visit</h2>
</header>
<section class="post-card-excerpt">
<p></p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post">
<a class="post-card-image-link" href="why-i-would-like-to-live-abroad/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/10/embrace-change.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="why-i-would-like-to-live-abroad/index.html">
<header class="post-card-header">
<h2 class="post-card-title">Live abroad</h2>
</header>
<section class="post-card-excerpt">
<p>Since the age of 16 years old, I've dreamed of living in another country. Maybe it is because I don't like the way some things are dealt with in my country, maybe it's</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post">
<a class="post-card-image-link" href="ghost-blog-setup-for-github-pages/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/08/ghost-blog.jpeg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="ghost-blog-setup-for-github-pages/index.html">
<header class="post-card-header">
<h2 class="post-card-title">Ghost blog setup for Github pages</h2>
</header>
<section class="post-card-excerpt">
<p>To be rewritten Installation of Ghost locally Download .zip & decompress $npm install $npm start If problem DatabaseIsNotOk $npm install knex-migrator $knex-migrator init Go to localhost:2368/ghost to create a new user</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started no-image">
<div class="post-card-content">
<a class="post-card-content-link" href="setting-up-your-own-ghost-theme/index.html">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Setting up your own Ghost theme</h2>
</header>
<section class="post-card-excerpt">
<p>Creating a totally custom design for your publication Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be easily adapted for</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-getting-started no-image">
<div class="post-card-content">
<a class="post-card-content-link" href="organising-your-content-with-tags/index.html">
<header class="post-card-header">
<span class="post-card-tags">Getting Started</span>
<h2 class="post-card-title">Organising your content with tags</h2>
</header>
<section class="post-card-excerpt">
<p>Ghost has a single, powerful organisational taxonomy, called tags. It doesn't matter whether you want to call them categories, tags, boxes, or anything else. You can think of Ghost tags a lot like</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-markdown tag-getting-started">
<a class="post-card-image-link" href="advanced-markdown-tips/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/08/Hallstatt--Austria.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="advanced-markdown-tips/index.html">
<header class="post-card-header">
<span class="post-card-tags">markdown</span>
<h2 class="post-card-title">Advanced Markdown tips</h2>
</header>
<section class="post-card-excerpt">
<p>There are lots of powerful things you can do with the Ghost editor If you've gotten pretty comfortable with all the basics of writing in Ghost, then you may enjoy some more advanced</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-branch-predictors tag-2016 featured">
<a class="post-card-image-link" href="sorted-arrays-and-branch-predictors/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/08/algorithms.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="sorted-arrays-and-branch-predictors/index.html">
<header class="post-card-header">
<span class="post-card-tags">branch-predictors</span>
<h2 class="post-card-title">Sorted arrays and branch predictors</h2>
</header>
<section class="post-card-excerpt">
<p>In this post I’ll talk about something every person that has taken classes of data structures will be familiar with. But these days that I’m trying to go deeper in some</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-2016 featured">
<a class="post-card-image-link" href="welcome/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/08/geometric.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="welcome/index.html">
<header class="post-card-header">
<span class="post-card-tags">2016</span>
<h2 class="post-card-title">Welcome to this blog.</h2>
</header>
<section class="post-card-excerpt">
<p>Hi there! It's RaulHC here and I want to introduce you to my brand-new blog :) What is this about? 'Get comfortable being uncomfortable' The previous quote resumes what this blog is all about.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post">
<a class="post-card-image-link" href="do-not-surround-yourself-with-toxic-people/index.html">
<div class="post-card-image" style="background-image: url(content/images/2018/08/minimalist-bg.jpeg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="do-not-surround-yourself-with-toxic-people/index.html">
<header class="post-card-header">
<h2 class="post-card-title">Do not surround yourself with toxic people</h2>
</header>
<section class="post-card-excerpt">
<p>Everybody will have to deal with toxic people in a way or another, at university, at work maybe even with some relative. What this post is about is how i used to deal</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-tricks tag-2016 no-image">
<div class="post-card-content">
<a class="post-card-content-link" href="untitled/index.html">
<header class="post-card-header">
<span class="post-card-tags">tricks</span>
<h2 class="post-card-title">Some useful search operators</h2>
</header>
<section class="post-card-excerpt">
<p>site: Get results from certain sites or domains. - olympics site:nbc.com - olympics site:.gov - admissions site:www.lse.ac.uk -> admissions information from London School of Economics’</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">3 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-job-interview tag-first-job tag-2016 no-image">
<div class="post-card-content">
<a class="post-card-content-link" href="thoughts-on-my-internship-interview-2/index.html">
<header class="post-card-header">
<span class="post-card-tags">job-interview</span>
<h2 class="post-card-title">Thoughts on my internship interview</h2>
</header>
<section class="post-card-excerpt">
<p>This post was originally written in november 2016 and recovered from my old blog This is my final year at university as Software Engineer Student and we need to complete at least 120</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Raul Herrador
</div>
<a href="author/raulhc/index.html" class="static-avatar"><img class="author-profile-image" src="content/images/2018/08/IMG_20180731_102643-2.jpg" alt="Raul Herrador" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
</div>
</div>
</main>
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="index.html">Raul HC blog</a> © 2018</section>
<nav class="site-footer-nav">
<a href="index.html">Latest Posts</a>
<a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a>
</nav>
</div>
</footer>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="assets/js/jquery.fitvids.js?v=1ae4eaa8f9"></script>
<script>
// maxPages is a global variable that is needed to determine
// if we need to load more pages for the infinitescroll, or if
// we reached the last page already.
var maxPages = parseInt('1');
</script>
<script src="assets/js/infinitescroll.js?v=1ae4eaa8f9"></script>
</body>
</html>