-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (209 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>smarlowucf</title>
<!-- Meta -->
<meta name="description" content="smarlowucf – ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="smarlowucf"/>
<meta property="og:description" content=""/>
<meta property="og:site_name" content="smarlowucf" />
<meta property="og:url" content="https://smarlowucf.github.io"/>
<meta property="og:image" content="https://i.stack.imgur.com/L2czk.jpg?s=328&g=1"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="smarlowucf">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="https://smarlowucf.github.io">
<meta name="twitter:image" content="https://i.stack.imgur.com/L2czk.jpg?s=328&g=1">
<!-- Feed -->
<link rel="alternate" type="application/atom+xml" href="https://smarlowucf.github.io/feeds/all.atom.xml" title="smarlowucf Atom Feed" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:regular,bold">
<link rel="stylesheet" type="text/css" href="https://smarlowucf.github.io/theme/css/w3.css">
<link rel="stylesheet" type="text/css" href="https://smarlowucf.github.io/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="https://smarlowucf.github.io/theme/css/jqcloud.css">
<link rel="stylesheet" type="text/css" href="https://smarlowucf.github.io/theme/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://smarlowucf.github.io/theme/css/pygments.css">
<!-- Icon -->
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://smarlowucf.github.io/theme/js/jqcloud.min.js"></script>
</head>
<body>
<div class="w3-row w3-card w3-white">
<header id="header">
<a href="https://smarlowucf.github.io" id="header-logo" title="Home">SM</a>
<nav id="header-menu">
<ul>
<li><a href="https://smarlowucf.github.io/pages/projects.html">Projects</a></li>
<li class="w3-bottombar w3-border-white w3-hover-border-green" ><a href="https://smarlowucf.github.io/category/booknotes.html">Booknotes</a></li>
<li class="w3-bottombar w3-border-white w3-hover-border-green" ><a href="https://smarlowucf.github.io/category/python.html">Python</a></li>
</ul>
</nav>
</header>
</div>
<div class="w3-row w3-light-grey w3-border-bottom">
<aside id="intro" class="w3-container w3-center w3-padding-32">
<div>
<span id="intro-description">Hi! I'm Sean - A Python developer.</span>
<ul class="social" style="margin: 0; margin-top: 10px; padding: 0;">
<li><a class="sc-github" href="https://github.com/smarlowucf" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="sc-stack-overflow" href="https://stackoverflow.com/users/5026601/smarlowucf" target="_blank"><i class="fa fa-stack-overflow"></i></a></li>
</ul>
</div>
<div style="line-height: 180px;">
<a href="https://smarlowucf.github.io" target="_blank"><img class="avatar" alt="Avatar" src="https://i.stack.imgur.com/L2czk.jpg?s=328&g=1" onerror="this.src='theme/images/avatar.png'"></a>
</div>
</aside>
</div>
<br><br><br>
<section id="listing">
<article class="w3-container w3-card-2 w3-white col-main">
<header>
<h2><a href="https://smarlowucf.github.io/tdd-iac.html">Using TDD to boost your IaC strategy</a></h2>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2020-01-13T16:34:00-06:00">Mon 13 January 2020</time> in <a href="https://smarlowucf.github.io/category/python.html" title="All articles in category Python">Python</a></span>
</div>
<div class="w3-margin-right">
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/python.html" title="All articles with Python tag">#python</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/iac.html" title="All articles with Iac tag">#iac</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/tdd.html" title="All articles with Tdd tag">#tdd</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/testing.html" title="All articles with Testing tag">#testing</a>
</span>
</div>
</div>
</header>
<div class="entry-content">
Using TDD with Pytest to drive production of Salt states for an example Flask app.
</div>
<footer>
<a class="w3-btn w3-green w3-right" href="https://smarlowucf.github.io/tdd-iac.html">Read ❭</a>
</footer>
</article>
<br><br><br>
<article class="w3-container w3-card-2 w3-white col-main">
<header>
<h2><a href="https://smarlowucf.github.io/moonwalking-with-einstein.html">Moonwalking With Einstein</a></h2>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2019-01-28T19:47:30-06:00">Mon 28 January 2019</time> in <a href="https://smarlowucf.github.io/category/booknotes.html" title="All articles in category Booknotes">Booknotes</a></span>
</div>
<div class="w3-margin-right">
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/learn.html" title="All articles with Learn tag">#learn</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/booknotes.html" title="All articles with Booknotes tag">#booknotes</a>
</span>
</div>
</div>
</header>
<div class="entry-content">
Notes on Moonwalking With Einstein by Joshua Foer
</div>
<footer>
<a class="w3-btn w3-green w3-right" href="https://smarlowucf.github.io/moonwalking-with-einstein.html">Read ❭</a>
</footer>
</article>
<br><br><br>
<article class="w3-container w3-card-2 w3-white col-main">
<header>
<h2><a href="https://smarlowucf.github.io/show-your-work.html">Show Your Work</a></h2>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2019-01-28T19:19:12-06:00">Mon 28 January 2019</time> in <a href="https://smarlowucf.github.io/category/booknotes.html" title="All articles in category Booknotes">Booknotes</a></span>
</div>
<div class="w3-margin-right">
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/learn.html" title="All articles with Learn tag">#learn</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/booknotes.html" title="All articles with Booknotes tag">#booknotes</a>
</span>
</div>
</div>
</header>
<div class="entry-content">
Notes from Show Your Work by Austin Kleon
</div>
<footer>
<a class="w3-btn w3-green w3-right" href="https://smarlowucf.github.io/show-your-work.html">Read ❭</a>
</footer>
</article>
<br><br><br>
<article class="w3-container w3-card-2 w3-white col-main">
<header>
<h2><a href="https://smarlowucf.github.io/learn-to-write.html">Learn To Write</a></h2>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2019-01-27T11:43:52-06:00">Sun 27 January 2019</time> in <a href="https://smarlowucf.github.io/category/booknotes.html" title="All articles in category Booknotes">Booknotes</a></span>
</div>
<div class="w3-margin-right">
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/learn.html" title="All articles with Learn tag">#learn</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/writing.html" title="All articles with Writing tag">#writing</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/booknotes.html" title="All articles with Booknotes tag">#booknotes</a>
</span>
</div>
</div>
</header>
<div class="entry-content">
Learn To Write like Ben Franklin
</div>
<footer>
<a class="w3-btn w3-green w3-right" href="https://smarlowucf.github.io/learn-to-write.html">Read ❭</a>
</footer>
</article>
<br><br><br>
<article class="w3-container w3-card-2 w3-white col-main">
<header>
<h2><a href="https://smarlowucf.github.io/async-python.html">A Pythonic Journey Into Concurrency</a></h2>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2019-01-26T10:20:00-06:00">Sat 26 January 2019</time> in <a href="https://smarlowucf.github.io/category/python.html" title="All articles in category Python">Python</a></span>
</div>
<div class="w3-margin-right">
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/async.html" title="All articles with Async tag">#async</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://smarlowucf.github.io/tag/python.html" title="All articles with Python tag">#python</a>
</span>
</div>
</div>
</header>
<div class="entry-content">
A look at concurrency in Python
</div>
<footer>
<a class="w3-btn w3-green w3-right" href="https://smarlowucf.github.io/async-python.html">Read ❭</a>
</footer>
</article>
<br><br><br>
</section>
<footer id="footer">
<div id="footer-copyright" class="w3-center w3-small w3-text-grey w3-padding-48">
<span>
©
Sean Marlow
| <a href="https://smarlowucf.github.io/feeds/all.atom.xml">Atom feed <i class="fa fa-rss" aria-hidden="true"></i></a> </span>
</div>
</footer>
</body>
</html>