Add daily email for 2023-12-21
New year coaching
This commit is contained in:
parent
142fd72018
commit
efe1dfec6c
14
src/content/daily-email/2023-12-21.md
Normal file
14
src/content/daily-email/2023-12-21.md
Normal 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?
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue