her.esy.fun/src/slides.org

30 lines
912 B
Org Mode
Raw Normal View History

2019-08-23 20:03:53 +00:00
#+TITLE: Slides
#+KEYWORDS: programming, presentations, slides
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
#+OPTIONS: H:5
#+STARTUP: showeverything
2019-11-27 18:06:42 +00:00
@@html:<nav>
<a href="/index.html">Home</a> |
<a href="/archive.html">Posts</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
</nav>@@
2019-10-20 11:44:42 +00:00
* English
2019-08-23 20:03:53 +00:00
- [2018-10-25 Thu] [[file:slides/git-project-manager.org][Git Project Manager]] is a talk I made for the "Commission Open Source"
about how to gain back autonomy with git by providing most features
Github propose just with a few conventions. I even written a tool to help
manage issues, code review, git hosting, etc...
2019-10-20 11:44:42 +00:00
* French
- [2018-03-15 Thu]
[[file:slides/Intro-to-FP-with-Haskell.org][Introduction à la programmation fonctionnelle avec Haskell]]
is a French talk introducing Functional programming concept with Haskell.