2022-07-07 23:43:36 +00:00
|
|
|
|
---
|
2023-01-01 16:47:23 +00:00
|
|
|
|
layout: ~/layouts/PageLayout.astro
|
2022-07-07 23:43:36 +00:00
|
|
|
|
title: Book a 1-on-1 consulting call
|
|
|
|
|
link: https://savvycal.com/opdavies/consulting-call
|
2022-12-01 13:10:56 +00:00
|
|
|
|
price: 199
|
2022-07-07 23:43:36 +00:00
|
|
|
|
---
|
|
|
|
|
|
2022-07-19 23:26:12 +00:00
|
|
|
|
## How it works
|
|
|
|
|
|
2022-10-07 08:14:10 +00:00
|
|
|
|
- You book a 60 minute consulting call with me.
|
|
|
|
|
- Once payment is received, you’ll obtain a link to schedule a meeting in my calendar.
|
|
|
|
|
- The meeting will take place over Zoom.
|
2022-07-19 23:26:12 +00:00
|
|
|
|
|
2023-04-19 16:00:29 +00:00
|
|
|
|
<a class="inline-block py-2 px-5 my-4 text-lg text-white no-underline rounded-lg border-2 transition-colors duration-200 hover:bg-white border-blue-primary bg-blue-primary hover:text-blue-primary" href={frontmatter.link}>Book your call now →</a>
|
2022-07-19 23:26:12 +00:00
|
|
|
|
|
|
|
|
|
If you don’t find the call valuable, I’ll refund 100% of the cost.
|
|
|
|
|
|
|
|
|
|
### Typical subjects of interest include
|
|
|
|
|
|
2022-10-07 08:14:10 +00:00
|
|
|
|
- How to approach a new project or task.
|
|
|
|
|
- Help writing your first automated test or starting with test-driven development.
|
|
|
|
|
- Introducing static analysis or other code quality tools to your project.
|
|
|
|
|
- Automating tasks with Docker and/or Ansible.
|
|
|
|
|
- Help to fix a bug or some broken code.
|
|
|
|
|
- Reviewing your code and providing advice and suggestions.
|
2022-07-19 23:26:12 +00:00
|
|
|
|
|
2022-07-21 20:08:51 +00:00
|
|
|
|
<aside class="p-6 my-8 border border-gray-300 dark:bg-gray-800 dark:border-gray-700" markdown="1">
|
|
|
|
|
<h2 class="mt-0">Ready to book your call?</h2>
|
2022-07-19 23:26:12 +00:00
|
|
|
|
|
2023-04-19 16:00:29 +00:00
|
|
|
|
<a class="inline-block py-2 px-5 mt-4 text-lg text-white no-underline rounded-lg border-2 transition-colors duration-200 hover:bg-white border-blue-primary bg-blue-primary hover:text-blue-primary" href={frontmatter.link}>Book now for £{frontmatter.price} →</a>
|
2022-07-21 20:08:51 +00:00
|
|
|
|
</aside>
|