You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: talks-events.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,26 @@ The following is a collection of talks I have given at conferences or meetups.
10
10
11
11
@html
12
12
<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>
14
14
<li><a href="https://gitlab.com/beram-presentation/awkesome">AW[K]ESOME</a>: presentation of the programming language AWK.</li>
15
15
<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>
16
16
<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>
19
19
<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>
20
22
</ul>
21
23
@endhtml
22
24
23
25
Conferences:
24
26
@html
25
27
<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>
<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>
0 commit comments