Skip to content

Commit

Permalink
deploy: 548e616
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Jan 2, 2024
1 parent 757585b commit cbba5fb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion _cloudcannon/bookshop-site-data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description></description>
<link>https://arnolanglade.github.io/</link>
<atom:link href="https://arnolanglade.github.io/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Thu, 28 Dec 2023 06:49:11 -0600</pubDate>
<lastBuildDate>Thu, 28 Dec 2023 06:49:11 -0600</lastBuildDate>
<pubDate>Tue, 02 Jan 2024 05:30:02 -0600</pubDate>
<lastBuildDate>Tue, 02 Jan 2024 05:30:02 -0600</lastBuildDate>
<generator>Jekyll v4.2.1</generator>

<item>
Expand Down
32 changes: 16 additions & 16 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://arnolanglade.github.io/about/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/blog/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/contact/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/experiences/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/feed.xml</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/mikado-app/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/newsletter/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/subscription-confirmed/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/talks/</loc>
<lastmod>2023-12-28T06:49:11-06:00</lastmod>
<lastmod>2024-01-02T05:30:02-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/command-handler-patterns.html</loc>
Expand Down Expand Up @@ -225,26 +225,26 @@
</url>
<url>
<loc>https://arnolanglade.github.io/blog.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/slides/agile-adour-example-mapping.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/slides/agile-tour-bordeaux.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/slides/agile-tour-rennes-example-mapping.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/slides/alpes-craft-unit-tests.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
<url>
<loc>https://arnolanglade.github.io/slides/sunny-tech-example-mapping.html</loc>
<lastmod>2023-12-28T06:48:39-06:00</lastmod>
<lastmod>2024-01-02T05:29:25-06:00</lastmod>
</url>
</urlset>
4 changes: 4 additions & 0 deletions talks/agile-tour-bordeaux.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ <h1 class="post__title">Unit testing: essential and complicated at the same time
<div class="talk__content">
<p>When I started coding I could develop for hours without executing my code. Then, I needed to debug it for hours. It wasn’t funny! I discovered what was testing and I understood its benefits. However, it wasn’t easy to write my first tests. We can make many mistakes that make tests hard to write and maintain. I would like to present to you what I have learned over the last few years to help you write tests.</p>

<h2 id="videos">Videos</h2>

<iframe style="padding-bottom:50px" width="560" height="315" src="https://www.youtube.com/embed/AOhqbqvVBs0?si=wGplYX0xMRdFsA69" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>

<h2 id="slides">Slides</h2>

<iframe width="400" height="250" src="/slides/agile-tour-bordeaux.html">
Expand Down

0 comments on commit cbba5fb

Please sign in to comment.