-
Notifications
You must be signed in to change notification settings - Fork 0
/
talks.html
193 lines (148 loc) · 4.79 KB
/
talks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>talks</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/github.css">
<link rel="alternate" href="/index.atom" type="application/atom+xml" title="All">
<link rel="alternate" href="/tags/php.atom" type="application/atom+xml" title="PHP">
<link rel="alternate" href="/tags/symfony.atom" type="application/atom+xml" title="symfony">
<meta name="viewport" content="initial-scale=1.0">
</head>
<body>
<div class="container-fluid">
<nav>
<i class="icon-home"></i> <a href="/archive.html">home</a>
<i class="icon-bullhorn"></i> <a href="/talks.html">talks</a>
<i class="icon-book"></i> <a href="/bookshelf.html">bookshelf</a>
<i class="icon-file"></i> <a href="/papershelf.html">papershelf</a>
<i class="icon-facetime-video"></i> <a href="/videoshelf.html">videoshelf</a>
</nav>
<article>
<div class="body">
<div class="hero-unit talks">
<h1>talks</h1>
<p>
<i class="icon-speakerdeck"></i> <a href="https://speakerdeck.com/igorw">speakerdeck</a>
<i class="icon-joindin"></i> <a href="https://joind.in/user/view/10724">joind.in</a>
</p>
</div>
<h2>Cute Little Interpreters (workshop)</h2>
<ul>
<li>PHPBenelux 2015</li>
<li>PHPNW Hackathon 2014</li>
<li>Dutch PHP Conference Hackathon 2014</li>
</ul>
<h3>End the war on tabs</h3>
<ul>
<li>Berlin PHP usergroup October 2014</li>
<li>PHPNW Uncon 2014</li>
</ul>
<h3>Reasoned PHP</h3>
<ul>
<li>Berlin PHP usergroup August 2014</li>
</ul>
<h3>Concrete Machines</h3>
<ul>
<li>Berlin PHP usergroup April 2014</li>
</ul>
<h3>Using composer correctly</h3>
<ul>
<li>ConFoo 2014</li>
</ul>
<h3>Abstract Machines</h3>
<ul>
<li>Dutch PHP Conference 2014</li>
<li>Laracon 2014 [<a href="https://www.youtube.com/watch?v=zu_iFwD8MfI">video</a>]</li>
<li>Nomad PHP April 2014</li>
<li>ConFoo 2014 (lightning talk)</li>
<li>Berlin PHP usergroup February 2014</li>
</ul>
<h3>ChickenVM</h3>
<ul>
<li>JSZurich usergroup August 2013</li>
</ul>
<h3>Silex Philosophy</h3>
<ul>
<li>Symfony Zürich usergroup November 2013</li>
<li>PHP Québec usergroup July 2013 [<a href="http://www.youtube.com/watch?v=RDVtnsoOysE">video</a>]</li>
</ul>
<h3>Lisp</h3>
<ul>
<li>Laracon Europe 2014 [<a href="https://www.youtube.com/watch?v=FRaNUsiD_BA">video</a>]</li>
<li>ZendCon.eu Uncon 2013</li>
<li>Dutch PHP Conference 2013</li>
</ul>
<h3>The HttpKernelInterface is a lie</h3>
<ul>
<li>ConFoo 2014</li>
<li>True North PHP 2013</li>
<li>Forum PHP 2013 [<a href="https://www.youtube.com/watch?v=s9CC8dKsK3s">video</a>]</li>
<li>Symfony Live London 2013 [<a href="https://www.youtube.com/watch?v=QY8mL6WARIE">video</a>]</li>
<li>Symfony Live Portland 2013 [<a href="https://www.youtube.com/watch?v=edYfS5Ult2o">video</a>]</li>
</ul>
<h3>Silex: An implementation detail</h3>
<ul>
<li>True North PHP 2013</li>
<li>Symfony Live Portland 2013 [<a href="http://www.youtube.com/watch?v=bTawx0TGIj8">video</a>]</li>
</ul>
<h3>React</h3>
<ul>
<li>ConFoo 2013</li>
<li>PHPBenelux 2013</li>
<li>TakeOffConf 2013 [<a href="http://www.youtube.com/watch?v=MWNcItWuKpI">video</a>]</li>
<li>PHPNW 2012 [<a href="https://www.youtube.com/watch?v=6E074UCJgvA">video</a>]</li>
</ul>
<h3>Silex Anatomy</h3>
<ul>
<li>PHPNE 2013</li>
<li>ConFoo 2013</li>
<li>PHPBenelux 2013 [<a href="http://www.youtube.com/watch?v=9VUoIruQNMg">video</a>]</li>
<li>Symfony Live London 2012 [<a href="https://vimeo.com/51201498">video</a>]</li>
</ul>
<h3>Advanced Silex</h3>
<ul>
<li>Symfony Live Paris 2012 [<a href="http://www.youtube.com/watch?v=NRJbhTa-iag">video</a>]</li>
</ul>
<h3>Build your own webserver with PHP</h3>
<ul>
<li>ZendCon.eu 2013</li>
<li>FrOSCon 2012</li>
</ul>
<h3>WebSockets</h3>
<ul>
<li>Symfony Live Paris 2012 [<a href="https://www.youtube.com/watch?v=Y9q_uID1vMY">video</a>]</li>
<li>JsDay 2012 [<a href="https://vimeo.com/49673704">video</a>]</li>
<li>ConFoo 2012</li>
<li>PHPBenelux 2012</li>
</ul>
<h3>Silex</h3>
<ul>
<li>phpDay 2012</li>
<li>ConFoo 2012</li>
<li>Symfony Day 2011</li>
</ul>
</div>
</article>
<div class="author">
<div class="avatar">
<img src="/img/igor.jpg" alt="Igor">
</div>
<div class="details">
<p>Brought to you by <a href="https://twitter.com/igorwhiletrue">@igorwhiletrue</a>.</p>
<p>
Projects you may be interested in:
<a href="https://github.com/fabpot/Silex">Silex</a>,
<a href="http://stackphp.com">Stack</a>,
<a href="http://yolophp.com">YOLO</a>,
<a href="http://reactphp.org">React</a>.
</p>
</div>
</div>
</div>
<script src="/js/highlight.pack.js"></script>
<script src="/js/main.js"></script>
</body>
</html>