Add daily email for 2023-12-21

New year coaching
This commit is contained in:
Oliver Davies 2023-12-21 23:07:18 +00:00
parent 142fd72018
commit efe1dfec6c
2 changed files with 16 additions and 0 deletions

View file

@ -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?

View file

@ -11,6 +11,8 @@ const { title } = Astro.props.frontmatter || Astro.props;
<div class="space-y-16"> <div class="space-y-16">
<Markdown> <Markdown>
<slot /> <slot />
<p>- Oliver</p>
</Markdown> </Markdown>
<DailyEmailForm <DailyEmailForm