-
Notifications
You must be signed in to change notification settings - Fork 2
/
videos.html
27 lines (19 loc) · 1.08 KB
/
videos.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
---
title: Videos
layout: default
order: 2
summary: View recorded presentations.
---
<article id="online-presentations">
<header>
<h1>Online F# Presentations</h1>
</header>
<section id="watch-fsharp-presentations">
<header>
<h2>Watch F# Presentations</h2>
</header>
<p>Community for F# has been organizing and recording F# talks since way before it was cool! Our <a href="https://vimeo.com/channels/c4fsharp">Vimeo</a> and <a href="https://www.youtube.com/channel/UCCQPh0mSMaVpRcKUeWPotSA/feed">YouTube</a> channels have videos of presentations covering everything from Agents to Data Science, Domain-Specific Languages or writing a F# compiler to JavaScript. And much, much more! So check it out, and let us know what you like and don't like, and what (or who) you want to see recorded.</p>
<p><a href="https://www.youtube.com/channel/UC1SQsRYPRV0Kw3KCowGJXzA">F# Online</a> also has a growing list of video content. Please check it out!</p>
<p>Coming soon: a searchable index of video content!</p>
</section>
</article>