Ponch's talk GUS2023

Change-Id: If6950317c95867a41b31caf8b0f476f92a93507f
diff --git a/schedule.md b/schedule.md
index 20769be..579ec6c 100644
--- a/schedule.md
+++ b/schedule.md
@@ -36,7 +36,7 @@
 | 18:45     | 09:45     | [Code Review Research Highlights](schedule/recent-rebels-research.md)
 | 19:30     | 10:00     | End of Day 1 - Sweden / Break & Networking - US
 | 20:00     |           | Dinner - Celebrations for Gerrit 15 years - Sweden
-|           | 10:30     | *TALK AVAILABLE - USA*
+|           | 10:30     | [Git GC at scale for Pro](sessions/git-gc-at-scale.md)
 |           | 11:15     | *TALK AVAILABLE - USA*
 |           | 12:00     | Lunch & Networking
 
diff --git a/sessions/git-gc-at-scale.md b/sessions/git-gc-at-scale.md
new file mode 100644
index 0000000..1efdf09
--- /dev/null
+++ b/sessions/git-gc-at-scale.md
@@ -0,0 +1,14 @@
+# Git GC at scale for Pro
+
+In this talk, I will explain some challenges
+you might encounter when trying to keep your Git repository
+in shape.
+
+I will introduce a new tool I have been working on recently
+to approach the Git GC problem in a more systematic way
+on large-scale systems.
+
+The tool is agnostic of the Git server you are running and
+is flexible enough to smoothly integrate into your ecosystem.
+
+*[Fabio Ponciroli, GerritFroge Inc.](../speakers.md#fponciroli)*
\ No newline at end of file
diff --git a/speakers.md b/speakers.md
index 75eb159..93cb488 100644
--- a/speakers.md
+++ b/speakers.md
@@ -26,6 +26,23 @@
 
 [LinkedIn](https://www.linkedin.com/in/farshadkazemi/)
 
+### Fabio Ponciroli - GerritForge {#fponciroli}
+
+[LinkedIn](https://uk.linkedin.com/in/fponciroli/)
+
+Fabio is a Senior Software Engineer at GerritForge, where he contributes to the
+OpenSource Gerrit Code Review project.
+He has been involved since the beginning in the design and development of Gerrit
+[DevOps analytics](https://gerrit.googlesource.com/plugins/analytics/)
+tools, [multi-site](https://gerrit.googlesource.com/plugins/multi-site/) plugin
+and many other.
+He has also created the [Gatling protocol manager for Git](https://github.com/GerritForge/gatling-git)
+which has finally provided a real E2E test suite for the validation of
+the Gerrit Code Review releases.
+He has extensive experience in working on backend systems, on-premise and
+cloud-based, with different programming languages, such as Scala, Java, NodeJS
+and related ecosystems.
+
 ### Diego Zambelli Sessona - GerritForge {#diego}
 
 Diego Zambelli Sessona is a software developer and started to discover Gerrit only a few
@@ -63,4 +80,4 @@
 involvement and was trusted a maintainer in 2020. He has recently focused on
 [owners' plugin improvements](https://gerrit-review.googlesource.com/c/plugins/owners/+/373094/1).
 
-[LinkedIn](https://www.linkedin.com/in/jcentkowski/)
+[LinkedIn](https://www.linkedin.com/in/jcentkowski/)
\ No newline at end of file