Skip to content

Commit 621dc8d

Browse files
committed
complete talks, reword about me
1 parent 11d9406 commit 621dc8d

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

about-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Ahoy! Welcome to my personal blog!
1313
My name is Benjamin Rambaud aka **beram**.
1414
I'm a working as a senior PHP software engineer at [ekino](https://ekino.com).
1515

16-
I try my best to be a software craftsman.
16+
I try my best to be a software crafter.

talks-events.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ The following is a collection of talks I have given at conferences or meetups.
1010

1111
@html
1212
<ul>
13-
<li><a href="https://beram-presentation.gitlab.io/lightning-talk-tools-help/#/">Terminal tools help</a>: lightning version of a internal talk about Unix CLI.</li>
13+
<li><a href="https://beram-presentation.gitlab.io/lightning-talk-tools-help/#/">Terminal tools help</a>: lightning version of an internal talk about Unix CLI.</li>
1414
<li><a href="https://gitlab.com/beram-presentation/awkesome">AW[K]ESOME</a>: presentation of the programming language AWK.</li>
1515
<li><a href="https://gitlab.com/beram-presentation/ci-in-real-life">CI in real life</a>: live coding to demonstrate how Continuous Integration (CI) works in everyday life with a simple project.</li>
1616
<li><a href="https://beram-presentation.gitlab.io/php-static-analysis-101">PHP Static Code Analysis 101</a>: an introduction to what's behind PHP static code analysis.</li>
17-
<li><a href="https://gitlab.com/beram-presentation/melting-pots-of-tools-theory-etc-forum-php-2022">Cherry pick among the practices of DDD, functional programming and co. for the common good!</a>: there is no silver bullet, let see how to have a melting-pot that is suitable in our context.</li>
18-
<li><a href="https://gitlab.com/beram-presentation/property-based-testing-101">Property-Based Testing 101</a>: Let's discover what is property-based testing!</li>
17+
<li><a href="https://gitlab.com/beram-presentation/melting-pots-of-tools-theory-etc-forum-php-2022">Cherry pick among the practices of DDD, functional programming and co. for the common good!</a>: there is no silver bullet, let's see how to have a melting-pot that is suitable in our context.</li>
18+
<li><a href="https://gitlab.com/beram-presentation/property-based-testing-101">Property-Based Testing 101</a>: Let's discover what property-based testing is!</li>
1919
<li><a href="https://gitlab.com/beram-presentation/let-us-be-crazy-what-if-drupal-did-less-things-at-runtime-drupalcamp-rennes-2024">Let us be crazy - what if Drupal did less things at runtime</a>: a thought experiment and a journey to the pursuit of a dream to improve one's daily life.</li>
20+
<li><a href="https://afup.org/talks/5283-overcoming-our-primitive-obsessions">Overcoming our primitive obsessions</a>: Let's talk about the code smell known as Primitive Obsessions, how to avoid it and not become obsessed by it too.</li>
21+
<li><a href="https://gitlab.com/beram-presentation/php-dont-be-afraid-goto-hell">Don't be afraid: goto hell</a>: Take a step back from what we know, and let's see if <code class="inline">goto</code> is always bad.</li>
2022
</ul>
2123
@endhtml
2224

2325
Conferences:
2426
@html
2527
<ul>
26-
<li><a href="https://drupalcamp.be/en/drupal-dev-days-2022/session/introduction-whats-behind-php-static-code-analysis">Drupal Dev Days 2022</a></li>
27-
<li><a href="https://afup.org/talks/4055-piochons-dans-les-pratiques-de-ddd-programmation-fonctionnelle-and-co-pour-notre-bien-a-toutes-et-tous">Forum PHP 2022</a></li>
28-
<li><a href="https://rennes2024.drupalcamp.fr/programme/conferences/18-drupal-runtime/">Drupalcamp Roazhon 2024</a></li>
28+
<li><a href="https://web.archive.org/web/20220810050159/https://drupalcamp.be/en/drupal-dev-days-2022/session/introduction-whats-behind-php-static-code-analysis" target="_blank">Drupal Dev Days 2022</a></li>
29+
<li><a href="https://afup.org/talks/4055-piochons-dans-les-pratiques-de-ddd-programmation-fonctionnelle-and-co-pour-notre-bien-a-toutes-et-tous" target="_blank">Forum PHP 2022</a></li>
30+
<li><a href="https://rennes2024.drupalcamp.fr/programme/conferences/18-drupal-runtime/" target="_blank">Drupalcamp Roazhon 2024</a></li>
31+
<li><a href="https://youtu.be/6AvlzYN17Rs?t=8445" target="_blank">Drupal Dev Days 2025</a></li>
32+
<li><a href="https://afup.org/talks/5283-overcoming-our-primitive-obsessions" target="_blank">Forum PHP 2025</a></li>
2933
</ul>
3034
@endhtml
3135

0 commit comments

Comments
 (0)