Add a page for the Drupal London meetup

This commit is contained in:
Oliver Davies 2024-11-20 16:39:03 +00:00
parent 3b19b9f252
commit 86f608fabc

View file

@ -0,0 +1,38 @@
---
title: Drupal London
---
{% block head_meta %}
<meta name="robots" content="noindex">
{% endblock %}
{% block content %}
Thank you for attending my session for the Drupal London meetup.
You can [view the slides and previous recording][slides] of the talk on this website.
If you want to learn more, I released a [free 10-day email course][course] on automated testing in Drupal and [live stream on YouTube][youtube]. Most recently, [I contributed tests to the Content Access by Path module][video].
## Can we work together?
Drupal, automated testing and test-driven development are some of my favourite subjects to teach.
If you want me to teach your team to do test-driven development, team training is included within my [unlimited monthly Drupal consulting][consulting].
## Stay in touch
The best way to stay in touch with me is my [email list] to which I send daily emails about Drupal and software development.
All emails are sent from my personal email address, so you can press reply and contact me directly.
I also host the [Beyond Blocks podcast][podcast] where I discuss Drupal, PHP and other software-related topics with people.
[consulting]: /consulting
[course]: /atdc
[email list]: /daily
[podcast]: /podcast
[slides]: /presentations/tdd-test-driven-drupal
[video]: https://www.youtube.com/watch?v=XTpliKd47Lg
[youtube]: https://www.youtube.com/@opdavies
{% endblock %}