-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
667 lines (371 loc) · 21.7 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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Enrique Saez - Enrique Saez</title>
<meta property="og:title" content="Enrique Saez" />
<meta name="twitter:title" content="Enrique Saez" />
<meta name="author" content="Enrique Saez Gil"/><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Enrique Saez",
"url": "https:\/\/esaezgil.com\/"
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"url": "https:\/\/esaezgil.com\/"
}
</script>
<meta property="og:title" content="Enrique Saez" />
<meta property="og:image" content="https://esaezgil.com/img/icon.jpg" />
<meta property="og:url" content="https://esaezgil.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Enrique Saez" />
<meta name="twitter:title" content="Enrique Saez" />
<meta name="twitter:image" content="https://esaezgil.com/img/icon.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@eqirn" />
<meta name="twitter:creator" content="@eqirn" />
<meta property="og:image" content="https://esaezgil.com/img/icon.jpg" />
<meta name="twitter:image" content="https://esaezgil.com/img/icon.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@eqirn" />
<meta name="twitter:creator" content="@eqirn" />
<meta property="og:url" content="https://esaezgil.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Enrique Saez" />
<meta name="generator" content="Hugo 0.55.5" />
<link rel="alternate" href="https://esaezgil.com/index.xml" type="application/rss+xml" title="Enrique Saez"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="https://esaezgil.com/css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /><link rel="stylesheet" href="https://esaezgil.com/css/syntax.css" /><link rel="stylesheet" href="https://esaezgil.com/css/codeblock.css" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.css" integrity="sha384-h/L2W9KefUClHWaty3SLE5F/qvc4djlyR4qY3NUV5HGQBBW7stbcfff1+I/vmsHh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/default-skin/default-skin.min.css" integrity="sha384-iD0dNku6PYSIQLyfTOpB06F2KCZJAKLOThS5HRe8b3ibhdEQ6eKsFf/EeFxdOt5R" crossorigin="anonymous">
<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-86132389-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://esaezgil.com/">Enrique Saez</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a title="About" href="./about/">About</a>
</li>
<li>
<a title="Blog" href="./">Blog</a>
</li>
<li class="navlinks-container">
<a class="navlinks-parent">Events</a>
<div class="navlinks-children">
<a href="./events/">Hackathons</a>
<a href="./talks/">Talks</a>
<a href="./meetups/">Meetups & Conferences</a>
</div>
</li>
<li class="navlinks-container">
<a class="navlinks-parent">More</a>
<div class="navlinks-children">
<a href="./books/">Books</a>
<a href="./now/">Now</a>
<a href="./reviews/">Reviews</a>
<a href="./interesting_links/">Links</a>
<a href="./donate/">Donate</a>
<a href="./search/">Search</a>
</div>
</li>
</ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a title="Enrique Saez" href="https://esaezgil.com/">
<img class="avatar-img" src="https://esaezgil.com/img/icon.jpg" alt="Enrique Saez" />
</a>
</div>
</div>
</div>
</nav>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<header class="header-section ">
<div class="intro-header no-img">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>Enrique Saez</h1>
<hr class="small">
<span class="page-subheading">Software & Telecom engineer - ICT enthusiast</span>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="main" class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="posts-list">
<article class="post-preview">
<a href="https://esaezgil.com/post/contributin_donate_bitcoin/">
<h2 class="post-title">Contributing to Donate Bitcoin</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> November 5, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>During the <a href="https://hacktoberfestbarcelona.com">Hacktoberfest Barcelona</a> event I started working on contributing to the <a href="https://github.com/nrobinson2000/donate-bitcoin">Donate Bitcoin</a> project.</p>
<a href="https://esaezgil.com/post/contributin_donate_bitcoin/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/contributing_android_madbike/">
<h2 class="post-title">Contributing to MadBike Android app</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> October 5, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p><a href="https://hacktoberfest.digitalocean.com">Hacktoberfest</a> is a month-long celebration of open source in which people are encouraged to contribute to open source projects in GitHub.</p>
<a href="https://esaezgil.com/post/contributing_android_madbike/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/unittesting_pitfalls/">
<h2 class="post-title">Unit-testing pitfalls & pytest basic features</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> March 25, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Lately, I have been answering some questions in <a href="http://stackoverflow.com/users/4378118/enrique?tab=profile">StackOverflow</a> related to Unit Testing in Python with <a href="http://www.voidspace.org.uk/python/mock/">Mock</a> and <a href="http://doc.pytest.org/en/latest/">pytest</a>. These are some of the questions I answered:</p>
<a href="https://esaezgil.com/post/unittesting_pitfalls/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/python_list_pop_slice/">
<h2 class="post-title">Python lists: pop vs slice performance</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> February 22, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Recently I had a comment in a merge request in which I was suggested to copy the <code>Nth-1</code> last elements of a list, <code>a[1:]</code>, instead of popping its first element, <code>pop(0)</code>.</p>
<p>I was curious about its performance implications and decided to do some simple tests:</p>
<a href="https://esaezgil.com/post/python_list_pop_slice/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/moderncv_latex_mac/">
<h2 class="post-title">LaTeX and moderncv in macOS</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> February 11, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Confronted with the task of writing a CV for the first time many students resort to Microsoft Word and sloppy templates to be found on the Internet.</p>
<a href="https://esaezgil.com/post/moderncv_latex_mac/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/test_driven_api/">
<h2 class="post-title">Test-driven information system services</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> January 27, 2017
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Working for the backend service at <a href="https://www.skyscanner.net/hotels">Skyscanner Hotels</a> I take part in the development of new services and its associated APIs quite regularly.</p>
<a href="https://esaezgil.com/post/test_driven_api/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/logrotate_scheduling_centos/">
<h2 class="post-title">Scheduling logrotate in CentOS</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> December 30, 2016
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Logs are a fundamental piece of the web server architecture for debugging, monitoring
and alerting purposes.</p>
<a href="https://esaezgil.com/post/logrotate_scheduling_centos/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/reasons_for_a_blog/">
<h2 class="post-title">Reasons for a blog</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> December 29, 2016
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>I have been enjoying the <a href="https://talkpython.fm/episodes/all">Talk Python Podcast</a> for a while and at least two episodes revolve around the importance of having a blog as a software developer.</p>
<a href="https://esaezgil.com/post/reasons_for_a_blog/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/enrique_2016_review/">
<h2 class="post-title">2016 review</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> December 12, 2016
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>2016 is coming to an end and I would like to look back and review what I have been up to during the last year:</p>
<a href="https://esaezgil.com/post/enrique_2016_review/" class="post-read-more">[Read More]</a>
</div>
</article>
<article class="post-preview">
<a href="https://esaezgil.com/post/python_meetup_madrid/">
<h2 class="post-title">Madrid Python Meetup - November'16</h2>
</a>
<span class="post-meta">
<i class="fas fa-calendar"></i> December 1, 2016
| <i class="fas fa-user"></i> Enrique Saez Gil
</span>
<div class="post-entry">
<p>Last November I attended the <a href="https://www.meetup.com/Madrid-Python-Meetup/events/235214434/">Madrid Python Meetup</a>. Being a regular attendant of <a href="https://www.meetup.com/python-185/">Barcelona Python Meetup</a> I was curious about the Python community in Madrid.</p>
<a href="https://esaezgil.com/post/python_meetup_madrid/" class="post-read-more">[Read More]</a>
</div>
</article>
</div>
<ul class="pager main-pager">
<li class="next">
<a href="https://esaezgil.com/page/2/">Older Posts →</a>
</li>
</ul>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="https://github.com/esaezgil" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/eqirn" title="Twitter">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/enriquesaezgil/en" title="LinkedIn">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://stackoverflow.com//users/4378118/enrique-saez/" title="StackOverflow">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-stack-overflow fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://keybase.io/esaezgil" title="Keybase">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-key fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="credits copyright text-muted">
Enrique Saez Gil
• ©
2018
•
<a href="https://esaezgil.com/">Enrique Saez</a>
</p>
<p class="credits theme-by text-muted">
<a href="http://gohugo.io">Hugo</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
</p>
</div>
</div>
</div>
</footer><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://esaezgil.com/js/main.js"></script><script> renderMathInElement(document.body); </script><script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.js" integrity="sha384-QELNnmcmU8IR9ZAykt67vGr9/rZJdHbiWi64V88fCPaOohUlHCqUD/unNN0BXSqy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe-ui-default.min.js" integrity="sha384-m67o7SkQ1ALzKZIFh4CiTA8tmadaujiTa9Vu+nqPSwDOqHrDmxLezTdFln8077+q" crossorigin="anonymous"></script><script src="https://esaezgil.com/js/load-photoswipe.js"></script>
</body>
</html>