-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
108 lines (90 loc) · 3.96 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Presentations by u-abramchuk</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Presentations by u-abramchuk</h1>
<p class="view"><a href="https://github.com/u-abramchuk/presentations">View on GitHub
<small>u-abramchuk/presentations</small></a></p>
</header>
<section>
<h3>
<a name="Why Y?" class="anchor" href="#y"><span class="octicon octicon-link"></span></a>Why Y?</h3>
<p>Ideas behind the Y-combinator and how they can be useful.</p>
<ul>
<li><a href="y-funcby-2014/index.html">func(BY) @ 2014</a> (<a href="y-funcby-full-2014/index.html">extended
version</a>)</li>
<li><a href="y-rolling-scopes-2014/index.html">The Rolling Scopes #12 @ 2014</a> (<a
href="y-rolling-scopes-full-2014/index.html">extended version</a>)</li>
<li><a href="y-tauconf-2014/index.html">tauconf #6 @ 2014</a></li>
</ul>
</section>
<section>
<h3>
<a name="Into to Lambda-calculus" class="anchor" href="#lambda"><span
class="octicon octicon-link"></span></a>Introduction to λ-calculus</h3>
<p>Theoretical foundations of functional programming.</p>
<ul>
<li><a href="lambda-rolling-scopes-2014/index.html">The Rolling Scopes #9 @ 2014</a></li>
<li><a href="https://github.com/u-abramchuk/presentations/tree/master/lambda-tauconf-2013">tauconf #5 @ 2013</a>
</li>
<li><a href="lambda-funcby-2016/index.html">func(BY) @ 2016</a></li>
</ul>
</section>
<section>
<h3>
<a name="The stable marriage problem" class="anchor" href="#marriage"><span
class="octicon octicon-link"></span></a>The stable marriage problem</h3>
<p>The stable marriage problem and some of its applications.</p>
<ul>
<li><a href="stable-marriage-tauconf-2016/index.html">tauconf @ Spring 2016</a></li>
</ul>
</section>
<section>
<h3>
<a name="Introduction to Kubernetes" class="anchor" href="#intro-to-k8s"><span
class="octicon octicon-link"></span></a>Introduction to Kubernetes</h3>
<p>Introduction to Kubernetes talk and workshop.</p>
<ul>
<li><a href="k8s-intro/k8s v2.pptx">Targetprocess workshop @ June 2018</a> (<a
href="https://gitlab.com/abramchuk/intro-to-k8s-workshop">repository</a>)</li>
</ul>
</section>
<section>
<h3>
<a name="Developing .NET Core app for Kubernetes" class="anchor" href="#netcore-k8s"><span
class="octicon octicon-link"></span></a>Developing .NET Core app for Kubernetes</h3>
<p>This talk covers some aspects of adapting .NET Core application for running it in Kubernetes.</p>
<ul>
<li><a href="netcore-k8s/Developing .NET Core app for Kubernetes.pptx">DotNET Meetup #27 @ June 2018</a></li>
</ul>
</section>
<section>
<h3>
<a name="Microservices. WCGW?" class="anchor" href="#netcore-k8s"><span
class="octicon octicon-link"></span></a>Microservices. What can go wrong?</h3>
<p>Microservices. What can go wrong?</p>
<ul>
<li><a href="microservices-wcgw/Microservices. WCGW_.pptx">tauconf @ July 2018</a></li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/u-abramchuk">u-abramchuk</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>