her.esy.fun/src/slides.org

36 lines
1.1 KiB
Org Mode
Raw Permalink Normal View History

2019-08-23 20:03:53 +00:00
#+TITLE: Slides
2021-04-27 13:21:06 +00:00
#+KEYWORDS: programming presentations slides
2019-08-23 20:03:53 +00:00
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+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="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
2020-04-18 08:48:44 +00:00
<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>
2019-11-27 18:06:42 +00:00
</nav>@@
2019-10-20 11:44:42 +00:00
* English
2019-08-23 20:03:53 +00:00
2021-05-07 15:22:57 +00:00
@@html:<span class="metas">2018-10-25</span>@@: *[[./slides/git-project-manager.html][Git Project Manager]]*
2020-05-01 13:25:59 +00:00
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...
2019-10-20 11:44:42 +00:00
* French
2021-05-07 15:22:57 +00:00
@@html:<span class="metas">2018-03-15</span>@@: *[[./slides/Intro-to-FP-with-Haskell.html][Introduction à la programmation fonctionnelle avec Haskell]]*
2020-05-01 13:25:59 +00:00
A talk in French introducing Functional programming concept with Haskell.