From 2ee5646b318af42efc2ed502ecfe6efbd0d0a297 Mon Sep 17 00:00:00 2001 From: Erik Shafer Date: Wed, 12 Jun 2024 07:59:02 -0500 Subject: [PATCH] updated readme with YouTube video link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4649745..ac343d8 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ An application showing the absolute basics of event sourcing with [EventStoreDB (ESDB)](https://www.eventstore.com/). +The accompanying [YouTube video can be found here](https://www.youtube.com/watch?v=SB55-lgK_8I). ## 💡 Inspiration -Inspired by Nick Chapsas' video about [getting started with Event Sourcing in .NET](https://www.youtube.com/watch?v=n_o-xuuVtmw). This take however uses EventStoreDB as its, well, store of events! +This effort was inspired by Nick Chapsas' excellent video about [getting started with Event Sourcing in .NET](https://www.youtube.com/watch?v=n_o-xuuVtmw). This version however uses EventStoreDB as its database. +Be sure to check out [Nick's YouTube channel](https://www.youtube.com/@nickchapsas) if you are somehow unfamiliar with his content, as well as his education platform [Dometrain](https://dometrain.com/) where you can level up your software development skills! ### 📄 Mini-Log / 🤔 Thoughts / 🧠 Brain Dump