-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
372 lines (311 loc) · 15.3 KB
/
Copy patharchive.html
File metadata and controls
372 lines (311 loc) · 15.3 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Archives</title>
<link rel="stylesheet" href="./css/default.css" />
<link rel="stylesheet" href="./css/code_highlight.css" />
<link rel="stylesheet" href="./css/custom.css" />
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Anonymous+Pro">
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
<script src="https://use.fontawesome.com/cdd971d72d.js"></script>
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105172721-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="inner">
<div class="logo">
<a href="./"><img src="./images/coding-rehab-logo.png" alt="Coding Rehab" /></a>
</div>
<div class="navigation">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
</div>
</div>
</header>
<div class="content">
<div class="inner">
Here you can find all our previous posts:
<ul class="podcasts">
<li class="podcast">
<header>
<span class="title">building-a-team</span>
<span class="date">August 20, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss how to build the best team.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487787412&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">pipeline</span>
<span class="date">August 19, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss why having pipelines is a good idea and how to implement them.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487786827&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">knowledge-sharing</span>
<span class="date">August 18, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss techniques to share knowledge in your team.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487785930&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">sunk-utility</span>
<span class="date">August 17, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss the concept of sunk utility and what it means for software projects.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487785255&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">alignment</span>
<span class="date">August 16, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss why alignment meetings are important and how to implement them.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487784439&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">software-development-state-in-crisis</span>
<span class="date">August 15, 2018</span>
</header>
<article>
<div class="summary">
In this episode we discuss why we think software development is in a state of crisis and what to do to solve it.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/487783560&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">performance-and-style</span>
<span class="date">December 28, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss what elements can define a good style and the compromise between choosing style or performance first.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361868549&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">dsl-or-not-dsl</span>
<span class="date">December 27, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss when is a good idea using a domain specific language in your code, what are the benefits and scenarios that can help with.
<div class="read-post">
<a href="./posts/2017-12-27-dsl-or-not-dsl.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361868087&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">branching-and-conditionals</span>
<span class="date">December 10, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss using branching and conditionals constructs and different alternatives to avoid nesting and improve clarity.
<!-- no blog post -->
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361856921&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">parsing-combinators</span>
<span class="date">December 7, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss working with parser combinators and how to use them for every day tasks.
<div class="read-post">
<a href="./posts/2017-12-07-parser-combinators.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361856174&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">test-driven-development</span>
<span class="date">December 1, 2017</span>
</header>
<article>
<div class="summary">
In this episode we whether of not there is still enough value in test driven development.
<div class="read-post">
<a href="./posts/2017-12-01-test-driven-development.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361855742&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">design-first-development</span>
<span class="date">December 1, 2017</span>
</header>
<article>
<div class="summary">
In this episode we talk about the difference in thought process behind design when using different languages.
<div class="read-post">
<a href="./posts/2017-12-01-design-first-development.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/361867784&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">immutability-and-loops</span>
<span class="date">July 31, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss working with immutable data structures and how to replace common constructs from OOP that usually use loops with well known functions.
<div class="read-post">
<a href="./posts/2017-07-31-replacing-loops.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/333520893&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">databases</span>
<span class="date">July 2, 2017</span>
</header>
<article>
<div class="summary">
In this episode we talk about working with databases in a functional way.
<div class="read-post">
<a href="./posts/2017-07-02-databases.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/330991445&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">streams</span>
<span class="date">April 25, 2017</span>
</header>
<article>
<div class="summary">
In this episode we talk about working with streams and the most common stream operations.
<div class="read-post">
<a href="./posts/2017-04-25-streams.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/319512260&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">generative-testing</span>
<span class="date">April 24, 2017</span>
</header>
<article>
<div class="summary">
In this episode we talk about using generative testing to easily create input values for our tests based on properties instead of hardcoding values
<div class="read-post">
<a href="./posts/2017-04-24-properties-testing.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/319512031&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">error-handling-and-exceptions</span>
<span class="date">March 26, 2017</span>
</header>
<article>
<div class="summary">
In this episode we discuss how to communicate errors and how exceptions can be an anti pattern if not used carefully.
<div class="read-post">
<a href="./posts/2017-03-26-exceptions.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/314465945&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
<li class="podcast">
<header>
<span class="title">who-needs-coding-rehab?</span>
<span class="date">March 25, 2017</span>
</header>
<article>
<div class="summary">
In this, our first episode, we talk about our motivations to create a new podcast and share our experience working with functional languages.
<div class="read-post">
<a href="./posts/2017-03-25-Why-rehab.html">Read the companion blog post</a>
</div>
</div>
<iframe scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/314465740&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&"></iframe>
</article>
</li>
</ul>
</div>
</div>
<footer>
<div class="inner">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</footer>
<script>
window.klipse_settings = {
// selector_eval_js: '.language-klipse', // css selector for the html elements you want to klipsify
selector: '.eval-clojure'
};
</script>
<script src="https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js"></script>
</body>
</html>