From 1a2a02b68aa9d330256510a21cab16c6f01ba2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Fri, 19 Jun 2026 08:46:17 +0200 Subject: [PATCH] Remove tddworkshop.com domain references Remove the link to tddworkshop.com from the about page since the workshop is no longer active and the domain won't be renewed. Keep the GitHub repo reference in the blog post as historical context. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cms/content/blog/react-compound-components.mdx | 4 ++-- pages/about.mdx | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cms/content/blog/react-compound-components.mdx b/cms/content/blog/react-compound-components.mdx index 9b931cdc..19bc70f7 100644 --- a/cms/content/blog/react-compound-components.mdx +++ b/cms/content/blog/react-compound-components.mdx @@ -178,14 +178,14 @@ export { Nav }; ReactJS Conf_ in 2017), and it is called **_Compound components_**. - [Radix UI][radix] uses this pattern extensively. - If you’re curious, I used this pattern to build the whole landing page for my - tddworkshop.com page. You can check the source code [here][tddworkshop]. + [tddworkshop.com project][tddworkshop]. Happy hacking! [vue-slots]: https://vuejs.org/guide/components/slots.html#named-slots [open-closed]: https://en.wikipedia.org/wiki/Open%E2%80%93closed_principle [tddworkshop]: - https://github.com/codecoolture/tddworkshop.com/blob/trunk/pages/en/index.tsx + https://github.com/codecoolture/tddworkshop.com [radix]: https://www.radix-ui.com/ [kentcdodds]: https://kentcdodds.com/ [soul-crushing-components]: https://epicreact.dev/soul-crushing-components/ diff --git a/pages/about.mdx b/pages/about.mdx index 402bdb34..423f1bcf 100644 --- a/pages/about.mdx +++ b/pages/about.mdx @@ -23,9 +23,8 @@ export default ({ children }) => { My main interests are software design, product development (I have not only worked at product companies but also on multiple side projects), and team leadership. I have experience coaching and mentoring software teams. I’m a -strong advocate of practices such as test-driven development (hey, [I even have -a workshop about it][tddworkshop]!), continuous delivery, and (true) Agile -approaches. +strong advocate of practices such as test-driven development, continuous +delivery, and (true) Agile approaches. In 2016 I co-founded [AsturiasHacking][asturiashacking], the first large software group in Asturias, Spain. @@ -43,4 +42,3 @@ If you want to know more about me, please check out my [Bluesky feed][bsky], [bsky]: https://bsky.app/profile/sergio.codecoolture.com [github]: https://github.com/codecoolture [linkedin]: https://linkedin.com/in/sergioalvarezsuarez -[tddworkshop]: https://tddworkshop.com