Painter
This commit is contained in:
parent
c0913cc544
commit
01e90c5f37
4 changed files with 81 additions and 3 deletions
BIN
2020/images/speaker-spainter.png
Normal file
BIN
2020/images/speaker-spainter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -248,6 +248,19 @@
|
|||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#spainter" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-spainter.png" alt="Simon Painter"><br />
|
||||
<b>Simon Painter</b><br />
|
||||
Functional Programming with JavaScript
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#dstenberg" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-dstenberg.png" alt="Daniel Stenberg"><br />
|
||||
|
@ -257,10 +270,10 @@
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a name="march31" class="offsetanchor"></a>
|
||||
<h3 class="center">Tuesday March 31</h3>
|
||||
|
|
|
@ -168,8 +168,15 @@ All sessions include time for Q&A and to move between rooms.</p>
|
|||
<td >
|
||||
<a name="slot8" class="offsetanchor"></a>
|
||||
|
||||
<div class="talkspeaker">T.B.D.</div>
|
||||
|
||||
|
||||
<a href="speakers-and-talks.html#spainter">
|
||||
<div class="talktitle">Functional Programming with JavaScript</div>
|
||||
<div class="talkspeaker">Simon Painter</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -624,6 +624,64 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a name="spainter" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><img class="sp-image" src="images/speaker-spainter.png" alt="Simon Painter"></div>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name">Simon Painter</div>
|
||||
<div class="title">Functional Programming with JavaScript</div>
|
||||
<div class="links">
|
||||
|
||||
|
||||
<a href="schedule.html#slot8">Talk Slot</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="abstract">
|
||||
Functional Programming is becoming increasingly popular and relevant with each year that goes by. With so much discussion around languages such as F#, Haskell and Erlang, it can seem as though getting started with Functional programming would mean first learning a whole new syntax...but what if it didn't?
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
Using just a few JavaScript libraries, such as RamdaJS, developers can implement some of the most powerful patterns and techniques from the world of functional programming?
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
This talk will demonstrate how, using ES6 and a few extra libraries, we can write Functional code that is:
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
<ul><li>More robust</li><li>Easier to read</li><li>Easier to maintain</li></ul>
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
This talk might be of interest to anyone looking into moving to a new platform, or in improving the scalability of an existing application, or even just interested in seeing what Functional Programming is all about, but all within the comfort of a familiar language.
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
We might even attempt the impossible, and explain what a Monad is!
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="bio">
|
||||
I've been working as a .NET developer for over 13 years now in a variety of industries including government, retail and manufacturing. But as a coder, I've been playing with making computers do whatever my crazed imagination could devise since I was old enough to read my Dad's copy of the ZX Spectrum BASIC coders manual.
|
||||
</div>
|
||||
|
||||
<div class="bio">
|
||||
I've been speaking about Functional C# at various user groups and conferences around the UK, USA, and India, and am particularly interested in seeing just how far we can push the capabilities of C#.
|
||||
</div>
|
||||
|
||||
<div class="bio">
|
||||
When I'm not coding, or running after my two small children, I have been known to enjoy the classic series of Doctor Who, Fighting Fantasy Gamebooks, Cryptic Crosswords, and rather more coffee than is probably good for me.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="vpetersson" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue