-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
218 lines (164 loc) · 8.54 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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>Recent Posts</title>
<meta name="description" content="Recent posts in Alex Salguero's blog">
<meta name="keywords" content="posts, software, blog, alex salguero, hasumedic">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Recent Posts">
<meta property="og:description" content="Recent posts in Alex Salguero's blog">
<meta property="og:url" content="/index.html">
<meta property="og:site_name" content="Alex Salguero">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Alex Salguero Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Type -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic" rel='stylesheet' type='text/css' />
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/entypo.css" media="all">
<link rel="stylesheet" href="/assets/css/highlight.css" media="all">
<!-- In order to use Calendas Plus, you must first purchase it. Then, create a font-face package using FontSquirrel.
<link rel='stylesheet' href='/assets/cal.css' media='all' />
-->
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/i.css">
<!-- Fresh Squeezed jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="/favicon.ico">
<div id="bump">
<body class="">
<header class="site-header">
<div class="wrap">
<hgroup>
<h1><a href="/">Alex Salguero</a></h1>
</hgroup>
<a href="#nav" class="menu"><span class='icons'>☰</span></a>
<nav role="navigation">
<ul>
<li>
<a href="/" title="Alex Salguero">Home</a>
</li>
<li><a href="/about" >About</a></li>
<li><a href="/posts" >Posts</a></li>
</ul>
</nav>
</div>
</header>
<div id='bump'>
<section class="article">
<div class="overlay"></div>
<div class="featured-image" style="background-image: url(/images/bg.jpg)"></div>
<article class="archive-wrap">
<ol class="post-list">
<lh><h2><span class="bb">Recent Posts</span></h2></lh>
<li>
<div class="deets" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<h1><a href="/blog/case-classes">Scala case classes</a></h1>
<p class="date"><time datetime="2016-06-21T00:00:00+01:00" itemprop="datePublished">June 21, 2016</time></p>
<p class="">In my previous post I made an overview to the relationship between classes and objects in Scala. In this post I’d lik...</p>
</div>
</li>
<li>
<div class="deets" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<h1><a href="/blog/classes-and-objects">Scala classes and objects</a></h1>
<p class="date"><time datetime="2016-02-23T00:00:00+00:00" itemprop="datePublished">February 23, 2016</time></p>
<p class="">When learning Scala, you often find yourself reading stuff from lots of sources with tons of information about differ...</p>
</div>
</li>
<li>
<div class="deets" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<h1><a href="/blog/scala-exchange-2015">Scala eXchange 2015</a></h1>
<p class="date"><time datetime="2015-12-16T00:00:00+00:00" itemprop="datePublished">December 16, 2015</time></p>
<p class="">So last week I attended my first Scala conference, that being the Scala eXchange 2015 in London.For me personally, it...</p>
</div>
</li>
<li>
<div class="deets" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<h1><a href="/blog/collections-sliding">Sliding through collections</a></h1>
<p class="date"><time datetime="2015-11-22T00:00:00+00:00" itemprop="datePublished">November 22, 2015</time></p>
<p class="">The other day I found myself trying to solve one of those math puzzles which had to do with doing computations on sub...</p>
</div>
</li>
<li>
<div class="deets" itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<h1><a href="/blog/the-software-craftsman">Book review: "The Software Craftsman"</a></h1>
<p class="date"><time datetime="2015-08-31T00:00:00+01:00" itemprop="datePublished">August 31, 2015</time></p>
<p class="">I’ve been intrigued for a while to find out what exactly this concept of Software Craftsmanship is.It all started one...</p>
</div>
</li>
</ol>
</article>
</section>
</div>
<div class="push"></div>
<footer>
<aside class="wrap">
<ol class="prev-posts">
<p class="list-title">Recent Posts</p>
<!-- for1 -->
<li>
<span class="recent-title"><a href="/blog/case-classes" title="Scala case classes">Scala case classes </a></span>
<span class="date">Jun 21, 2016</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="/blog/classes-and-objects" title="Scala classes and objects">Scala classes and objects </a></span>
<span class="date">Feb 23, 2016</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="/blog/scala-exchange-2015" title="Scala eXchange 2015">Scala eXchange 2015 </a></span>
<span class="date">Dec 16, 2015</span>
</li>
</ol>
<div class="social">
<ul>
<li>
<a id="mail" href="mailto:[email protected]">
<span class="foot-link">
<span class="icon-mail"></span> Contact Me
</span>
</a>
</li>
<li>
<a id="twit" href="https://twitter.com/hasumedic" target="_blank"><span class="foot-link"><span class="icon-twitter"></span> @hasumedic</span></a>
</li>
<li>
<a id="github" href="https://github.com/hasumedic" target="_blank"><span class="foot-link"><span class="icon-github"></span> Github</span></a>
</li>
</ul>
</div>
</aside>
<small>© 2016 Alex Salguero. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://jekyll.gtat.me/about">Balzac</a> theme.</small>
</footer>
<script>
if (document.location.hostname.search("hasumedic.com") !== -1) {
(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-65046797-1', 'auto');
ga('send', 'pageview');
}
</script>
<!-- If they're out, get some from the cellar -->
<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/assets/js/retina.min.js"></script>
<!-- Custom JS -->
<script src="/assets/js/scripts.js"></script>
</body>
</html>