her.esy.fun/src/slides.org
Yann Esposito (Yogsototh) 1e727b5d2b
support slides
2021-05-07 17:22:57 +02:00

36 lines
1.1 KiB
Org Mode

#+TITLE: Slides
#+KEYWORDS: programming presentations slides
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+LANGUAGE: en
#+LANG: en
#+OPTIONS: H:5
#+STARTUP: showeverything
@@html:<nav>
<a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
<span class="details">
(<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)
</span>
</nav>@@
* English
@@html:<span class="metas">2018-10-25</span>@@: *[[./slides/git-project-manager.html][Git Project Manager]]*
This 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...
* French
@@html:<span class="metas">2018-03-15</span>@@: *[[./slides/Intro-to-FP-with-Haskell.html][Introduction à la programmation fonctionnelle avec Haskell]]*
A talk in French introducing Functional programming concept with Haskell.