forked from VirtusLab/scalacamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
294 lines (267 loc) · 9.34 KB
/
links.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
<!DOCTYPE html>
<html>
<head>
<title>ScalaCamp</title>
<meta charset="utf-8">
<script src="js/holder.js"></script>
<link rel="icon" href="img/favicon-32.png" type="image/png">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<link href="css/main.less" rel="stylesheet/less" type="text/css">
<script src="js/less-1.3.3.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<div id=top class="row">
<div class="span12">
<div class="row">
<div class="span3">
<a class=logo href=""><img src="img/logos/scalacamp-square-small.png"/></a>
</div>
<div class="span9">
<div class=title>
<h1>Keep Calm and Type Safe!</h1>
</div>
<div class=logos>
<a href="http://scala-lang.org" target="_blank"><img src="img/logos/scala-logo.png"></a>
<a href="http://www.playframework.org/" target="_blank"><img src="img/logos/play-logo.png"></a>
<a href="http://akka.io/" target="_blank"><img src="img/logos/akka.png"></a>
<a href="http://slick.typesafe.com/" target="_blank"><img src="img/logos/slick-logo.png"></a>
</div>
</div>
</div>
</div>
</div>
<div class="navbar">
<div class="navbar-inner">
<span class="brand">Poprzednie edycje</span>
<ul class="nav">
<li><a href="previous/scalacamp-7.html">ScalaCamp #7 - 24.09.2014</a></li>
<li><a href="previous/scalacamp-6.html">ScalaCamp #6 - 24.07.2014</a></li>
<li><a href="previous/scalacamp-5.html">ScalaCamp #5 - 06.05.2014</a></li>
<li><a href="previous/scalacamp-4.html">ScalaCamp #4 - 28.11.2013</a></li>
<li><a href="previous/scalacamp-3.html">ScalaCamp #3 - 18.05.2013</a></li>
<li><a href="previous/scalacamp-2.html">ScalaCamp #2 - 20.03.2013</a></li>
<li><a href="previous/scalacamp-1.html">ScalaCamp #1 - 23.01.2013</a></li>
<li class="active"><a href="links.html">Materiały o Scali</a></li>
</ul>
</div>
</div>
<div class="dark row">
<div class="span12" id="materials">
<div class="inside">
<h2>Materiały</h2>
<p>
Dla wszystkich głodnych wiedzy o Scali postanowiliśmy zamieścić parę linków do wartościowych źródeł w
sieci.
</p>
</div>
<div class="row">
<div class="span4 materials">
<h4>Ogólne</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=hiurd7KaSEI">Intel hosts Odersky</a> - od 40 minuty jest ciekawy opis
nowości
w Scali 2.10.
</li>
<li>
<a href="http://www.ibm.com/developerworks/views/java/libraryview.jsp?site_id=1&contentarea_by=Java&sort_by=Date&sort_order=1&start=1&end=16&topic_by=&product_by=&type_by=All%20Types&show_abstract=true&search_by=scala%20neward&industry_by=&series_title_by="
target="_blank">The busy Java developer's guide to Scala</a> - fajny kurs Scali dla znających
Javę.
</li>
</ul>
<h4>Projektowanie</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=yLbdw06tKPQ" target="_blank">Cake Pattern: The Bakery
from
the Black
Lagoon</a> -
genialna prezentacja Daniela Spiewaka o Cake Pattern, Scalowym rozwiązaniu problemu
modularyzacji
kodu i DI.
</li>
<li>
<a href="https://www.youtube.com/watch?v=Pqh_QFFzIlI" target="_blank">Simplicity in Scala
Design</a>
-
parę przydatnych <i>zasad kciuka</i> przydatnych przy projektowaniu bibliotek.
</li>
<li>
<a href="https://www.youtube.com/watch?v=p-Ar8cs3CCQ" target="_blank">Building a Data Science
Platform in
Scala</a> -
John A. De Goes, CTO w firmie Precog opowiada jak stworzyć w Scali system wysokiej wydajności.
</li>
</ul>
<h4>Kolekcje</h4>
<ul>
<li>
<a href="http://www.decodified.com/scala/collections-api.xml" target="_blank">2.8 Collections
graph</a> - z linkami do API.
</li>
<li>
<a href="http://www.scala-lang.org/docu/files/collections-api/collections.html" target="_blank">Scala
Collections API</a> - oficjalna dokumentacja, bardzo dobry opis wszystkich kolekcji.
</li>
<li>
<a href="https://www.youtube.com/watch?v=yzitqjUI6ok"
target="_blank">scala.collection.aproximate</a> - kolekcje "przybliżone" - Bloom filter,
Hyper-log-log, Jaccard similarity, min hash, count min sketch w Scali.
</li>
</ul>
</div>
<div class="span4 materials">
<h4>Scala funkcyjnie</h4>
<ul>
<li>
<a href="http://hyperpolyglot.org/ml" target="_blank">ML - Ocaml - Scala - Haskell</a> -
porównanie
mechanizmów w różnych językach.
</li>
<li>
<a href="https://www.youtube.com/watch?v=UKjcJ13bD3s" target="_blank">Functional Patterns for
the
Asynchronous
Web</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=9w1PDnD5mPc" target="_blank">Shapeless Meets Implicit
Macros</a> - jak system typów może udowodnić, że 2 + 2 = 4?
</li>
<li>
<a href="https://www.youtube.com/watch?v=JF-ttZyNa84">Twitter's Oscar Boykin: Programming Isn't
Math</a> -
ciekawe podejście do programowania funkcyjnego z punktu widzenia doktora matematyki.
</li>
<li>
<a href="https://www.youtube.com/watch?v=8fC2V9HX_m8" target="_blank">Advanced Stream Processing
in
Scala</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=kcfIH3GYXMI" target="_blank">Scalaz for the Rest of
Us</a>
-
prezentacja o Scalaz bez Monadów i Funktorów ;)
</li>
</ul>
<h4>Teoria kategorii</h4>
<ul>
<li>
<a href="http://808fabrik.com/scala/functor-monad-in-scala-handout.pdf" target="_blank">From
functor
to monad in Scala</a> - prezentacja Adama Szlachty z Meetupa.
</li>
<li>
<a href="http://debasishg.blogspot.in/2013/02/a-dsl-with-endo-monoids-for-free.html"
target="_blank">Endo Monoids</a> used in nice Scala DSL.
</li>
<li>
<a href="https://www.youtube.com/watch?v=KzoqOVD7mvE" target="_blank">Scalaz 7 with Lars
Hupel</a> -
krótkie podsumowanie zmian w najnowszej wersji biblioteki Scalaz.
</li>
<li>
<a href="https://www.youtube.com/watch?v=xO9AoZNSOH4" target="_blank">Life After Monoids</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=Jg3Uv_YWJqI" target="_blank">Scalaz State Monad</a> -
wstęp do monady State ze Scalaz, oparty na przykładach.
</li>
</ul>
<h4>Makra</h4>
<ul>
<li>
<a href="http://vimeo.com/55894155" target="_blank">Macro paradise talk</a> - dobre wprowadzenie
do
idei makr
w Scali.
</li>
</ul>
</div>
<div class="span4 materials">
<h4>Wielowątkowość</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=dCEZDlH1ygo" target="_blank">Concurrency Anti-patterns
in
Scala</a> - czego unikać przy pisaniu wielowątkowego kodu w Scali.
</li>
</ul>
<h4>Build tools</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=TMQWFSM9_1A" target="_blank">Dependency Management in
Scala: Now and Later</a> - Mark Harrah, twórca sbt o repozytoriach opartych na DVSC.
</li>
<li>
<a href="http://www.youtube.com/watch?v=ukqke8iTuH0" target="_blank">Building Scala Hygienically
with Pants</a> - alternatywny <i>build-tool</i> dla Scali oparty na technice
<i>bottom-up</i>.
</li>
</ul>
<h4>Scalowe frameworki</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=l7IYY08Bb_4" target="_blank">Going Asynchronous with
Play!</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=PCk2SHufw3E" target="_blank">Akka Typed Channels:
Implementing Type
Calculations as Macros</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=30v5WVFvlno" target="_blank">Twitter's Finagle for the
Asynchronous
Programmer</a> -
o frameworku na którym oparty jest Twitter
</li>
</ul>
<h4>Testowanie w Scali</h4>
<ul>
<li>
<a href="http://etorreborre.blogspot.com/2011/05/specs2-migration-guide.html" target="_blank">specs2
migration
guide</a> - jak przejść ze <i>specs</i> na <i>specs2</i>.
</li>
</ul>
<h4>Wydajność</h4>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=IfLwuCVRQTU" target="_blank">Premature Optimization in
Scala</a> -
bardzo dobry materiał o niskopoziomowych optymalizacjach w Scali.
</li>
</ul>
</div>
</div>
</div>
</div>
<div id=footer>
(c) VirtusLab 2013 - 2014, made by <a href="https://github.com/Kwestor" target="_blank">Jerzy Müller</a>
</div>
<script src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.expander.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37367845-2']);
_gaq.push(['_setDomainName', 'scalacamp.pl']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</body>
</html>