diff --git a/src/content/daily-email/2023-12-21.md b/src/content/daily-email/2023-12-21.md new file mode 100644 index 00000000..b26e2981 --- /dev/null +++ b/src/content/daily-email/2023-12-21.md @@ -0,0 +1,14 @@ +--- +title: > + New year coaching +pubDate: 2023-12-21 +permalink: > + archive/2023/12/21/new-year-coaching +tags: + - software-development + - coaching +--- + +I have availability to work with a small number of software development teams in the new year and help them ship better software, faster, using tools and techniques like automated testing, test-driven development and static analysis. + +Would you like to work with me? diff --git a/src/layouts/DailyEmailLayout.astro b/src/layouts/DailyEmailLayout.astro index 589cd14d..5f8e86bd 100644 --- a/src/layouts/DailyEmailLayout.astro +++ b/src/layouts/DailyEmailLayout.astro @@ -11,6 +11,8 @@ const { title } = Astro.props.frontmatter || Astro.props;
- Oliver