diff --git a/.envrc b/.envrc
new file mode 100644
index 00000000..3550a30f
--- /dev/null
+++ b/.envrc
@@ -0,0 +1 @@
+use flake
diff --git a/.githooks/prepare-commit-msg b/.githooks/prepare-commit-msg
new file mode 100755
index 00000000..6ff8ea0e
--- /dev/null
+++ b/.githooks/prepare-commit-msg
@@ -0,0 +1,27 @@
+#!/usr/bin/env bash
+
+# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
+
+# Load the issue ID from an `.issue-id` file within the project and replace the
+# `ISSUE_ID` placeholder within a Git commit message.
+#
+# For example, running `echo "OD-123" > .issue-id` will add `Refs: OD-123` to
+# the commit message.
+#
+# This also works with multiple issue IDs in the same string, e.g.
+# "OD-123 OD-456", or IDs on multiple lines.
+
+set -o errexit
+set -o nounset
+set -o pipefail
+
+PROJECT_DIR=$(git rev-parse --show-toplevel)
+ISSUE_FILE="$PROJECT_DIR/.issue-id"
+
+if [ -f "${ISSUE_FILE}" ]; then
+ ISSUE_IDS=$(cat "${ISSUE_FILE}" | tr '\n' ',' | tr ' ' ',' | sed 's/,$//' | sed 's/,/, /g')
+
+ if [ -n "${ISSUE_IDS}" ]; then
+ sed -i.bak "s/# Refs:/Refs: $ISSUE_IDS/" "$1"
+ fi
+fi
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
new file mode 100644
index 00000000..ba559213
--- /dev/null
+++ b/.github/workflows/test.yaml
@@ -0,0 +1,22 @@
+name: Run tests
+
+on:
+ pull_request:
+ push:
+ branches:
+ - main
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: cachix/install-nix-action@v26
+ with:
+ nix_path: nixpkgs=channel:nixos-unstable
+
+ - uses: actions/checkout@v4
+
+ - run: |
+ nix develop -c composer install
+ nix develop -c ./run test --testdox --colors=always
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..d679d63f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
+
+/.phpunit.cache
+/.phpunit.result.cache
+/output_*/
+/vendor/
+
+# Front-end assets.
+node_modules
+source/build
+
+/.direnv/
+
diff --git a/.markdownlint.yaml b/.markdownlint.yaml
new file mode 100644
index 00000000..ff7d7cc8
--- /dev/null
+++ b/.markdownlint.yaml
@@ -0,0 +1 @@
+MD013: false
diff --git a/.tmux b/.tmux
new file mode 100755
index 00000000..a25db4e2
--- /dev/null
+++ b/.tmux
@@ -0,0 +1,19 @@
+#!/usr/bin/env bash
+
+set -o errexit
+
+# 1. Vim.
+tmux send-keys -t "$1:1" "nvim" Enter
+
+# 2. Server.
+tmux new-window -t "$1" -c "$PWD"
+tmux send-keys -t "$1:2" "./run start" Enter
+
+tmux split-window -t "$1" -v
+tmux send-keys -t "$1:2.bottom" "(cd assets && ../run npm:build:css)" Enter
+
+# 3. General shell use.
+tmux new-window -t "$1" -c "$PWD"
+tmux send-keys -t "$1:3" "git status" Enter
+
+tmux select-window -t "$1:1"
diff --git a/.yamlfmt.yaml b/.yamlfmt.yaml
new file mode 100644
index 00000000..59940850
--- /dev/null
+++ b/.yamlfmt.yaml
@@ -0,0 +1,5 @@
+---
+formatter:
+ include_document_start: true
+ retain_line_breaks_single: true
+ type: basic
diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php
new file mode 100644
index 00000000..a8840615
--- /dev/null
+++ b/app/SculpinKernel.php
@@ -0,0 +1,14 @@
+Book a Drupal 7 upgrade consultation call or an upgrade roadmap.
+ d7eol: |
+ There's less than a year until Drupal 7's end-of-life date. Plan your upgrade to Drupal 10 now!
+ module: |
+ If you're creating a new Drupal module, try my free Drupal module template.
+ subscription: |
+ Do you need immediate access to an expert Drupal Developer? With my Drupal development subscription, make unlimited requests for a fixed monthly price in less time than posting to a job board!
+ testing_course: |
+ Do you want to learn about automated testing in Drupal? Take my free 10-day email course and get daily lessons straight to your inbox.
+ pair: |
+ Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.,
+
+menu_links:
+ - title: About
+ url: /
+ - title: Press Info
+ url: /press
+ - title: Services
+ url: /pricing
+ - title: Talks and Workshops
+ url: /talks
+ - title: Podcast
+ url: /podcast
+ - title: Daily list
+ url: /daily
+
+meta:
+ description: |-
+ Oliver is an Acquia-certified Triple Drupal expert, core contributor, Developer, Consultant and multiple-time DrupalCon speaker.
+
+testimonials:
+ - text: |
+ The course was very informative. One of the biggest pain points with Drupal testing was that there was no clear and definitive guide on setting up the php unit XML file to get functional and kernel tests working right away. Your guide was fantastic and I will definitely be using it going forward in my module development for work.
+ name: Frank Landry
+ title: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/frank-landry.jpg'
+ tags: [testing, atdc]
+ - text: |
+ Well done. You've created a really excellent resource here that has the potential to bring Drupal development forward a huge leap. You’ve managed to simplify and share some often complex seeming issues.
+ name: Adam Nuttall
+ title: Drupal Engineer
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/adam-nuttall.jpg'
+ tags: [testing, atdc]
+ - text: |
+ I'm liking your short emails. They're just the right length that isn't too distracting but I'm able to consume it in a single glance.
+ name: Kevin Coyle
+ title: Design System Engineering Consultant
+ url: https://www.coyledesign.co.uk
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/kevin-coyle.jpg'
+ tags: [daily]
+ - text: |
+ I really love your daily posts. They are opinionated, and this gives room for thoughts, I appreciate this.
+ name: Boris Böhne
+ title: Drupal Developer
+ url: https://www.drupal.org/u/drubb
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/boris-bohne.jpg'
+ tags: [daily]
+ - text: |
+ Following your "Automated tests" emails and they are great! Such a pleasant reading. I love how you start from the very beginning and keeping things simple, step by step.
+
+ Looking forward to more content!
+ name: Matthieu Scarset
+ title: Drupal Expert
+ url: https://matthieuscarset.com
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/matthieu-scarset.jpg'
+ tags: [testing, atdc]
+ - text: |
+ Hi Oliver, we met briefly at the Tech Connect event in London last month. Been reading through a few of your latest posts and have found the messages valuable, especially as we spent the week learning about unit, integration and e2e testing. I have signed up to your mailing list to keep the good advice flowing!
+ name: Alexander Carr
+ title: Full Stack Software Engineer at School of Code
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/alexander-carr.jpg'
+ tags: [daily]
+ - text: |
+ These emails are superb and make for very interesting reading. Thank you!
+ name: Adam Nuttall
+ title: Drupal Engineer
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/adam-nuttall.jpg'
+ tags: [daily]
+ - text: Oliver's approach to testing is a continual reminder of his commitment to delivering high-quality, bug-free, software.
+ name: Mike Karthauser
+ title: Senior Software Engineer
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/mike-karthauser.jpg'
+ tags: [daily, testing, coaching, atdc]
+ - text: |
+ I had the opportunity and good fortune to work with Oliver solving two problems that I was having on a Drupal Commerce site. I have done several Drupal sites using UberCart, but since it is deprecated, I chose to use Commerce. I had searched, posted to forums, and other normal means to find answers to my problems, to no response and to no avail.
+
+ I got a referral to Oliver and scheduled an appointment to discuss the problems on a Zoom call. After showing him via screen share where I was stumped, he offered different approaches to what I was doing, which I was fine with as long as it worked.
+
+ Once we solved the first problem, I was really elated and then focused on the second one, which was an easier fix. So in a short period of time, both problems were fixed and tested.
+
+ I found Oliver was affable and easy to work with. He has a strong work ethic and a desire to solve problems for his customers and can recommend working with him. I think one of his strengths is to find alternative solutions to problems.
+ name: Tom Evans
+ title: ~
+ image: ~
+ tags: [call]
+ - text: |
+ I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable.
+ name: Marcos Duran
+ title: Senior Software Engineer
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/marcos-duran.jpg'
+ tags: [git, daily, coaching]
+ - text: |
+ I like the "$ git log -S" and "$ git log --grep" commands, will definitely be using these, thanks!
+ name: Stephen Mulvihill
+ title: Solutions Architect
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/stephen-mulvihill.jpg'
+ tags: [git, daily, coaching]
+ - text: |
+ Just wanted to say that your blog is amazing <3 I absolutely love it and usually share it with colleagues and some of the kids at my Code Club.
+
+ Thanks for contributing to the community with your amazing content!
+ name: Patty O'Callaghan
+ title: Tech Lead
+ url: https://pattyocallaghan.com
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/patty-ocallaghan.jpg'
+ tags: [daily]
+ - text: |
+ I've wanted to explore testing for a while, but as a PHP developer with 10 years of Drupal experience who'd written next to no tests, I really needed guidance. Oliver's expertise in testing and TDD motivated me to seek his help.
+
+ Before our call, I'd started writing tests for my modules but needed direction, understanding the code to a degree but needing help with approach. Oliver clarified both unit and integration testing, providing solutions for my challenges, and shared his code for inspiration and help. He also gave me ideas on how to utilise contrib code to help me further.
+
+ Consulting with an expert, I gained the clarity and confidence I needed in tackling testing with structured, maintainable practices. Oliver's adaptability and tailored services make him highly recommendable.
+
+ Thanks, Oliver - I feel empowered and know exactly what approach to take now!
+ name: Tawny Bartlett
+ title: Senior Drupal Developer
+ url: https://www.playingwithpixels.co.uk
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/tawny.jpg'
+ tags: [testing, coaching, call, atdc]
+ - text: |
+ I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field.
+
+ As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs.
+
+ Friendly, flexible and diligent - I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project.
+ name: Joe Howell
+ title: Director, Bastion Insurance
+ url: https://www.bastioninsurance.co.uk
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/joe-howell.jpg'
+ tags: [front, subscription, coaching]
+ - text: |
+ We use Oliver for maintaining a couple of Drupal sites for which we no longer have the skills ourselves. We became aware of Oliver through his work in the Drupal community, and about a year ago we approached him to help us with the deep dive aspects of maintaining and developing Drupal sites. He's been really helpful and very responsive. Much appreciated!
+ name: Jon Hallett
+ title: Senior Systems Administrator at the University of Bristol
+ url: https://bristol.ac.uk
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/jon-hallett.jpeg'
+ tags: [front, subscription]
+ - text: |
+ For over a decade we have worked with Oliver on a number of different projects. Initially our collaboration consisted of web maintenance and troubleshooting but we soon tapped Oliver to design, build and maintain a custom awards site which includes both submission and judging functionality. Oliver has deep and wide-ranging skills and I would certainly recommend his services!
+ name: Michael Itkoff
+ title: Cofounder
+ url: https://www.daylightbooks.org
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/michael-itkoff.jpg'
+ tags: [front, subscription]
+ - text: |
+ Working with Oliver on the Seren website has been easy and beneficial.
+
+ As well as providing general maintenance support, he built a new Drupal module which integrated with our partners Glassboxx so that we could sell ebooks directly from our website. Oliver worked closely with the team at Glassboxx to create the integration which needed to communicate with the Glassboxx app so that users could download their purchases. He was able to resolve issues which came up along the way in order to create a functioning module which we now use on our site.
+
+ Oliver has extensive knowledge of Drupal and his familiarity with the Seren site meant he was able to fix problems quickly and efficiently as they arose.
+
+ He is reliable and has always been willing to discuss new ideas for how the site could function.
+
+ We would recommend working with him for his invaluable knowledge and ability to find solutions to problems at short notice. It has been a pleasure to work with him over the years.
+ name: Mick Felton
+ title: Publisher at Poetry Wales Press Ltd (Seren Books)
+ url: https://www.serenbooks.com
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/mick-felton.jpg'
+ tags: [front, subscription, coaching]
+ - text: |
+ Oliver is a pleasure to work with, and I would engage him again without hesitation. He communicates regularly, ensures that he meets requirements, and suggests improvements to the potential solutions to the brief.
+ name: Duncan Davidson
+ title: Director at Rohallion
+ url: https://rohallion.agency
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/duncan.jpeg'
+ tags: [front, subscription, coaching]
+ - text: |
+ We have only worked together for a short while but I can see Oliver is a Drupal expert.
+
+ His technical knowledge means we have been able to make improvements to the sites we manage quickly and efficiently.
+
+ If we have complex issues to contend with in the future I feel confident he will be able to deal with them.
+ name: Anonymous
+ title: Marketing Strategist
+ tags: [front, subscription]
+ - text: |
+ A fantastic and highly knowledgeable Drupal Developer. Oliver saved a struggling Drupal project with his wealth of Drupal experience.
+ name: Adam Cuddihy
+ title: Web Development Manager
+ url: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/adam.jpeg'
+ tags: [front, subscription]
+ - text: |
+ I had the pleasure of working with Oliver whilst building the first version of our drupal based intranet. His knowledge of Drupal and the wider infrastructure required to run a site was really invaluable.
+
+ At the time, we were very new to Drupal, so it gave us a great platform to learn from and expand our own knowledge.
+
+ He's the only external contractor that we've kept in touch with over the years, which goes to show how much we valued his input.
+ name: Huw Davies
+ title: Web Dev Manager / DevOps / Team Manager at Admiral Group Plc
+ url: https://admiral.com
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/huw.jpeg'
+ tags: [front, subscription]
+ - text: |
+ Oliver really knows his stuff. Whether you are just starting out or looking to take your knowledge to the next level, his patient and clear way of explaining will help get you there.
+ name: Scott Euser
+ title: Head of Web Development
+ url: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/scott-euser.jpg'
+ tags: [testing, coaching]
+ - text: |
+ I have had the pleasure of working with Oliver on several projects at Microserve. He is a natural innovator and a great mentor who inspires others to explore new technologies and approaches. He is a highly knowledgeable professional with a passion for all things Drupal and the tenacity required to get the job done well.
+ name: Alan Hatch
+ title: Senior Drupal Developer at Microserve
+ url: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/alan.jpeg'
+ tags: [coaching]
+ - text: |
+ Oliver has been an outstanding contributor to the Drupal Association team. He is a talented developer who writes great code and applies his curiosity and love of learning to every project. He is also a fantastic team member, who gives to the team as much as he gets.
+
+ Oliver is the embodiment of everything good about the Drupal community.
+ name: Holly Ross
+ title: Executive Director at the Drupal Association
+ url: https://www.drupal.org/association
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/holly-ross.png'
+ tags: [front, subscription]
+ - text: |
+ Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and integrity to all of his work.
+
+ Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him to work on a wide range of projects and features for Drupal products.
+ name: Josh Mitchell
+ title: CTO at Drupal Association
+ url: https://joshuami.com
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/josh-mitchell.png'
+ tags: [front, subscription]
+ - text: |
+ Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him again in the future.
+ name: Brian Hartwell
+ title: Interactive Creative Director
+ url: ~
+ image: ~
+ tags: [front, subscription]
+ - text: |
+ Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered.
+ name: Brian Healy
+ title: Director of Business Development at Tincan
+ url: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/brian-healy.png'
+ tags: [front, subscription]
+ - text: |
+ Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more.
+ name: Chris Jarvis
+ title: Developer at Microserve
+ url: ~
+ image:
+ url: '%site.assets.url%/assets/images/recommendations/chris-jarvis.jpg'
+ - text: |
+ Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times.
+ name: Daniel Easterbrook
+ title: Digital Strategy Consultant
+ tags: [front, subscription]
+
+plausible:
+ domain: ~
+
+prose_classes: |
+ prose prose-p:text-black prose-a:font-light prose-a:text-blue-primary prose-p:text-lg prose-blockquote:border-blue-primary dark:marker:text-white prose-li:my-1 prose-li:text-lg prose-figcaption:text-white prose-li:text-black marker:text-black dark:prose-p:text-white dark:prose-invert dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-li:text-white hover:prose-a:no-underline prose-h2:text-xl prose-code:font-normal prose-h2:mb-4 prose-ul:my-3 dark:prose-hr:border-grey-400 prose-code:before:content-[''] prose-code:after:content-['']
+
+transistor:
+ feed:
+ url: https://feeds.transistor.fm/beyond-blocks
+ share:
+ url: https://share.transistor.fm/e
+
+youtube:
+ channel:
+ slug: opdavies
+ url: https://www.youtube.com/@%youtube.channel.slug%
diff --git a/app/config/sculpin_site_prod.yml b/app/config/sculpin_site_prod.yml
new file mode 100644
index 00000000..16aa94f0
--- /dev/null
+++ b/app/config/sculpin_site_prod.yml
@@ -0,0 +1,8 @@
+---
+imports:
+ - sculpin_site.yml
+
+plausible:
+ domain: oliverdavies.uk
+
+url: https://www.oliverdavies.uk
diff --git a/assets/package.json b/assets/package.json
new file mode 100644
index 00000000..de5f1841
--- /dev/null
+++ b/assets/package.json
@@ -0,0 +1,7 @@
+{
+ "dependencies": {
+ "@tailwindcss/forms": "^0.5.7",
+ "@tailwindcss/typography": "^0.5.10",
+ "tailwindcss": "^3.4.0"
+ }
+}
diff --git a/assets/pnpm-lock.yaml b/assets/pnpm-lock.yaml
new file mode 100644
index 00000000..a1f7189a
--- /dev/null
+++ b/assets/pnpm-lock.yaml
@@ -0,0 +1,779 @@
+lockfileVersion: '6.0'
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
+dependencies:
+ '@tailwindcss/forms':
+ specifier: ^0.5.7
+ version: 0.5.7(tailwindcss@3.4.0)
+ '@tailwindcss/typography':
+ specifier: ^0.5.10
+ version: 0.5.10(tailwindcss@3.4.0)
+ tailwindcss:
+ specifier: ^3.4.0
+ version: 3.4.0
+
+packages:
+
+ /@alloc/quick-lru@5.2.0:
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
+ engines: {node: '>=10'}
+ dev: false
+
+ /@isaacs/cliui@8.0.2:
+ resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
+ engines: {node: '>=12'}
+ dependencies:
+ string-width: 5.1.2
+ string-width-cjs: /string-width@4.2.3
+ strip-ansi: 7.1.0
+ strip-ansi-cjs: /strip-ansi@6.0.1
+ wrap-ansi: 8.1.0
+ wrap-ansi-cjs: /wrap-ansi@7.0.0
+ dev: false
+
+ /@jridgewell/gen-mapping@0.3.3:
+ resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
+ engines: {node: '>=6.0.0'}
+ dependencies:
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/trace-mapping': 0.3.20
+ dev: false
+
+ /@jridgewell/resolve-uri@3.1.1:
+ resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
+ engines: {node: '>=6.0.0'}
+ dev: false
+
+ /@jridgewell/set-array@1.1.2:
+ resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
+ engines: {node: '>=6.0.0'}
+ dev: false
+
+ /@jridgewell/sourcemap-codec@1.4.15:
+ resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ dev: false
+
+ /@jridgewell/trace-mapping@0.3.20:
+ resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==}
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.1
+ '@jridgewell/sourcemap-codec': 1.4.15
+ dev: false
+
+ /@nodelib/fs.scandir@2.1.5:
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
+ engines: {node: '>= 8'}
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ run-parallel: 1.2.0
+ dev: false
+
+ /@nodelib/fs.stat@2.0.5:
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
+ engines: {node: '>= 8'}
+ dev: false
+
+ /@nodelib/fs.walk@1.2.8:
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
+ engines: {node: '>= 8'}
+ dependencies:
+ '@nodelib/fs.scandir': 2.1.5
+ fastq: 1.16.0
+ dev: false
+
+ /@pkgjs/parseargs@0.11.0:
+ resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
+ engines: {node: '>=14'}
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@tailwindcss/forms@0.5.7(tailwindcss@3.4.0):
+ resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==}
+ peerDependencies:
+ tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
+ dependencies:
+ mini-svg-data-uri: 1.4.4
+ tailwindcss: 3.4.0
+ dev: false
+
+ /@tailwindcss/typography@0.5.10(tailwindcss@3.4.0):
+ resolution: {integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==}
+ peerDependencies:
+ tailwindcss: '>=3.0.0 || insiders'
+ dependencies:
+ lodash.castarray: 4.4.0
+ lodash.isplainobject: 4.0.6
+ lodash.merge: 4.6.2
+ postcss-selector-parser: 6.0.10
+ tailwindcss: 3.4.0
+ dev: false
+
+ /ansi-regex@5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /ansi-regex@6.0.1:
+ resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ engines: {node: '>=12'}
+ dev: false
+
+ /ansi-styles@4.3.0:
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
+ engines: {node: '>=8'}
+ dependencies:
+ color-convert: 2.0.1
+ dev: false
+
+ /ansi-styles@6.2.1:
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
+ engines: {node: '>=12'}
+ dev: false
+
+ /any-promise@1.3.0:
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
+ dev: false
+
+ /anymatch@3.1.3:
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
+ engines: {node: '>= 8'}
+ dependencies:
+ normalize-path: 3.0.0
+ picomatch: 2.3.1
+ dev: false
+
+ /arg@5.0.2:
+ resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
+ dev: false
+
+ /balanced-match@1.0.2:
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
+ dev: false
+
+ /binary-extensions@2.2.0:
+ resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /brace-expansion@2.0.1:
+ resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
+ dependencies:
+ balanced-match: 1.0.2
+ dev: false
+
+ /braces@3.0.2:
+ resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
+ engines: {node: '>=8'}
+ dependencies:
+ fill-range: 7.0.1
+ dev: false
+
+ /camelcase-css@2.0.1:
+ resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
+ engines: {node: '>= 6'}
+ dev: false
+
+ /chokidar@3.5.3:
+ resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
+ engines: {node: '>= 8.10.0'}
+ dependencies:
+ anymatch: 3.1.3
+ braces: 3.0.2
+ glob-parent: 5.1.2
+ is-binary-path: 2.1.0
+ is-glob: 4.0.3
+ normalize-path: 3.0.0
+ readdirp: 3.6.0
+ optionalDependencies:
+ fsevents: 2.3.3
+ dev: false
+
+ /color-convert@2.0.1:
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
+ engines: {node: '>=7.0.0'}
+ dependencies:
+ color-name: 1.1.4
+ dev: false
+
+ /color-name@1.1.4:
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
+ dev: false
+
+ /commander@4.1.1:
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
+ engines: {node: '>= 6'}
+ dev: false
+
+ /cross-spawn@7.0.3:
+ resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ engines: {node: '>= 8'}
+ dependencies:
+ path-key: 3.1.1
+ shebang-command: 2.0.0
+ which: 2.0.2
+ dev: false
+
+ /cssesc@3.0.0:
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
+ engines: {node: '>=4'}
+ hasBin: true
+ dev: false
+
+ /didyoumean@1.2.2:
+ resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
+ dev: false
+
+ /dlv@1.1.3:
+ resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
+ dev: false
+
+ /eastasianwidth@0.2.0:
+ resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
+ dev: false
+
+ /emoji-regex@8.0.0:
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
+ dev: false
+
+ /emoji-regex@9.2.2:
+ resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
+ dev: false
+
+ /fast-glob@3.3.2:
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
+ engines: {node: '>=8.6.0'}
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.5
+ dev: false
+
+ /fastq@1.16.0:
+ resolution: {integrity: sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==}
+ dependencies:
+ reusify: 1.0.4
+ dev: false
+
+ /fill-range@7.0.1:
+ resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
+ engines: {node: '>=8'}
+ dependencies:
+ to-regex-range: 5.0.1
+ dev: false
+
+ /foreground-child@3.1.1:
+ resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
+ engines: {node: '>=14'}
+ dependencies:
+ cross-spawn: 7.0.3
+ signal-exit: 4.1.0
+ dev: false
+
+ /fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
+ os: [darwin]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /function-bind@1.1.2:
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
+ dev: false
+
+ /glob-parent@5.1.2:
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
+ engines: {node: '>= 6'}
+ dependencies:
+ is-glob: 4.0.3
+ dev: false
+
+ /glob-parent@6.0.2:
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
+ engines: {node: '>=10.13.0'}
+ dependencies:
+ is-glob: 4.0.3
+ dev: false
+
+ /glob@10.3.10:
+ resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ hasBin: true
+ dependencies:
+ foreground-child: 3.1.1
+ jackspeak: 2.3.6
+ minimatch: 9.0.3
+ minipass: 7.0.4
+ path-scurry: 1.10.1
+ dev: false
+
+ /hasown@2.0.0:
+ resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
+ engines: {node: '>= 0.4'}
+ dependencies:
+ function-bind: 1.1.2
+ dev: false
+
+ /is-binary-path@2.1.0:
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
+ engines: {node: '>=8'}
+ dependencies:
+ binary-extensions: 2.2.0
+ dev: false
+
+ /is-core-module@2.13.1:
+ resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ dependencies:
+ hasown: 2.0.0
+ dev: false
+
+ /is-extglob@2.1.1:
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
+ /is-fullwidth-code-point@3.0.0:
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /is-glob@4.0.3:
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
+ engines: {node: '>=0.10.0'}
+ dependencies:
+ is-extglob: 2.1.1
+ dev: false
+
+ /is-number@7.0.0:
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
+ engines: {node: '>=0.12.0'}
+ dev: false
+
+ /isexe@2.0.0:
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
+ dev: false
+
+ /jackspeak@2.3.6:
+ resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@isaacs/cliui': 8.0.2
+ optionalDependencies:
+ '@pkgjs/parseargs': 0.11.0
+ dev: false
+
+ /jiti@1.21.0:
+ resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
+ hasBin: true
+ dev: false
+
+ /lilconfig@2.1.0:
+ resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
+ engines: {node: '>=10'}
+ dev: false
+
+ /lilconfig@3.0.0:
+ resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==}
+ engines: {node: '>=14'}
+ dev: false
+
+ /lines-and-columns@1.2.4:
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
+ dev: false
+
+ /lodash.castarray@4.4.0:
+ resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
+ dev: false
+
+ /lodash.isplainobject@4.0.6:
+ resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
+ dev: false
+
+ /lodash.merge@4.6.2:
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
+ dev: false
+
+ /lru-cache@10.1.0:
+ resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==}
+ engines: {node: 14 || >=16.14}
+ dev: false
+
+ /merge2@1.4.1:
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
+ engines: {node: '>= 8'}
+ dev: false
+
+ /micromatch@4.0.5:
+ resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
+ engines: {node: '>=8.6'}
+ dependencies:
+ braces: 3.0.2
+ picomatch: 2.3.1
+ dev: false
+
+ /mini-svg-data-uri@1.4.4:
+ resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
+ hasBin: true
+ dev: false
+
+ /minimatch@9.0.3:
+ resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ dependencies:
+ brace-expansion: 2.0.1
+ dev: false
+
+ /minipass@7.0.4:
+ resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ dev: false
+
+ /mz@2.7.0:
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
+ dependencies:
+ any-promise: 1.3.0
+ object-assign: 4.1.1
+ thenify-all: 1.6.0
+ dev: false
+
+ /nanoid@3.3.7:
+ resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+ dev: false
+
+ /normalize-path@3.0.0:
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
+ /object-assign@4.1.1:
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
+ /object-hash@3.0.0:
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
+ engines: {node: '>= 6'}
+ dev: false
+
+ /path-key@3.1.1:
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /path-parse@1.0.7:
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
+ dev: false
+
+ /path-scurry@1.10.1:
+ resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ dependencies:
+ lru-cache: 10.1.0
+ minipass: 7.0.4
+ dev: false
+
+ /picocolors@1.0.0:
+ resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
+ dev: false
+
+ /picomatch@2.3.1:
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ engines: {node: '>=8.6'}
+ dev: false
+
+ /pify@2.3.0:
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
+ /pirates@4.0.6:
+ resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
+ engines: {node: '>= 6'}
+ dev: false
+
+ /postcss-import@15.1.0(postcss@8.4.32):
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ postcss: ^8.0.0
+ dependencies:
+ postcss: 8.4.32
+ postcss-value-parser: 4.2.0
+ read-cache: 1.0.0
+ resolve: 1.22.8
+ dev: false
+
+ /postcss-js@4.0.1(postcss@8.4.32):
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
+ engines: {node: ^12 || ^14 || >= 16}
+ peerDependencies:
+ postcss: ^8.4.21
+ dependencies:
+ camelcase-css: 2.0.1
+ postcss: 8.4.32
+ dev: false
+
+ /postcss-load-config@4.0.2(postcss@8.4.32):
+ resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
+ engines: {node: '>= 14'}
+ peerDependencies:
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ postcss:
+ optional: true
+ ts-node:
+ optional: true
+ dependencies:
+ lilconfig: 3.0.0
+ postcss: 8.4.32
+ yaml: 2.3.4
+ dev: false
+
+ /postcss-nested@6.0.1(postcss@8.4.32):
+ resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
+ engines: {node: '>=12.0'}
+ peerDependencies:
+ postcss: ^8.2.14
+ dependencies:
+ postcss: 8.4.32
+ postcss-selector-parser: 6.0.14
+ dev: false
+
+ /postcss-selector-parser@6.0.10:
+ resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
+ engines: {node: '>=4'}
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+ dev: false
+
+ /postcss-selector-parser@6.0.14:
+ resolution: {integrity: sha512-65xXYsT40i9GyWzlHQ5ShZoK7JZdySeOozi/tz2EezDo6c04q6+ckYMeoY7idaie1qp2dT5KoYQ2yky6JuoHnA==}
+ engines: {node: '>=4'}
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+ dev: false
+
+ /postcss-value-parser@4.2.0:
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
+ dev: false
+
+ /postcss@8.4.32:
+ resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==}
+ engines: {node: ^10 || ^12 || >=14}
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.0.0
+ source-map-js: 1.0.2
+ dev: false
+
+ /queue-microtask@1.2.3:
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
+ dev: false
+
+ /read-cache@1.0.0:
+ resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
+ dependencies:
+ pify: 2.3.0
+ dev: false
+
+ /readdirp@3.6.0:
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
+ engines: {node: '>=8.10.0'}
+ dependencies:
+ picomatch: 2.3.1
+ dev: false
+
+ /resolve@1.22.8:
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ hasBin: true
+ dependencies:
+ is-core-module: 2.13.1
+ path-parse: 1.0.7
+ supports-preserve-symlinks-flag: 1.0.0
+ dev: false
+
+ /reusify@1.0.4:
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
+ dev: false
+
+ /run-parallel@1.2.0:
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
+ dependencies:
+ queue-microtask: 1.2.3
+ dev: false
+
+ /shebang-command@2.0.0:
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
+ dependencies:
+ shebang-regex: 3.0.0
+ dev: false
+
+ /shebang-regex@3.0.0:
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /signal-exit@4.1.0:
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
+ engines: {node: '>=14'}
+ dev: false
+
+ /source-map-js@1.0.2:
+ resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
+ engines: {node: '>=0.10.0'}
+ dev: false
+
+ /string-width@4.2.3:
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
+ engines: {node: '>=8'}
+ dependencies:
+ emoji-regex: 8.0.0
+ is-fullwidth-code-point: 3.0.0
+ strip-ansi: 6.0.1
+ dev: false
+
+ /string-width@5.1.2:
+ resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
+ engines: {node: '>=12'}
+ dependencies:
+ eastasianwidth: 0.2.0
+ emoji-regex: 9.2.2
+ strip-ansi: 7.1.0
+ dev: false
+
+ /strip-ansi@6.0.1:
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
+ engines: {node: '>=8'}
+ dependencies:
+ ansi-regex: 5.0.1
+ dev: false
+
+ /strip-ansi@7.1.0:
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
+ engines: {node: '>=12'}
+ dependencies:
+ ansi-regex: 6.0.1
+ dev: false
+
+ /sucrase@3.35.0:
+ resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
+ engines: {node: '>=16 || 14 >=14.17'}
+ hasBin: true
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.3
+ commander: 4.1.1
+ glob: 10.3.10
+ lines-and-columns: 1.2.4
+ mz: 2.7.0
+ pirates: 4.0.6
+ ts-interface-checker: 0.1.13
+ dev: false
+
+ /supports-preserve-symlinks-flag@1.0.0:
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
+ engines: {node: '>= 0.4'}
+ dev: false
+
+ /tailwindcss@3.4.0:
+ resolution: {integrity: sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==}
+ engines: {node: '>=14.0.0'}
+ hasBin: true
+ dependencies:
+ '@alloc/quick-lru': 5.2.0
+ arg: 5.0.2
+ chokidar: 3.5.3
+ didyoumean: 1.2.2
+ dlv: 1.1.3
+ fast-glob: 3.3.2
+ glob-parent: 6.0.2
+ is-glob: 4.0.3
+ jiti: 1.21.0
+ lilconfig: 2.1.0
+ micromatch: 4.0.5
+ normalize-path: 3.0.0
+ object-hash: 3.0.0
+ picocolors: 1.0.0
+ postcss: 8.4.32
+ postcss-import: 15.1.0(postcss@8.4.32)
+ postcss-js: 4.0.1(postcss@8.4.32)
+ postcss-load-config: 4.0.2(postcss@8.4.32)
+ postcss-nested: 6.0.1(postcss@8.4.32)
+ postcss-selector-parser: 6.0.14
+ resolve: 1.22.8
+ sucrase: 3.35.0
+ transitivePeerDependencies:
+ - ts-node
+ dev: false
+
+ /thenify-all@1.6.0:
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
+ engines: {node: '>=0.8'}
+ dependencies:
+ thenify: 3.3.1
+ dev: false
+
+ /thenify@3.3.1:
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
+ dependencies:
+ any-promise: 1.3.0
+ dev: false
+
+ /to-regex-range@5.0.1:
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
+ engines: {node: '>=8.0'}
+ dependencies:
+ is-number: 7.0.0
+ dev: false
+
+ /ts-interface-checker@0.1.13:
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
+ dev: false
+
+ /util-deprecate@1.0.2:
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
+ dev: false
+
+ /which@2.0.2:
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
+ hasBin: true
+ dependencies:
+ isexe: 2.0.0
+ dev: false
+
+ /wrap-ansi@7.0.0:
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
+ engines: {node: '>=10'}
+ dependencies:
+ ansi-styles: 4.3.0
+ string-width: 4.2.3
+ strip-ansi: 6.0.1
+ dev: false
+
+ /wrap-ansi@8.1.0:
+ resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
+ engines: {node: '>=12'}
+ dependencies:
+ ansi-styles: 6.2.1
+ string-width: 5.1.2
+ strip-ansi: 7.1.0
+ dev: false
+
+ /yaml@2.3.4:
+ resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==}
+ engines: {node: '>= 14'}
+ dev: false
diff --git a/assets/tailwind.config.ts b/assets/tailwind.config.ts
new file mode 100644
index 00000000..0b17b0d7
--- /dev/null
+++ b/assets/tailwind.config.ts
@@ -0,0 +1,38 @@
+import colours from "tailwindcss/colors";
+import type { Config } from "tailwindcss";
+import formsPlugin from '@tailwindcss/forms';
+import typographyPlugin from "@tailwindcss/typography";
+
+export default {
+ content: [
+ "../app/config/**/*.yml",
+ "../source/**/*.{md,twig}",
+ ],
+ theme: {
+ colors: {
+ black: "#000",
+ blue: {
+ primary: "#24608A",
+ 400: "#60a5fa",
+ },
+ current: "currentColor",
+ grey: colours.stone,
+ inherit: "inherit",
+ transparent: "transparent",
+ white: "#fff",
+ },
+
+ extend: {
+ fontFamily: {
+ sans: [
+ "Roboto Condensed",
+ "Arial",
+ "Helvetica Neue",
+ "Helvetica",
+ "sans-serif",
+ ],
+ },
+ },
+ },
+ plugins: [formsPlugin, typographyPlugin],
+} satisfies Config;
diff --git a/build.yaml b/build.yaml
new file mode 100644
index 00000000..d1af4a26
--- /dev/null
+++ b/build.yaml
@@ -0,0 +1,13 @@
+---
+name: oliverdavies-uk
+type: sculpin
+language: php
+
+flake:
+ devshell:
+ packages:
+ - bashInteractive
+ - nodePackages.pnpm
+ - nodejs
+ - php82
+ - php82Packages.composer
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..6e87e2fa
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,23 @@
+{
+ "require": {
+ "illuminate/collections": "^11.6",
+ "opdavies/sculpin-twig-markdown-bundle": "^0.2.0",
+ "sculpin/sculpin": "^3.2"
+ },
+ "config": {
+ "allow-plugins": {
+ "sculpin/sculpin-theme-composer-plugin": true
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "App\\": "src" }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "App\\Tests\\": "tests" }
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.1"
+ }
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 00000000..5c098171
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,5453 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "bd500bef7c5bb79c78f157cd47833196",
+ "packages": [
+ {
+ "name": "dflydev/ant-path-matcher",
+ "version": "v1.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git",
+ "reference": "c8406d2d85a844b0dbb4ee76d9db9def7ca67518"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-util-antPathMatcher/zipball/c8406d2d85a844b0dbb4ee76d9db9def7ca67518",
+ "reference": "c8406d2d85a844b0dbb4ee76d9db9def7ca67518",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "dflydev\\util\\antPathMatcher": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Ant Path Matcher Utility",
+ "homepage": "http://github.com/dflydev/dflydev-util-antPathMatcher",
+ "keywords": [
+ "ant",
+ "matcher",
+ "path",
+ "pattern"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-util-antPathMatcher/issues",
+ "source": "https://github.com/dflydev/dflydev-util-antPathMatcher/tree/v1.0.4"
+ },
+ "time": "2023-01-23T23:02:42+00:00"
+ },
+ {
+ "name": "dflydev/apache-mime-types",
+ "version": "v1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
+ "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
+ "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "twig/twig": "1.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\ApacheMimeTypes": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Apache MIME Types",
+ "keywords": [
+ "apache",
+ "mime",
+ "mimetypes"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-apache-mime-types/issues",
+ "source": "https://github.com/dflydev/dflydev-apache-mime-types/tree/v1.0.1"
+ },
+ "time": "2013-05-14T02:02:01+00:00"
+ },
+ {
+ "name": "dflydev/canal",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-canal.git",
+ "reference": "668af213d86f0f378f5dcce6799b974044fa6a51"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/668af213d86f0f378f5dcce6799b974044fa6a51",
+ "reference": "668af213d86f0f378f5dcce6799b974044fa6a51",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/apache-mime-types": "1.0.*",
+ "php": ">=5.3.3",
+ "webignition/internet-media-type": "0.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\Canal": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Content analysis for the purpose of determining Internet media types.",
+ "keywords": [
+ "content",
+ "detection",
+ "mime",
+ "type"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-canal/issues",
+ "source": "https://github.com/dflydev/dflydev-canal/tree/master"
+ },
+ "time": "2013-05-14T05:22:25+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-configuration",
+ "version": "v1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
+ "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
+ "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/dot-access-data": "1.*",
+ "dflydev/placeholder-resolver": "1.*",
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "symfony/yaml": "~2.1"
+ },
+ "suggest": {
+ "symfony/yaml": "Required for using the YAML Configuration Builders"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\DotAccessConfiguration": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
+ "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
+ "keywords": [
+ "config",
+ "configuration"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-dot-access-configuration/issues",
+ "source": "https://github.com/dflydev/dflydev-dot-access-configuration/tree/master"
+ },
+ "time": "2018-09-08T23:00:17+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-data",
+ "version": "v1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+ "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
+ "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\DotAccessData": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ },
+ {
+ "name": "Carlos Frutos",
+ "email": "carlos@kiwing.it",
+ "homepage": "https://github.com/cfrutos"
+ }
+ ],
+ "description": "Given a deep data structure, access data by dot notation.",
+ "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
+ "keywords": [
+ "access",
+ "data",
+ "dot",
+ "notation"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
+ "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master"
+ },
+ "time": "2017-01-20T21:14:22+00:00"
+ },
+ {
+ "name": "dflydev/placeholder-resolver",
+ "version": "v1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
+ "reference": "d0161b4be1e15838327b01b21d0149f382d69906"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/d0161b4be1e15838327b01b21d0149f382d69906",
+ "reference": "d0161b4be1e15838327b01b21d0149f382d69906",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Dflydev\\PlaceholderResolver": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
+ "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
+ "keywords": [
+ "placeholder",
+ "resolver"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-placeholder-resolver/issues",
+ "source": "https://github.com/dflydev/dflydev-placeholder-resolver/tree/v1.0.3"
+ },
+ "time": "2021-12-03T16:48:58+00:00"
+ },
+ {
+ "name": "doctrine/inflector",
+ "version": "1.4.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
+ "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^8.0",
+ "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpstan/phpstan-strict-rules": "^0.12",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
+ "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
+ "keywords": [
+ "inflection",
+ "inflector",
+ "lowercase",
+ "manipulation",
+ "php",
+ "plural",
+ "singular",
+ "strings",
+ "uppercase",
+ "words"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/inflector/issues",
+ "source": "https://github.com/doctrine/inflector/tree/1.4.4"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-04-16T17:34:40+00:00"
+ },
+ {
+ "name": "evenement/evenement",
+ "version": "v3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/igorw/evenement.git",
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9 || ^6"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Evenement\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Igor Wiedler",
+ "email": "igor@wiedler.ch"
+ }
+ ],
+ "description": "Événement is a very simple event dispatching library for PHP",
+ "keywords": [
+ "event-dispatcher",
+ "event-emitter"
+ ],
+ "support": {
+ "issues": "https://github.com/igorw/evenement/issues",
+ "source": "https://github.com/igorw/evenement/tree/v3.0.2"
+ },
+ "time": "2023-08-08T05:53:35+00:00"
+ },
+ {
+ "name": "fig/http-message-util",
+ "version": "1.1.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message-util.git",
+ "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
+ "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3 || ^7.0 || ^8.0"
+ },
+ "suggest": {
+ "psr/http-message": "The package containing the PSR-7 interfaces"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Fig\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/http-message-util/issues",
+ "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
+ },
+ "time": "2020-11-24T22:02:12+00:00"
+ },
+ {
+ "name": "illuminate/collections",
+ "version": "v11.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/collections.git",
+ "reference": "19c6554c7eba0efabc3f8aa4c434815b7f6b4b7d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/19c6554c7eba0efabc3f8aa4c434815b7f6b4b7d",
+ "reference": "19c6554c7eba0efabc3f8aa4c434815b7f6b4b7d",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/conditionable": "^11.0",
+ "illuminate/contracts": "^11.0",
+ "illuminate/macroable": "^11.0",
+ "php": "^8.2"
+ },
+ "suggest": {
+ "symfony/var-dumper": "Required to use the dump method (^7.0)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "11.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "helpers.php"
+ ],
+ "psr-4": {
+ "Illuminate\\Support\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Illuminate Collections package.",
+ "homepage": "https://laravel.com",
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2024-04-15T15:26:05+00:00"
+ },
+ {
+ "name": "illuminate/conditionable",
+ "version": "v11.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/conditionable.git",
+ "reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/conditionable/zipball/8a558fec063b6a63da1c3af1d219c0f998edffeb",
+ "reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "11.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Illuminate\\Support\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Illuminate Conditionable package.",
+ "homepage": "https://laravel.com",
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2024-04-04T17:36:49+00:00"
+ },
+ {
+ "name": "illuminate/contracts",
+ "version": "v11.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/contracts.git",
+ "reference": "8782f75e80ab3e6036842d24dbeead34a16f3a79"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/8782f75e80ab3e6036842d24dbeead34a16f3a79",
+ "reference": "8782f75e80ab3e6036842d24dbeead34a16f3a79",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.2",
+ "psr/container": "^1.1.1|^2.0.1",
+ "psr/simple-cache": "^1.0|^2.0|^3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "11.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Illuminate\\Contracts\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Illuminate Contracts package.",
+ "homepage": "https://laravel.com",
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2024-04-17T14:09:55+00:00"
+ },
+ {
+ "name": "illuminate/macroable",
+ "version": "v11.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/macroable.git",
+ "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/e1be58f9b2af73f242dc6a9add1f376b3ec89eef",
+ "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "11.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Illuminate\\Support\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Illuminate Macroable package.",
+ "homepage": "https://laravel.com",
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2023-06-08T14:08:27+00:00"
+ },
+ {
+ "name": "michelf/php-markdown",
+ "version": "1.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/michelf/php-markdown.git",
+ "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
+ "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": ">=4.3 <5.8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Michelf\\": "Michelf/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Michel Fortin",
+ "email": "michel.fortin@michelf.ca",
+ "homepage": "https://michelf.ca/",
+ "role": "Developer"
+ },
+ {
+ "name": "John Gruber",
+ "homepage": "https://daringfireball.net/"
+ }
+ ],
+ "description": "PHP Markdown",
+ "homepage": "https://michelf.ca/projects/php-markdown/",
+ "keywords": [
+ "markdown"
+ ],
+ "support": {
+ "issues": "https://github.com/michelf/php-markdown/issues",
+ "source": "https://github.com/michelf/php-markdown/tree/1.9.1"
+ },
+ "time": "2021-11-24T02:52:38+00:00"
+ },
+ {
+ "name": "netcarver/textile",
+ "version": "v3.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/textile/php-textile.git",
+ "reference": "02ed0cbe6832c2100342dabb6d01d7ba558cb8e7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/textile/php-textile/zipball/02ed0cbe6832c2100342dabb6d01d7ba558cb8e7",
+ "reference": "02ed0cbe6832c2100342dabb6d01d7ba558cb8e7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "1.6.3",
+ "phpunit/phpunit": "^9.5.20",
+ "psy/psysh": "^0.11.2",
+ "squizlabs/php_codesniffer": "3.*",
+ "symfony/yaml": "^4.4.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.8-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Netcarver\\Textile\\": "src/Netcarver/Textile/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Textile markup language parser",
+ "homepage": "https://github.com/textile/php-textile",
+ "keywords": [
+ "document",
+ "format",
+ "html",
+ "language",
+ "markup",
+ "parser",
+ "php-textile",
+ "plaintext",
+ "textile"
+ ],
+ "support": {
+ "issues": "https://github.com/textile/php-textile/issues",
+ "source": "https://github.com/textile/php-textile",
+ "wiki": "https://github.com/textile/php-textile/wiki"
+ },
+ "time": "2022-12-03T18:19:42+00:00"
+ },
+ {
+ "name": "opdavies/sculpin-twig-markdown-bundle",
+ "version": "0.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/opdavies/sculpin-twig-markdown-bundle.git",
+ "reference": "da9b055a1981419a0e7d5b5e8e1de517d1d9d91e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/opdavies/sculpin-twig-markdown-bundle/zipball/da9b055a1981419a0e7d5b5e8e1de517d1d9d91e",
+ "reference": "da9b055a1981419a0e7d5b5e8e1de517d1d9d91e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "sculpin/sculpin": "@stable"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Opdavies\\Sculpin\\Bundle\\TwigMarkdownBundle\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Oliver Davies",
+ "email": "oliver@oliverdavies.uk",
+ "homepage": "https://www.oliverdavies.uk"
+ }
+ ],
+ "keywords": [
+ "markdown",
+ "sculpin",
+ "twig"
+ ],
+ "support": {
+ "issues": "https://github.com/opdavies/sculpin-twig-markdown-bundle/issues",
+ "source": "https://github.com/opdavies/sculpin-twig-markdown-bundle/tree/master"
+ },
+ "time": "2019-11-11T15:04:02+00:00"
+ },
+ {
+ "name": "psr/container",
+ "version": "1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.4.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/container/issues",
+ "source": "https://github.com/php-fig/container/tree/1.1.2"
+ },
+ "time": "2021-11-05T16:50:12+00:00"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
+ "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/1.1"
+ },
+ "time": "2023-04-04T09:50:52+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/2.0.0"
+ },
+ "time": "2021-07-14T16:41:46+00:00"
+ },
+ {
+ "name": "psr/simple-cache",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/simple-cache.git",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\SimpleCache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
+ },
+ "time": "2021-10-29T13:26:27+00:00"
+ },
+ {
+ "name": "react/cache",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/cache.git",
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "react/promise": "^3.0 || ^2.0 || ^1.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Cache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "Async, Promise-based cache interface for ReactPHP",
+ "keywords": [
+ "cache",
+ "caching",
+ "promise",
+ "reactphp"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/cache/issues",
+ "source": "https://github.com/reactphp/cache/tree/v1.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2022-11-30T15:59:55+00:00"
+ },
+ {
+ "name": "react/dns",
+ "version": "v1.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/dns.git",
+ "reference": "c134600642fa615b46b41237ef243daa65bb64ec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec",
+ "reference": "c134600642fa615b46b41237ef243daa65bb64ec",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "react/cache": "^1.0 || ^0.6 || ^0.5",
+ "react/event-loop": "^1.2",
+ "react/promise": "^3.0 || ^2.7 || ^1.2.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "react/async": "^4 || ^3 || ^2",
+ "react/promise-timer": "^1.9"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Dns\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "Async DNS resolver for ReactPHP",
+ "keywords": [
+ "async",
+ "dns",
+ "dns-resolver",
+ "reactphp"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/dns/issues",
+ "source": "https://github.com/reactphp/dns/tree/v1.12.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-11-29T12:41:06+00:00"
+ },
+ {
+ "name": "react/event-loop",
+ "version": "v1.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/event-loop.git",
+ "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
+ "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
+ },
+ "suggest": {
+ "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\EventLoop\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
+ "keywords": [
+ "asynchronous",
+ "event-loop"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/event-loop/issues",
+ "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-11-13T13:48:05+00:00"
+ },
+ {
+ "name": "react/http",
+ "version": "v1.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/http.git",
+ "reference": "8111281ee57f22b7194f5dba225e609ba7ce4d20"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/http/zipball/8111281ee57f22b7194f5dba225e609ba7ce4d20",
+ "reference": "8111281ee57f22b7194f5dba225e609ba7ce4d20",
+ "shasum": ""
+ },
+ "require": {
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
+ "fig/http-message-util": "^1.1",
+ "php": ">=5.3.0",
+ "psr/http-message": "^1.0",
+ "react/event-loop": "^1.2",
+ "react/promise": "^3 || ^2.3 || ^1.2.1",
+ "react/socket": "^1.12",
+ "react/stream": "^1.2"
+ },
+ "require-dev": {
+ "clue/http-proxy-react": "^1.8",
+ "clue/reactphp-ssh-proxy": "^1.4",
+ "clue/socks-react": "^1.4",
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "react/async": "^4 || ^3 || ^2",
+ "react/promise-stream": "^1.4",
+ "react/promise-timer": "^1.9"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Http\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
+ "keywords": [
+ "async",
+ "client",
+ "event-driven",
+ "http",
+ "http client",
+ "http server",
+ "https",
+ "psr-7",
+ "reactphp",
+ "server",
+ "streaming"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/http/issues",
+ "source": "https://github.com/reactphp/http/tree/v1.10.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2024-03-27T17:20:46+00:00"
+ },
+ {
+ "name": "react/promise",
+ "version": "v3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/promise.git",
+ "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
+ "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "1.10.39 || 1.4.10",
+ "phpunit/phpunit": "^9.6 || ^7.5"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
+ "keywords": [
+ "promise",
+ "promises"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/promise/issues",
+ "source": "https://github.com/reactphp/promise/tree/v3.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-11-16T16:21:57+00:00"
+ },
+ {
+ "name": "react/socket",
+ "version": "v1.15.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/socket.git",
+ "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038",
+ "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038",
+ "shasum": ""
+ },
+ "require": {
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
+ "php": ">=5.3.0",
+ "react/dns": "^1.11",
+ "react/event-loop": "^1.2",
+ "react/promise": "^3 || ^2.6 || ^1.2.1",
+ "react/stream": "^1.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
+ "react/async": "^4 || ^3 || ^2",
+ "react/promise-stream": "^1.4",
+ "react/promise-timer": "^1.10"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Socket\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
+ "keywords": [
+ "Connection",
+ "Socket",
+ "async",
+ "reactphp",
+ "stream"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/socket/issues",
+ "source": "https://github.com/reactphp/socket/tree/v1.15.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-12-15T11:02:10+00:00"
+ },
+ {
+ "name": "react/stream",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/stream.git",
+ "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66",
+ "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66",
+ "shasum": ""
+ },
+ "require": {
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
+ "php": ">=5.3.8",
+ "react/event-loop": "^1.2"
+ },
+ "require-dev": {
+ "clue/stream-filter": "~1.2",
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Stream\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering",
+ "homepage": "https://clue.engineering/"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "reactphp@ceesjankiewiet.nl",
+ "homepage": "https://wyrihaximus.net/"
+ },
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com",
+ "homepage": "https://sorgalla.com/"
+ },
+ {
+ "name": "Chris Boden",
+ "email": "cboden@gmail.com",
+ "homepage": "https://cboden.dev/"
+ }
+ ],
+ "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
+ "keywords": [
+ "event-driven",
+ "io",
+ "non-blocking",
+ "pipe",
+ "reactphp",
+ "readable",
+ "stream",
+ "writable"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/stream/issues",
+ "source": "https://github.com/reactphp/stream/tree/v1.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/reactphp",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-06-16T10:52:11+00:00"
+ },
+ {
+ "name": "sculpin/sculpin",
+ "version": "3.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sculpin/sculpin.git",
+ "reference": "5f705d845b2dc980ed91b79c49ccaa5f64cbdda0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sculpin/sculpin/zipball/5f705d845b2dc980ed91b79c49ccaa5f64cbdda0",
+ "reference": "5f705d845b2dc980ed91b79c49ccaa5f64cbdda0",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/ant-path-matcher": "^1.0.3",
+ "dflydev/apache-mime-types": "^1.0.1",
+ "dflydev/canal": "^1.0",
+ "dflydev/dot-access-configuration": "^1.0.3",
+ "doctrine/inflector": "^1.3",
+ "ext-mbstring": "*",
+ "michelf/php-markdown": "^1.9",
+ "netcarver/textile": "^3.6",
+ "php": "^8.0 || ^7.3",
+ "react/http": "^1.0",
+ "sculpin/sculpin-theme-composer-plugin": "^1.0",
+ "symfony/config": "^4.4.13",
+ "symfony/console": "^4.4.13",
+ "symfony/dependency-injection": "^4.4.13",
+ "symfony/event-dispatcher": "^4.4.13",
+ "symfony/filesystem": "^4.4.13",
+ "symfony/finder": "^4.4.13",
+ "symfony/http-kernel": "^4.4.13",
+ "symfony/yaml": "^4.4.13",
+ "twig/twig": "^2.5",
+ "webignition/internet-media-type": "^0.4.8"
+ },
+ "replace": {
+ "sculpin/core": "self.version",
+ "sculpin/markdown-bundle": "self.version",
+ "sculpin/markdown-twig-compat-bundle": "self.version",
+ "sculpin/posts-bundle": "self.version",
+ "sculpin/proxy-source-collection-contrib": "self.version",
+ "sculpin/sculpin-bundle": "self.version",
+ "sculpin/standalone-bundle": "self.version",
+ "sculpin/taxonomy-contrib": "self.version",
+ "sculpin/textile-bundle": "self.version",
+ "sculpin/twig-bundle": "self.version"
+ },
+ "require-dev": {
+ "phpdocumentor/reflection-docblock": "^5.2",
+ "phpstan/phpstan": "^1.2",
+ "phpunit/phpunit": "^9.4",
+ "squizlabs/php_codesniffer": "^3.3",
+ "symfony/css-selector": "^4.1",
+ "symfony/dom-crawler": "^4.1",
+ "symfony/process": "^4.1"
+ },
+ "suggest": {
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8.",
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
+ },
+ "bin": [
+ "bin/sculpin",
+ "bin/sculpin.php"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Sculpin\\": "src/Sculpin/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ }
+ ],
+ "description": "Static Site Generator",
+ "homepage": "https://sculpin.io",
+ "keywords": [
+ "generator",
+ "site",
+ "static"
+ ],
+ "support": {
+ "issues": "https://github.com/sculpin/sculpin/issues",
+ "source": "https://github.com/sculpin/sculpin/tree/3.2.0"
+ },
+ "time": "2022-10-31T19:34:13+00:00"
+ },
+ {
+ "name": "sculpin/sculpin-theme-composer-plugin",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sculpin/sculpin-theme-composer-plugin.git",
+ "reference": "e3f4e1d6a10368709d07933f8391ef7e534c5db4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sculpin/sculpin-theme-composer-plugin/zipball/e3f4e1d6a10368709d07933f8391ef7e534c5db4",
+ "reference": "e3f4e1d6a10368709d07933f8391ef7e534c5db4",
+ "shasum": ""
+ },
+ "require": {
+ "composer-plugin-api": "^1.1|^2.0"
+ },
+ "require-dev": {
+ "composer/composer": "*"
+ },
+ "type": "composer-plugin",
+ "extra": {
+ "class": "Sculpin\\Composer\\SculpinThemePlugin\\SculpinThemePlugin",
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Sculpin\\Composer\\SculpinThemePlugin\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Plugin for theming sculpin sites",
+ "support": {
+ "issues": "https://github.com/sculpin/sculpin-theme-composer-plugin/issues",
+ "source": "https://github.com/sculpin/sculpin-theme-composer-plugin/tree/1.0.3"
+ },
+ "time": "2020-10-29T13:20:43+00:00"
+ },
+ {
+ "name": "symfony/config",
+ "version": "v4.4.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/config.git",
+ "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
+ "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/filesystem": "^3.4|^4.0|^5.0",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php81": "^1.22"
+ },
+ "conflict": {
+ "symfony/finder": "<3.4"
+ },
+ "require-dev": {
+ "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
+ "symfony/finder": "^3.4|^4.0|^5.0",
+ "symfony/messenger": "^4.1|^5.0",
+ "symfony/service-contracts": "^1.1|^2",
+ "symfony/yaml": "^3.4|^4.0|^5.0"
+ },
+ "suggest": {
+ "symfony/yaml": "To use the yaml reference dumper"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Config\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/config/tree/v4.4.44"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-07-20T09:59:04+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v4.4.49",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/console.git",
+ "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
+ "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/polyfill-php73": "^1.8",
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/service-contracts": "^1.1|^2"
+ },
+ "conflict": {
+ "psr/log": ">=3",
+ "symfony/dependency-injection": "<3.4",
+ "symfony/event-dispatcher": "<4.3|>=5",
+ "symfony/lock": "<4.4",
+ "symfony/process": "<3.3"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2",
+ "symfony/config": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
+ "symfony/event-dispatcher": "^4.3",
+ "symfony/lock": "^4.4|^5.0",
+ "symfony/process": "^3.4|^4.0|^5.0",
+ "symfony/var-dumper": "^4.3|^5.0"
+ },
+ "suggest": {
+ "psr/log": "For using the console logger",
+ "symfony/event-dispatcher": "",
+ "symfony/lock": "",
+ "symfony/process": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v4.4.49"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-11-05T17:10:16+00:00"
+ },
+ {
+ "name": "symfony/debug",
+ "version": "v4.4.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/debug.git",
+ "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
+ "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "psr/log": "^1|^2|^3"
+ },
+ "conflict": {
+ "symfony/http-kernel": "<3.4"
+ },
+ "require-dev": {
+ "symfony/http-kernel": "^3.4|^4.0|^5.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Debug\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to ease debugging PHP code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/debug/tree/v4.4.44"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "abandoned": "symfony/error-handler",
+ "time": "2022-07-28T16:29:46+00:00"
+ },
+ {
+ "name": "symfony/dependency-injection",
+ "version": "v4.4.49",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/dependency-injection.git",
+ "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734",
+ "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "psr/container": "^1.0",
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/service-contracts": "^1.1.6|^2"
+ },
+ "conflict": {
+ "symfony/config": "<4.3|>=5.0",
+ "symfony/finder": "<3.4",
+ "symfony/proxy-manager-bridge": "<3.4",
+ "symfony/yaml": "<4.4.26"
+ },
+ "provide": {
+ "psr/container-implementation": "1.0",
+ "symfony/service-implementation": "1.0|2.0"
+ },
+ "require-dev": {
+ "symfony/config": "^4.3",
+ "symfony/expression-language": "^3.4|^4.0|^5.0",
+ "symfony/yaml": "^4.4.26|^5.0"
+ },
+ "suggest": {
+ "symfony/config": "",
+ "symfony/expression-language": "For using expressions in service container configuration",
+ "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
+ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
+ "symfony/yaml": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\DependencyInjection\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Allows you to standardize and centralize the way objects are constructed in your application",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/dependency-injection/tree/v4.4.49"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-11-16T16:18:09+00:00"
+ },
+ {
+ "name": "symfony/deprecation-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "files": [
+ "function.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "A generic function and convention to trigger deprecation notices",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/error-handler",
+ "version": "v4.4.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/error-handler.git",
+ "reference": "be731658121ef2d8be88f3a1ec938148a9237291"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291",
+ "reference": "be731658121ef2d8be88f3a1ec938148a9237291",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "psr/log": "^1|^2|^3",
+ "symfony/debug": "^4.4.5",
+ "symfony/var-dumper": "^4.4|^5.0"
+ },
+ "require-dev": {
+ "symfony/http-kernel": "^4.4|^5.0",
+ "symfony/serializer": "^4.4|^5.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\ErrorHandler\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to manage errors and ease debugging PHP code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/error-handler/tree/v4.4.44"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-07-28T16:29:46+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher",
+ "version": "v4.4.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
+ "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/event-dispatcher-contracts": "^1.1",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<3.4"
+ },
+ "provide": {
+ "psr/event-dispatcher-implementation": "1.0",
+ "symfony/event-dispatcher-implementation": "1.1"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
+ "symfony/error-handler": "~3.4|~4.4",
+ "symfony/expression-language": "^3.4|^4.0|^5.0",
+ "symfony/http-foundation": "^3.4|^4.0|^5.0",
+ "symfony/service-contracts": "^1.1|^2",
+ "symfony/stopwatch": "^3.4|^4.0|^5.0"
+ },
+ "suggest": {
+ "symfony/dependency-injection": "",
+ "symfony/http-kernel": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\EventDispatcher\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-07-20T09:59:04+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher-contracts",
+ "version": "v1.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+ "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
+ "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3"
+ },
+ "suggest": {
+ "psr/event-dispatcher": "",
+ "symfony/event-dispatcher-implementation": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.1-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\EventDispatcher\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to dispatching event",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.10.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-07-20T09:59:04+00:00"
+ },
+ {
+ "name": "symfony/filesystem",
+ "version": "v4.4.42",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/filesystem.git",
+ "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
+ "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Filesystem\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides basic utilities for the filesystem",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/filesystem/tree/v4.4.42"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-05-20T08:49:14+00:00"
+ },
+ {
+ "name": "symfony/finder",
+ "version": "v4.4.44",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "66bd787edb5e42ff59d3523f623895af05043e4f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f",
+ "reference": "66bd787edb5e42ff59d3523f623895af05043e4f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Finds files and directories via an intuitive fluent interface",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v4.4.44"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-07-29T07:35:46+00:00"
+ },
+ {
+ "name": "symfony/http-client-contracts",
+ "version": "v2.5.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-client-contracts.git",
+ "reference": "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1",
+ "reference": "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5"
+ },
+ "suggest": {
+ "symfony/http-client-implementation": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\HttpClient\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to HTTP clients",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-03-26T19:42:53+00:00"
+ },
+ {
+ "name": "symfony/http-foundation",
+ "version": "v5.4.39",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "3356c93efc30b0c85a37606bdfef16b813faec0e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3356c93efc30b0c85a37606bdfef16b813faec0e",
+ "reference": "3356c93efc30b0c85a37606bdfef16b813faec0e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/polyfill-mbstring": "~1.1",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "require-dev": {
+ "predis/predis": "~1.0",
+ "symfony/cache": "^4.4|^5.0|^6.0",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
+ "symfony/mime": "^4.4|^5.0|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.0"
+ },
+ "suggest": {
+ "symfony/mime": "To use the file extension guesser"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpFoundation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Defines an object-oriented layer for the HTTP specification",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.39"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T08:26:06+00:00"
+ },
+ {
+ "name": "symfony/http-kernel",
+ "version": "v4.4.51",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad8ab192cb619ff7285c95d28c69b36d718416c7",
+ "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "psr/log": "^1|^2",
+ "symfony/error-handler": "^4.4",
+ "symfony/event-dispatcher": "^4.4",
+ "symfony/http-client-contracts": "^1.1|^2",
+ "symfony/http-foundation": "^4.4.30|^5.3.7",
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-php73": "^1.9",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "conflict": {
+ "symfony/browser-kit": "<4.3",
+ "symfony/config": "<3.4",
+ "symfony/console": ">=5",
+ "symfony/dependency-injection": "<4.3",
+ "symfony/translation": "<4.2",
+ "twig/twig": "<1.43|<2.13,>=2"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0"
+ },
+ "require-dev": {
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "symfony/browser-kit": "^4.3|^5.0",
+ "symfony/config": "^3.4|^4.0|^5.0",
+ "symfony/console": "^3.4|^4.0",
+ "symfony/css-selector": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^4.3|^5.0",
+ "symfony/dom-crawler": "^3.4|^4.0|^5.0",
+ "symfony/expression-language": "^3.4|^4.0|^5.0",
+ "symfony/finder": "^3.4|^4.0|^5.0",
+ "symfony/process": "^3.4|^4.0|^5.0",
+ "symfony/routing": "^3.4|^4.0|^5.0",
+ "symfony/stopwatch": "^3.4|^4.0|^5.0",
+ "symfony/templating": "^3.4|^4.0|^5.0",
+ "symfony/translation": "^4.2|^5.0",
+ "symfony/translation-contracts": "^1.1|^2",
+ "twig/twig": "^1.43|^2.13|^3.0.4"
+ },
+ "suggest": {
+ "symfony/browser-kit": "",
+ "symfony/config": "",
+ "symfony/console": "",
+ "symfony/dependency-injection": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpKernel\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides a structured process for converting a Request into a Response",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-kernel/tree/v4.4.51"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-10T13:31:29+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-ctype": "*"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for ctype functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-mbstring": "*"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php72",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php72.git",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php72\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php73",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php73.git",
+ "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
+ "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php73\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php80",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php81",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php81.git",
+ "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
+ "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php81\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v2.5.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
+ "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "psr/container": "^1.1",
+ "symfony/deprecation-contracts": "^2.1|^3"
+ },
+ "conflict": {
+ "ext-psr": "<1.1|>=2"
+ },
+ "suggest": {
+ "symfony/service-implementation": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Service\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to writing services",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-04-21T15:04:16+00:00"
+ },
+ {
+ "name": "symfony/var-dumper",
+ "version": "v5.4.39",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/var-dumper.git",
+ "reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e",
+ "reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "conflict": {
+ "symfony/console": "<4.4"
+ },
+ "require-dev": {
+ "ext-iconv": "*",
+ "symfony/console": "^4.4|^5.0|^6.0",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/uid": "^5.1|^6.0",
+ "twig/twig": "^2.13|^3.0.4"
+ },
+ "suggest": {
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
+ "ext-intl": "To show region name in time zone dump",
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
+ },
+ "bin": [
+ "Resources/bin/var-dump-server"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions/dump.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\VarDumper\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "debug",
+ "dump"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/var-dumper/tree/v5.4.39"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T08:26:06+00:00"
+ },
+ {
+ "name": "symfony/yaml",
+ "version": "v4.4.45",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
+ "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/polyfill-ctype": "~1.8"
+ },
+ "conflict": {
+ "symfony/console": "<3.4"
+ },
+ "require-dev": {
+ "symfony/console": "^3.4|^4.0|^5.0"
+ },
+ "suggest": {
+ "symfony/console": "For validating YAML files using the lint command"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Loads and dumps YAML files",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v4.4.45"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-08-02T15:47:23+00:00"
+ },
+ {
+ "name": "twig/twig",
+ "version": "v2.16.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/twigphp/Twig.git",
+ "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
+ "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.3",
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-mbstring": "^1.3",
+ "symfony/polyfill-php72": "^1.8"
+ },
+ "require-dev": {
+ "psr/container": "^1.0",
+ "symfony/phpunit-bridge": "^5.4.9|^6.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.16-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Twig_": "lib/"
+ },
+ "psr-4": {
+ "Twig\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
+ },
+ {
+ "name": "Twig Team",
+ "role": "Contributors"
+ },
+ {
+ "name": "Armin Ronacher",
+ "email": "armin.ronacher@active-4.com",
+ "role": "Project Founder"
+ }
+ ],
+ "description": "Twig, the flexible, fast, and secure template language for PHP",
+ "homepage": "https://twig.symfony.com",
+ "keywords": [
+ "templating"
+ ],
+ "support": {
+ "issues": "https://github.com/twigphp/Twig/issues",
+ "source": "https://github.com/twigphp/Twig/tree/v2.16.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-22T07:22:15+00:00"
+ },
+ {
+ "name": "webignition/disallowed-character-terminated-string",
+ "version": "2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webignition/disallowed-character-terminated-string.git",
+ "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
+ "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.3",
+ "phpunit/phpunit": "~8.0",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "webignition\\DisallowedCharacterTerminatedString\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jon Cram",
+ "email": "webignition@gmail.com"
+ }
+ ],
+ "description": "A string terminated by one or more disallowed characters",
+ "homepage": "https://github.com/webignition/disallowed-character-terminated-string",
+ "keywords": [
+ "string",
+ "terminated"
+ ],
+ "support": {
+ "issues": "https://github.com/webignition/disallowed-character-terminated-string/issues",
+ "source": "https://github.com/webignition/disallowed-character-terminated-string/tree/master"
+ },
+ "time": "2019-12-20T15:52:44+00:00"
+ },
+ {
+ "name": "webignition/internet-media-type",
+ "version": "0.4.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webignition/internet-media-type.git",
+ "reference": "1a5bbe38033b00b23acd5e1dd10489bb07eed77c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webignition/internet-media-type/zipball/1a5bbe38033b00b23acd5e1dd10489bb07eed77c",
+ "reference": "1a5bbe38033b00b23acd5e1dd10489bb07eed77c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.6.0",
+ "webignition/quoted-string": ">=0.2.1,<1.0",
+ "webignition/string-parser": ">=0.2.3,<1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~5.0",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "webignition\\InternetMediaType\\": "src/",
+ "webignition\\Tests\\InternetMediaType\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
+ }
+ ],
+ "description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type",
+ "homepage": "https://github.com/webignition/internet-media-type",
+ "keywords": [
+ "content type",
+ "content-type",
+ "internet media type",
+ "media type",
+ "media-type"
+ ],
+ "support": {
+ "issues": "https://github.com/webignition/internet-media-type/issues",
+ "source": "https://github.com/webignition/internet-media-type/tree/master"
+ },
+ "time": "2018-03-12T14:54:00+00:00"
+ },
+ {
+ "name": "webignition/quoted-string",
+ "version": "0.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webignition/quoted-string.git",
+ "reference": "88b36b7be067796683ab3668e175322842dd5313"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webignition/quoted-string/zipball/88b36b7be067796683ab3668e175322842dd5313",
+ "reference": "88b36b7be067796683ab3668e175322842dd5313",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.0",
+ "webignition/string-parser": ">=0.2.3,<1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "webignition\\QuotedString\\": "src/",
+ "webignition\\Tests\\QuotedString\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
+ }
+ ],
+ "description": "A parser for string values that are encapsulated in double quotes (ASCII 34)",
+ "homepage": "https://github.com/webignition/quoted-string",
+ "keywords": [
+ "parser",
+ "quoted-string"
+ ],
+ "support": {
+ "issues": "https://github.com/webignition/quoted-string/issues",
+ "source": "https://github.com/webignition/quoted-string/tree/master"
+ },
+ "time": "2017-05-11T11:41:31+00:00"
+ },
+ {
+ "name": "webignition/string-parser",
+ "version": "0.2.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webignition/string-parser.git",
+ "reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webignition/string-parser/zipball/8591e28c05bd250bcc67b8001f3588995b9ef74b",
+ "reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "webignition/disallowed-character-terminated-string": ">=1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "webignition\\StringParser\\": "src/",
+ "webignition\\Tests\\StringParser\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jon Cram",
+ "email": "jon@webignition.net"
+ }
+ ],
+ "description": "Abstract state-based string parser",
+ "homepage": "https://github.com/webignition/string-parser",
+ "keywords": [
+ "parser",
+ "string"
+ ],
+ "support": {
+ "issues": "https://github.com/webignition/string-parser/issues",
+ "source": "https://github.com/webignition/string-parser/tree/master"
+ },
+ "time": "2017-05-11T10:04:12+00:00"
+ }
+ ],
+ "packages-dev": [
+ {
+ "name": "myclabs/deep-copy",
+ "version": "1.11.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/DeepCopy/deep_copy.php"
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "support": {
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
+ },
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-03-08T13:26:56+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v5.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "php": ">=7.4"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Nikita Popov"
+ }
+ ],
+ "description": "A PHP parser written in PHP",
+ "keywords": [
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
+ },
+ "time": "2024-03-05T20:51:40+00:00"
+ },
+ {
+ "name": "phar-io/manifest",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-phar": "*",
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+ "support": {
+ "issues": "https://github.com/phar-io/manifest/issues",
+ "source": "https://github.com/phar-io/manifest/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:33:53+00:00"
+ },
+ {
+ "name": "phar-io/version",
+ "version": "3.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/version.git",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Library for handling version information and constraints",
+ "support": {
+ "issues": "https://github.com/phar-io/version/issues",
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
+ },
+ "time": "2022-02-21T01:04:05+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "11.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92",
+ "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2",
+ "phpunit/php-file-iterator": "^5.0",
+ "phpunit/php-text-template": "^4.0",
+ "sebastian/code-unit-reverse-lookup": "^4.0",
+ "sebastian/complexity": "^4.0",
+ "sebastian/environment": "^7.0",
+ "sebastian/lines-of-code": "^3.0",
+ "sebastian/version": "^5.0",
+ "theseer/tokenizer": "^1.2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-pcov": "PHP extension that provides line coverage",
+ "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "11.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "keywords": [
+ "coverage",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-12T15:35:40+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
+ "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "keywords": [
+ "filesystem",
+ "iterator"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+ "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:05:04+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
+ "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:05:50+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
+ "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Simple template engine.",
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+ "keywords": [
+ "template"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+ "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:06:56+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
+ "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Utility class for timing",
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
+ "keywords": [
+ "timer"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:08:01+00:00"
+ },
+ {
+ "name": "phpunit/phpunit",
+ "version": "11.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "d475be032238173ca3b0a516f5cc291d174708ae"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae",
+ "reference": "d475be032238173ca3b0a516f5cc291d174708ae",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "myclabs/deep-copy": "^1.10.1",
+ "phar-io/manifest": "^2.0.3",
+ "phar-io/version": "^3.0.2",
+ "php": ">=8.2",
+ "phpunit/php-code-coverage": "^11.0",
+ "phpunit/php-file-iterator": "^5.0",
+ "phpunit/php-invoker": "^5.0",
+ "phpunit/php-text-template": "^4.0",
+ "phpunit/php-timer": "^7.0",
+ "sebastian/cli-parser": "^3.0",
+ "sebastian/code-unit": "^3.0",
+ "sebastian/comparator": "^6.0",
+ "sebastian/diff": "^6.0",
+ "sebastian/environment": "^7.0",
+ "sebastian/exporter": "^6.0",
+ "sebastian/global-state": "^7.0",
+ "sebastian/object-enumerator": "^6.0",
+ "sebastian/type": "^5.0",
+ "sebastian/version": "^5.0"
+ },
+ "suggest": {
+ "ext-soap": "To be able to generate mocks based on WSDL files"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "11.1-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Framework/Assert/Functions.php"
+ ],
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "The PHP Unit Testing framework.",
+ "homepage": "https://phpunit.de/",
+ "keywords": [
+ "phpunit",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://phpunit.de/sponsors.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-24T06:34:25+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
+ "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for parsing CLI options",
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+ "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:26:58+00:00"
+ },
+ {
+ "name": "sebastian/code-unit",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
+ "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
+ "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/code-unit",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+ "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:50:41+00:00"
+ },
+ {
+ "name": "sebastian/code-unit-reverse-lookup",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+ "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
+ "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Looks up which function or method a line of code belongs to",
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
+ "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:52:17+00:00"
+ },
+ {
+ "name": "sebastian/comparator",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/comparator.git",
+ "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
+ "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "php": ">=8.2",
+ "sebastian/diff": "^6.0",
+ "sebastian/exporter": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@2bepublished.at"
+ }
+ ],
+ "description": "Provides the functionality to compare PHP values for equality",
+ "homepage": "https://github.com/sebastianbergmann/comparator",
+ "keywords": [
+ "comparator",
+ "compare",
+ "equality"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
+ "security": "https://github.com/sebastianbergmann/comparator/security/policy",
+ "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:53:45+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "88a434ad86150e11a606ac4866b09130712671f0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
+ "reference": "88a434ad86150e11a606ac4866b09130712671f0",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for calculating the complexity of PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/complexity",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/complexity/issues",
+ "security": "https://github.com/sebastianbergmann/complexity/security/policy",
+ "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:55:19+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "ab83243ecc233de5655b76f577711de9f842e712"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
+ "reference": "ab83243ecc233de5655b76f577711de9f842e712",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0",
+ "symfony/process": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
+ }
+ ],
+ "description": "Diff implementation",
+ "homepage": "https://github.com/sebastianbergmann/diff",
+ "keywords": [
+ "diff",
+ "udiff",
+ "unidiff",
+ "unified diff"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
+ "security": "https://github.com/sebastianbergmann/diff/security/policy",
+ "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:30:33+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a",
+ "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "https://github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "security": "https://github.com/sebastianbergmann/environment/security/policy",
+ "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-23T08:56:34+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
+ "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": ">=8.2",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Provides the functionality to export PHP variables for visualization",
+ "homepage": "https://www.github.com/sebastianbergmann/exporter",
+ "keywords": [
+ "export",
+ "exporter"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy",
+ "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:28:20+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "7.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
+ "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "sebastian/object-reflector": "^4.0",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Snapshotting of global state",
+ "homepage": "https://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
+ "security": "https://github.com/sebastianbergmann/global-state/security/policy",
+ "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:32:10+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
+ "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for counting the lines of code in PHP source code",
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+ "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:00:36+00:00"
+ },
+ {
+ "name": "sebastian/object-enumerator",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+ "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
+ "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "sebastian/object-reflector": "^4.0",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:01:29+00:00"
+ },
+ {
+ "name": "sebastian/object-reflector",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
+ "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
+ "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:02:18+00:00"
+ },
+ {
+ "name": "sebastian/recursion-context",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
+ "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
+ "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ }
+ ],
+ "description": "Provides functionality to recursively process PHP variables",
+ "homepage": "https://github.com/sebastianbergmann/recursion-context",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:08:48+00:00"
+ },
+ {
+ "name": "sebastian/type",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/type.git",
+ "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
+ "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the types of the PHP type system",
+ "homepage": "https://github.com/sebastianbergmann/type",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/type/issues",
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
+ "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:09:34+00:00"
+ },
+ {
+ "name": "sebastian/version",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
+ "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+ "homepage": "https://github.com/sebastianbergmann/version",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/version/issues",
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
+ "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:10:47+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "1.2.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "support": {
+ "issues": "https://github.com/theseer/tokenizer/issues",
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:36:25+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": [],
+ "plugin-api-version": "2.6.0"
+}
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 00000000..f8efa105
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1711703276,
+ "narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 00000000..362b998d
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,19 @@
+# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
+{
+ description = "A Nix Flake for oliverdavies-uk";
+
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+
+ outputs = { nixpkgs, ... }:
+ let
+ system = "x86_64-linux";
+ pkgs = nixpkgs.legacyPackages.${system};
+
+ inherit (pkgs) mkShell;
+ in {
+ devShells.${system}.default =
+ mkShell { buildInputs = with pkgs; [ bashInteractive nodePackages.pnpm nodejs php82 php82Packages.composer ]; };
+
+ formatter.${system} = pkgs.nixfmt;
+ };
+}
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
new file mode 100644
index 00000000..eecbdc3c
--- /dev/null
+++ b/phpunit.xml.dist
@@ -0,0 +1,8 @@
+
+
+
+
+ tests
+
+
+
diff --git a/resources/daily-email-stub.md b/resources/daily-email-stub.md
new file mode 100644
index 00000000..b9f58eae
--- /dev/null
+++ b/resources/daily-email-stub.md
@@ -0,0 +1,13 @@
+---
+title: {{ title }}
+date: {{ date }}
+permalink: {{ permalink }}
+tags:
+ - software-development
+ # - drupal
+ # - php
+ # - podcast
+cta: ~
+snippet: |
+ TODO
+---
diff --git a/run b/run
new file mode 100755
index 00000000..5c1148bc
--- /dev/null
+++ b/run
@@ -0,0 +1,44 @@
+#!/usr/bin/env bash
+
+# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
+
+set -o errexit
+set -o nounset
+set -o pipefail
+
+PATH="${PATH}:./vendor/bin"
+
+# Generate the site.
+function generate {
+ local args=()
+
+ if [[ "${APP_ENV:-}" == "production" ]]; then
+ args=(--env="prod")
+ else
+ args=(--server --watch)
+ fi
+
+ sculpin generate "${args[@]}" "${@}"
+}
+
+function help {
+ printf "%s [args]\n\nTasks:\n" "${0}"
+
+ compgen -A function | grep -v "^_" | cat -n
+
+ printf "\nExtended help:\n Each task has comments for general usage\n"
+}
+
+# Start the project.
+function start {
+ sculpin generate --server --watch "${@}"
+}
+
+# Include any local tasks.
+# https://stackoverflow.com/a/6659698
+[[ -e "${BASH_SOURCE%/*}/run.local" ]] && source "${BASH_SOURCE%/*}/run.local"
+
+TIMEFORMAT="Task completed in %3lR"
+time "${@:-help}"
+
+# vim: ft=bash
diff --git a/run.local b/run.local
new file mode 100755
index 00000000..4d7af6a2
--- /dev/null
+++ b/run.local
@@ -0,0 +1,90 @@
+#!/usr/bin/env bash
+
+function clean {
+ rm -fr output_*/ source/build/
+}
+
+# Create a new daily email.
+function create-daily {
+ local date="${1}"
+ local title="${2}"
+
+ if [ "${date}" == "next" ]; then
+ next_date=$(ls -1 source/_daily_emails | tail -n 1 | tr -d '.md' | xargs -I {} date +%Y-%m-%d -d '{} +1 day')
+ else
+ next_date="${date}"
+ fi
+
+ filepath="source/_daily_emails/${next_date}.md"
+
+ shift 1
+
+ # Generate the title and slug.
+ title="${*}"
+ slug=$(echo "${title}" | \
+ tr '[:upper:]' '[:lower:]' | \
+ sed 's/[^a-z0-9]/-/g' | \
+ sed 's/\-\-+/-/g' | \
+ sed 's/^\-//;s/\-$//')
+
+ # Create the file.
+ cp -f --no-clobber resources/daily-email-stub.md "${filepath}"
+
+ date=$(date -d "${next_date}" +%Y-%m-%d)
+ day=$(date -d "${next_date}" +%d)
+ month=$(date -d "${next_date}" +%m)
+ year=$(date -d "${next_date}" +%Y)
+
+ # Replace the placeholders.
+ sed -i "s/{{ date }}/${date}/" "${filepath}"
+ sed -i "s/{{ title }}/${title}/" "${filepath}"
+ sed -i "s#{{ permalink }}#daily/${year}/${month}/${day}/${slug}#" "${filepath}"
+
+ # Create a commit with the appropriate date in the message
+ git add "${filepath}"
+ git commit --quiet -m "Add daily email for ${date}
+
+${title}"
+
+ echo "${filepath}"
+}
+
+# Build CSS assets, this is meant to be run within the `assets` directory.
+function npm:build:css {
+ local args=()
+
+ if [[ "${NODE_ENV:-}" == "production" ]]; then
+ args=(--minify)
+ else
+ args=(--watch)
+ fi
+
+ tailwindcss \
+ --config tailwind.config.ts \
+ --output ../source/build/tailwind.css "${args[@]}"
+}
+
+function publish {
+ export NODE_ENV=production
+ export APP_ENV=production
+
+ tag-release
+ git push
+
+ git stash
+
+ clean
+ (cd assets && npm:build:css)
+ generate
+
+ rsync --archive --verbose --compress --update --delete \
+ output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk
+
+ git stash pop
+}
+
+function test {
+ phpunit "${@}"
+}
+
+# vim: ft=bash
diff --git a/source/.htaccess b/source/.htaccess
new file mode 100644
index 00000000..5fac60ef
--- /dev/null
+++ b/source/.htaccess
@@ -0,0 +1,436 @@
+Options +FollowSymLinks -MultiViews
+
+RewriteEngine on
+
+# Redirect all users to access the site WITH the 'www.' prefix.
+RewriteCond %{HTTP_HOST} .
+RewriteCond %{HTTP_HOST} !^www\. [NC]
+RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+
+# Remove trailing slashes from directories.
+DirectorySlash Off
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteCond %{REQUEST_URI} !/$
+RewriteCond %{REQUEST_FILENAME}/index.html -f
+RewriteRule (.*) $1/index.html [L]
+RewriteRule ^(.*)/$ /$1 [L,R=301]
+
+# Remove index.html from URLs.
+RewriteCond %{THE_REQUEST} \s/+(.*/)?index\.html[\s?] [NC]
+RewriteRule ^(.*)index\.html$ /$1 [L,R=301]
+
+ErrorDocument 404 /404/index.html
+
+RewriteCond %{REQUEST_URI} !^/archive/?$
+RewriteRule ^archive/(.*)$ /daily/$1 [L,R=301]
+
+RewriteRule ^articles/(.*) /blog/$1 [L,R=301]
+
+Redirect 301 /10-useful-drupal-6-modules-i-use-every-project /blog/10-useful-drupal-6-modules
+Redirect 301 /2010/04/05/styling-drupal-6s-taxonomy-lists-with-php-css-and-jquery /blog/style-drupal-6s-taxonomy-lists-php-css-jquery
+Redirect 301 /2010/04/28/using-imagecache-and-imagecrop-for-my-portfolio /blog/using-imagecache-imagecrop-my-portfolio
+Redirect 301 /2010/05/29/importing-images-using-the-imagefieldimport-module /blog/quickly-import-multiples-images-using-imagefieldimport-module
+Redirect 301 /2010/06/23/creating-a-block-of-social-media-icons-using-cck-views-and-nodequeue /blog/create-block-social-media-icons-using-cck-views-nodequeue
+Redirect 301 /2010/07/05/thanks /blog/thanks
+Redirect 301 /2010/08/17/create-a-better-photo-gallery-in-drupal-part-2 /blog/create-better-photo-gallery-drupal-part-2
+Redirect 301 /2014/05/21/git-format-patch /blog/git-format-patch-your-friend
+Redirect 301 /2PxmyqP /articles/examples-of-laravel-collections-in-drupal
+Redirect 301 /39CoG /articles/drupalcamp-london-testing-workshop
+Redirect 301 /3eGQr https://github.com/howToCodeWell/howToCodeWellFM/blob/c927e0b3589f1d7375002f7fd70f0bfc9fc90449/composer.json#L17
+Redirect 301 /6UhLN https://github.com/opdavies/sculpin-twig-markdown-bundle/pull/1
+Redirect 301 /6i3YZ https://www.youtube.com/watch?v=vUK5sEbd-dk
+Redirect 301 /9rv0Z https://www.drupal.org/project/override_node_options/issues/3109852
+Redirect 301 /BhMZi https://git.drupalcode.org/search?utf8=%E2%9C%93&snippets=&scope=&repository_ref=8.x-1.x&search=baz&project_id=23203
+Redirect 301 /NBi5h https://git.drupalcode.org/search?utf8=%E2%9C%93&search=bar&group_id=&project_id=23203&search_code=true&repository_ref=8.x-1.x&nav_source=navbar
+Redirect 301 /P5KQ5 https://www.npmjs.com/package/tailwindcss-skip-link
+Redirect 301 /S8ZDA /articles/rebuilding-bartik-with-vuejs-tailwind-css-part-2
+Redirect 301 /Wh48P https://github.com/opdavies/oliverdavies.uk/blob/master/source/_partials/talk/video.html.twig
+Redirect 301 /XbzS2 https://github.com/opdavies/gmail-filter-builder
+Redirect 301 /YK1VH /articles/psr4-autoloading-test-cases-drupal-7
+Redirect 301 /Yil https://drupalcamp.london/tickets/training
+Redirect 301 /about /
+Redirect 301 /about/cv /cv
+Redirect 301 /about/speaker /speaker
+Redirect 301 /about/speaker-information /speaker-information
+Redirect 301 /acquia-certifications https://certification.acquia.com/registry?fname=Oliver&lname=Davies&city=&state=&country=United+Kingdom&org=&exam=All
+Redirect 301 /acquia-certified https://certification.acquia.com/?fname=Oliver&lname=Davies
+Redirect 301 /ansible https://galaxy.ansible.com/opdavies
+Redirect 301 /ansible-molecule /articles/test-driven-ansible-role-development-molecule
+Redirect 301 /ansistrano-code https://github.com/opdavies/dransible
+Redirect 301 /ansistrano-demo https://www.youtube.com/watch?v=PLS4ET7FAcU
+Redirect 301 /ansistrano-slides /talks/deploying-php-ansible-ansistrano
+Redirect 301 /archive/2022/10/20/run-vs-task-runner /archive/2022/10/19/run-vs-task-runners
+Redirect 301 /atNOQ https://youtu.be/r41dkD2EOo8
+Redirect 301 /automatically-updating-talk-created-date https://gist.github.com/opdavies/4e75e1753d8603113f07f8264bb783d6
+Redirect 301 /blog.xml /rss.xml
+Redirect 301 /blog/10-useful-drupal-6-modules /blog/useful-drupal-6-modules
+Redirect 301 /blog/10-years-working-full-time-drupal /blog/10-years-working-full-time-drupal-php
+Redirect 301 /blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery /blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery
+Redirect 301 /blog/2010/04/05/styling-drupal-6s-taxonomy-lists-with-php-css-and-jquery /blog/style-drupal-6s-taxonomy-lists-php-css-jquery
+Redirect 301 /blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio /blog/using-imagecache-and-imagecrop-my-portfolio
+Redirect 301 /blog/2010/05/06/conditional-email-addresses-webform /blog/conditional-email-addresses-webform
+Redirect 301 /blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile /blog/quickly-create-zen-subthemes-using-zenophile
+Redirect 301 /blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide /blog/create-slideshow-multiple-images-using-fancy-slide
+Redirect 301 /blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module /blog/quickly-import-multiples-images-using-imagefieldimport-module
+Redirect 301 /blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi /blog/improve-jpg-quality-imagecache-and-imageapi
+Redirect 301 /blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue /blog/create-block-social-media-icons-using-cck-views-and-nodequeue
+Redirect 301 /blog/2010/06/25/10-useful-drupal-6-modules /blog/10-useful-drupal-6-modules
+Redirect 301 /blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views /blog/create-flickr-photo-gallery-using-feeds-cck-and-views
+Redirect 301 /blog/2010/07/01/change-content-type-multiple-nodes-using-sql /blog/change-content-type-multiple-nodes-using-sql
+Redirect 301 /blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx /blog/create-virtual-hosts-mac-os-x-using-virtualhostx
+Redirect 301 /blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql /blog/add-taxonomy-term-multiple-nodes-using-sql
+Redirect 301 /blog/2010/07/07/quickly-adding-taxonomy-term-multiple-nodes-using-sql /blog/add-taxonomy-term-multiple-nodes-using-sql
+Redirect 301 /blog/2010/07/12/overview-teleport-module /blog/review-teleport-module
+Redirect 301 /blog/2010/07/12/review-teleport-module /blog/review-teleport-module
+Redirect 301 /blog/2010/08/10/review-adminhover-module /blog/review-adminhover-module
+Redirect 301 /blog/2010/08/11/create-better-photo-gallery-drupal-part-1 /blog/create-better-photo-gallery-drupal-part-1
+Redirect 301 /blog/2010/08/11/how-create-better-photo-gallery-drupal-part-1 /blog/create-better-photo-gallery-drupal-part-1
+Redirect 301 /blog/2010/08/17/create-better-photo-gallery-drupal-part-2 /blog/create-better-photo-gallery-drupal-part-2
+Redirect 301 /blog/2010/08/20/review-image-caption-module /blog/review-image-caption-module
+Redirect 301 /blog/2010/09/26/south-wales-drupal-user-group /blog/south-wales-drupal-user-group
+Redirect 301 /blog/2010/10/10/create-and-apply-patches /blog/create-and-apply-patches
+Redirect 301 /blog/2010/10/13/create-better-photo-gallery-drupal-part-3 /blog/create-better-photo-gallery-drupal-part-3
+Redirect 301 /blog/2010/10/22/create-better-photo-gallery-drupal-part-21 /blog/create-better-photo-gallery-drupal-part-21
+Redirect 301 /blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate /blog/use-regular-expressions-search-and-replace-coda-or-textmate
+Redirect 301 /blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website /blog/easily-embed-typekit-fonts-your-drupal-website
+Redirect 301 /blog/2011/03/15/display-number-facebook-fans-php /blog/display-number-facebook-fans-php
+Redirect 301 /blog/2011/03/31/proctor-stevenson /blog/proctor-stevenson
+Redirect 301 /blog/2011/05/20/proctors-hosting-next-drupal-meetup /blog/proctors-hosting-next-drupal-meetup
+Redirect 301 /blog/2011/05/23/imagefield-import-archive /blog/imagefield-import-archive
+Redirect 301 /blog/2011/08/28/create-multigroups-drupal-7-using-field-collections /blog/create-multigroups-drupal-7-using-field-collections
+Redirect 301 /blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu /blog/install-and-configure-subversion-svn-server-ubuntu
+Redirect 301 /blog/2011/10/install-and-configure-subversion-svn-server-ubuntu /blog/how-install-configure-subversion-svn-server-ubuntu
+Redirect 301 /blog/2012/01/04/site-upgraded-drupal-7 /blog/site-upgraded-drupal-7
+Redirect 301 /blog/2012/02/01/use-authorize-keys-create-passwordless-ssh-connection /blog/use-authorized-keys-create-passwordless-ssh-connection
+Redirect 301 /blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush /blog/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush
+Redirect 301 /blog/2012/04/17/installing-nagios-centos /blog/installing-nagios-centos
+Redirect 301 /blog/2012/04/19/adding-custom-theme-templates-drupal-7 /blog/adding-custom-theme-templates-drupal-7
+Redirect 301 /blog/2012/04/adding-custom-theme-templates-drupal-7 /blog/adding-custom-theme-templates-drupal-7
+Redirect 301 /blog/2012/05/23/add-date-popup-calendar-custom-form /blog/add-date-popup-calendar-custom-form
+Redirect 301 /blog/2012/05/23/checkout-specific-revision-svn-command-line /blog/checkout-specific-revision-svn-command-line
+Redirect 301 /blog/2012/05/23/forward-one-domain-another-using-mod-rewrite-and-htaccess /blog/forward-one-domain-another-using-mod-rewrite-and-htaccess
+Redirect 301 /blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess /blog/forward-one-domain-another-using-modrewrite-htaccess
+Redirect 301 /blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser /blog/prevent-apache-displaying-text-files-within-web-browser
+Redirect 301 /blog/2012/05/23/writing-info-file-drupal-7-theme /blog/writing-info-file-drupal-7-theme
+Redirect 301 /blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files /blog/dividing-drupals-process-and-preprocess-functions-separate-files
+Redirect 301 /blog/2012/05/forward-one-domain-another-using-modrewrite-and-htaccess /blog/forward-one-domain-another-using-modrewrite-htaccess
+Redirect 301 /blog/2012/07/12/my-new-drupal-modules /blog/my-new-drupal-modules
+Redirect 301 /blog/2012/07/14/install-nomensa-media-player-drupal /blog/install-nomensa-media-player-drupal
+Redirect 301 /blog/2012/07/27/writing-article-linux-journal /blog/writing-article-linux-journal
+Redirect 301 /blog/2012/07/install-and-configure-nomensa-accessible-media-player-drupal /blog/install-configure-nomensa-accessible-media-player-drupal
+Redirect 301 /blog/2012/07/nomensa-accessible-media-player-drupal /blog/install-configure-nomensa-accessible-media-player-drupal
+Redirect 301 /blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file /blog/display-custom-menu-drupal-7-theme-template-file
+Redirect 301 /blog/2012/09/06/reflections-speaking-unifieddiff /blog/reflections-speaking-unifieddiff
+Redirect 301 /blog/2012/10/25/my-sublime-text-2-settings /blog/my-sublime-text-2-settings
+Redirect 301 /blog/2012/11/15/accessible-bristol-site-launched /blog/accessible-bristol-site-launched
+Redirect 301 /blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line /blog/open-sublime-text-2-mac-os-x-command-line
+Redirect 301 /blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy /blog/use-sass-and-compass-drupal-7-using-sassy
+Redirect 301 /blog/2012/12/use-sass-and-compass-drupal-7-using-sassy /blog/use-sass-and-compass-drupal-7-using-sassy
+Redirect 301 /blog/2013/01/09/checking-if-user-logged-drupal-right-way /blog/checking-if-user-logged-drupal-right-way
+Redirect 301 /blog/2013/02/16/creating-and-using-custom-tokens-drupal-7 /blog/creating-and-using-custom-tokens-drupal-7
+Redirect 301 /blog/2013/02/creating-and-using-custom-tokens-drupal-7 /blog/creating-using-custom-tokens-drupal-7
+Redirect 301 /blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu /blog/quickest-way-install-sublime-text-2-ubuntu
+Redirect 301 /blog/2013/04/20/leaving-nomensa-joining-precedent /blog/leaving-nomensa-joining-precedent
+Redirect 301 /blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt /blog/display-git-branch-or-tag-names-your-bash-prompt
+Redirect 301 /blog/2013/04/display-git-branch-or-tag-names-your-bash-prompt /blog/display-git-branch-or-tag-names-your-bash-prompt
+Redirect 301 /blog/2013/06/13/some-useful-links-using-simpletest-drupal /blog/some-useful-links-using-simpletest-drupal
+Redirect 301 /blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled /blog/creating-local-and-staging-sites-drupals-domain-module-enabled
+Redirect 301 /blog/2013/07/26/going-drupalcon /blog/going-drupalcon
+Redirect 301 /blog/2013/09/06/create-a-zen-sub-theme-using-drush /blog/create-a-zen-sub-theme-using-drush
+Redirect 301 /blog/2013/09/create-zen-sub-theme-using-drush /blog/create-zen-sub-theme-using-drush
+Redirect 301 /blog/2013/11/19/dont-bootstrap-drupal-use-drush /blog/dont-bootstrap-drupal-use-drush
+Redirect 301 /blog/2013/11/27/useful-vagrant-commands /blog/useful-vagrant-commands
+Redirect 301 /blog/2013/11/dont-bootstrap-drupal-use-drush /blog/dont-bootstrap-drupal-use-drush
+Redirect 301 /blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget /blog/quickly-apply-patches-using-git-and-curl-or-wget
+Redirect 301 /blog/2013/12/31/download-different-versions-drupal-drush /blog/download-different-versions-drupal-drush
+Redirect 301 /blog/2013/12/quickly-apply-patches-using-git-and-curl-or-w /blog/quickly-apply-patches-using-git-curl-or-wget
+Redirect 301 /blog/2014/01/15/some-useful-git-aliases /blog/some-useful-git-aliases
+Redirect 301 /blog/2014/02/09/drupalcamp-london-2014 /blog/drupalcamp-london-2014
+Redirect 301 /blog/2014/03/03/what-git-flow /blog/what-git-flow
+Redirect 301 /blog/2014/05/03/drupal-association /blog/drupal-association
+Redirect 301 /blog/2014/05/06/thanks /blog/thanks
+Redirect 301 /blog/2014/05/21/git-format-patch /blog/git-format-patch
+Redirect 301 /blog/2014/07/02/drush-make-drupalbristol /blog/drush-make-drupalbristol
+Redirect 301 /blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine /blog/fix-vagrant-loading-wrong-virtual-machine
+Redirect 301 /blog/2014/10/21/updating-features-and-adding-components-using-drush /blog/updating-features-and-adding-components-using-drush
+Redirect 301 /blog/2014/11/18/include-css-fonts-using-sass-each-loop /blog/include-css-fonts-using-sass-each-loop
+Redirect 301 /blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module /blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module
+Redirect 301 /blog/2014/11/27/pantheon-settings-files /blog/pantheon-settings-files
+Redirect 301 /blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides /blog/include-local-drupal-settings-file-environment-configuration-and-overrides
+Redirect 301 /blog/2015/04/03/how-to-define-a-minimum-drupal-core-version /blog/how-to-define-a-minimum-drupal-core-version
+Redirect 301 /blog/2015/06/18/updating-forked-repositories-on-github /blog/updating-forked-repositories-on-github
+Redirect 301 /blog/2015/07/19/sculpin-twig-resources /blog/sculpin-twig-resources
+Redirect 301 /blog/2015/07/21/automating-sculpin-jenkins /blog/automating-sculpin-jenkins
+Redirect 301 /blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7 /blog/programmatically-load-an-entityform-in-drupal-7
+Redirect 301 /blog/2016/02/15/announcing-the-drupal-vm-generator /blog/announcing-the-drupal-vm-generator
+Redirect 301 /blog/2016/05/03/simplifying-drupal-migrations-with-xautoload /blog/simplifying-drupal-migrations-with-xautoload
+Redirect 301 /blog/2016/07/15/building-gmail-filters-with-php /blog/building-gmail-filters-with-php
+Redirect 301 /blog/2016/12/30/drupal-vm-generator-291-released /blog/drupal-vm-generator-291-released
+Redirect 301 /blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts /blog/easier-sculpin-commands-with-composer-and-npm-scripts
+Redirect 301 /blog/2017/01/31/nginx-redirects-with-query-string-arguments /blog/nginx-redirects-with-query-string-arguments
+Redirect 301 /blog/2017/05/05/fixing-drupal-simpletest-docker /blog/2017/05/05/fixing-drupal-simpletest-issues-inside-docker-containers
+Redirect 301 /blog/2017/05/05/fixing-drupal-simpletest-issues-inside-docker-containers /blog/fixing-drupal-simpletest-issues-inside-docker-containers
+Redirect 301 /blog/2017/05/20/turning-drupal-module-into-feature /blog/turning-your-custom-drupal-module-feature
+Redirect 301 /blog/2017/06/09/introducing-the-drupal-meetups-twitterbot /blog/introducing-the-drupal-meetups-twitterbot
+Redirect 301 /blog/2017/07/13/publishing-sculpin-sites-with-github-pages /blog/publishing-sculpin-sites-github-pages
+Redirect 301 /blog/2017/11/07/tdd-test-driven-drupal /blog/tdd-test-driven-drupal
+Redirect 301 /blog/2017/11/07/writing-drupal-module-test-driven-development-tdd /blog/2017/11/07/tdd-test-driven-drupal
+Redirect 301 /blog/2018/01/30/drupalcamp-bristol-2018 /blog/drupalcamp-bristol-2018
+Redirect 301 /blog/2018/02/05/using-tailwind-css-in-your-drupal-theme /blog/using-tailwind-css-in-your-drupal-theme
+Redirect 301 /blog/2018/02/27/looking-forward-to-drupalcamp-london /blog/looking-forward-to-drupalcamp-london
+Redirect 301 /blog/2018/02/27/queuing-private-messages-in-drupal-8 /blog/queuing-private-messages-in-drupal-8
+Redirect 301 /blog/2018/02/28/building-the-new-phpsw-website /blog/building-the-new-phpsw-website
+Redirect 301 /blog/2018/03/02/yay-the-mediacurrent-contrib-half-hour-is-back /blog/yay-the-mediacurrent-contrib-half-hour-is-back
+Redirect 301 /blog/2018/03/04/tweets-from-drupalcamp-london /blog/tweets-from-drupalcamp-london
+Redirect 301 /blog/2018/04/23/back-to-the-future-git-diff-apply /blog/back-future-gits-diff-apply-commands
+Redirect 301 /blog/2018/05/06/creating-a-custom-phpunit-command-for-docksal /blog/creating-a-custom-phpunit-command-for-docksal
+Redirect 301 /blog/add-date-popup-calendar-custom-form /blog/how-add-date-popup-calendar-custom-form
+Redirect 301 /blog/adding-methods-decorating-entity-metadata-wrapper /blog/decorating-entity-metadata-wrapper-add-refactor-methods
+Redirect 301 /blog/announcing-drupal-vm-generator /blog/announcing-the-drupal-vm-generator
+Redirect 301 /blog/announcing-the-drupal-vm-config-generator /blog/announcing-the-drupal-vm-generator
+Redirect 301 /blog/back-to-the-future-git-diff-apply /blog/back-future-gits-diff-apply-commands
+Redirect 301 /blog/building-gmail-filters-in-php /blog/building-gmail-filters-php
+Redirect 301 /blog/building-new-phpsw-website /blog/building-the-new-phpsw-website
+Redirect 301 /blog/building-presentation-slides-reveal-js-tailwind-css /blog/building-presentation-slides-rst2pdf
+Redirect 301 /blog/building-speaker-leaderboard-php-south-wales-using-drupal-symfony /blog/building-speaker-leaderboard-php-south-wales-drupal-symfony
+Redirect 301 /blog/create-and-apply-patches /blog/how-create-apply-patches
+Redirect 301 /blog/create-flickr-photo-gallery-using-feeds-cck-and-views /blog/create-flickr-photo-gallery-using-feeds-cck-views
+Redirect 301 /blog/creating-and-using-custom-tokens-drupal-7 /blog/creating-using-custom-tokens-drupal-7
+Redirect 301 /blog/creating-custom-docksal-commands /blog/creating-custom-phpunit-command-docksal
+Redirect 301 /blog/debugging-drupal-commerce-promotions-illiminate-collections /blog/debugging-drupal-commerce-illuminate-collections
+Redirect 301 /blog/decorating-entity-metadata-wrapper-add-add-refactor-methods /blog/decorating-entity-metadata-wrapper-add-refactor-methods
+Redirect 301 /blog/dev-book-club-refactoring-chapter-1 /blog/dev-book-club-notes-refactoring-chapter-1
+Redirect 301 /blog/dividing-drupals-process-preprocess-functions-separate-files /blog/dividing-drupals-process-and-preprocess-functions-separate-files
+Redirect 301 /blog/drupal-8-commerce-fixing-no-such-customer-error-checkout /blog/drupal-8-commerce-fixing-no-such-customer-error-checkou
+Redirect 301 /blog/drupal-8-commerce-fixing-no-such-customer-error-on-checkout /blog/drupal-8-commerce-fixing-no-such-customer-error-checkou
+Redirect 301 /blog/drupal-vm-generator-291-released /blog/drupal-vm-generator-updates
+Redirect 301 /blog/drupalcamp-london-2019-tickets /blog/drupalcamp-london-2019-tickets-available-call-sessions
+Redirect 301 /blog/drush-make-drupalbristol /talks/drush-make-drupalbristol
+Redirect 301 /blog/easier-git-repository-cloning-with-insteadof /blog/easier-git-repository-cloning-insteadof
+Redirect 301 /blog/easier-sculpin-commands-with-composer-and-npm-scripts /blog/easier-sculpin-commands-composer-npm-scripts
+Redirect 301 /blog/editing-meetup-videos-kdenlive /blog/editing-meetup-videos-linux-kdenlive
+Redirect 301 /blog/examples-of-laravel-collections-in-drupal /blog/using-laravel-collections-drupal
+Redirect 301 /blog/experimenting-with-events-in-drupal-8 /blog/experimenting-events-drupal-8
+Redirect 301 /blog/fix-vagrant-loading-wrong-virtual-machine /blog/how-fix-vagrant-loading-wrong-virtual-machine
+Redirect 301 /blog/fixing-drupal-simpletest-docker /blog/fixing-drupal-simpletest-issues-inside-docker-containers
+Redirect 301 /blog/forward-one-domain-another-using-modrewrite-and-htaccess /blog/forward-one-domain-another-using-modrewrite-htaccess
+Redirect 301 /blog/forward-one-domain-another-using-modrewrite-and-htaccess /blog/forward-one-domain-another-using-modrewrite-htaccess
+Redirect 301 /blog/git-format-patch /blog/git-format-patch-your-friend
+Redirect 301 /blog/how-easily-embed-typekit-fonts-your-drupal-website /blog/easily-embed-typekit-fonts-your-drupal-website
+Redirect 301 /blog/how-split-new-drupal-contrib-project-within-another-repository /blog/splitting-new-drupal-project-from-repo
+Redirect 301 /blog/how-style-drupal-6s-taxonomy-lists-php-css-and-jquery /blog/style-drupal-6s-taxonomy-lists-php-css-jquery
+Redirect 301 /blog/include-local-drupal-settings-file-environment-configuration-overrides /blog/include-local-drupal-settings-file-environment-configuration-and-overrides
+Redirect 301 /blog/install-and-configure-subversion-svn-server-ubuntu /blog/how-install-configure-subversion-svn-server-ubuntu
+Redirect 301 /blog/live-blogging-symfonylive-london /blog/live-blogging-symfonylive-london-2019
+Redirect 301 /blog/minimum-core-version /blog/how-define-minimum-drupal-core-version
+Redirect 301 /blog/nginx-redirects-with-query-string-arguments /blog/nginx-redirects-query-string-arguments
+Redirect 301 /blog/null-users-and-system-users-in-drupal /blog/null-users-system-users-drupal
+Redirect 301 /blog/overridding-phpcs-configuration-drupal-ci /blog/overriding-phpcs-configuration-drupal-ci
+Redirect 301 /blog/pantheon-settings-files /blog/include-environment-specific-settings-files-pantheon
+Redirect 301 /blog/pdfpc-pdf-presenter-console-notes /blog/presenting-pdf-slides-using-pdfpc-pdf-presenter-console
+Redirect 301 /blog/php-apps-subdirectory-nginx /blog/how-put-your-php-application-subdirectory-another-site-nginx
+Redirect 301 /blog/presenting-tailwind-css-ansible-cms-philly /blog/presenting-on-tailwind-css-and-ansible-at-cms-philly
+Redirect 301 /blog/programmatically-load-(an-)?entityform-(in-)?drupal-7 /blog/entityform
+Redirect 301 /blog/published-my-first-docker-images-docker-hub /blog/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf
+Redirect 301 /blog/publishing-sculpin-sites-(with-)?github-pages /blog/publishing-sculpin-sites-github-pages
+Redirect 301 /blog/queuing-private-messages-in-drupal-8 /blog/queuing-private-messages-drupal-8
+Redirect 301 /blog/quick-project-switching-in-phpstorm /blog/quick-project-switching-phpstorm
+Redirect 301 /blog/quickly-apply-patches-using-git-and-curl-or-wget /blog/quickly-apply-patches-using-git-curl-or-wget
+Redirect 301 /blog/rebuilding-bartik-with-vuejs-tailwind-css /blog/rebuilding-bartik-drupals-default-theme-vuejs-tailwind-css
+Redirect 301 /blog/rebuilding-bartik-with-vuejs-tailwind-css-part-2 /blog/rebuilding-bartik-drupals-default-theme-vuejs-tailwind-css-part-2
+Redirect 301 /blog/rebuilding-uis-tailwind-css /blog/uis-ive-rebuilt-tailwind-css
+Redirect 301 /blog/restructuring-my-tailwindjs-config-files /blog/restructuring-my-tailwindjs-configuration-files
+Redirect 301 /blog/retrieving-profile-data-user-using-entity-metadata-wrapper /blog/cleanly-retrieving-user-profile-data-using-entity-metadata-wrapper
+Redirect 301 /blog/running-drupal-with-symfony-local-server /blog/running-drupal-88-symfony-local-server
+Redirect 301 /blog/running-phpunit-tests-docksal-phpstorm /blog/how-run-drupal-8-phpunit-tests-within-docksal-phpstorm
+Redirect 301 /blog/simplifying-drupal-migrations-with-xautoload /blog/simplifying-drupal-migrations-xautoload
+Redirect 301 /blog/speaking-drupalcon-barcelona-2020 /blog/speaking-drupalcon-europe-2020
+Redirect 301 /blog/speaking-during-lockdown /blog/speaking-remotely-during-covid-19
+Redirect 301 /blog/speaking-remotely-during-lockdown /blog/speaking-remotely-during-covid-19
+Redirect 301 /blog/style-drupal-6s-taxonomy-lists-php-css-jquery /blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery
+Redirect 301 /blog/survey-results-my-drupalcon-europe-session /blog/survey-results-my-drupalcon-europe-session-test-driven-drupal
+Redirect 301 /blog/system-users-null-users /blog/null-users-and-system-users-in-drupal
+Redirect 301 /blog/test-driven-drupal-gitstore-leanpub /blog/test-driven-drupal-on-gitstore-leanpub
+Redirect 301 /blog/test-driven-drupal-presentation-drupalcon-europe-0 /blog/test-driven-drupal-presentation-drupalcon-europe
+Redirect 301 /blog/test-driven-drupal-session-drupalcon-europe /blog/test-driven-drupal-presentation-drupalcon-europe
+Redirect 301 /blog/test-driven-drupal-session-video-drupalcon-europe /blog/test-driven-drupal-presentation-drupalcon-europe
+Redirect 301 /blog/testing-tailwind-css-plugins-with-jest /blog/testing-tailwind-css-plugins-jest
+Redirect 301 /blog/testing-tailwindcss-plugins-with-jest /blog/testing-tailwind-css-plugins-jest
+Redirect 301 /blog/tweets-from-drupalcamp-london /blog/tweets-drupalcamp-london
+Redirect 301 /blog/updating-features-and-adding-components-using-drush /blog/updating-features-adding-components-using-drush
+Redirect 301 /blog/updating-forked-repositories-github /blog/updating-forked-github-repos
+Redirect 301 /blog/use-regular-expressions-search-and-replace-coda-or-textmate /blog/use-regular-expressions-search-replace-coda-or-textmate
+Redirect 301 /blog/using-environment-variables-settings-docksal /blog/how-use-environment-variables-your-drupal-settings-docksal
+Redirect 301 /blog/using-psr-4-autoloading-your-drupal-7-test-cases /blog/psr4-autoloading-test-cases-drupal-7
+Redirect 301 /blog/using-tailwind-css-in-your-drupal-theme /blog/using-tailwind-css-your-drupal-theme
+Redirect 301 /blog/using-the-pcss-extension-postcss-webpack-encore /blog/using-pcss-extension-postcss-webpack-encore
+Redirect 301 /blog/weeknotes-june-5th /blog/weeknotes-2021-06-05
+Redirect 301 /blog/writing-drupal-module-test-driven-development-tdd /blog/writing-new-drupal-8-module-using-test-driven-development-tdd
+Redirect 301 /book /test-driven-drupal
+Redirect 301 /calendars? https://savvycal.com/opdavies
+Redirect 301 /cms-philly /articles/presenting-on-tailwind-css-and-ansible-at-cms-philly
+Redirect 301 /code-enigma-interview https://blog.codeenigma.com/interview-with-a-drupal-expert-9fcd8e0fad28
+Redirect 301 /consulting /
+Redirect 301 /contrib-half-hour https://www.youtube.com/playlist?list=PLu-MxhbnjI9rHroPvZO5LEUhr58Yl0j_F
+Redirect 301 /cv /cv.txt
+Redirect 301 /d0P5z /talks/drupal-8-php-libraries-drupalorg-api
+Redirect 301 /d7 /drupal7
+Redirect 301 /dcbristol-cfp https://www.papercall.io/drupalcamp-bristol-2019
+Redirect 301 /dcbristol17-videos https://www.youtube.com/playlist?list=PLOwPvExSyLLngtd6R4PUD9MCXa6QL_obA
+Redirect 301 /dcbristol19-announced /articles/drupalcamp-bristol-2019-speakers-sessions-announced
+Redirect 301 /dclondon-sat https://drupalcamp.london/schedule/saturday
+Redirect 301 /dclondon-sun https://drupalcamp.london/schedule/sunday
+Redirect 301 /dclondon20 /articles/drupalcamp-london-testing-workshop
+Redirect 301 /ddev-phpunit-command /blog/creating-custom-phpunit-command-ddev
+Redirect 301 /deploying-php-ansible /talks/deploying-php-ansible-ansistrano
+Redirect 301 /dks7E https://www.youtube.com/watch?v=PLS4ET7FAcU
+Redirect 301 /do-library https://github.com/opdavies/drupalorg-api-php
+Redirect 301 /do-projects https://github.com/opdavies/drupal-module-drupalorg-projects
+Redirect 301 /docksal-phpunit-phpstorm /articles/running-phpunit-tests-docksal-phpstorm
+Redirect 301 /docksal-posts /articles/tags/docksal
+Redirect 301 /dransible https://github.com/opdavies/dransible
+Redirect 301 /dransible-drupal-9 /blog/upgrading-dransible-project-drupal-9
+Redirect 301 /drupal-bristol-march-19 https://docs.google.com/presentation/d/1pk9LIN-hHX73kvDdo-lzgmKlAeH33_K_uvI0t7A-rvY/edit?usp=sharing
+Redirect 301 /drupal-consultant /drupal-consulting
+Redirect 301 /drupal-consulting /
+Redirect 301 /drupal-core-live-stream https://www.youtube.com/watch?v=OK4FWwh1gQU
+Redirect 301 /drupal-core-testing-gate https://www.drupal.org/core/gates#testing
+Redirect 301 /drupal-first-time-issues https://www.drupal.org/project/issues/search?text=&projects=&assigned=&submitted=&project_issue_followers=&status%5B%5D=Open&issue_tags_op=%3D&issue_tags=Novice
+Redirect 301 /drupal-forum-post http://www.webmaster-forums.net/webmasters-corner/developing-my-website-using-php-and-mysql#comment-1231537
+Redirect 301 /drupal-marketplace-uk https://www.drupal.org/drupal-services?offices%5B%5D=24460
+Redirect 301 /drupal-meetups-twitterbot /articles/introducing-the-drupal-meetups-twitterbot
+Redirect 301 /drupal-novice-issues https://www.drupal.org/project/issues/search?text=&projects=&assigned=&submitted=&project_issue_followers=&status%5B%5D=Open&issue_tags_op=%3D&issue_tags=Novice
+Redirect 301 /drupal-php-developer /drupal-consultant
+Redirect 301 /drupal-php-developer-consultant-uk /drupal-php-developer
+Redirect 301 /drupal-tailwind-demo https://www.youtube.com/watch?v=1eM-Gw6GI4g
+Redirect 301 /drupal-tailwindcss https://www.drupal.org/project/tailwindcss
+Redirect 301 /drupal-vuejs /talks/decoupling-drupal-vuejs/
+Redirect 301 /drupal7 /drupal-upgrade
+Redirect 301 /drupalcamp-london-2019-tickets /articles/drupalcamp-london-2019-tickets
+Redirect 301 /drupalcamp-nyc-training https://www.youtube.com/watch?v=3M9c4UUzKm0
+Redirect 301 /drupalorg https://www.drupal.org/u/opdavies
+Redirect 301 /drupalorg-project-issues https://www.drupal.org/project/issues/search?projects=Override+Node+Options%2C+Tailwind+CSS+Starter+Kit%2C+Block+ARIA+Landmark+Roles%2C+Copyright+Block+module%2C+System+User%2C+Null+User%2C+Collection+class%2C+Pathauto+Menu+Link%2C+Webform+ARIA&project_issue_followers=&status%5B%5D=1&status%5B%5D=13&status%5B%5D=8&status%5B%5D=14&status%5B%5D=15&issue_tags_op=%3D
+Redirect 301 /drupalversary https://github.com/opdavies/drupal-module-drupalversary
+Redirect 301 /elewant https://elewant.com/shepherd/admire/opdavies
+Redirect 301 /feed /rss.xml
+Redirect 301 /first-drupal-core-issue https://www.drupal.org/project/drupal/issues/753898
+Redirect 301 /first-npm-package https://www.npmjs.com/package/tailwindcss-vuejs
+Redirect 301 /freeagent https://opdavies.freeagent.com
+Redirect 301 /git-flow /talks/git-flow
+Redirect 301 /gitlab https://gitlab.com/opdavies
+Redirect 301 /gitstore https://enjoy.gitstore.app/maintainers/opdavies
+Redirect 301 /gmail-filters https://gitlab.com/opdavies/gmail-filters
+Redirect 301 /images/me-precedent.jpg /sites/default/files/images/social-avatar.jpg
+Redirect 301 /inviqa-tailwind-demo https://play.tailwindcss.com/Yfmw8O5UNN
+Redirect 301 /inviqa-tailwind-notes https://gist.github.com/opdavies/e6f0f4938506a6859acf1aca8b4e1a74
+Redirect 301 /join-php-south-wales-slack https://join.slack.com/t/phpsouthwales/shared_invite/zt-4vuetc43-AvtEK1WqNzp5k1w4yWKOJA
+Redirect 301 /jy6rW https://www.meetup.com/PHP-South-Wales/events/264731393
+Redirect 301 /kB6Jd /articles/running-drupal-with-symfony-local-server/
+Redirect 301 /kmDRA https://www.bbc.co.uk/news/uk-46561779
+Redirect 301 /leeds-php-drupal-9 https://www.meetup.com/leedsphp/events/272504993
+Redirect 301 /live https://www.youtube.com/channel/UCkeK0qF9HHUPQH_fvn4ghqQ
+Redirect 301 /npm https://www.npmjs.com/~opdavies
+Redirect 301 /oFlkS /articles/test-driven-drupal-on-gitstore-leanpub
+Redirect 301 /oliver-davies-uk-based-drupal-symfony-developer /oliver-davies-uk-based-drupal-php-developer
+Redirect 301 /pair-programming /pair
+Redirect 301 /pair-with-me /pair
+Redirect 301 /pairing /pair
+Redirect 301 /php-ansible /talks/deploying-php-ansible-ansistrano
+Redirect 301 /qSHAl /articles/published-my-first-npm-package/
+Redirect 301 /qT1Rb https://github.com/opdavies/drupal-meetups-twitterbot
+Redirect 301 /rebuilding-acquia https://rebuilding-acquia.oliverdavies.uk
+Redirect 301 /rebuilding-bartik /articles/rebuilding-bartik-with-vuejs-tailwind-css
+Redirect 301 /rebuilding-bristol-js https://github.com/opdavies/rebuilding-bristol-js
+Redirect 301 /rebuilding-pantheon https://play.tailwindcss.com/LND98XihGI?layout=horizontal
+Redirect 301 /rebuilding-platformsh https://rebuilding-platformsh.oliverdavies.uk
+Redirect 301 /rebuilding-symfony https://github.com/opdavies/rebuilding-symfony
+Redirect 301 /rk29B https://www.meetup.com/PHP-South-Wales/events/268422525
+Redirect 301 /roadmap /drupal-upgrade
+Redirect 301 /rss /rss.xml
+Redirect 301 /rst2pdf /talks/building-presenting-slide-decks-rst2pdf
+Redirect 301 /s9MjJ https://symfonycasts.com/screencast/symfony
+Redirect 301 /sculpin /talks/building-static-websites-sculpin
+Redirect 301 /sculpin-encore-versioning https://github.com/opdavies/oliverdavies.uk/commit/d192b04aefa6e7a21bfc1f2e0fe0a16111e0e8a2
+Redirect 301 /sites/default/files/images/social-avatar. /images/social-avatar.jpg
+Redirect 301 /skills https://opdavies-skills-tailwindcss.netlify.com/
+Redirect 301 /slides-drupal-9 https://slides-upgrading-to-drupal-9.oliverdavies.uk
+Redirect 301 /slides-upgrading-to-drupal-9 https://slides-upgrading-to-drupal-9.oliverdavies.uk
+Redirect 301 /slides-upgrading-to-drupal-9/index.html https://slides-upgrading-to-drupal-9.oliverdavies.uk
+Redirect 301 /slides-working-with-workspace https://slides-working-with-workspace.oliverdavies.uk
+Redirect 301 /speaker /press
+Redirect 301 /speaker-info /speaker
+Redirect 301 /speaker-information /speaker
+Redirect 301 /speaking-videos https://www.youtube.com/playlist?list=PLHn41Ay7w7kfAzczswrANch5oHAPZBlvu
+Redirect 301 /stream https://www.youtube.com/channel/UCkeK0qF9HHUPQH_fvn4ghqQ/live
+Redirect 301 /subscription /
+Redirect 301 /swap-markdown-parser https://github.com/opdavies/sculpin-twig-markdown-bundle-example/tree/swap-markdown-parser
+Redirect 301 /symfony https://connect.symfony.com/profile/opdavies
+Redirect 301 /symfony-server /articles/running-drupal-with-symfony-local-server
+Redirect 301 /symfonylive /articles/live-blogging-symfonylive-london
+Redirect 301 /symposium https://symposiumapp.com/u/opdavies
+Redirect 301 /tailwind-css-talk /talks/taking-flight-tailwind-css
+Redirect 301 /tailwind-repos https://github.com/opdavies?utf8=%E2%9C%93&tab=repositories&q=tailwindcss
+Redirect 301 /tailwind-talk /talks/taking-flight-with-tailwind-css
+Redirect 301 /tailwindcss-demo http://tailwindcss-demo.oliverdavies.uk/
+Redirect 301 /talks-offer-tweet https://twitter.com/opdavies/status/1250870367712935938
+Redirect 301 /talks/2012/09/05/what-is-this-drupal-thing-unified-diff /talks/what-is-this-drupal-thing
+Redirect 301 /talks/2013/07/10/drupal-ldap-swdug /talks/drupal-ldap
+Redirect 301 /talks/2014/03/01/git-flow-drupalcamp-london-2014 /talks/git-flow
+Redirect 301 /talks/2014/07/02/drush-make-drupalbristol-drupal-bristol /talks/drush-make-drupalbristol
+Redirect 301 /talks/2014/08/19/drupal-association-swdug /talks/drupal-association
+Redirect 301 /talks/2015/01/18/drupalorg-2015-drupalcamp-brighton-2015 /talks/drupalorg-in-2015-whats-coming-next
+Redirect 301 /talks/2015/02/28/drupalorg-2015-drupalcamp-london-2015 /talks/drupalorg-in-2015-whats-coming-next
+Redirect 301 /talks/2015/04/08/drupal-8-phpsw /talks/drupal-8
+Redirect 301 /talks/2015/07/25/test-drive-twig-with-sculpin-drupalcamp-north-2015 /talks/test-drive-twig-with-sculpin
+Redirect 301 /talks/2015/08/25/dancing-for-drupal-umbristol /talks/dancing-for-drupal
+Redirect 301 /talks/2015/10/14/sculpin-phpsw /talks/sculpin
+Redirect 301 /talks/2016/03/05/drupal-8-module-development-drupalcamp-london-2016 /talks/getting-started-with-drupal-8-module-development
+Redirect 301 /talks/2016/03/09/drupal-vm-generator-nwdug /talks/drupal-vm-generator
+Redirect 301 /talks/2016/04/02/drupal-vm-generator-drupal-bristol /talks/drupal-vm-generator
+Redirect 301 /talks/2016/06/11/drupal-8-rejoining-the-herd-php-south-coast-2016 /talks/drupal-8-rejoining-the-herd
+Redirect 301 /talks/2016/07/23/drupal-vm-meet-symfony-console-drupalcamp-bristol-2016 /talks/drupal-vm-meet-symfony-console
+Redirect 301 /talks/2016/11/09/drupal-development-with-composer-phpsw /talks/drupal-development-with-composer
+Redirect 301 /talks/2016/11/17/goodbye-drush-make-hello-composer-drupal-bristol /talks/goodbye-drush-make-hello-composer
+Redirect 301 /talks/2017/01/18/getting-your-data-into-drupal-8-drupal-bristol /talks/getting-your-data-into-drupal-8
+Redirect 301 /talks/2017/03/04/getting-your-data-into-drupal-8-drupalcamp-london-2017 /talks/getting-your-data-into-drupal-8
+Redirect 301 /talks/ansible-ansistrano https://www.oliverdavies.uk/talks/deploying-php-ansible-ansistrano
+Redirect 301 /talks/archive /talks
+Redirect 301 /talks/deploying-php-applications-fabric /talks/deploying-php-fabric
+Redirect 301 /talks/deploying-php-applications-with-fabric /talks/deploying-php-fabric
+Redirect 301 /talks/drupal-vm-generator-2 /talks/drupal-vm-generator
+Redirect 301 /talks/drupalorg-2015-2 /talks/drupalorg-2015
+Redirect 301 /talks/drupalorg-in-2015-whats-coming-next /talks/drupalorg-2015
+Redirect 301 /talks/getting-started-with-drupal-8-module-development /drupal-8-module-development
+Redirect 301 /talks/having-fun-drupal-8-php-libraries-drupalorg-api /talks/drupal-8-php-libraries-drupalorg-api
+Redirect 301 /talks/never-commit-master-introduction-git-flow /talks/git-flow
+Redirect 301 /talks/sculpin /talks/building-static-websites-sculpin
+Redirect 301 /talks/tailwind /talks/taking-flight-with-tailwind-css/
+Redirect 301 /talks/taking-flight-tailwind-css /talks/taking-flight-with-tailwind-css
+Redirect 301 /talks/using-laravel-collections-outside-laravel /talks/using-illuminate-collections-outside-laravel
+Redirect 301 /talks/working-workspace /talks/working-with-workspace
+Redirect 301 /tdd-blog https://github.com/opdavies/drupal-module-tdd-blog
+Redirect 301 /tdd-test-driven-drupal /talks/tdd-test-driven-drupal/
+Redirect 301 /team-coaching /
+Redirect 301 /test-driven-drupal-book /test-driven-drupal
+Redirect 301 /testing-drupal https://www.oliverdavies.uk/talks/tdd-test-driven-drupal
+Redirect 301 /testing-drupal-intro https://inviqa.com/blog/drupal-automated-testing-introduction
+Redirect 301 /testing-tailwind-plugins /articles/testing-tailwindcss-plugins-with-jest
+Redirect 301 /testing-workshop https://github.com/opdavies/workshop-drupal-automated-testing
+Redirect 301 /testing-workshop-code https://github.com/opdavies/workshop-drupal-automated-testing-code
+Redirect 301 /todoist-filters https://gist.github.com/opdavies/6709fbdac5c3babbd94137bcc8b8e3c2
+Redirect 301 /twitter-tweaks https://github.com/opdavies/chrome-extension-twitter-tweaks
+Redirect 301 /upgrading-to-drupal-9 /talks/upgrading-your-site-drupal-9
+Redirect 301 /uxbjV https://www.drupal.org/project/copyright_block
+Redirect 301 /vyTEF https://www.npmjs.com/package/tailwindcss-vuejs
+Redirect 301 /webpack-encore-pcss-regex https://regexr.com/51iaf
+Redirect 301 /wordcamp-bristol-tailwindcss https://2019.bristol.wordcamp.org/session/taking-flight-with-tailwind-css
+Redirect 301 /wordpress-tailwind https://github.com/opdavies/wordcamp-bristol-2019
+Redirect 301 /work /drupal-php-developer
+Redirect 301 /working-with-workspace /talks/working-with-workspace
+Redirect 301 /workshop-drupal-testing https://github.com/opdavies/workshop-drupal-automated-testing
+Redirect 301 /workspace-demo https://github.com/opdavies/working-with-workspace-demo
+Redirect 301 /wp-tailwind https://wp-tailwind.oliverdavies.uk
+Redirect 301 /wp-tailwind-repo https://github.com/opdavies/wordcamp-bristol-2019
+Redirect 301 /wp-tailwind-starter https://github.com/opdavies/wordpress-tailwindcss-startker-kit
+Redirect 301 /wp-tailwind-static https://wp-tailwind.oliverdavies.uk
+Redirect 301 /yXhoS /talks/things-you-should-know-about-php
diff --git a/source/_daily_emails/2022-08-12.md b/source/_daily_emails/2022-08-12.md
new file mode 100644
index 00000000..4f7ae431
--- /dev/null
+++ b/source/_daily_emails/2022-08-12.md
@@ -0,0 +1,75 @@
+---
+permalink: daily/2022/08/12/git-worktrees-docker-compose
+title: Git Worktrees and Docker Compose
+pubDate: 2022-08-12
+---
+
+I've recently started trialing Git worktrees again as part of my development workflow.
+
+If you are unfamiliar with Git worktrees, they allow you to have muliple branches of a repository checked out at the same time in different directories.
+
+For example, this is what I see within my local checkout of my website repository:
+
+```
+.
+├── config
+├── HEAD
+├── main
+│ ├── ansible
+│ ├── nginx
+│ ├── README.md
+│ └── website
+├── new-post
+│ ├── ansible
+│ ├── nginx
+│ ├── README.md
+│ └── website
+├── objects
+│ ├── info
+│ └── pack
+├── packed-refs
+├── refs
+│ ├── heads
+│ └── tags
+└── worktrees
+ ├── main
+ └── new-post
+```
+
+The first thing that you'll notice is, because it's a bare clone, it looks a little different to a what you usually see in a Git repository.
+
+Each worktree has it's own directory, so my "main" branch inside the `main` directory.
+
+If I need to work on a different branch, such as `new-post`, then I can create a new worktree, move into that directory and start working. I don't need to commit or stash any in-progress work and switch branches.
+
+## Complications with Docker Compose
+
+I use Docker and Docker Compose for my projects, and this caused some issues for me the last time that I tried using worktrees.
+
+By default, Docker Compose will use the name of the directory that the Compose file is in to name its containers. If the directory name is "oliverdavies-uk", then the containers will be `oliverdavies-uk-web_1`, `oliverdavies-uk-db_1` etc.
+
+This doesn't work so well if the directory is a worktree called "main" or "master" as you'll have containers called `main_web_1` or `master_db_1`.
+
+The way to solve this is to use the `COMPOSE_PROJECT_NAME` environment variable.
+
+If you prefix Docker Compose commands with `COMPOSE_PROJECT_NAME=your-project`, or add it to an `.env` file (Docker Compose will load this automatically), then this will override the prefix in the container names to be `your-project-{service}`.
+
+## Container names per worktree
+
+Whilst you could use the same Compose project name within all of your worktrees, I prefer to include the worktree name as a suffix - something like `my-project-main` or `my-project-staging` - and keep these stored in an `.env` file in each worktree's directory.
+
+As each worktree now has unique container names, I can have multiple instances of a project running at the same time, and each worktree will have it's own separate data - meaning that I can make changes and test something in one worktree without affecting any others.
+
+You can also use the `COMPOSE_PROJECT_NAME` variable inside Docker Compose files.
+
+For example, if you use Traefik and needed to override the host URL for a service, the string will be interpolated and the project name would be injected as you'd expect.
+
+```language-yaml
+labels:
+ - "traefik.http.routers.${COMPOSE_PROJECT_NAME}.rule=Host(
+ `${COMPOSE_PROJECT_NAME}.docker.localhost`,
+ `admin.${COMPOSE_PROJECT_NAME}.docker.localhost`
+ )"
+```
+
+This means that Traefik would continue to use a different URL for each worktree without you needing to make any changes to your Docker Compose file.
diff --git a/source/_daily_emails/2022-08-13.md b/source/_daily_emails/2022-08-13.md
new file mode 100644
index 00000000..6806883a
--- /dev/null
+++ b/source/_daily_emails/2022-08-13.md
@@ -0,0 +1,47 @@
+---
+permalink: daily/2022/08/13/i-wrote-a-neovim-plugin
+pubDate: 2022-08-13
+title: I wrote a Neovim plugin
+tags:
+ - neovim
+ - open-source
+---
+
+I enjoy writing and working with open-source software, starting back to when I started working with PHP and Drupal in 2007.
+
+Since then, I've written and maintained a number of Drupal modules and themes, PHP libraries, npm packages, Ansible roles and Docker images - all of which are available on my GitHub and Drupal.org pages.
+
+Just over a year ago, [I switched to using Neovim full-time](/blog/going-full-vim) for my development and DevOps work, and last week, I wrote my first Neovim plugin, written in Lua.
+
+I've used Lua to configure Neovim but this is the first time that I've written and open-sourced a standalone Neovim plugin.
+
+It's called [toggle-checkbox.nvim](https://github.com/opdavies/toggle-checkbox.nvim) and is used toggle checkboxes in Markdown files - something that I use frequently for to-do lists.
+
+For example, this a simple list containing both checked and unchecked checkboxes:
+
+```markdown
+- [x] A completed task
+- [ ] An incomplete task
+```
+
+To toggle a checkbox, the `x` character needs to be either added or removed, depending on whether we're checking or unchecking it.
+
+This is done by calling the `toggle()` function within the plugin.
+
+In my Neovim configuration, I've added a keymap to do this:
+
+```lua
+vim.keymap.set(
+ "n",
+ "tt",
+ "require('toggle-checkbox').toggle()"
+)
+```
+
+This means that I can use the same keymap by running `tt` to check or uncheck a checkbox. I could use Vim's replace mode to do this, but I really wanted to have one keymap that I could use for both.
+
+As it's my first Neovim plugin, I decided to keep it simple.
+
+The main `toggle-checkbox.lua` file is currently only 41 lines of code, and whilst there is an existing Vim plugin that I could have used, I was excited to write my own plugin for Neovim, to start contributing to the Neovim ecosystem, and add a Neovim plugin to my portfolio of open-source projects.
+
+You can view the plugin at , as well as my Neovim configuration (which is also written in Lua) as part of [my Dotfiles repository](https://github.com/opdavies/dotfiles/tree/main/roles/neovim/files).
diff --git a/source/_daily_emails/2022-08-14.md b/source/_daily_emails/2022-08-14.md
new file mode 100644
index 00000000..3b678f40
--- /dev/null
+++ b/source/_daily_emails/2022-08-14.md
@@ -0,0 +1,36 @@
+---
+permalink: daily/2022/08/14/why-i-write-tests
+pubDate: 2022-08-14
+title: "Why I write automated tests"
+tags: [testing]
+---
+
+In February 2012, I saw a tweet from Tim Millwood asking if anyone wanted to maintain or co-maintain a Drupal module called [Override Node Options](https://www.drupal.org/project/override_node_options).
+
+It had more than 9,200 active installations at that time, with versions for Drupal 5, 6 and 7.
+
+I said yes and became the module’s maintainer.
+
+The module now has versions for Drupal 7, 8 and 9, with (at the latest count, according to Drupal.org) 32,292 active installations - which makes it currently the 197th most installed module.
+
+There have been two main things that come to mind with this module, related to automated testing.
+
+Before I become the maintainer, a feature request had been created, along with a large patch file, to add some new permissions to the module. There were some large merge conflicts that stopped me from just committing the changes but I was able to fix them manually and, because the tests still passed, ensure that the original functionality still worked. There weren’t tests for the new permissions but I committed the patch and added the tests later.
+
+Without the tests to ensure that the original functionality still worked, I probably wouldn’t have committed the patch and would have just closed the issue.
+
+More recently, a friend and ex-colleague and I decided to refactor some of the module's code.
+
+We wanted to split the `override_node_options.module` file so that each override was in its own file and its own class. This would make them easier to edit and maintain, and if anyone wanted to add a new one, they’d just need to create a new file for it and add it to the list of overrides.
+
+Without the tests ensuring that the module still worked after the refactor, we probably wouldn’t have done it as it was used on over 30,000 sites that I didn't want to break.
+
+When I was learning about testing, I was working on projects where I was writing the code during the day and the tests in the evening on my own time.
+
+I remember once when my manual testing had been fine, but when writing the test, I found that I’d used an incorrect permission name in the code that was causing the test to fail. This was a bug that, rather than waiting for a QA Engineer or the client to discover and report, I was able to fix it locally before I'd even committed the code.
+
+I also worked on an event booking and management website, where we had code responsible for calculating the number of available spaces for an event based on orders, determining the correct price based on the customer's status and the time until the event, creating voucher codes for new members and event leaders, and bulk messaging event attendees. All of the custom functionality was covered by automated tests.
+
+The great thing about testing is that it gives you confidence that everything still works how you expect - not only when you wrote the code, but also in the future.
+
+I've talked about this, and how to get started with automated testing in Drupal, in a presentation called [TDD - Test-Driven Drupal]({{site.url}}/talks/tdd-test-driven-drupal). If you want to find out more, the slides and a video recording are embedded there.
diff --git a/source/_daily_emails/2022-08-15.md b/source/_daily_emails/2022-08-15.md
new file mode 100644
index 00000000..a8779efd
--- /dev/null
+++ b/source/_daily_emails/2022-08-15.md
@@ -0,0 +1,84 @@
+---
+permalink: daily/2022/08/15/using-run-file-simplify-project-tasks
+pubDate: 2022-08-15
+title: Using a "run" file to simplify project tasks
+tags: ["php"]
+---
+
+Every project has its own set of commands that need to be run regularly.
+
+From starting a local server or the project's containers with Docker or Docker Compose, running tests or clearing a cache, or generating the CSS and JavaScript assets, these commands can get quite complicated and time-consuming and error-prone to type over and over again.
+
+One common way to simplify these commands is using a `Makefile`.
+
+A Makefile contains a number of named targets that you can reference, and each has one or more commands that it executes.
+
+For example:
+
+```language-language-yaml
+# Start the project.
+start:
+ docker-compose up -d
+
+# Stop the project.
+stop:
+ docker-compose down
+
+# Run a Drush command.
+drush:
+ docker-compose exec php-fpm drush $(ARGS)
+```
+
+With this Makefile, I can run `make start` to start the project, and `make stop` to stop it.
+
+Makefiles work well, but I don't use the full functionality that they offer, such as dependencies for targets, and passing arguments to a command - like arguments for a Drush, Symfony Console, or Artisan command, doesn't work as I originally expected.
+
+In the example, to pass arguments to the `drush` command, I'd have to type `ARGS="cache:rebuild" make drush` for them to get added and the command to work as expected.
+
+An agency that I worked for created and open-sourced their own Makefile-like tool, written in PHP and built on Symfony Console. I gave a talk on it called [Working with Workspace]({{site.url}}/talks/working-with-workspace) and used it on some of my own personal and client projects.
+
+## What I'm using now
+
+The solution that I'm using now is a `run` file, which is something that I learned from Nick Janetakis' blog and YouTube channel.
+
+It's a simple Bash file where you define your commands (or tasks) as functions, and then execute them by typing `./run test` or `./run composer require something`.
+
+Here's the Makefile example, but as a `run` script:
+
+```bash
+#!/usr/bin/env bash
+
+function help() {
+ # Display some default help text.
+ # See examples on GitHub of how to list the available tasks.
+}
+
+function start {
+ # Start the project.
+ docker-compose up -d
+}
+
+function stop {
+ # Stop the project.
+ docker-compose down
+}
+
+function drush {
+ # Run a Drush command with any additional arguments.
+ # e.g. "./run drush cache:rebuild"
+ docker-compose exec php-fpm drush "${@}"
+}
+
+# Execute the command, or run "help".
+eval "${@:-help}"
+```
+
+As it's Bash, I can just use `$1`, `$2` etc to get specific arguments, or `$@` to get them all, so `./run drush cache:rebuild` works as expected and any additional arguments are included.
+
+You can group tasks by having functions like `test:unit` and `test:commit`, and tasks can run other tasks. I use this for running groups of commands within a CI pipeline, and to extract helper functions for tasks like running `docker-compose exec` within the PHP container that other commands like `drush`, `console` or `composer` could re-use.
+
+As well as running ad-hoc commands during development, I also use the run file to create functions that run Git pre-commit or pre-push hooks, deploy code with Ansible, or build, push or pull the project's latest Docker images.
+
+I also use one within my Talks repository to generate PDF files using rst2pdf, present them using phdpc, and generate thumbnail images.
+
+For examples of `run` files that I use in my open-source code, [you can look in my public GitHub repositories](https://github.com/search?l=Shell&q=user%3Aopdavies+filename%3Arun&type=Code), and for more information, here is [Nick's blog post where I first found the idea](https://nickjanetakis.com/blog/replacing-make-with-a-shell-script-for-running-your-projects-tasks).
diff --git a/source/_daily_emails/2022-08-16.md b/source/_daily_emails/2022-08-16.md
new file mode 100644
index 00000000..331f389f
--- /dev/null
+++ b/source/_daily_emails/2022-08-16.md
@@ -0,0 +1,42 @@
+---
+permalink: daily/2022/08/16/what-are-git-hooks-why-are-they-useful
+pubDate: 2022-08-16
+title: "What are Git hooks and why are they useful?"
+tags: ["git"]
+---
+
+In yesterday's email, I mentioned Git hooks but didn't go into any detail. So, what are they?
+
+Git hooks are Bash scripts that you add to your repository that are executed when certain events happen, such as before a commit is made or before a push to a remote.
+
+By default, the script files need to be within the `.git/hooks` directory, have executable permissions, and be named to exactly match the name of the hook - e.g. `pre-push` - with no file extension.
+
+If it returns an error exit code then the process is stopped and the action doesn't complete.
+
+This is useful if, for example, you or your team use a specified format for commit messages and you want to prevent the commit if the message doesn't match the requirements.
+
+But, the main benefit that I get from Git hooks if from the `pre-push` hook.
+
+I use it to run a subset of the checks that are run within project's CI pipeline to limit failures in the CI tool and fix simple errors before I push the code.
+
+Typically, these are the quicker tasks such as ensuring the Docker image builds, running linting and static analysis, validating lock files, and some of the automated tests if they don't take too long to run.
+
+If a build is going to fail because of something simply like a linting error, then I'd rather find that out and fix it locally rather than waiting for a CI tool to fail.
+
+Also, if you're utilising trunk-based development and continuous integration where team members are pushing changes regularly, then you want to keep the pipeline in a passing, deployable state as much as possible and prevent disruption.
+
+But what have Git hooks got to do with the "run" file?
+
+Firstly, I like to keep the scripts as minimal as possible and move the majority of the code into functions within the `run` file. This means that the scripts are only responsible for running functions like `./run test:commit` and returning the appropriate exit code, but also means that it's easy to iterate and test them locally without making fake commits or trying to push them to your actual remote repository (and hoping that they don't get pushed).
+
+Secondly, I like to simplify the setup of Git hooks with their own functions.
+
+For security reasons, the `.git/hooks` directory cannot be committed and pushed to your remote so they need to be enabled per user within their own clone of the repository.
+
+A common workaround is to put the scripts in a directory like `.githooks` and either symlink them to where Git expects them to be, or to use the `core.hooksPath` configuration option and change where Git is going to look.
+
+I like to lower the barrier for any team members by creating `git-hooks:on` and `git-hooks:off` functions which either set or unset the `core.hooksPath`. If someone wants to enable the Git hooks then they only need to run one of those commands rather than having to remember the name of the configuration option or manually creating or removing symlinks.
+
+There are other Git hooks that can be used but just using `pre-commit` and `pre-push` has saved me and teams that I've worked on both Developer time and build minutes, provides quicker feedback and fewer disruptions in our build pipelines, and I like how simple it can be by creating custom functions in a `run` file.
+
+Lastly, I've created as an example with a minimal `run` file and some example hooks.
diff --git a/source/_daily_emails/2022-08-17.md b/source/_daily_emails/2022-08-17.md
new file mode 100644
index 00000000..7903ef0c
--- /dev/null
+++ b/source/_daily_emails/2022-08-17.md
@@ -0,0 +1,39 @@
+---
+permalink: daily/2022/08/17/one-more-run-command-git-worktrees
+pubDate: 2022-08-17
+title: One more "run" command, for Git worktrees
+tags: ["drupal", "git"]
+---
+
+Here's another `run` file example, this time relating to Git worktrees...
+
+One project that I work on is a multilingual Drupal application that needs to work in both English and Welsh. As I'm cloning a fresh version today, I'm doing it as a bare repository so I can use worktrees.
+
+To work on it locally, just like in production, I need to use a different URL for each language so that Drupal can identify it and load the correct content and configuration.
+
+For fixed environments like production or staging, the URLs are set in configuration files, but for ad-hoc environments such as local worktrees, I thought that the best approach was to override them as needed per worktree using Drush (a Drupal CLI tool).
+
+I could do this manually each time or I could automate it in a `run` command. :)
+
+Here's the function that I came up with:
+
+```bash
+function drupal:set-urls-for-worktree {
+ # Set the site URLs based on the current Git worktree name.
+ local worktree_name="$(basename $PWD)"
+
+ local cy_url="cy-projectname-${worktree_name}.docker.localhost"
+ local en_url="projectname-${worktree_name}.docker.localhost"
+
+ # Update the URLs.
+ drush config:set language.negotiation url.domains.cy -y $cy_url
+ drush config:set language.negotiation url.domains.en -y $en_url
+
+ # Display the domains configuration to ensure that they were set correctly.
+ drush config:get language.negotiation url.domains
+}
+```
+
+It builds the worktree URL for each language based on the directory name, executes the configuration change, and finally displays the updated configuration so I can confirm that it's been set correctly.
+
+This is a good example of why I like using `run` files and how I use them to automate and simplify parts of my workflow.
diff --git a/source/_daily_emails/2022-08-18.md b/source/_daily_emails/2022-08-18.md
new file mode 100644
index 00000000..a93956bf
--- /dev/null
+++ b/source/_daily_emails/2022-08-18.md
@@ -0,0 +1,27 @@
+---
+permalink: daily/2022/08/18/talking-drupal-tailwind-css
+pubDate: 2022-08-18
+title: "'Talking Drupal' and Tailwind CSS"
+tags:
+ - css
+ - tailwind-css
+ - twig
+---
+
+In March, I was a guest again on the Talking Drupal podcast. This time I was talking about utility CSS and, in particular, the Tailwind CSS framework.
+
+I've become a big fan of this approach to styling websites and was an early adopter of Tailwind, and have released [a starter-kit theme](https://www.drupal.org/project/tailwindcss) for building custom Drupal themes with Tailwind CSS based on what I was using for my own client projects.
+
+## Rebuilding Talking Drupal with Tailwind
+
+Usually when I give a Tailwind CSS talk at a conference or user group, I rebuild something familiar - maybe a page of their website - as an example and to explain some of the concepts and anything that was particularly interesting during the build. (I have [a blog post]({{site.url}}/blog/uis-ive-rebuilt-tailwind-css) that lists the ones that I've done before).
+
+After this podcast episode, I built a [Tailwind version of the Talking Drupal homepage](https://talking-drupal-tailwindcss.oliverdavies.uk).
+
+But, given that Drupal uses Twig and that we'd talked about best practices around using a templating engine to use loops and extract components to organise code and reduce duplication, I definitely wanted to build this example using Twig templates.
+
+Drupal seemed like too much for a single page example, and Symfony or Sculpin could distract from the main focus of the demo, so I decided to start from scratch with an empty PHP file and add Twig and any other dependencies myself.
+
+[The code repository](https://github.com/opdavies/talking-drupal-tailwindcss) is publicly viewable on my GitHub profile so people can look at the code and see some of the things that I talked about during the episode in practice and not just the resulting HTML a browser.
+
+You can [listen to the episode](https://talkingdrupal.com/338), and if you want any more information, the slides and video from my [Taking Flight with Tailwind CSS talk]({{site.url}}/talks/taking-flight-with-tailwind-css) are on my website.
diff --git a/source/_daily_emails/2022-08-19.md b/source/_daily_emails/2022-08-19.md
new file mode 100644
index 00000000..769270d8
--- /dev/null
+++ b/source/_daily_emails/2022-08-19.md
@@ -0,0 +1,25 @@
+---
+permalink: daily/2022/08/19/pair-programming-or-code-reviews
+pubDate: 2022-08-19
+title: Pair programming or code reviews?
+---
+
+It's been almost a year and a half since I last pushed a feature branch, created a pull request, and waited for it to be reviewed and (hopefully) merged and deployed.
+
+On the majority of teams and projects that I've worked on, this was how things were done.
+
+Tasks would be worked on in separate branches which would need to be reviewed by one or more other Developers before being merged.
+
+I'm an advocate for continuous integration and trunk-based development (both I plan on writing about in more depth) in which there is no formal code review step, but instead, I encourage people to pair program as much as possible.
+
+Pair or mob (group) programming, for me, is like a real-time code review where you can discuss and make changes instantly, rather than waiting until the work is complete and someone reviewing it after the fact. If a bug is spotted as you're typing it or something could be named better, you can update it there and then.
+
+But there are other benefits too.
+
+Instead of one person writing some code, and others reviewing it after the fact, multiple people have written it together and the knowledge is shared amongst those people.
+
+As you've worked together, you don't need to ask or wait for someone to set time aside to review your changes, so it's quicker for them to be merged and deployed. It's already been reviewed, so as long as any automated checks pass, the code can be merged.
+
+I've worked in pairs where I've taught someone how to write automated tests and do test-driven development, which I suspect wouldn't have been quite the same if they'd just read the finished code afterwards.
+
+Of course, some Developers and teams will prefer the typical code review process - it's worked well for me and projects that I've worked on in the past - but personally, I like the speed, agility, mentoring and learning, and social benefits that I can get more easily from pair programming.
diff --git a/source/_daily_emails/2022-08-20.md b/source/_daily_emails/2022-08-20.md
new file mode 100644
index 00000000..f5b7dcc3
--- /dev/null
+++ b/source/_daily_emails/2022-08-20.md
@@ -0,0 +1,22 @@
+---
+pubDate: 2022-08-20
+title: "A return to offline meetups and conferences"
+permalink: "archive/2022/08/20/return-to-offline-meetups-conferences"
+tags: ["community"]
+---
+
+Yesterday, I dusted off our Meetup page and posted our next [PHP South Wales meetup](https://www.meetup.com/php-south-wales) event.
+
+We've had online meetups and code practice sessions throughout the pandemic and during lockdowns, but this will be our first offline/in person/IRL meetup since February 2020.
+
+As well as organising our online meetups during COVID, I attended a lot of other online events, [usually giving various talks or workshops]({{site.url}}/blog/speaking-remotely-during-covid-19), and whilst they were good for a while, I eventually started to get burned out by them.
+
+I've been an organiser of various meetups and conferences for a long time, and attending events has been a very large part of my career so far - providing opportunities to learn, to network and socialise with other attendees, and pass knowledge on through talks, workshops and mentoring.
+
+It's been great to see some offline events returning, from local user groups to conferences such as DevOpsDays, DrupalCon and SymfonyLive.
+
+I've given one talk this year - a lot less than this time last year - but it was in front of an audience instead of a screen, and whilst it seemed strange, I'm sure that it's something that will feel normal again in time.
+
+I'm thinking of attending a conference next month, I've submitted some talk suggestions to some other conferences which I'm waiting to hear from, and am considering travelling to some of the other UK user groups as they restart - some of which I joined or spoke at online but it would be great to meet them in person.
+
+For next week, I'll be glad to have PHP South Wales events running again and to see our community back together in person, and then do it again and start getting ready for next month's event.
diff --git a/source/_daily_emails/2022-08-21.md b/source/_daily_emails/2022-08-21.md
new file mode 100644
index 00000000..c3ca4c83
--- /dev/null
+++ b/source/_daily_emails/2022-08-21.md
@@ -0,0 +1,29 @@
+---
+permalink: daily/2022/08/21/2022-08-21
+pubDate: 2022-08-21
+title: "Why I use Docker and Docker Compose for my projects"
+tags:
+ - docker
+---
+
+For the last few years, I've used Docker and Docker Compose exclusively on all of my projects. When I start a new project or onboard a new client, usually one of the first things that I need to do is get an application running in Docker so that I can work on it.
+
+
+
+I've inherited projects with no environment configuration or documentation at all and I need to start from scratch to get it running. Ideally, each project would have it's local environment configuration in the same Git repository as the application code.
+
+For my own projects, these days I prefer to use Docker and Docker Compose - creating my own Dockerfiles for each project so that the correct dependencies are present and the required build steps are executed, as well as acting as documentation.
+
+It's lean as the environment is built specifically for each project, and easy to configure using Docker and Docker Compose directly using native patterns such as override files, environment variables and interpolation, and multi-stage builds.
+
+The configuration can be as simple or complicated as it needs to be for each project rather than using "a one size fits all" approach. If I'm working with Drupal, Fractal, Vue.js, a PHP library, a Go command line tool, or something else entirely, I can use the most appropriate starting point.
+
+As well as local developments, it's easy to use Docker and Docker Compose in CI environments with tools like GitHub Actions and Bitbucket Pipelines. They will either be present by default or will be easy to install, and it's simple to run a `docker-compose build` or `docker-compose run` command within a pipeline to check that the project builds correctly and to execute tasks such as automated tests or static analysis.
+
+As well as using it for projects, Docker has been useful for me in other situations where I need to run small tools such as rst2pdf for generating presentation slides, and ADR Tools for working with architectural decision records.
+
+For some situations like an open-source contribution day, using an off-the-shelf solution would probably be a better option, and some teams will have their own preferences, but I prefer to use Docker and Docker Compose when I can.
+
+Personally, I like to invest time into learning tools that provide reusable knowledge, such as Docker and Docker Compose. I'd prefer to spend time learning something, even if it may take longer compared to other tools, if it's going to give me a return on that investment in the medium- to long-term.
+
+For some examples of how I work with Docker and Docker Compose, you can [see my public GitHub repositories](https://github.com/opdavies?tab=repositories&q=docker) and how things are put together there.
diff --git a/source/_daily_emails/2022-08-22.md b/source/_daily_emails/2022-08-22.md
new file mode 100644
index 00000000..70a20d68
--- /dev/null
+++ b/source/_daily_emails/2022-08-22.md
@@ -0,0 +1,25 @@
+---
+permalink: daily/2022/08/22/2022-08-22
+pubDate: 2022-08-22
+title: "Being a T-shaped Developer"
+---
+
+A blog post appeared on my feed this morning, titled [How to be T-Shaped](https://www.nomensa.com/blog/how-to-be-t-shaped).
+
+"T-shaped Developers" is a term that I've also used before. Being T-shaped means that you have a deep knowledge in one particular area and a breadth of knowledge in other areas.
+
+I would say that I'm T-shaped.
+
+My main area of knowledge is PHP and Drupal software development - they're the programming language and content management system that I've used throughout most of my career so far, since I started in 2007.
+
+As I worked on my own personal and client projects, I needed to learn more complementary skills.
+
+I needed to learn how to style websites and build themes so I started to learn front-end development with CSS and frameworks like Bootstrap, Bulma and Tailwind CSS, and JavaScript frameworks like Angular, Vue.js and Alpine, as well as TypeScript.
+
+I also needed to host these projects somewhere, which introduced me to Linux servers, virtual hosts, (S)FTP and SSL, web servers like Apache, Nginx and Caddy, MySQL and MariaDB databases, and as projects got more complicated, I started using tools like Vagrant and Puppet, Ansible, and Docker for configuring environments to work in.
+
+I don't use Drupal for every project. I've used static site generators and frameworks like Symfony based on the project's requirements, and have projects that use several different technologies at the same time.
+
+The main benefits are that I can either deliver entire projects or projects with more complicated architectures, or work across different teams - mentoring a team of Front-End Developers in Drupal theming, or working with System Administrators to start hosting PHP applications. Having these additional skills is definitely valuable to employers and clients.
+
+I've said that one of the best and worst things about software development is that there's always something new to learn!
diff --git a/source/_daily_emails/2022-08-23.md b/source/_daily_emails/2022-08-23.md
new file mode 100644
index 00000000..7b546f53
--- /dev/null
+++ b/source/_daily_emails/2022-08-23.md
@@ -0,0 +1,31 @@
+---
+pubDate: 2022-08-23
+title: "Git: GUI or command-line?"
+permalink: "archive/2022/08/23/git-gui-command-line"
+tags:
+ - "git"
+---
+
+I’ve been using Git for a long time. My first full-time Developer role in 2010 was working on an in-house team and that project used Git as it’s version control system.
+
+I remember typing commands into an Ubuntu terminal and trying to wrap my head around the process of adding and staging files, (sometimes) pulling, and then pushing to a remote. I think the remote was a simple bare repository on a server, so there was no UI like there is in GitHub and similar tools today.
+
+In fact, GitHub only started two years earlier in 2008, and GitLab wasn’t around until 2014.
+
+Looking back, my introduction to Git as a Junior Developer wasn't easy and I remember starting to get frustrated until it eventually "clicked" and made sense.
+
+I don't remember if there were GUIs at that time (I remember using gitk but I can't think when), but having a tool like GitHub where I could see the code, branches and commits, would probably have been helpful with my initial learning.
+
+Whilst working locally, I've tried some of the desktop GUI tools like Sourcetree, gitkraken and Tower, but I always come back to using Git on the command line.
+
+While a Git GUI tool may make it easier to learn Git initially as a Junior Developer, I'd recommend trying to learn the command line too.
+
+In my opinion, understanding what’s happening "under the hood" when is important working with a GUI - just in case you find yourself unexpectedly having to use the command line. I’ve seen an error in a Git GUI that suggests running commands in the terminal to debug or fix the issue. If you aren't familiar with the terminal commands or what they do, then I'd expect this to be intimidating and confusing.
+
+If you're working as part of a team or contributing to an open-source project then the consistency that the command line provides will make it easier when working with colleagues or getting help from project maintainers. You're also learning Git itself rather than a tool that may add it's own terminology or change how Git itself works, also causing confusion.
+
+There's a lot of Git functionality and concepts that I wouldn't have explored if I wasn't using the command line and relying on a GUI, such as adding and removing code in chunks using patch mode, using bisect to find when a bug was introduced, worktrees for local code organisation, and understanding merging vs rebasing, interactive and non-interactive rebases, and merge commits and fast-forward merges.
+
+Of course, if you prefer to use a GUI and it works for you, then that's fine. Personally, I like to dig deep when learning tools, to know them inside-out and understand how to use them well, and I think that the time that I've spent learning Git and optimising my workflow paid for itself a long time ago.
+
+How do you like to use Git? Do you prefer to use the command line or a GUI tool? Reply to this email and let me know.
diff --git a/source/_daily_emails/2022-08-24.md b/source/_daily_emails/2022-08-24.md
new file mode 100644
index 00000000..103a9201
--- /dev/null
+++ b/source/_daily_emails/2022-08-24.md
@@ -0,0 +1,51 @@
+---
+permalink: daily/2022/08/24/2022-08-24
+pubDate: 2022-08-24
+title: "How I've configured Git"
+tags:
+ - "git"
+---
+
+After yesterday's post on why I prefer using Git on the command line rather than using a GUI tool, today I thought that I'd post about how I've configured Git.
+
+First, I rarely ever run the `git` command - I usually run a `g` function that I've created within my zsh configuration.
+
+Rather than being an simple alias, it's a shell function that will run `git status -sb` to show the current status of the repository if there are no additional arguments. If there are, such as when running `g add`, then this is executed as a normal Git command. (This is something that I first saw from Thoughtbot, if I remember correctly).
+
+## Using .gitconfig
+
+The main part of my configuration is within Git's `~/.gitconfig` file, where I can configure Git to work how I want.
+
+For example, I like to avoid merge conflicts, so I always want to use fast-forward merges whilst pulling and also to rebase by default. I can do this by adding `ff = only` and `rebase = true` to the `[pull]` section of my `~/.gitconfig` file.
+
+I can do this manually, or running `git config --global pull.rebase true` will set the option but also update the file automatically.
+
+Some of the tweaks that I've made are to only allow fast-forward merges by adding `merge.ff = only`, automatically squash commits when rebasing by setting `rebase.autosquash = true`, and automatically pruning branches by adding `fetch.prune = true`.
+
+### Simple aliases
+
+Another way that I configure Git is using aliases, which are also within the `~/.gitconfig` file.
+
+For example, if I ran `git config --global alias.b "branch"`, then running `git b` would just run `git branch` which shortens the command and saves some time and keystrokes.
+
+I have similar one- or two letter "short" aliases for pushing and pulling code, and some that also set some additional arguments such as `aa` for `add --all` and `worktrees` for `worktree list`.
+
+### More complicated aliases
+
+Aliases can be more complex if needed by prefixing it with a `!`, meaning that it executes it as a shell command.
+
+This means that I can have `repush = !git pull --rebase && git push` to chain two separate Git commands and combine them into one, and `ureset = !git reset --hard $(git upstream)` which executes the full command, including another alias as part of it.
+
+I also have `issues = !gh issue list --web` and `pulls = !gh pr list --web` to open the current repository's GitHub issues or pull requests respectively, which can be done as it's not limited to just running `git` commands.
+
+### Custom functions
+
+Finally, if an alias is getting too long or complex, then it can extracted to it's own file.
+
+Any executable file within your `$PATH` that starts with `git-` will automatically become a Git command.
+
+One example that I have is [git-cm](https://github.com/opdavies/dotfiles/blob/2b20cd1e59ae3b1fa81074077e855cbdfa02f146/bin/bin/git-cm) which, similar to the `g` function`, is a bash script that checks for any arguments passed to it and runs a slightly different command. It achieves the same thing as if it were an alias, but it does make it easier to write and maintain as it's in a separate file.
+
+These are just some examples. If you want to see my entire configuration, then check out [my dotfiles repository on GitHub](https://github.com/opdavies/dotfiles/tree/2b20cd1e59ae3b1fa81074077e855cbdfa02f146/roles/git/files).
+
+How have you configured Git for your workflow? Reply to this email and let me know.
diff --git a/source/_daily_emails/2022-08-25.md b/source/_daily_emails/2022-08-25.md
new file mode 100644
index 00000000..304e1a53
--- /dev/null
+++ b/source/_daily_emails/2022-08-25.md
@@ -0,0 +1,24 @@
+---
+pubDate: 2022-08-25
+title: "Why I work in Neovim"
+tags: ["vim", "neovim"]
+permalink: "archive/2022/08/25/why-i-work-in-neovim"
+---
+
+Over a year ago, I posted that I was [switching to using Neovim full-time]({{site.url}}/blog/going-full-vim) for my development work.
+
+I'd used Vim one file at a time on remote servers, and added Vim plugins in other IDEs and editors, so I was already familiar with a lot of the key bindings and motions before I decided to use it full-time.
+
+Still, it was tough to begin with, but once I'd learned how to configure Neovim, I also learned that being able to customise and extend it as much as you need to is one of its main advantages compared to other IDEs and code editors.
+
+TJ DeVries - a Neovim core team member - has recently coined the term "PDE" (a personalised development environment) which, for me, describes Neovim perfectly.
+
+Currently, I have a fuzzy-finder to quickly open files (as well as many other things), an LSP client to add code intelesense, auto-completion, refactoring tools, custom snippets, and very recently, a database client and a HTTP client.
+
+Just as important to me, I've found a growing community of other Neovim users who stream on Twitch, post YouTube videos, write blog posts, or publish their dotfiles for others to see and reference.
+
+I've learned Lua. Not just for my own Neovim configuration, but I recently wrote and open-sourced my own simple plugin.
+
+Like Git, I enjoy and prefer using tools that I can configure and adapt to my workflow.
+
+Given Neovim's flexibility and configurability, its expanding feature set both in core and community plugins, and the growing community, I think that Neovim is going to be something that I continue to use and adapt for a long time.
diff --git a/source/_daily_emails/2022-08-26.md b/source/_daily_emails/2022-08-26.md
new file mode 100644
index 00000000..d6cb695f
--- /dev/null
+++ b/source/_daily_emails/2022-08-26.md
@@ -0,0 +1,19 @@
+---
+pubDate: 2022-08-26
+title: "Always be learning"
+permalink: "archive/2022/08/26/always-be-learning"
+---
+
+I've been a Developer for 15 years and one thing that I've always focussed on is to always keep learning.
+
+From starting as a self-taught Developer, initially learning HTML and CSS, to later learning PHP and Drupal as well as other languages, frameworks and tools.
+
+For the last couple of days, I've been experimenting with Next.js - a React-based web framework. I hadn't used React before and have typically reached for Vue.js or sometimes Alpine.js based on what I needed to do. However, I'm always looking for opportunities to learn and implement new things, and see how I can use them in any of my projects.
+
+This afternoon, I started a new Next.js and TypeScript project, and refactored a small codebase that used a static site generator to create a small number of landing pages from Markdown files.
+
+It took me a short time to set up a Docker environment for it based on some of my Vue.js projects, ported across the application to recreate the pages, and finally, updated the CI pipeline that generated the static pages and uploaded them to an S3 bucket.
+
+The end result is the same - the same HTML pages are generated and uploaded - but, for me, trying and experimenting with new things keeps my work interesting and my knowledge fresh, which benefits me as well as my colleagues and clients.
+
+As I said in a previous email, one of the great things about software development is that there's always something new to learn.
diff --git a/source/_daily_emails/2022-08-27.md b/source/_daily_emails/2022-08-27.md
new file mode 100644
index 00000000..3e6950ec
--- /dev/null
+++ b/source/_daily_emails/2022-08-27.md
@@ -0,0 +1,15 @@
+---
+pubDate: 2022-08-27
+title: "Giving back"
+permalink: "archive/2022/08/27/giving-back"
+---
+
+Today, I've been at an event run by a local animal rescue charity. It's one that we attend often as my children like to enter the dog show, but this year, I've also sponsored one of the categories.
+
+As well as organising the PHP South Wales user group, I'm also now a sponsor - donating books and elePHPant plushies for raffle prizes and paying the group's Meetup.com subscription costs.
+
+Giving back and supporting open-source maintainers and content creators is a big priority of mine. If I use some open-source software or find that someone's Twitch or YouTube channel is useful, if that person or organisation is on GitHub or Patron, then I'll sponsor them, or I'll subscribe to their channel.
+
+If I find a useful blog post or video, I'll add a comment or link to it on Twitter, thanking them and letting them know that it helped me.
+
+Especially if it's something that I've used within my projects, it makes sense to support it and it's maintainers, so that they keep working on and improving the software, continue streaming, and keep writing blog posts and recording videos for me to learn from.
diff --git a/source/_daily_emails/2022-08-28.md b/source/_daily_emails/2022-08-28.md
new file mode 100644
index 00000000..c531f4e4
--- /dev/null
+++ b/source/_daily_emails/2022-08-28.md
@@ -0,0 +1,27 @@
+---
+pubDate: 2022-08-28
+title: "How I started programming"
+permalink: "archive/2022-08-28/how-started-programming"
+---
+
+In 2007, I was working in the IT sector in a Desktop Support role but hadn't done any coding professionally.
+
+In my spare time, I was a black belt in Tae Kwon-Do and enjoyed training at a few different schools. Because of my IT experience, I was asked if I could create a website for one of the schools - somewhere that we could post information and class times for new starters, as well as news articles and competition results.
+
+This would be my introduction to programming.
+
+I started learning what I needed to know, starting with HTML and CSS - experimenting with a template that I found online and was able to tweak to match the school's colours.
+
+I was able to complete the first version of the website with static HTML pages and CSS but had to manually create a new HTML page for every new news article and edit existing pages manually.
+
+I wanted to make it more dynamic, and started to learn about PHP and MySQL from video courses and online forums.
+
+After posting a question about some PHP code that I'd written, someone suggested that I look at content management systems - namely Drupal, which was used for that forum (I have [a screenshot of the reply](https://twitter.com/opdavies/status/1185456825103241216)). This was a new concept to me as until that point, I'd written everything so far myself whilst learning it.
+
+I remember evaluating Drupal alongside some others - rebuilding the same website a few different times, but stuck with Drupal and relaunched it on Drupal 6 and a custom theme that I'd created from the original templates.
+
+I signed up for a Drupal.org account, started to do some freelance work for a local web design agency, and built a new website for a local cattery.
+
+I started blogging, attending meetups, and when an opportunity to switch careers to software development came along, I applied for and got the job.
+
+That job was also using Drupal and, in another email, I'll write more about why I still like and use Drupal years later.
diff --git a/source/_daily_emails/2022-08-29.md b/source/_daily_emails/2022-08-29.md
new file mode 100644
index 00000000..78ba11f0
--- /dev/null
+++ b/source/_daily_emails/2022-08-29.md
@@ -0,0 +1,22 @@
+---
+pubDate: 2022-08-29
+title: "Why I like Drupal"
+permalink: "archive/2022/08/29/why-like-drupal"
+tags: ["drupal"]
+---
+
+As I said in yesterday's email, I developed my first website project on Drupal. It allowed me to take a static HTML and CSS website and convert it into something that was much easier and quicker for me to update, and allowed me to create more users with permissions to do those tasks too.
+
+I worked on various Drupal projects, and my first full-time job was on an in-house team where we maintained and enhanced a Drupal 6 website.
+
+I've since used Drupal for projects of all shapes and sizes with different levels of complexity. Everything from a simple brochure website to large and complex, multilingual, API-driven projects.
+
+I've been able to build eCommerce websites with Drupal using Ubercart and Drupal Commerce. I've built traditional stores where customers purchase physical products, a photography competition website with custom judging functionality, a site for purchasing commercial and residential property and land searches, and a fully-fledged events booking and management platform.
+
+Whatever the size and complexity of the project, Drupal is flexible enough to fit it.
+
+I've loved some of the ecosystem improvements within the last few years. Moving to object-orientated code by default, integrating code from other projects like Symfony, shipping new features every six months as part of the new release cycle, and embracing tools like Composer, PHPStan and Rector.
+
+I also love being part of the Drupal community. Collaborating on tasks, speaking on Slack, and attending events like DrupalCon where I've been lucky enough to attend, speak and mentor.
+
+Although Drupal is my specialty and the tool that I've used the most, I don't use it exclusively. I'll talk more about this in tomorrow's email.
diff --git a/source/_daily_emails/2022-08-30.md b/source/_daily_emails/2022-08-30.md
new file mode 100644
index 00000000..7b1a3577
--- /dev/null
+++ b/source/_daily_emails/2022-08-30.md
@@ -0,0 +1,24 @@
+---
+pubDate: 2022-08-30
+title: "Why I don't only use Drupal"
+permalink: "archive/2022/08/30/why-dont-only-use-drupal"
+tags: ["drupal"]
+---
+
+Yesterday, [I shared some of the reasons]({{site.url}}/archive/2022/08/29/why-like-drupal) why I like Drupal and why I use it for the majority of my projects. But, as I said, I don't use it exclusively and for some projects I used various different tools.
+
+Essentially, I always try to recommend and use the best tool for the job.
+
+I previously interviewed for a job and was asked to complete a coding test. The role was mostly Drupal-focussed, but as the test asked for a command-line application, I completed it using Symfony and Symfony Console, and was able to discuss why I'd made that decision. In my opinion, it was the best choice based on the requirements.
+
+This is the same approach that I use when making recommendations for a new project.
+
+I've delivered projects using other tools like the Symfony framework or a static site generator, as long as it fitted the requirements.
+
+If there's a SaaS solution that can be used instead, or an off-the-shelf tool that can be integrated instead of writing a custom solution, then that should be evaluated.
+
+There may be other constraints like budgets or deadlines to consider - maybe something can be delivered faster or cheaper using a particular technology, even if it's not the final solution.
+
+There are situations though where a tool may be the best choice even though it's not the ideal fit based purely on the technical requirements. Maybe the client is already familiar with publishing content in Drupal, or an in-house development team is used to working with a certain tool or language. In that case, those things should be considered too.
+
+Also, for me, having a chance to evaluate other technologies and explore what's happening outside of the Drupal ecosystem is a good opportunity. A lot of what I've learned about automated testing, for example, is from the wider PHP and JavaScript communities, as well as tools like [Tailwind CSS]({{site.url}}/talks/taking-flight-with-tailwind-css) and [Illuminate Collections]({{site.url}}//talks/using-illuminate-collections-outside-laravel) that I've been able to bring back into my other Drupal projects.
diff --git a/source/_daily_emails/2022-08-31.md b/source/_daily_emails/2022-08-31.md
new file mode 100644
index 00000000..fdefa4a2
--- /dev/null
+++ b/source/_daily_emails/2022-08-31.md
@@ -0,0 +1,24 @@
+---
+title: "To monorepo, or not to monorepo?"
+permalink: "archive/2022/08/31/monorepo-or-not"
+pubDate: 2022-08-31
+tags: ["git"]
+---
+
+I listened to a podcast episode recently which talked about monorepos - i.e. code repositories that contain multiple project codebases rather than a single repository for each codebase - and this got me thinking about whether I should be using these more.
+
+It's something that I've been trialling recently in my [Docker examples](https://github.com/opdavies/docker-examples) and [Docker images](https://github.com/OliverDaviesLtd/docker-images) repositories, where one repository contains and builds multiple Docker images.
+
+I'm not suggesting that I put all of my client projects into one repository, but at least combining the different parts of the same project into the same repository.
+
+For example, I'm working for one client on their current Drupal 7 websites whilst developing the new Drupal 9 versions, which are currently in two separate repositories. I'm also developing an embeddable Vue.js application as part of the Drupal 9 website, and using Fractal as a component library. These are also in their own repositories.
+
+Using a monorepo approach, all of these projects would be in the same repository.
+
+I can see advantages to being able to see cross-project changes in the same place - such as an API change in Drupal that needs a update to be made in Vue.js, or vice-versa - rather than needing to look at separate repositories. This could also make versioning easier as everything will be stored and tagged inside the same repository.
+
+Each project has it's own CI pipeline, so it would require some changes where I set a specific pipeline to run only when a directory is changed.
+
+I see how deployments may be tricker if I need to push an update within a directory to another Git repository, which makes me wonder if I'll need to look into using subtree splits to create separate deployment repositories - similar to how the Symfony project has one main repository and then each component split into its own repository.
+
+I'll keep trialling it in my open-source projects and maybe test it with some client projects, but if you have experience with monorepos that you'd like to share, then please reply to this email - I'd love to hear about it.
diff --git a/source/_daily_emails/2022-09-01.md b/source/_daily_emails/2022-09-01.md
new file mode 100644
index 00000000..638335fb
--- /dev/null
+++ b/source/_daily_emails/2022-09-01.md
@@ -0,0 +1,40 @@
+---
+pubDate: 2022-09-01
+title: "Conventional commits and CHANGELOGs"
+tags: []
+permalink: "archive/2022/09/01/conventional-commits-changelogs"
+---
+
+One of the things that I've done since joining my current team is to implement a standard approach for our commit messages.
+
+We're using the [Conventional Commits specification](https://www.conventionalcommits.org), which gives some additional rules to follow when writing commit messages.
+
+For example:
+
+```
+build(deps): update Drupal to 9.4.5
+
+Updated Drupal's `drupal/core-*` packages to 9.4.5.
+
+See https://www.drupal.org/project/drupal/releases/9.4.5.
+
+Refs: #123
+```
+
+We can see that this is a `build` task that relates to our project dependencies, in this example, we're updating Drupal core. We can also see this in the subject line.
+
+In the commit body, I add as much information as possible to do with the change and include any relevant links, just in case I need to refer to them again, and the list the names of anyone else who worked with me. I also typically include any ticket numbers or links in the commit footer.
+
+So far, I've mostly used the `build`, `chore`, `ci`, `docs` and `refactor` commit types, which are types that are recommended and used by [the Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines).
+
+Following this standard means that it's very easy to look at the Git log and see what type of changes are going to be included within a release and, if you're using scopes, which part of the application are affected.
+
+Conventional commits also works nicely with something else that we've introduced, which is a CHANGELOG file.
+
+There are tools that can generate and update CHANGELOGs automatically from conventional commits, but so far, we've been following the [Keep a Changelog](https://keepachangelog.com) format.
+
+It's easy to match the commits to the `Added`, `Changed` or `Fixed` types, and although it needs to be updated manually, it's easy to add to the `Unreleased` section of the file and re-organise everything within the appropriate headings as needed as part of a release.
+
+What I like about this format is that it's more human-friendly and gives a higher level overview of the changes rather than a reformatted Git log.
+
+As we do trunk-based development and continuous integration on our projects, there can be numerous commits related to the same change, so I'd rather only see a single line in the CHANGELOG for each change. This also makes it easier to share the CHANGELOG file with others, and we can still view and grep the Git log to see the individual commits if we need to.
diff --git a/source/_daily_emails/2022-09-02.md b/source/_daily_emails/2022-09-02.md
new file mode 100644
index 00000000..7857b916
--- /dev/null
+++ b/source/_daily_emails/2022-09-02.md
@@ -0,0 +1,22 @@
+---
+title: "Automating all the things with Ansible"
+pubDate: 2022-09-02
+permalink: "archive/2022/09/02/automating-all-the-things-with-ansible"
+tags: ["ansible"]
+---
+
+Ansible is a tool for automating IT tasks. It's one of my preferred tools to use, and one that I've written about and [presented talks on]({{site.url}}/talks/deploying-php-ansible-ansistrano) previously.
+
+It's typically thought of as a tool for managing configuration on servers. For example. you have a new VPS that you want to use as a web server, so it needs Nginx, MySQL, PHP, etc to be installed - or whatever your application uses. You define the desired state and run Ansible, which will perform whatever tasks are needed to get to that state.
+
+Ansible though does include modules for interacting with services like Amazon AWS and DigitalOcean to create the servers and resources, and not just configure them.
+
+It also doesn't just work on servers. I use Ansible to configure my local development environment, to ensure that dependencies and tools are installed, and requirements like my SSH keys and configuration are present and correct.
+
+Lastly, I use Ansible to deploy application code onto servers and automatically run any required steps, ensuring that deployments are simple, robust and repeatable.
+
+In the next few emails, I'll explain how I've been able to utilise Ansible for each of these situations.
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
diff --git a/source/_daily_emails/2022-09-03.md b/source/_daily_emails/2022-09-03.md
new file mode 100644
index 00000000..1ba06689
--- /dev/null
+++ b/source/_daily_emails/2022-09-03.md
@@ -0,0 +1,57 @@
+---
+pubDate: 2022-09-03
+title: Creating infrastructure with Ansible
+permalink: dailys/2022/09/03/creating-infrastructure-with-ansible
+tags: ["ansible"]
+---
+
+Let's start at the beginning.
+
+If we want to automate our infrastructure then we first need to create it. This could be done manually or we can automate it.
+
+Popular tools for this include Terraform and Pulumi, but Ansible also includes modules to interface with hosting providers such as Amazon Web Services, Microsoft Azure, DigitalOcean, and Linode.
+
+By using one of these tools, you can programatically provision a new, blank server that is ready for you to be configered.
+
+For example, to [create a DigitalOcean droplet](https://docs.ansible.com/ansible/latest/collections/community/digitalocean/digital_ocean_module.htm):
+
+```language-yaml
+---
+- community.digitalocean.digital_ocean_droplet:
+ image: ubuntu-20-04-x64
+ name: mydroplet
+ oauth_token: "..."
+ region: sfo3
+ size: s-1vcpu-1gb
+ ssh_keys: [ .... ]
+ state: present
+ wait_timeout: 500
+ register: my_droplet
+```
+
+Running this playbook will create a new Droplet with the specified name, size, and operating system, and within the specified region.
+
+If you needed to create a separate database server or another server for a new environment, then the file can be updated and re-run.
+
+[Creating an Amazon EC2 instance](https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_instance_module.html#ansible-collections-amazon-aws-ec2-instance-module) looks very similar:
+
+```language-yaml
+---
+- amazon.aws.ec2_instance:
+ image_id: ami-123456
+ instance_type: c5.large
+ key_name: "prod-ssh-key"
+ name: "public-compute-instance"
+ network:
+ assign_public_ip: true
+ security_group: default
+ vpc_subnet_id: subnet-5ca1ab1e
+```
+
+This doesn't apply just to servers - you can also use Ansible to create security groups and S3 buckets, manage SSH keys, firewalls, and load balancers.
+
+Once we have our infrastructure in place, we can start using Ansible to set and manage its configuration, which we'll do in tomorrow's email.
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
diff --git a/source/_daily_emails/2022-09-04.md b/source/_daily_emails/2022-09-04.md
new file mode 100644
index 00000000..c20427e2
--- /dev/null
+++ b/source/_daily_emails/2022-09-04.md
@@ -0,0 +1,23 @@
+---
+title: "Using Ansible for server configuration"
+pubDate: 2022-09-04
+permalink: "archive/2022/09/04/using-ansible-for-server-configuration"
+---
+
+[In yesterday's email]({{site.url}}/archives/2022/09/03/creating-infrastructure-with-ansible), I described how to set up a blank server with Ansible.
+
+Now that we've done that, it needs to be configured.
+
+Once the server’s IP address or hostname has been added to a `hosts.ini` file, you can run ad-hoc commands against it - such as `ansible all -i hosts.ini -m ping` to run Ansible's `ping` module on all of the hosts in your inventory and check that you can connect to them.
+
+Another useful one that you can use is the `shell` module, that runs ad-hoc run commands on each host. If you need to check the uptime of each of your servers, run `ansible all -i hosts.ini -m shell -a uptime`. You can replace the last argument with any other shell command that you need to run, like `df` or `free`.
+
+Running commands in this way is great for getting started, for routine maintenance, or an emergency free disk space check, but for more complex tasks like configuration management, using playbooks is the better option. They are YAML files that contain lists of tasks that Ansible will run through and execute in order.
+
+If you have a group of related tasks, such as for installing a piece of software, then you can combine them into roles. In fact, Ansible Galaxy has thousands of pre-built collections and roles that you can download, include in your playbooks, configure, and run.
+
+Very quickly, you can get a full stack installed and configured - ready to serve your application.
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
diff --git a/source/_daily_emails/2022-09-05.md b/source/_daily_emails/2022-09-05.md
new file mode 100644
index 00000000..c1f22cc1
--- /dev/null
+++ b/source/_daily_emails/2022-09-05.md
@@ -0,0 +1,25 @@
+---
+title: "Using Ansible for local environment configuration"
+pubDate: 2022-09-05
+permalink: "archive/2022/09/05/using-ansible-for-local-configuration"
+---
+
+As well as [configuring servers]({{site.url}}/archive/2022/09/04/using-ansible-for-server-configuration), you can use Ansible to configure your own local machine and development environment.
+
+The change that you need to make is within the `hosts.ini` file:
+
+```
+127.0.0.1 ansible_connection=local
+```
+
+Instead of the server's IP address or hostname, use the localhost IP address and set `ansible_connection` to `local` to tell Ansible to run locally instead of using an SSH connection.
+
+Another way to do this is to set `hosts: 127.0.0.1` and `connection: true` in your playbook.
+
+Once this is done, you can run tasks, roles, and collections to automate tasks such as installing software, adding your SSH keys, configuring your project directories, and anything else that you need to do.
+
+For an example of this, you can see [my dotfiles repository on GitHub](https://github.com/opdavies/dotfiles).
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
diff --git a/source/_daily_emails/2022-09-06.md b/source/_daily_emails/2022-09-06.md
new file mode 100644
index 00000000..149f6bb8
--- /dev/null
+++ b/source/_daily_emails/2022-09-06.md
@@ -0,0 +1,26 @@
+---
+title: "Deploying applications with Ansible"
+pubDate: 2022-09-06
+permalink: "archive/2022/09/06/deploying-applications-with-ansible"
+---
+
+The last few days' emails have been about using Ansible to create and configure infrastructure, but it can also be used to deploy application code.
+
+The simplest way being that an artifact is built locally - e.g. a directory of static HTML pages from a static site generator - and uploaded onto the server, and for this you could use Ansible's `synchronize` module.
+
+It's a wrapper around the `rsync` command and makes it as simple as specifying `src` and `dest` values for the local and remote paths.
+
+For more complicated deployments, I like to use a tool called Ansistrano - an Ansible port of a deployment tool called Capistrano.
+
+It creates a new directory for each release and updates a `current` symlink to identify and serve the current release, and can share files and directories between releases.
+
+As well as being able to configure settings such as the deployment strategy, how many old releases to keep, and even the directory and symlink names, there are a number of hooks that you can listen for an add your own steps as playbooks so you can install dependencies, generate assets, run migrations, or rebuild a cache as part of each deployment.
+
+If you're running your applications in Docker, you could use Ansible to pull the latest images and restart your applications.
+
+For more information and examples, I've given a talk on Ansible at various PHP events, which covers some Ansible basics before moving on to [deploying applications with Ansistrano]({{site.url}}/talks/deploying-php-ansible-ansistrano).
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
+
diff --git a/source/_daily_emails/2022-09-07.md b/source/_daily_emails/2022-09-07.md
new file mode 100644
index 00000000..ac0dd714
--- /dev/null
+++ b/source/_daily_emails/2022-09-07.md
@@ -0,0 +1,30 @@
+---
+title: "My Tailwind CSS origin story"
+pubDate: 2022-09-07
+permalink: "archive/2022/09/07/my-tailwind-css-origin-story"
+tags: ["tailwind-css"]
+---
+
+Tomorrow night, I'm attending one of Simon Vrachliotis (simonswiss)'s Pro Tailwind workshops, so I thought that it would be a good time, as Simon has done himself recently on the Navbar podcast, to describe how I started using Tailwind CSS.
+
+I remember watching a lot of Adam Wathan's live streams on YouTube before Tailwind CSS, and I remember when he started a new project - a SaaS product called KiteTail.
+
+It was a Laravel and Vue.js project, and although I'm not a Laravel Developer primarily, I got a lot of other information from Adam's streams about automated testing, test-driven development, and Vue.js as I was learning Vue at the time.
+
+One of the episodes was about styling a card component using some styles that Adam was copying between projects - which would eventually be the starting point for Tailwind CSS.
+
+In fact, I think I watched some of the episode and stopped as I was happy with the Sass and BEM or SMACSS approach that I was using at the time, and didn't initially see the value of the utility CSS approach that I was seeing for the first time (everyone has a similar reaction initially).
+
+After a while, I did re-visit it but because Tailwind CSS wasn't released as it's own project yet, I (like Simon) started to experiment with Tachyons - another utility CSS library.
+
+I rebuilt a particularly tricky component that I'd just finished working on and had caused me some issues, and managed to re-do it in only a few minutes.
+
+I started to use Tachyons on some personal and client projects as a layer on other frameworks like Bootstrap and Bulma, and later moved on to Tailwind CSS once it has been released.
+
+I was working in this way on a project when I released that I could use Tailwind for all of the styling instead of just adding small sprinklings of utilities here and there. I refactored everything and removed the other framework that I'd been using - leaving just Tailwind CSS.
+
+With the exception of some legacy projects, now I use Tailwind CSS exclusively and have used it for a number of projects. I've given lunch and learn sessions to teams that I've worked on, [presented a Tailwind CSS talk]({{site.url}}/talks/taking-flight-tailwind-css) at a number of PHP, Drupal, WordPress, and JavaScript events, and maintain [a starter-kit theme](https://www.drupal.org/project/tailwindcss) for using Tailwind in custom Drupal themes.
+
+I've also rebuilt a [number of existing sites]({{site.url}}/blog/uis-ive-rebuilt-tailwind-css) as examples and written some [Tailwind CSS related blog posts]({{site.url}}/blog/tags/tailwind-css).
+
+I'm looking forward to attending Simon's workshop tomorrow and quickly putting that knowledge to use in the next phase of a project that I'm currently working on.
diff --git a/source/_daily_emails/2022-09-08.md b/source/_daily_emails/2022-09-08.md
new file mode 100644
index 00000000..6b5b933e
--- /dev/null
+++ b/source/_daily_emails/2022-09-08.md
@@ -0,0 +1,34 @@
+---
+title: "Keeping secrets with Ansible Vault"
+pubDate: 2022-09-08
+permalink: "archive/2022/09/08/keeping-secrets-with-ansible-vault"
+tags: ["ansible"]
+---
+
+In the last few posts, I've talked about using Ansible for configuring servers and local environments, during both of which, you're likely to have some sensitive or secret values. These could be database credentials within your application and on your server, and your SSH private keys within your local environment.
+
+Rather than committing these to a code repository in plain text, Ansible includes the `ansible-vault` command to encrypt values.
+
+To see this working, run `ansible-vault encrypt_string my-secret-password`, enter a password, and then you should see something like this:
+
+```
+!vault |
+ $ANSIBLE_VAULT;1.1;AES256
+ 33353031663366313132333831343930643830346531666564363562666136383838343235646661
+ 6336326637333230396133393936646636346230623932650a333035303265383437633032326566
+ 38616262653933353033376161633961323666366132633033633933653763373539613434333039
+ 6132623630643261300a346438636332613963623231623161626133393464643634663735303664
+ 66306433633363643561316362663464646139626533323363663337363361633333
+```
+
+This is the encrypted version of that password, and this could be committed and pushed to a code repository.
+
+You can use it within a playbook, and you'll be prompted to re-enter the password so that Ansible can decrypt and use it.
+
+Rather than a single string, you could have a file of variables that you want to encrypt. You can do this by running `ansible-vault encrypt vault.yml` and include it as before. Again, you'll be prompted by Ansible so that it can decrypt and use the values.
+
+For an example of how I'm using Ansible Vault, see [the Dransible repository](https://github.com/opdavies/dransible/tree/986ba5097d62ff4cd0e637d40181bab2c4417f2e/tools/ansible) on GitHub or my [ Deploying PHP applications with Ansible, Ansible Vault and Ansistrano]({{site.url}}/talks/deploying-php-ansible-ansistrano) talk.
+
+---
+
+Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
diff --git a/source/_daily_emails/2022-09-09.md b/source/_daily_emails/2022-09-09.md
new file mode 100644
index 00000000..9e0c6990
--- /dev/null
+++ b/source/_daily_emails/2022-09-09.md
@@ -0,0 +1,20 @@
+---
+title: "Refactoring a Tailwind CSS component"
+pubDate: 2022-09-09
+permalink: "archive/2022/09/09/refactoring-tailwind-component"
+tags: ["tailwind-css"]
+---
+
+After last night's Pro Tailwind theming workshop, I decided to revisit and refactor some similar code that I'd worked on before.
+
+It was a demo for a presentation on utility-first CSS and Tailwind whilst I was at Inviqa.
+
+I'd taken one of the components from the website that we'd lauched and rebuilt it - in particular to show how Tailwind could be used for responsive and themeable components.
+
+[The original version](https://play.tailwindcss.com/Yfmw8O5UNN) was written in Tailwind 1 and used custom CSS with `@apply` rules to include text or background colours to elements based on the theme being used on that page or component.
+
+As well as moving it into a Next.js application, [the new version](https://github.com/opdavies/inviqa-tailwindcss-example) uses techniques covered in Simon's workshop - using CSS custom properties (aka variables) to override the colours, and writing custom plugins to generate the required styles. It doesn't include everything from the workshop, but enough for this refactor.
+
+I also moved the `flex-basis` classes into their own standalone plugin and might release that as it's own open-source plugin.
+
+I'm working on a client project at the moment which will need switchable themes so I'm looking forward to putting these techniques to use again in the near future.
diff --git a/source/_daily_emails/2022-09-10.md b/source/_daily_emails/2022-09-10.md
new file mode 100644
index 00000000..83740c06
--- /dev/null
+++ b/source/_daily_emails/2022-09-10.md
@@ -0,0 +1,38 @@
+---
+title: "Automating Ansible deployments in CI"
+pubDate: 2022-09-10
+permalink: "archive/2022/09/10/automating-ansible-deployments-ci"
+tags: ["ansible"]
+---
+
+Once you have a deployment that's run using Ansible, rather than running it manually, it's easy to automate it as part of a continuous integration pipeline and have your changes pushed automatically by tools like GitHub Actions and GitLab CI.
+
+You'll need to configure SSH by adding a known hosts file and a private key so the tool can connect to your server, but after that, it's just running the same Ansible commands.
+
+If you're using Ansistrano or other roles, you can install dependencies by using `ansible-galaxy`, and `ansible-vault` to decrypt and use any encrypted variables - securely storing the Vault password and any other secrets as environment variables within your pipeline.
+
+Here's an example using GitHub Actions:
+
+```
+- name: Download Ansible roles
+ run: ansible-galaxy install -r requirements.yml
+
+- name: Export the Ansible Vault password
+ run: echo $ANSIBLE_VAULT_PASS > .vault-pass.txt
+ env:
+ ANSIBLE_VAULT_PASS: ${{ secrets.ANSIBLE_VAULT_PASS }}
+
+- name: Deploy the code
+ run: >
+ ansible-playbook deploy.yml
+ -i inventories/$INVENTORY_FILE.ini
+ -e "project_git_branch=$GITHUB_SHA"
+ --vault-password-file=.vault-pass.txt
+
+- name: Remove the Ansible Vault password file
+ run: rm .vault-pass.txt
+```
+
+Before these steps, I've added the SSH key and determined which inventory file to use by the updated branch. The Vault password is exported and then removed once it has been used.
+
+Automated tests and other code quality checks can be run in prior job, ensuring that the deployment only happens if those checks pass, but assuming that all is good, the playbook will be run and the changes will be deployed automatically.
diff --git a/source/_daily_emails/2022-09-11.md b/source/_daily_emails/2022-09-11.md
new file mode 100644
index 00000000..81a502ef
--- /dev/null
+++ b/source/_daily_emails/2022-09-11.md
@@ -0,0 +1,62 @@
+---
+title: "Custom styles in Tailwind CSS: `@apply`, `theme` or custom plugins"
+pubDate: 2022-09-11
+permalink: "archive/2022/09/11/custom-styles-tailwind-css-apply-theme-custom-plugins"
+tags: ["tailwind-css"]
+---
+
+There are three ways to add custom styles to a Tailwind CSS project. As there have been [some recent tweets](https://twitter.com/adamwathan/status/1559250403547652097) around one of them - the `@apply` directive - I'd like to look at and give examples for each.
+
+## What is `@apply`?
+
+`@apply` is a PostCSS directive, provided by Tailwind, to allow re-using it's classes - either when extracting components or overriding third-party styles.
+
+The CSS file is the same as if you were writing traditional CSS, but rather than adding declarations to a ruleset, you use the `@apply` directive and specify the Tailwind CSS class names that you want to apply.
+
+For example:
+
+```css
+fieldset {
+ @apply bg-primary-dark;
+}
+```
+
+This is a simple example but it's easy to see how this could be used in ways that weren't intended and how edge-cases can be found.
+
+Adam said in a another tweet:
+
+> I estimate that we spend at least $10,000/month trying to debug extremely edge-case issues people run into by using `@apply` in weird ways.
+
+## Using the `theme` function
+
+As well as `@apply`, Tailwind also provides a `theme` function that you can use in your CSS file. This removes the abstraction of using the class names and adds the ability to retrieve values from the `theme` section of your tailwind.config.js file.
+
+```css
+fieldset {
+ backgroundColor: theme('colors.primary.dark');
+}
+```
+
+This seems to be the preferred approach over using `@apply`.
+
+## Creating a custom plugin
+
+The `theme` function is also available if you write a custom Tailwind CSS plugin:
+
+```javascript
+const plugin = require('tailwindcss/plugin')
+
+plugin(({ addBase, theme }) => {
+ addBase({
+ fieldset: {
+ backgroundColor: theme('colors.primary.dark'),
+ }
+ })
+})
+```
+
+This is an approach that I've used for [generic, open-source plugins](https://github.com/opdavies?tab=repositories&q=%23tailwindcss-plugin) but for project-specific styling, I've mostly used `@apply` or the `theme` function.
+
+That said, I like the modular architecture of having different custom plugins - especially if they're separated into their own files - and being able to easily toggle plugins by simply adding to or removing from the `plugins` array.
+
+I usually don't write many custom styles in a Tailwind project but I think that I'll focus on using the `theme` function going forward, either in a stylesheet or a custom plugin.
diff --git a/source/_daily_emails/2022-09-12.md b/source/_daily_emails/2022-09-12.md
new file mode 100644
index 00000000..b6a5c8e3
--- /dev/null
+++ b/source/_daily_emails/2022-09-12.md
@@ -0,0 +1,15 @@
+---
+title: "A month of daily emails"
+pubDate: 2022-09-12
+permalink: "archive/2022/09/12/month-daily-emails"
+---
+
+It’s already been a month since I started my email list and writing daily emails.
+
+Since then, I’ve written emails on various development and workflow-based topics, including Drupal, Git, Docker, Neovim, Ansible and Tailwind CSS.
+
+The first email was written on Thursday the 12th of August and after initially wondering whether I should start on the upcoming Monday, or how often to post, I decided to jump in with both feet and wrote the first daily post that day. The first few weren't actually emailed as I waited to see if I could sustain writing a daily post (I was just posting them to my website), but after a few days, I set up the email list and started sending the posts.
+
+I can confirm what [Jonathan Stark](https://jonathanstark.com) and [Jonathan Hall](https://jhall.io) have said - that it's easier to write daily and that you start to see topic ideas everywhere. I started with a list of between 20 and 25 ideas and still have most of them as I've pivoted on a day's topic based on an article or tweet that I saw, some code that I'd written, or some approach that I took.
+
+If you're considering starting a daily email list, I'd recommend it.
diff --git a/source/_daily_emails/2022-09-14.md b/source/_daily_emails/2022-09-14.md
new file mode 100644
index 00000000..bc6f6802
--- /dev/null
+++ b/source/_daily_emails/2022-09-14.md
@@ -0,0 +1,67 @@
+---
+title: "The simplest Drupal test"
+pubDate: 2022-09-14
+permalink: "archive/2022/09/14/simpletest-drupal-test"
+---
+
+Most of my work uses the Drupal framework, and I've given talks and workshops on automated testing and building custom Drupal modules with test-driven development. Today, I wanted to see how quickly I could get a working test suite on a new Drupal project.
+
+I cloned a fresh version of my [Docker Examples repository](https://github.com/opdavies/docker-examples) and started the Drupal example.
+
+I ran `mkdir -p web/modules/custom/example/tests/src/Functional` to create the directory structure that I needed, and then `touch web/modules/custom/example/tests/src/Functional/ExampleTest.php` to create a new test file and populated it with some initial code:
+
+```language-php
+drupalGet('');
+
+ $this->assertSession()->statusCodeEquals(Response::HTTP_OK);
+}
+```
+
+To execute the test, I ran `SIMPLETEST_DB=sqlite://localhost//dev/shm/test.sqlite SIMPLETEST_BASE_URL=http://web phpunit -c web/core web/modules/custom`. The environment variables could be added to a `phpunit.xml.dist` file but I decided to add them to the command and use Drupal core's PHPUnit configuration file.
+
+As this is existing functionalty, the test passes. I can change either the path or the response code to ensure it also fails when expected.
+
+With the first test working, it's easy to add more for other functionality, such as whether different users should be able to access administration pages:
+
+```language-php
+/** @test */
+public function the_admin_page_is_not_accessible_to_anonymous_users() {
+ $this->drupalGet('admin');
+
+ $this->assertSession()->statusCodeEquals(Response::HTTP_FORBIDDEN);
+}
+
+/** @test */
+public function the_admin_page_is_accessible_by_admin_users() {
+ $adminUser = $this->createUser([
+ 'access administration pages',
+ ]);
+
+ $this->drupalLogin($adminUser);
+
+ $this->drupalGet('admin');
+
+ $this->assertSession()->statusCodeEquals(Response::HTTP_OK);
+}
+```
+
+Hopefully, this shows how quickly you can get tests running for a Drupal module. If you'd like to see more, the slides and video recording of my [Test-Driven Drupal talk]({{site.url}}/talks/tdd-test-driven-drupal) are online.
diff --git a/source/_daily_emails/2022-09-16.md b/source/_daily_emails/2022-09-16.md
new file mode 100644
index 00000000..c071cff5
--- /dev/null
+++ b/source/_daily_emails/2022-09-16.md
@@ -0,0 +1,111 @@
+---
+title: "Why I mostly write functional and integration tests"
+pubDate: 2022-09-16
+permalink: "archive/2022/09/16/why-mostly-write-functional-and-integration-tests"
+tags: ["drupal"]
+---
+
+In [Wednesday's email]({{site.url}}/archive/2022/09/14/simpletest-drupal-test), I showed how quick it is to get started writing automated tests for a new Drupal module, starting with a functional test.
+
+I prefer the outside-in style (or London approach) of test-driven development, where I start with a the highest-level test that I can for a task. If the task needs me to make a HTTP request, then I’ll use a functional test. If not, I’ll use a kernel (or integration) test.
+
+I find that these higher-level types of tests are easier and quicker to set up compared to starting with lower-level unit tests, cover more functionality, and make it easier to refactor.
+
+## An example
+
+For example, this `Device` class which is a data transfer object around Drupal's `NodeInterface`. It ensures that the correct type of node is provided, and includes a named constructor and a helper method to retrieve a device's asset ID from a field:
+
+```language-php
+final class Device {
+
+ private NodeInterface $node;
+
+ public function __construct(NodeInterface $node) {
+ if ($node->bundle() != 'device') {
+ throw new \InvalidArgumentException();
+ }
+
+ $this->node = $node;
+ }
+
+ public function getAssetId(): string {
+ return $this->node->get('field_asset_id')->getString();
+ }
+
+ public static function fromNode(NodeInterface $node): self {
+ return new self($node);
+ }
+
+}
+```
+
+## Testing getting the asset ID using a unit test
+
+As the `Node::create()` method (what I'd normally use to create a node) interacts with the database, I need to create a mock node to wrap with my DTO.
+
+I need to specify what value is returned from the `bundle()` method as well as getting the asset ID field value.
+
+I need to mock the `get()` method and specify the field name that I'm getting the value for, which also returns it's own mock for `FieldItemListInterface` with a value set for the `getString()` method.
+
+```language-php
+/** @test */
+public function should_return_an_asset_id(): void {
+ // Arrange.
+ $fieldItemList = $this->createMock(FieldItemListInterface::class);
+
+ $fieldItemList
+ ->method('getString')
+ ->willReturn('ABC');
+
+ $deviceNode = $this->createMock(NodeInterface::class);
+
+ $deviceNode
+ ->method('bundle')
+ ->willReturn('device');
+
+ $deviceNode
+ ->method('get')
+ ->with('field_asset_id')
+ ->willReturn($fieldItemList);
+
+ // Act.
+ $device = Device::fromNode($deviceNode);
+
+ // Assert.
+ self::assertSame('ABC', $device->getAssetId());
+}
+```
+
+This is quite a long 'arrange' section for this test, and just be confusing for those new to automated testing.
+
+If I was to refactor from using the `get()` and `getString()` methods to a different implementation, it's likely that the test would fail.
+
+## Refactoring to a kernel test
+
+This is how I could write the same test using a kernel (integration) test:
+
+```language-php
+/** @test */
+public function should_return_an_asset_id(): void {
+ // Arrange.
+ $node = Node::create([
+ 'field_asset_id' => 'ABC',
+ 'type' => 'device'
+ ]);
+
+ // Assert.
+ self::assertSame('ABC', Device::fromNode($node)->getAssetId());
+}
+```
+
+I can create a real `Node` object, pass that to the `Device` DTO, and call the `getAssetId()` method.
+
+As I can interact with the database, there's no need to create mocks or define return values.
+
+The 'arrange' step is much smaller, and I think that this is easier to read and understand.
+
+### Trade-offs
+
+Even though the test is cleaner, because there are no mocks there's other setup to do, including having the required configuration available, enabling modules, and installing schemas and configuration as part of the test - and having test-specific modules to store the needed configuration files.
+
+Because of this, functional and kernel tests will take more time to run than unit tests, but an outside-in approach could be worth considering, depending on your project and team.
diff --git a/source/_daily_emails/2022-09-17.md b/source/_daily_emails/2022-09-17.md
new file mode 100644
index 00000000..beb78de0
--- /dev/null
+++ b/source/_daily_emails/2022-09-17.md
@@ -0,0 +1,21 @@
+---
+title: "Thoughts on automated code formatting"
+pubDate: 2022-09-17
+permalink: "archive/2022/09/17/thoughts-automated-code-formatting"
+---
+
+For a long time, I've been focused on writing code that complies with defined coding standards, either to pass an automated check from a tool like PHP Code Sniffer (PHPCS) or eslint, or a code review from a team member.
+
+Complying with the standards though is something that I've done manually.
+
+As well as automated tools for linting the code, there are tools like PHP Code Beautifier and Fixer, and Prettier for formatting the code based on the same standards, which I've started to use more recently.
+
+These tools can be run on the command line, VS Code has a "Format on save" option, and I can do the same in Neovim using an auto-command that runs after writing a file if an LSP is attached. I typically use a key mapping for this though so I can run it when I need, rather than it running automatically every time a file is saved.
+
+One of my concerns with automated code formatting is what to do when working with existing code that doesn't already follow the standards. If I need to make a change to a file, with automated formatting, the rest of the file can change due to formatting being applied when I save my change.
+
+I recently introduced a PHPCS step to a CI pipeline for an existing project. I knew that it was going to fail initially, but I was able to see the list of errors. I ran the code formatter on each of the files to fix the errors, committed and pushed the changes, and watched the pipeline run successfully.
+
+This meant that I had a commit reformatting all of the affected files, but it was good to combine these together rather than having them separate, and not mixed with any other changes like a new feature or a bug fix.
+
+Since doing this, it's been nice when working in this codebase to not have to worry about code style violations, and I can focus on writing the code that I need to, knowing that I can rely on the automated formatting to fix any issues before I commit them.
diff --git a/source/_daily_emails/2022-09-19.md b/source/_daily_emails/2022-09-19.md
new file mode 100644
index 00000000..5ffa47a1
--- /dev/null
+++ b/source/_daily_emails/2022-09-19.md
@@ -0,0 +1,26 @@
+---
+title: "Useful Git configuration"
+pubDate: 2022-09-19
+permalink: "archive/2022/09/19/useful-git-configuration"
+tags: ["git"]
+---
+
+Here are some snippets from my Git configuration file.
+
+These days, I use a much simpler workflow and configuration since doing more trunk-based development, but in general, I rebase instead of merging by default, and prefer to use fast-forward merges that doesn't create a merge commit.
+
+`branch.autosetuprebase = always` and `pull.rebase = true` configure Git to always rebase instead of pull. It does this for all branches, though I might override this for `main` branches.
+
+`pull.ff = only` and `merge.ff = only` prevents creating a merge commit and will prevent the merge if it would create one. If I needed to override this, I could by using the `--no-ff` option on the command line.
+
+I use `checkout.defaultRemote = origin` to ensure that the `origin` remote is used if I have multiple remotes configured, and `push.default = upstream` to set the default remote to push to.
+
+`merge.autoStash` allows for running merges on a dirty worktree by automatically creating and re-applying a stash of the changes, and `fetch.prune` will automatically prune branches on fetch - keeping things tidy.
+
+I also have and use a number of aliases.
+
+Some like `pl = pull` and `ps = push` are shorter versions of existing commands, and some like `aa = add --all`, `fixup = commit --fixup` and some additional arguments to commands.
+
+I also have some like `current-branch = rev-parse --abbrev-ref HEAD` and `worktrees = worktree list` which add simple additional commands, and some like `repush = !git pull --rebase && git push` which use execute shell commands to execute more complex commands or combine multiple commands.
+
+This is a snapshot of my Git configuration. The [full version is on GitHub](https://github.com/opdavies/dotfiles/blob/7e935b12c09358adad480a566988b9cbfaf5999e/roles/git/files/.gitconfig).
diff --git a/source/_daily_emails/2022-09-20.md b/source/_daily_emails/2022-09-20.md
new file mode 100644
index 00000000..035b9672
--- /dev/null
+++ b/source/_daily_emails/2022-09-20.md
@@ -0,0 +1,26 @@
+---
+title: "Why I like trunk-based development"
+pubDate: 2022-09-20
+permalink: "archive/2022/09/20/why-like-trunk-based-development"
+tags: ["git"]
+---
+
+For the majority of my software development career, I've worked with version control in a very similar way.
+
+There are one or two long-lived branches, usually a combination of `develop`, `master` or `main`, that contain the production version of the code. When starting work on a new feature or bug fix, a new branch is created where the changes are made in isolation, and is submitted for review once complete. This is typically referred to as "Git Flow" or "GitHub Flow".
+
+Whilst those changes are awaiting review, a new task is started and the process is repeated.
+
+## Trunk-based development
+
+Something that I've been practicing and advocating for lately is trunk-based development, where there's only one branch that everyone works on, and commits and pushes to instead of creating separate per-task branches.
+
+Even on a client project where I was the only Developer, I was used to creating per-task branches and I can recall when trying to demo two features to a client and the application broke when switching between branches.
+
+The vast majority of the time, whether working individually or on a team, I've found that the per-task branches weren't needed and working on a single branch was easier and simpler.
+
+There are still occassions when a temporary branch is needed, but in general, all changes are made to the single branch.
+
+Trunk-based development ties in nicely with the continuous integration approach, where everyone commits and pushes their work at least once a day - ideally, multiple times a day. This eliminates long-running feature or bug fix branches that get out of sync with the main branch as well as conflicting with each other.
+
+It seemed scary to begin with, having been used to per-task branches and asynchronous peer reviews via pull or merge requests, but trunk-based development has made things simpler and encourages other best practices such as pair and mob programming. having a good CI pipeline to identify regressions, using feature flags to separate code deployments from feature releases, and frequent code integration and deployment via continuous commits and pushes.
diff --git a/source/_daily_emails/2022-09-21.md b/source/_daily_emails/2022-09-21.md
new file mode 100644
index 00000000..2dae3e4e
--- /dev/null
+++ b/source/_daily_emails/2022-09-21.md
@@ -0,0 +1,34 @@
+---
+title: "Being a Drupal contribution mentor"
+pubDate: 2022-09-21
+permalink: "archive/2022/09/21/being-drupal-contribution-mentor"
+tags: ["drupal"]
+---
+
+This week is DrupalCon Prague, and although I'm not at this event, I'd like to write about some my experiences at DrupalCon - in particular about being a contribution mentor.
+
+## My first DrupalCon
+
+The first DrupalCon that I attended was in 2013, also in Prague.
+
+I was enjoying the session days when I stopped at the mentoring table to find out more about the contribution sprints that were happening on the Friday.
+
+I didn't have any commits in Drupal core but had already worked on and released some of my own contributed modules, so I was familiar with the tools and the Drupal.org contribution workflow. In short, I was signed up to be a mentor during the sprints.
+
+I remember being involved in the preparation too, sitting in a hotel lobby, identifying potential issues for new contributors to work on, alongside people who I'd previously interacted with in the issue queues on Drupal.org.
+
+On the day, I helped new contributors get their local environments up and running, select issues to work on, and perform tasks like creating and re-rolling patch files and submitting them for review.
+
+One of my highlights at the end of the day was the live commit, when a patch that a new contributor had worked on that day was committed to Drupal core live on stage!
+
+Whenever I've attended DrupalCon events since, I've always volunteered to be a contribution mentor, as well as mentoring and organising sprints at other Drupal events.
+
+## The Five Year Issue
+
+One of the most memorable times mentoring was whilst working with a group of contributors at DrupalCon in May 2015.
+
+Someone was working on a Drupal core issue that was very similar to [one that I'd looked at](https://www.drupal.org/project/drupal/issues/753898) a few years before.
+
+We focused on the original issue that I'd commented on, reviewed, tested, and re-rolled the patch, fixed a failing test, and marked it as "reviewed and tested by the community".
+
+A few days after the conference, and just over five years after my original comment, the patch was committed - giving my contributors their first commits to Drupal 8 core, and also [one of mine](https://git.drupalcode.org/project/drupal/-/commits/9.5.x?search=opdavies).
diff --git a/source/_daily_emails/2022-09-22.md b/source/_daily_emails/2022-09-22.md
new file mode 100644
index 00000000..83a0df2e
--- /dev/null
+++ b/source/_daily_emails/2022-09-22.md
@@ -0,0 +1,20 @@
+---
+title: "Releasing a Drupal module template"
+pubDate: 2022-09-22
+permalink: "archive/2022/09/22/releasing-drupal-module-template"
+tags: ["drupal"]
+---
+
+Today, I an the idea to create a reusable template for new Drupal modules, based on how I like to build modules and how I've shown others to do so in my Drupal testing workshop.
+
+So I did, and released it for free [on my GitHub account](https://github.com/opdavies/drupal-module-template).
+
+Like my Tailwind CSS starter theme on Drupal.org, it's not intended to be added as a module directly, but something that can be cloned and used as a base for people's own modules.
+
+It includes an example route and Controller that load a basic page, and has a test to ensure that the page exists and loads correctly.
+
+The Controller is defined as a service and uses autowiring to automatically inject the its dependencies, the same as in my workshop example code.
+
+It's the initial release so it's rough around the edges still. I'll use it tomorrow to create a new module and document the steps to add to the README as well as other pieces of documentation.
+
+If you're creating a new Drupal module and try it out, start a discussion on the GitHub repository or [let me know on Twitter](https://twitter.com/opdavies). If you have questions, create a discussion or just reply to this email and I'll get back to you.
diff --git a/source/_daily_emails/2022-09-23.md b/source/_daily_emails/2022-09-23.md
new file mode 100644
index 00000000..e490fd24
--- /dev/null
+++ b/source/_daily_emails/2022-09-23.md
@@ -0,0 +1,44 @@
+---
+title: "ADRs and Technical Design Documents"
+pubDate: 2022-09-23
+permalink: "archive/2022/09/23/adrs-technical-design-documents"
+tags: []
+---
+
+## Architectural Decision Records
+
+Architectural Decision Records (ADRs) are documents to record software design choices. They could be saved in your code repository as plain-text or Markdown files, or stored in Confluence or a wiki - wherever your team stores its documentation.
+
+They usually consist of the sections:
+
+* Status - is it proposed, accepted, rejected, deprecated, superseded, etc.?
+* Context - what is the issue that is causing the decision or change?
+* Decision - what is the change that's being done or proposed?
+* Consequences - what becomes easier or more difficult to do?
+
+Any change that is architecturally significant should require an ADR to be written, after which it can be reviewed and potentially actioned.
+
+These will remain in place to form a decision log, with specific ADRs being marked as superseded if a newer ADR replaces it.
+
+## Technical Design Documents
+
+A similar type of document are Technical Design Documents (TDDs), that I first saw on TheAltF4Stream. I like to think of these as lightweight ADRs.
+
+The first heading is always "What problem are we trying to solve?", or sometimes just "The problem".
+
+Similar to the Context heading in an ADR, this should include a short paragraph describing the issue.
+
+Unlike ADRs, there are no other set headings but these are some suggested ones:
+
+- What is the current process?
+- What are any requirements?
+- How do we solve this problem?
+- Alternative approaches
+
+I like after describing the problem, being able to move straight into describing what's appropriate and relevant for this task and ignore sections that aren't needed.
+
+When I started writing ADRs, they all had the 'Accepted' status as I was either writing them for myself or in a pair or mob. As wasn't adding any value, I've removed it since switching to writing TDDs.
+
+Whether you use ADRs, TDDs or another approach, it's very useful to have a log of all of your architectural design decisions, both looking back in the future to remember why something was done in a certain way, or before you start implementing a solution to review the problem, evaluate the requirements and all potential solutions and document the selected one any why it was selected.
+
+[Find our more about ADRs](https://adr.github.io) or [find out more about TDDs](https://altf4.wiki/t/how-do-i-write-a-tdd/21).
diff --git a/source/_daily_emails/2022-09-25.md b/source/_daily_emails/2022-09-25.md
new file mode 100644
index 00000000..50cc987d
--- /dev/null
+++ b/source/_daily_emails/2022-09-25.md
@@ -0,0 +1,28 @@
+---
+title: "Using a component library for front-end development"
+pubDate: 2022-09-25
+permalink: "archive/2022/09/25/using-component-library-for-front-end-development"
+tags: []
+---
+
+On a current project, I've decided to use a component library as the first place to do front-end development.
+
+I'm using [Fractal](https://fractal.build) as I can use Twig for templates. As Drupal also uses Twig templates, I have more reusabilty between the components in Fractal and Drupal compared to converting them from a different templating language like Handlebars or Nunjucks.
+
+Rather than developing directly within the custom Drupal theme, I've been creating new components and pages initially within Fractal.
+
+I have been able to create new components quickly and easily with the views uing Twig templates and inject data to it using a context file - a YAML file for each component that contains data that is injected automatically into the view.
+
+This meant that I've been able to develop new components from scratch without needing to set up content types or paragraphs within Drupal, validate and confirm my data model, and present the templates to the client for review in Fractal. If a change is needed, it's quick to do.
+
+I've also moved my asset generation step into Fractal. No CSS or JavaScript is being compiled within the Drupal theme, it is created within Fractal and copied over with the Twig templates.
+
+In most cases, I've been able to copy the Twig templates into Drupal and replace the static context data with dynamic data from Drupal without needing to make any further changes.
+
+In a couple of situations, I've needed to change my implementation slightly when moving a template into Drupal, so in this workflow, I've made the changes in Fractal and re-exported them to keep things in sync between the two systems.
+
+In situations where there is existing markup and/or styles from the Drupal side, I've copied those into Fractal so that they match before adding the additional styling and any markup changes.
+
+In general, I like the approach as it gives me more flexibility upfront to make changes before needing to configure Drupal. I can see how things could get out of sync between the two systems, but hopefully having the assets compiled in Fractal and needing to copy them into Drupal will keep things synced up.
+
+I don't think that I'd use this approach for all projects, but for this one, where I'm working with multiple themes and will need to later add different variants of pages and components, it's worked well so far.
diff --git a/source/_daily_emails/2022-09-26.md b/source/_daily_emails/2022-09-26.md
new file mode 100644
index 00000000..894a31cb
--- /dev/null
+++ b/source/_daily_emails/2022-09-26.md
@@ -0,0 +1,20 @@
+---
+title: "Experimenting with the Nix package manager"
+pubDate: 2022-09-26
+permalink: "archive/2022/09/26/experimenting-with-the-nix-package-manager"
+tags: ["nix"]
+---
+
+After seeing it on some recent live streams and YouTube videos, I've recently been trying out the Nix package manager and looking into how I might use it for my local environment setup - potentially replacing some of my current Ansible configuration.
+
+Separate from the NixOS operating system, Nix is a cross-platform package manager, so instead of using `apt` on Ubuntu and `brew` on macOS, you could run Nix on both and install from the 80,000 packages listed on https://search.nixos.org/packages.
+
+There is a community project called Home Manager which can be installed alongside Nix which, similar to Stow or what I'm doing with Ansible, can manage your dotfiles or even create them from your Home Manager configuration, and can manage plugins for other tools such as ZSH and tmux.
+
+There's also a Nix feature called "Flakes" which allow you to separate configuration for different operating systems. I currently have a flake for Pop!\_OS which installs all of my packages and a minimal flake for my WSL2 environment as some of the packages are installed in Windows instead of Linux.
+
+I can see Ansible still being used to set up my post-setup tasks such as cloning my initial projects, but the majority of my current Ansible setup where I'm installing and configuring packages I think could be moved to Nix.
+
+I have a work-in-progress Nix-based version [in my dotfiles repository](https://github.com/opdavies/dotfiles/tree/7c3436c553f8b81f99031e6bcddf385d47b7e785) where you can also see [how I've configured Git with Home Manager](https://github.com/opdavies/dotfiles/blob/7c3436c553f8b81f99031e6bcddf385d47b7e785/home-manager/modules/git.nix).
+
+I may install NixOS on an old laptop to test that out too.
diff --git a/source/_daily_emails/2022-09-27.md b/source/_daily_emails/2022-09-27.md
new file mode 100644
index 00000000..6dc063fa
--- /dev/null
+++ b/source/_daily_emails/2022-09-27.md
@@ -0,0 +1,16 @@
+---
+title: "Mentoring with Drupal Career Online"
+pubDate: 2022-09-27
+permalink: "archive/2022/09/27/mentoring-with-drupal-career-online"
+tags: ["drupal"]
+---
+
+Today, I met my new mentee from the Drupal Career Online program.
+
+[As well as mentoring at events like DrupalCamps and DrupalCons]({{site.url}}/archive/2022/09/21/being-drupal-contribution-mentor), I enjoy mentoring and working with new Developers going through bootcamps and training programmes like Drupal Career Online, some who are experienced Developers who are learning a new skill, and some who are learning how to code and are taking their first steps into programming.
+
+I've talked about [how I got started programming]({{site.url}}/archive/2022-08-28/how-started-programming), but as self-taught Developer, it would have been great to have had a mentor to ask questions of, to help me get me started, and to make sure that I was going down the right track and learning the correct things.
+
+Maybe this is more applicable these days with more people learning and working from home since COVID-19?
+
+Similar to helping mentees at a contribution sprint work towards their first commits to Drupal, it's great to be able to introduce new Developers to a open-source project and community such as Drupal, help develop their skills, and hopefully enable them to get the new job and career that they want.
diff --git a/source/_daily_emails/2022-09-28.md b/source/_daily_emails/2022-09-28.md
new file mode 100644
index 00000000..dfe1dbe0
--- /dev/null
+++ b/source/_daily_emails/2022-09-28.md
@@ -0,0 +1,20 @@
+---
+title: "Mob programming at PHP South Wales"
+pubDate: 2022-09-28
+permalink: "archive/2022/09/28/mob-programming-php-south-wales"
+tags: []
+---
+
+Tonight was our September meetup for the PHP South Wales user group, where I ran a hands-on session on mob programming.
+
+I created [a small slide deck](https://speakerdeck.com/opdavies/an-introduction-to-mob-programming) before we started a mob session with the group.
+
+We worked on the FizzBuzz kata in PHP, using Pest for our automated tests.
+
+We followed the Driver and Navigator model, with one person responsible for the typing and interpreting the instructions from the Navigators, and switched roles every ten minutes.
+
+You can [see the code that we wrote](https://github.com/opdavies/code-katas/blob/1da5dd5a79bc7ca083c0c4216fc3b4b0854f623d/php/tests/FizzBuzzTest.php) on my code katas GitHub repository.
+
+It was a fun experience and nice to code with some people who I hadn't coded with before.
+
+We did some code kata sessions during our online meetups which also seemed to go well, so coding nights on katas or personal or open-source projects might be something that we do more of in the future.
diff --git a/source/_daily_emails/2022-09-30.md b/source/_daily_emails/2022-09-30.md
new file mode 100644
index 00000000..85ccb115
--- /dev/null
+++ b/source/_daily_emails/2022-09-30.md
@@ -0,0 +1,83 @@
+---
+title: "Store Wars: different state management in Vue.js"
+pubDate: 2022-09-30
+permalink: "archive/2022/09/30/store-wars-vuejs"
+tags: ["vue"]
+---
+
+I'm currently working on a Vue.js application that I started building in Vue 2 before starting to use the Composition API, and then moved it to Vue 3.
+
+In the original version, I was using Vuex for state management within the application, and interacting with Vuex directly within my Vue components - calling `getters` and `dispatch` to retrieve and update data.
+
+As part of moving to Vue 3, I wanted to evaluate any new options, like Pinia which is now the default state management library for Vue.
+
+But because I was integrating with Vuex directly, switching to an alternative would mean changing code within my components.
+
+## Defining a Store interface
+
+This is a situation that often occurs in back-end development - where you may need to switch to a different type of database or a different payment provider in an eCommerce application.
+
+In that situation, you need a generic interface that can be used by different implementations. Because they have consistent methods, one implementation can be replaced with another or multiple can be added at the same time. This is called the Strategy design pattern, and related to the open-closed principle in SOLID.
+
+This is what I did by adding a `Store` interface:
+
+```javascript
+export default interface Store {
+ actions: {
+ addRow(): void;
+ init(): void;
+ removeRow(index: Number): void;
+ };
+
+ state: {
+ isLoading: boolean;
+ selection: {
+ items: [];
+ };
+ };
+}
+```
+
+Any store that I want to work with needs to have these defined actions and state values, so I can use them within my components knowing that they will always be available.
+
+## Creating a native Vue store
+
+This is one implementation of the `Store` interface, using just Vue's `reactive` function from the Composition API:
+
+```javascript
+let state = reactive({
+ isLoading: false,
+ selection: {
+ items: [],
+ },
+});
+
+let actions = {
+ addRow(): void {
+ state.selection.items.push({
+ // ...
+ });
+ },
+
+ init(): void {
+ state.isLoading = true;
+
+ // ...
+ },
+
+ removeRow(index: number): void {
+ state.selection.items.splice(index, 1);
+ },
+};
+
+const vueStore: Store = {
+ actions,
+ state: readonly(state),
+};
+
+export default vueStore;
+```
+
+If I needed to add a Pinia version or another library, I can create another implementation that complies with same interface.
+
+Each implementation being responsible for any specifics for that library - extracting that logic from the component code making it more flexible and reusable.
diff --git a/source/_daily_emails/2022-10-01.md b/source/_daily_emails/2022-10-01.md
new file mode 100644
index 00000000..29dedfef
--- /dev/null
+++ b/source/_daily_emails/2022-10-01.md
@@ -0,0 +1,34 @@
+---
+title: Why do code katas?
+pubDate: 2022-10-01
+permalink: daily/2022/10/01/code-katas
+tags: []
+---
+
+## What are code katas?
+
+Code katas are programming exercises which, like katas in martial arts, use practice and repetition to improve your skills.
+
+Common katas are Fizzbuzz, the Bowling score calculator, and the Gilded Rose.
+
+Each gives you the criteria of what the kata should do before it can be considered complete along with any specific information, and some websites will also give you a suite of failing tests to make pass - though I prefer to write my own and follow a test-driven development approach.
+
+Once you have completed the solution and the criteria is satisfied, the kata is complete.
+
+## Why I do code katas
+
+As I said, doing code katas improves your skills by solving problems and identifying patterns that you may see when working in your project code.
+
+Different katas focus on different patterns. For example, the Fibonacci Number kata focuses on recursion, whereas the Gilded Rose kata is all about refactoring complex legacy code.
+
+Doing code katas keeps your skills sharp and gives you a different perspectives as you work through different katas. You can then use and apply these within your main projects.
+
+If you want to learn a new programming language then working on a kata that you've already solved in a language that you're familiar with allows you to focus on the syntax and features of the new language. I've been working on some code katas in TypeScript as I've been working with that recently, and would like to do some in Go.
+
+If you work as part of a team or a part of a meetup, code katas can be worked on as a group and can introduce new skills like automated testing and test-driven development as well as providing some opportunities for team-building and socialising. If you're trying to introduce pair or mob programming, then working on code katas could be a good first step.
+
+If you're just getting started with programming, working on code katas will help you learn the fundamentals and problem solving, but I'd also encourage you to put the code on GitHub and blog about each kata that you complete. Doing so will help and encourage others and also look good when applying for roles.
+
+P.S. There are lists of code katas at https://github.com/gamontal/awesome-katas and https://codingdojo.org/kata, and online versions at https://www.codewars.com/join and https://exercism.org/tracks. There are many others - if you have a favourite, reply to this email and let me know.
+
+I have [some GitHub repositories for my code kata solutions](https://github.com/opdavies?tab=repositories&q=katas) and will continue to build these as I do more.
diff --git a/source/_daily_emails/2022-10-02.md b/source/_daily_emails/2022-10-02.md
new file mode 100644
index 00000000..489421e9
--- /dev/null
+++ b/source/_daily_emails/2022-10-02.md
@@ -0,0 +1,32 @@
+---
+title: Minimum viable CI pipelines
+pubDate: 2022-10-02
+permalink: daily/2022/10/02/minimum-viable-pipelines
+tags: []
+---
+
+When I start a new project, and sometimes when I join an existing project, there are no CI (continuous integration) pipelines, no automated tests, and sometimes no local environment configuration.
+
+In that case, where should you start when adding a CI pipeline?
+
+I like to start with the simplest solution to get a passing build and to prove the concept - even if it's a "Hello, world" message. I know that the pipeline is configured correctly and runs when expected, and gives the output that I expect.
+
+I like to use Docker for my development environments, partly because it's very easy to reuse the same set up within a CI pipeline just by running `docker image build` or `docker compose build`.
+
+Having a task that ensures the project builds correctly is a great next step.
+
+Within a Dockerfile, I run commands to validate my lock files, download and install dependencies from public and private repositories, and often apply patch files to third-party code. If a lock file is no longer in sync with its composer.json or package.json file, or a patch no longer applies, this would cause Docker and the CI pipeline to fail and the error can be caught and fixed within the pipeline.
+
+Next, I'd look to run the automated tests. If there aren't any tests, I'd create an example test that will pass to prove the concept, and expect to see the number of tests grow as new features are added and as bugs are fixed.
+
+The big reason to have automated tests running in a pipeline is that all the tests are run every time, ensuring that the test suite is always passing and preventing regressions across the codebase. If any test fails, the pipeline fails. This is knows as continuous delivery - ensuring that code is always in a releasable state.
+
+From there, I'd look to add additional tasks such as static analysis and code linting, as well as anything else to validate, build or deploy the code and grow confidence that a passing CI pipeline means that the code is releasable.
+
+As more tasks are added to the pipeline, and the more of the code the tasks cover (e.g. test coverage) the more it can be replied upon.
+
+If there is a failure that wasn't caught in the CI pipeline, then the pipeline itself should be iterated on and improved.
+
+Having a CI pipeline allows you to identify issues sooner and fix them quicker, encourages best practices like automated testing and test-driven development, and enables continuous deployment where code is automatically deployed after a passing build.
+
+If you have a project without a CI pipeline, I'd encourage you to add one, to start small, and continuously iterate on it over time - adding tasks that are useful and valuable, and that build confidence that you can safely release when you need to.
diff --git a/source/_daily_emails/2022-10-03.md b/source/_daily_emails/2022-10-03.md
new file mode 100644
index 00000000..79972e7d
--- /dev/null
+++ b/source/_daily_emails/2022-10-03.md
@@ -0,0 +1,75 @@
+---
+title: Refactoring to value objects
+pubDate: 2022-10-03
+permalink: daily/2022/10/03/refactoring-value-objects
+tags: [php]
+---
+
+
+Here's a snippet of some Drupal code that I wrote last week. It's responsible for converting an array of nodes into a Collection of one of it's field values.
+
+```language-php
+return Collection::make($stationNodes)
+ ->map(fn (NodeInterface $station): string => $station->get('field_station_code')->getString())
+ ->values();
+```
+
+There are two issues with this code.
+
+First, whilst I'm implicitly saying that it accepts a certain type of node, because of the `NodeInterface` typehint this could accept any type of node. If that node doesn't have the required field, the code will error - but I'd like to know sooner if an incorrect type of node is passed and make it explicit that only a certain type of node can be used.
+
+Second, the code for getting the field values is quite verbose and is potentially repeated in other places within the codebase. I'd like to have a simple way to access these field values that I can reuse anywhere else. If the logic for getting these particular field values changes, then I'd only need to change it in one place.
+
+## Introducing a value object
+
+This is the value object that I created.
+
+It accepts the original node but checks to ensure that the node is the correct type. If not, an Exception is thrown.
+
+I've added a helper method to get the field value, encapsulating that logic in a reusable function whilst making the code easier to read and its intent clearer.
+
+```language-php
+namespace Drupal\mymodule\ValueObject;
+
+use Drupal\node\NodeInterface;
+
+final class Station implements StationInterface {
+
+ private NodeInterface $node;
+
+ private function __construct(NodeInterface $node) {
+ if ($node->bundle() != 'station') {
+ throw new \InvalidArgumentException();
+ }
+
+ $this->node = $node;
+ }
+
+ public function getStationCode(): string {
+ return $this->node->get('field_station_code')->getString();
+ }
+
+ public static function fromNode(NodeInterface $node): self {
+ return new self($node);
+ }
+
+}
+```
+
+## Refactoring to use the value object
+
+This is what my code now looks like:
+
+```language-php
+return Collection::make($stationNodes)
+ ->map(fn (NodeInterface $node): StationInterface => Station::fromNode($node))
+ ->map(fn (StationInterface $station): string => $station->getStationCode())
+ ->values();
+```
+<<<<<<< HEAD:website/source/_daily_emails/2022-10-03.md
+=======
+
+>>>>>>> b9cea6d (chore: replace Sculpin with Astro):website/src/pages/daily-emails/2022-10-03.md
+I've added an additional `map` to convert the nodes to the value object, but the second map can now use the new typehint - ensuring better type safety and also giving us auto-completion in IDEs and text editors. If an incorrect node type is passed in, then the Exception will be thrown and a much clearer error message will be shown.
+
+Finally, I can use the helper method to get the field value, encapsulating the logic within the value object and making it intention clearer and easier to read.
diff --git a/source/_daily_emails/2022-10-08.md b/source/_daily_emails/2022-10-08.md
new file mode 100644
index 00000000..8c42abed
--- /dev/null
+++ b/source/_daily_emails/2022-10-08.md
@@ -0,0 +1,20 @@
+---
+title: First impressions of Astro
+pubDate: 2022-10-08
+permalink: daily/2022/10/08/first-impressions-astro
+tags: [astro]
+---
+
+This week I attended another of Simon Vrachliotis' Pro Tailwind workshops.
+
+The workshop again was great, teaching us about multi-style Tailwind components, such as a button that has props for variants like size, shape and impact, and how to create them in a flexible and maintainable way as well as making use of Headless UI.
+
+For this workshop though, the examples and challenges used a tool that I wasn't familiar with - the Astro web framework.
+
+I've seen a lot of blog posts and streams mentioning it but I hadn't tried it out for myself until the workshop.
+
+What I find interesting is that it comes with a number of available integrations - from Tailwind CSS, to Vue, React, and Alpine.js, and you can use the all within the same project, or even on the same page. Installing an integration is as simple as `yarn astro add tailwindcss`.
+
+The templates feel familiar and make use of front matter within Astro components, and regular YAML front matter works within Markdown files - which are supported out of the box.
+
+I've been thinking of redoing my personal website and evaluating options, but I think that Astro might be a new one to add to the list.
diff --git a/source/_daily_emails/2022-10-09.md b/source/_daily_emails/2022-10-09.md
new file mode 100644
index 00000000..4451c99f
--- /dev/null
+++ b/source/_daily_emails/2022-10-09.md
@@ -0,0 +1,52 @@
+---
+title: Coding defensively, and Implicit vs explicit coding
+pubDate: 2022-10-09
+permalink: daily/2022/10/09/coding-defensively-implicit-explicit
+tags: [tailwindcss, php]
+---
+
+As well as [being introduced to Astro](https://www.oliverdavies.uk/archive/2022/10/08/first-impressions-astro) in Simon's most recent Pro Tailwind workshop, something else that we discussed was implicit vs explicit coding, and coding defensively.
+
+For example, if you had this code:
+
+```javascript
+const sizeClasses = {
+ small: 'px-3 py-1 text-sm',
+ medium: 'px-5 py-2',
+ large: 'px-7 py-2.5 text-lg',
+}
+
+const shapeClasses = {
+ square: '',
+ rounded: 'rounded',
+ pill: 'rounded-full',
+}
+```
+
+Both the `medium` size and `square` shape have an implicit value.
+
+The `small` size has a text size class of `text-sm` and the `large` size has `text-lg`. As there isn't a text size added for `medium`, it is implicitly `text-base` - the default text size.
+
+Likewise, the `rounded` shape has a class of `rounded` and the `pill` shape has `rounded-full`. As a square button doesn't have any rounding, it has an empty string but it is implicitly `rounded-none` - the default border radius value.
+
+If we were to code this explicitly, `text-base` and `rounded-none` would be added to their respective size and shape classes.
+
+It's mostly personal preference, but explicitly adding the additional classes could potentially future-proof the components if there was a situation where the text size or border radius was being overridden.
+
+It also makes it more obvious to anyone reading the code that these values are being set, rather than them needing to make that assumption - assuming that they're aware of the default values at all.
+
+It's similar to having this example PHP code:
+
+```language-php
+function __invoke(string $type, int $limit): void {};
+```
+
+Whilst I'm using type hints for the parameters to ensure that the values are a string and an integer respectively, it's also safe to assume that the type shouldn't be an empty string, so do we check for that?
+
+I'd also suggest that the limit shouldn't be a negative integer, so we'd want to check that the value is not less than zero, or if zero isn't being used as an "all" value, then we'd want to check that the limit is greater than one.
+
+In this case, the type hints add some explicitness to the parameters, but checking for these additional conditions adds another defensive layer to the code - forcing it to return earlier with an explicit error message rather than causing a vaguer error and elsewhere in the application.
+
+Personally, I like to be explicit and code defensively, making sure that I try and cover as many edge cases as possible and writing test cases for them.
+
+Coming back to the Tailwind example, the majority of us decided to add in extra classes after the exercise and it was an interesting discussion and part of the workshop.
diff --git a/source/_daily_emails/2022-10-10.md b/source/_daily_emails/2022-10-10.md
new file mode 100644
index 00000000..f067a1c3
--- /dev/null
+++ b/source/_daily_emails/2022-10-10.md
@@ -0,0 +1,14 @@
+---
+title: Contributing to open-source software, one small change at a time
+pubDate: 2022-10-10
+permalink: daily/2022/10/10/contributing-open-source-software-one-small-change-time
+tags: [open-source]
+---
+
+Since looking more into Astro, I was looking through the GitHub repository - specifically within the examples - and spotted a typo within the title of one of the examples.
+
+Rather than leaving it, I decided to follow the "boy-scout rule" and submit a fix and leave the code in a better state than I found it.
+
+The Astro repository is hosted on GitHub so I was able to fork the repository, fix the typo and create a pull request with a few clicks in the GitHub UI.
+
+Contributing to open-source software - particularly if you're new to it - doesn't mean that you need to always add large and complex changes. Small changes such as fixing a typo, updating documentation, fixing a small bug, or adding additional tests are all valid contributions that improve open-source projects.
diff --git a/source/_daily_emails/2022-10-11.md b/source/_daily_emails/2022-10-11.md
new file mode 100644
index 00000000..4c084a7d
--- /dev/null
+++ b/source/_daily_emails/2022-10-11.md
@@ -0,0 +1,18 @@
+---
+title: Not long until Drupal 10
+pubDate: 2022-10-11
+permalink: daily/2022/10/11/not-long-until-drupal-10
+tags: [drupal, php]
+---
+
+I was surprised to see this week that it’s only two months until Drupal 10 is released (14th December 2022).
+
+I’m starting a new Drupal development project in December so will be looking to get that on Drupal 10 as soon as possible.
+
+From the client’s perspective, getting their new project on Drupal 10 and them not needing to upgrade from D9 in the future is a big plus, even if the code differences between D9 and D10 are not that big - similar to Drupal 8 and 9.
+
+As a module maintainer, it’s been great to again see issues being created with automated Drupal 10 compatibility patches - thanks to Rector.
+
+It’s great to see these regular updates and new versions of Drupal, but also for the PHP language, with PHP 7 being end-of-life next month.
+
+It’s a big difference compared to the long-term releases that we had for Drupal 6 and 7, and PHP 5, but one that I definitely prefer.
diff --git a/source/_daily_emails/2022-10-12.md b/source/_daily_emails/2022-10-12.md
new file mode 100644
index 00000000..ce969150
--- /dev/null
+++ b/source/_daily_emails/2022-10-12.md
@@ -0,0 +1,28 @@
+---
+title: Overcoming deployment anxiety
+pubDate: 2022-10-12
+permalink: 'archive/2022/10/12/overcoming-deployment-anxiety'
+---
+
+As a Developer with 15 years of experience, I still sometimes get "deployment anxiety" - when I've backed up the database and tagged a release, but even though the CI pipelines are passing and the staging site is working, I'm holding off on pushing the latest code to be released to production - trying to think of any potential issues that could arise from this deployment and avoid any downtime.
+
+When I thought about this further, the releases that I've felt anxious or nervous about have usually been in at one or both of the following categories:
+
+* The release includes a lot of changes, and maybe a combination of different types of changes such as framework or CMS updates, bug fixes, or new features.
+* It's been a long time, maybe weeks or months, since the last production release.
+
+The best way to resolve both of these issues, I think, is to break down the large releases into smaller ones, and to deploy them more frequently.
+
+In the opposite scenario, the releases where the changes are small and it's been a short time since the previous release - ideally minutes or hours - have been the ones where I've been the least nervous.
+
+If a single commit is being released, then I can be confident that if there is a failure, I can either revert it and put things back the way they were or quickly identify the issue and push a fix. This isn't the case for large changes as the potential source of the failure is larger and it will take longer to find and fix.
+
+If a bug fix or a feature needs to be reverted, I'm happy knowing that I can do that easily without also reverting the CMS update that was deployed separately - rather than them all being released together.
+
+There are other advantages too - clients or product owners are generally happier if the new feature or fix that they requested is on production within hours or days rather than weeks or months, and having your latest code deployed to production rather than on a staging branch makes it a lot easier if you need to deploy an urgent fix or security update.
+
+If you're familiar with the DevOps Research and Assessment (DORA) team, three of their key metrics are deployment frequency, lead time for changes, and time to restore service. All of these are improved by small and frequent releases.
+
+In my [Deployments with Ansible and Ansistrano talk](https://www.oliverdavies.uk/talks/deploying-php-ansible-ansistrano), I mention that there is a separate rollback role, but I don't think that I've ever used it.
+
+Because I'm deploying small changes often, it's usually much easier to fix forward than it is to rollback, and knowing this makes me a lot less anxious when deploying changes.
diff --git a/source/_daily_emails/2022-10-17.md b/source/_daily_emails/2022-10-17.md
new file mode 100644
index 00000000..64d5e97c
--- /dev/null
+++ b/source/_daily_emails/2022-10-17.md
@@ -0,0 +1,17 @@
+---
+title: 14 years on Drupal.org and working with PHP and Drupal
+pubDate: 2022-10-17
+permalink: 'archive/2022/10/17/14-years-drupalorg'
+---
+
+Today I saw that my Drupal.org profile is showing that I’ve been on that website for 14 years.
+
+![A screenshot of my Drupal.org profile showing "On Drupal.org for 14 years 1 hour".]({{site.assets.url}}/assets/images/14-drupalorg.jpg)
+
+Drupal.org is the online home of the open-source Drupal CMS project, and where I registered to ask questions on the forums as I started to learn Drupal. More recently, it’s been where I’ve uploaded and maintain my own contributed projects and contribute patches to others, including Drupal core.
+
+I even spent time working for the Drupal Association on Drupal.org itself.
+
+I've talked about T-shaped Developers in a previous email, and whilst I've added complementary skills to my toolkit over the years, Drupal has been my main specialism and what I focused on when I started freelancing and later switched careers into software development.
+
+With Drupal 10 just around the corner, I'm looking forward to seeing how Drupal continues to evolve and develop.
diff --git a/source/_daily_emails/2022-10-18.md b/source/_daily_emails/2022-10-18.md
new file mode 100644
index 00000000..b25da30f
--- /dev/null
+++ b/source/_daily_emails/2022-10-18.md
@@ -0,0 +1,19 @@
+---
+title: Pair and mob programming
+pubDate: 2022-10-18
+permalink: 'archive/2022/10/18/pair-mob-programming'
+---
+
+As well as my recent session at PHP South Wales, I've also been involved with a lot more mob programming recently with members of my team.
+
+We recently added a new feature to our codebase that we completed over a couple of mob sessions - starting by describing the problem and some potential solutions within a [technical design document](https://www.oliverdavies.uk/archive/2022/09/23/adrs-technical-design-documents) before moving on to the implementation.
+
+I was already familiar with the existing code that we needed to extend, so had some ideas of how to approach parts of the solution which we discussed - but there were other parts that I hadn't thought of.
+
+What was very interesting was that an approach was suggested that I probably wouldn't have thought of myself, which become part of the final solution. This is an advantage of pair programming and is multiplied when working in groups - that you get to include everyone's thoughts, experience and perspective, and collectively decide on the best approach to take in real-time.
+
+As a side effect, we had continuous code review from members of the group, and if we need to work on this code again in the future, everyone will already be familiar with it.
+
+As it was already reviewed, we didn't need to wait before pushing the feature to production so it was delivered quickly and providing value by fixing an issue that someone was experiencing.
+
+We're already working on the next feature as a group, and if you haven't tried pair or mob programming before, I'd recommend that you give it a try.
diff --git a/source/_daily_emails/2022-10-19.md b/source/_daily_emails/2022-10-19.md
new file mode 100644
index 00000000..aa76d584
--- /dev/null
+++ b/source/_daily_emails/2022-10-19.md
@@ -0,0 +1,23 @@
+---
+title: run file vs task runners
+pubDate: 2022-10-19
+permalink: daily/2022/10/19/run-vs-task-runners
+# tags:
+# -
+---
+
+[I've written a few earlier emails](https://www.oliverdavies.uk/archive/2022/08/15/using-run-file-simplify-project-tasks) about `run` files - a simple bash file that I add to my projects to simplify or combine common commands that I need to run often.
+
+Recently, I've looked at a couple of alternatives to see how they compare.
+
+One is very YAML based where all commands are written within a YAML file, and one is very Makefile-like and it does fix some of the confusion and issues that I've made with Makefiles in the past - such as passing arguments to commands, and dealing with `.PHONY`.
+
+Whilst I like both of these approaches and that they offer small additional features like auto-completion of task names, after using one of them in a project for a short while, I think that I'm going to stick with the `run` file.
+
+The main reason for this is that I like the simplicity of the `run` file, and that it's just a Bash file that contains functions.
+
+There were a couple of things that I couldn't quite get to work in one of the other tools, such as setting the TTY value in a Docker Command - which is something that I was able to do with bash within the `run` file. The fact that I can write regular bash and reuse existing knowledge is a big plus rather than having to try to learn another syntax or DSL for another tool.
+
+The main reason though is because bash is already installed everywhere. There's no additional tool for Developers to download and install so it keeps the barrier to entry low, and there's no additional dependencies to add to my CI pipeline for it to work.
+
+I was able to use one of these other tools in GitHub Actions as someone had already written a workflow for it, and although I could possibly install it via a package manager, just being able to run a bash file in any CI tool was probably the deciding factor to stick with `run` files.
diff --git a/source/_daily_emails/2022-10-20.md b/source/_daily_emails/2022-10-20.md
new file mode 100644
index 00000000..7ba9c596
--- /dev/null
+++ b/source/_daily_emails/2022-10-20.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Cherry picking commits is an anti-pattern
+pubDate: 2022-10-20
+permalink: >-
+ archive/2022/10/20/cherry-picking-commits-is-an-anti-pattern
+tags:
+ - git
+---
+
+`git cherry-pick` is a command that allows you to re-apply changes from existing commits - typically moving commits from one branch to another. Whilst it's good for some use-cases, I believe that it's generally an anti-pattern.
+
+As I mostly do trunk-based development so only have a single branch, it's not a command that I'd run often - but I have seen it used in a Git Flow-type scenario where there are multiple long-lived branches and various other short-lived ones. Commits can be cherry-picked between a long-term branch like `develop` onto a feature branch rather than merging or rebasing, or to re-apply a hotfix from the `main` branch.
+
+The main issue that I've seen with `cherry-pick` is where a number of changes have been merged into a branch which is being used for user acceptance testing by a client or product owner. They decide to approve some of the changes but not all, and the approved commits are cherry-picked onto a production branch and deployed.
+
+In my opinion, this is very risky as there's no guarantee that the cherry-picked changes will work without the others, and as the artifact that's pushed to production is different to what was tested against, it arguably affects the value of doing the testing at all. Ideally, once the release has been tested and approved, the same artifact will be deployed - ensuring consistency and reducing the risk of any errors.
+
+Potentially, the cherry-picked changes could be moved onto a release branch and tested again together without the other changes, but this would increase the testing overhead and the time for the changes to release production.
+
+A good automated test suite would help, ensuring that the tests still pass once the cherry picking is done.
+
+In this situation, I'd rather use feature flags (also known as "feature toggles"). This would mean that the code between the two environments would be the same, and allow for functionality to be enabled or disabled as needed. If a feature wasn't selected to be released, then it's feature flag would be disabled until it's approved.
+
+A feature flag would also allow a feature to be switched off if it was causing errors without the need for a code deployment. If a change did need a code change, if you're following continuous integration and delivery, it would be easy to apply and push a fix.
+
+These are the use-cases that I can think of or have seen for `git cherry-pick`. If you know of any others or use `cherry-pick` in your workflow in another way, reply to the email and let me know.
diff --git a/source/_daily_emails/2022-10-21.md b/source/_daily_emails/2022-10-21.md
new file mode 100644
index 00000000..b523ff73
--- /dev/null
+++ b/source/_daily_emails/2022-10-21.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Automated testing and test-driven development are not the same
+pubDate: 2022-10-21
+permalink: >-
+ archive/2022/10/21/automated-testing-and-test-driven-development-are-not-the-same
+tags:
+ - testing
+---
+
+Automated testing is where you write tests to ensure that your code works as expected, which can be re-run as needed and executed automatically without user input.
+
+Test-driven development (TDD) is when you write the tests before the production code. You see the tests fail and write code until they pass, and then repeat the process. However, TDD is not just about the tests - it's about the design of the code.
+
+By writing the tests first, you guarantee that the code that you write will be testable, which isn't something that you can't do if the production code is written first.
+
+You may need to refactor your initial working implementation before it can be tested - which means that you could also break it during that time and need to spend time debugging and fixing any regressions. Ideally, you want the tests in place first before any refactoring, so if something breaks, you'll know because of the failing test.
+
+TDD keeps your code cleaner and simpler, as you only write enough code to make the tests pass. Once a test is passing, you stop writing code, so you'll end up with less, simpler code as it's easy to know when to stop.
+
+If you don't write the tests first, you may be tempted to skip writing them completely, leaving untested code or adding `TODO: add test` comments that may never get reviewed.
+
+Also, where's the fun in writing tests for code that you've already written, that you know are going to pass?
diff --git a/source/_daily_emails/2022-10-24.md b/source/_daily_emails/2022-10-24.md
new file mode 100644
index 00000000..bb528887
--- /dev/null
+++ b/source/_daily_emails/2022-10-24.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Looking at LocalGov Drupal
+pubDate: 2022-10-24
+permalink: >-
+ archive/2022/10/24/looking-at-localgov-drupal
+tags:
+ - drupal
+---
+
+Today, I've been looking at [LocalGov](https://localgovdrupal.org) - a Drupal distribution for building council websites, with a focus on code reuse and collaboration.
+
+After a few small changes, I was able to get it running based on my [Docker Examples](https://github.com/opdavies/docker-examples) repository.
+
+As someone who has worked with one of the Councils who are now using the platform, and was involved in early similar discussions around code reuse and collaboration between Councils, this has been something that I've been keen to try for a while.
+
+I was able to get a basic site running after a fresh installation, and was interested to explore how some of the functionality was built. I've recently been looking at implementing similar functionality to LocalGov's alert banners onto a project and will be able to gain some inspiration from that or will look into the LocalGov version could be used.
+
+I was happy to find some initial ways to contribute back. I had an error during the installation which I was able to fix and assist with in the [LocalGov issue queue on Drupal.org](https://www.drupal.org/project/localgov/issues/3307516#comment-14759989) by answering a support request, and after spotting a potential issue within the alert banner styling, [submitted a pull request with a fix](https://github.com/localgovdrupal/localgov_alert_banner/pull/225).
+
+I like what the project is doing and agree with its goals, so hopefully I'll get an opportunity to use and contribute more in the future.
diff --git a/source/_daily_emails/2022-10-25.md b/source/_daily_emails/2022-10-25.md
new file mode 100644
index 00000000..ccd19175
--- /dev/null
+++ b/source/_daily_emails/2022-10-25.md
@@ -0,0 +1,25 @@
+---
+title: >
+ What are Drupal distributions?
+pubDate: 2022-10-25
+permalink: >-
+ archive/2022/10/25/what-are-drupal-distributions
+tags:
+ - drupal
+---
+
+Yesterday's email was about the LocalGov Drupal distribution that I've been looking at, but I glossed over what a Drupal distribution is.
+
+It's an interesting topic for me, having [written an article for Linux Journal](https://www.linuxjournal.com/content/speed-your-drupal-development-using-installations-and-distributions) about it in 2012.
+
+Distributions are pre-configured versions of Drupal that include additional modules, themes, or configuration than you'd get if you installed a standard version of Drupal core.
+
+By default, LocalGov includes content types for service pages, service landing pages and sub-pages, and additional menus and taxonomies, a different administration theme and a base theme to use for custom themes, and multiple additional modules that add alert banners, events, content reviews, search, media types, and sub-sites. This is all in addition to what Drupal core itself provides, and can be extended further with additional contrib or custom modules.
+
+Commerce Kickstart was a distribution for Drupal 7 that added eCommerce functionality such as product and order types, shipping and payment methods, stock levels and discounts. Again, this could be extended further by adding more contrib or custom modules.
+
+A few months ago, I started developing a distribution for managing meetup group websites, like PHP South Wales.
+
+If you're starting a new Drupal website, there could be a distribution that exists that could provide some or all of the functionality that you need, and if new features or fixes are added, then they benefit everyone who uses it.
+
+There are 1,430 distributions listed on https://www.drupal.org/project/project_distribution so take a look there and see if anything matches your needs.
diff --git a/source/_daily_emails/2022-10-26.md b/source/_daily_emails/2022-10-26.md
new file mode 100644
index 00000000..4ee9593c
--- /dev/null
+++ b/source/_daily_emails/2022-10-26.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Neovim as a Personalised Development Environment
+pubDate: 2022-10-26
+permalink: >-
+ archive/2022/10/26/neovim-as-a-personalised-development-environment
+tags:
+ - neovim
+---
+
+A few months ago, TJ DeVries (a Neovim core team member) coined the phrase "Personalised Development Environment" or PDE.
+
+[I've been using Neovim full-time](https://www.oliverdavies.uk/blog/going-full-vim) since July 2021 - starting with no configuration to configuring it with Vimscript and later with Lua - setting options like line numbers and relative numbers, tabs and spaces, and indent and fold levels.
+
+
+I evaluated and installed some initial plugins to add functionality that I needed. Some of them I still use, and some I've replaced with alternative plugins or built-in solutions that have been included in newer versions of Neovim.
+
+I added my own keymaps that made sense to me that either, in my opinion, improved on default keymaps or created new ones that made sense to me or configured a plugin that I'd added.
+
+Recently, I found and added plugins that added a [HTTP client](https://github.com/rest-nvim/rest.nvim) and a [database connection manager](https://github.com/kristijanhusak/vim-dadbod-ui) to Neovim - two pieces of functionality that I'd used in other IDEs or separate applications.
+
+I also [wrote my own Neovim plugin](https://github.com/opdavies/toggle-checkbox.nvim) for toggling checkboxes within Markdown lists.
+
+Like Drupal and other open-source solutions that I use, I love being able to add or edit functionality as needed.
+
+In the last year or so, I've definitely been able to personalise my Neovim setup to meet my needs, and have it work as a fully-fledged solution for PHP and JavaScript development, DevOps work, and technical writing (including this email).
diff --git a/source/_daily_emails/2022-10-27.md b/source/_daily_emails/2022-10-27.md
new file mode 100644
index 00000000..ea785f9e
--- /dev/null
+++ b/source/_daily_emails/2022-10-27.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Getting back into live streaming
+pubDate: 2022-10-27
+permalink: >-
+ archive/2022/10/27/getting-back-into-live-streaming
+---
+
+Surprisingly, it's been two and a half years since I last did a live coding stream.
+
+As well as talk recordings and demos, I did a few live streams back then, working on the "Test-Driven Drupal" project and submitting a merge request to Drupal core.
+
+It's been something that I'd like to get back into and pick up again, and I plan on doing that within the next few weeks.
+
+I have a new freelance project due to start in December but getting back into streaming seems like a good way to make sure that I put aside time for open-source and side projects, as well as for writing longer form blog posts and hopefully starting to prepare more meetup and conference talks again.
+
+I'll be streaming again on my YouTube channel, so if you'd like to be notified when I do, [please subscribe](https://www.youtube.com/channel/UCkeK0qF9HHUPQH_fvn4ghqQ?sub_confirmation=1).
diff --git a/source/_daily_emails/2022-10-28.md b/source/_daily_emails/2022-10-28.md
new file mode 100644
index 00000000..caadfe4b
--- /dev/null
+++ b/source/_daily_emails/2022-10-28.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Why write framework agnostic packages?
+pubDate: 2022-10-28
+permalink: >-
+ archive/2022/10/28/why-write-framework-agnostic-packages
+tags:
+ - php
+---
+
+A couple of years ago, I wrote an integration for a client's Drupal Commerce website with an online eBook service as they wanted to sell eBook variations of their products.
+
+They provided me with some example code for different PHP frameworks, each were separate and tightly-coupled to each framework, so there was no code shared between them. Because of this, and because there was no Drupal Commerce example, I wrote my own version.
+
+However, I decided to make my version as reusable and loosely-coupled as possible. This meant that I'd be able to potentially reuse it for other clients and the same code could be used for different implementations.
+
+Reusable code such as the configuration, different types of Requests, value objects for Customers, Orders and OrderItems, were all written within a separate, reusable PHP library. It contains it's own tests, has it's own CI pipeline, and it's own static analysis - ensuring that things work as expected.
+
+With this code separated, the Drupal module was much smaller and responsible only for bridging the library's code with Drupal Commerce and adding any other Drupal-specific code.
+
+The client is currently considering an upgrade from Drupal 7 to Drupal 9, which would also mean upgrading this module. But, with this approach, there's a lot less to upgrade. The library code can still be used, and I can focus on any Drupal-specific changes within the Drupal module.
+
+I recently had an enquiry from someone who needs an integration with the same service. Whilst their requirements may be different, I could still re-use the reusable library code, and write any client-specific code within a custom module.
+
+Finally, if I wanted to reuse this code within a different PHP eCommerce framework then I could by installing the library with Composer. This means that I'd get the same code without needing to manually copy it, keeping a single source that can be maintained separately upstream. I'd get the same code that I'm already familiar with, so I could focus only on how to integrate the library with that framework - again meaning less framework-specific code and a much lower development effort.
diff --git a/source/_daily_emails/2022-10-29.md b/source/_daily_emails/2022-10-29.md
new file mode 100644
index 00000000..dd0312b4
--- /dev/null
+++ b/source/_daily_emails/2022-10-29.md
@@ -0,0 +1,25 @@
+---
+title: >
+ The open-source-first development workflow
+pubDate: 2022-10-29
+permalink: >-
+ archive/2022/10/29/the-open-source-first-development-workflow
+tags:
+ - open-source
+---
+
+Yesterday's email talked about [writing reusable, framework-agnostic packages](https://www.oliverdavies.uk/archive/2022/10/28/why-write-framework-agnostic-packages) but didn't mention where those packages could be located.
+
+They could be kept within a private repository and still have the same benefits, such as re-usability for internal projects, but I like to open-source code as often as I can and make it available publicly to see and use.
+
+My preference is to follow an open-source-first workflow, identify which parts of a solution can be open-sourced and create them as open-source libraries or modules from the beginning rather than planning to extract them later. They can then be included within the main project using a dependency manager tool like Composer, npm or Yarn.
+
+The eBook integration project that I mentioned was an example of this. I identified which pieces could be open-sourced, set up a public repository and put together an MVP based on that project's requirements. Issues were created for nice-to-have additions that could be added later, and the working version was installed with Composer.
+
+There was no need to extract the code from the main project, no need to "clean it up" or check that it contained no client information, and I had the full Git history for the project - not just a new history from the point when the code was extracted and open-sourced.
+
+I've worked on projects that contained a number of potential open-source components that would be released after project completion, but this didn't always happen - I assume due to time pressures to move on to the next project, a focus on adding new features or avoiding the risk of introducing breakages into the code. If the code had been open-sourced from the beginning, these things wouldn't have been an issue.
+
+I've also worked on projects where I've followed an open-source-first approach and released a number of PHP libraries and Drupal modules, including [Private Message Queue](https://www.drupal.org/project/private_message_queue), [System User](https://www.drupal.org/project/system_user), and [Null User](https://www.drupal.org/project/null_user) modules. I've also been working on some legacy code recently and started to replace it with a library that I've already open-sourced, even though I'm in the early stages of developing it.
+
+As someone who enjoys creating and working on open-source software, I would encourage you to open-source your code if you can and to do so sooner rather than later and not wait until the end of your project.
diff --git a/source/_daily_emails/2022-10-30.md b/source/_daily_emails/2022-10-30.md
new file mode 100644
index 00000000..2d65a4e2
--- /dev/null
+++ b/source/_daily_emails/2022-10-30.md
@@ -0,0 +1,45 @@
+---
+title: >
+ Refactoring one large test into multiple smaller tests
+pubDate: 2022-10-30
+permalink: >-
+ archive/2022/10/30/refactoring-one-large-test-into-multiple-smaller-tests
+tags:
+ - php
+ - phpunit
+---
+
+Today I spent some time refactoring a large test within a client project, splitting it into several smaller tests. The commit removed 169 lines but added 233 lines.
+
+So, why did I do this?
+
+This test is responsible for testing the creation of products and product variants within Drupal Commerce from a custom CSV file and originally had a very generic name - "Should create a product and product variations from an array of data".
+
+But it did much more than that:
+
+1. It asserted that there are no initial existing products or product variations.
+1. It ran a product import using some stub data.
+1. It asserted that there are two products, each with two variations.
+1. It asserted that each product has the correct title.
+1. It asserted that each product variation has the correct title.
+1. It asserted that each variation has the correct SKU.
+1. It asserted that each variation has the correct price.
+1. It asserted that each variation has the correct value for 10 product attributes.
+
+All of this was hidden within a single test.
+
+Whilst it was great as the original test name (I usually start with a vague name whilst I'm spiking the first test and until it's clearer to me what it's testing and what the correct name is), what I actually want this test to do is to check that the correct number of products and variations are created.
+
+This refactoring task was to split the remaining assertions into their own named tests, after which I had six different tests.
+
+This means that each piece of functionality and related assertions are now contained within their own named tests. I can read the test file and see the expected functionality within the test names rather than everything being grouped and hidden within a single vaguely-named test.
+
+If an assertion fails, I can easily see in which test the failure occurred.
+
+Each test is very simple and only a few lines long - it runs the product import, loads the created variation, and runs the appropriate assertions.
+
+It'll be much easier to add new functionality to the importer by adding a new separate test rather than continuously adding to the large original one.
+
+Even though there are more lines in the file after the refactoring, most of those are just because of adding the additional test functions. There are only 72 lines of actual test methods, and the reusable steps, such as running the product import as well as custom assertions, are defined as private methods to avoid duplication.
+
+In my opinion, this was a good refactor to do, and now was a good time to do it before we get started on the next phase of the project.
diff --git a/source/_daily_emails/2022-11-08.md b/source/_daily_emails/2022-11-08.md
new file mode 100644
index 00000000..9622d46b
--- /dev/null
+++ b/source/_daily_emails/2022-11-08.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Are sprints incompatible with Continuous Deployment?
+pubDate: 2022-11-08
+permalink: >-
+ archive/2022/11/08/are-sprints-incompatible-with-continuous-deployment
+# tags:
+# - a
+# - b
+---
+
+It's been common for me whilst working on software projects to have work organised into sprints or cycles - a period, usually between 1 and 3 weeks, where the team is working on stories and tasks for that project.
+
+In my experience, those changes are usually released at the end of that cycle. But it seems that's not always the case; see [release sprints](https://scrumdictionary.com/term/release-sprint):
+
+> A specialised sprint whose purpose is to release deliverable results; it contains stories specific to release activities and finishing undone work. A release sprint usually contains no additional development.
+
+If we worked in two-week cycles and released at the end of each one, it would be at least two weeks before a change could be deployed to production. But what if we wanted to follow continuous deployment and release more frequently? Maybe daily or hourly?
+
+Instead of waiting for a release sprint, if we released multiple times within a single sprint, how would this fit into or affect the process?
+
+Does the release cycle need to be tightly coupled to the sprint cycle or can they be separate and independent of each other?
+
+I've worked on projects - including a current one - where I've done multiple releases in a sprint, so of course, it can be done from a technical perspective, but how do we get the best from both processes - whether they work together or separately?
+
+This is something that I'm going to continue to experiment with, iterate on, and learn more about going forward.
diff --git a/source/_daily_emails/2022-11-09.md b/source/_daily_emails/2022-11-09.md
new file mode 100644
index 00000000..dd5bbf53
--- /dev/null
+++ b/source/_daily_emails/2022-11-09.md
@@ -0,0 +1,15 @@
+---
+title: >
+ Your conference talk has been accepted
+pubDate: 2022-11-09
+permalink: >-
+ archive/2022/11/09/your-conference-talk-has-been-accepted
+---
+
+I’m happy to have had a conference talk proposal accepted for what will be my first in-person conference since DrupalCamp London in February 2020.
+
+I’ll be giving my "[Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css)" talk for the first time since February 2021, and in front of an in-person audience since June 2019.
+
+The talk itself will need some updating. The last time I gave it, Tailwind CSS was on version 2.0.3. It’s now on version 3.2.2 and includes features like the just-in-time engine, arbitrary values and variants, container queries, and a load of new utility classes.
+
+I gave a lot of talks at online events in 2020, so after taking a bit of a break last year, it will be nice to speak in front of an in-person conference audience again.
diff --git a/source/_daily_emails/2022-11-11.md b/source/_daily_emails/2022-11-11.md
new file mode 100644
index 00000000..e3f3f7a8
--- /dev/null
+++ b/source/_daily_emails/2022-11-11.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Creating a small proof-of-concept application in an afternoon
+pubDate: 2022-11-11
+permalink: >-
+ archive/2022/11/12/creating-small-proof-of-concept-application-afternoon
+# tags:
+# - a
+# - b
+---
+
+This morning, I was asked a “Could you build…” question.
+
+It was an idea mentioned a short while ago and involves a simple, interactive form on the front end that sends requests to a public API, filters the results from the response and displays them to the user.
+
+I’d probably want to hide the API request behind a service responsible for interacting with the API and filtering the results - ensuring that the API could be switched with something else later if needed.
+
+This afternoon, I built a small proof-of-concept application with Vue.js and TypeScript.
+
+There’s no API, or service retrieving real-time results. All of the data is hard-coded within the App component, as well as the code that filters, sorts and returns the results.
+
+The results are shown by adding a `
{{ results }}
` to the page, with a `
{{ state.selection }}
` to show the input data.
+
+There isn’t even any styling, with just some basic horizontal rules to split the page - similar to [these screenshots from Taylor Otwell](https://twitter.com/taylorotwell/status/1203356860818087944) of some work-in-progress versions of Vapor and Nova.
+
+A working proof of concept, or a "spike", answers the initial "Can we build..." question. It can be shown to a client or other stakeholders, act as a starting point for discussions and requirements gathering and then be turned into user stories. It also allows the Developers to validate their initial thoughts and experiment with different approaches.
+
+If the spike is successful, the idea can then be moved forward and implemented in a full way, otherwise, it can be stopped with a minimal amount of effort and time.
diff --git a/source/_daily_emails/2022-11-12.md b/source/_daily_emails/2022-11-12.md
new file mode 100644
index 00000000..509b8e26
--- /dev/null
+++ b/source/_daily_emails/2022-11-12.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Building a minimum viable product and managing technical debt
+pubDate: 2022-11-12
+permalink: >-
+ archive/2022/11/12/building-a-minimum-viable-product-and-managing-technical-debt
+# tags:
+# - a
+# - b
+---
+
+Yesterday's email was about a proof-of-concept application that I’d quickly built to validate an idea and explore some initial approaches.
+
+Today, I’ve been working on a client project that I’ve improved and maintained for a few years.
+
+When I started working with this client, they had one website, built with Drupal 7 and Drupal Commerce. Now, there are x websites using the same codebase due to Drupal’s multi-site functionality.
+
+My main task for the last few months has been to get one of their sites onto Drupal 9 (which I did, it went live in October).
+
+This first site was the "minimum viable product" (MVP) - the least amount of functionality required to make it releasable to customers. This is different to a proof of concept which is to validate the idea and start a conversation about requirements and scope - where we define the MVP.
+
+For example, there is the ability to create products and product variations from a CSV file. It loads the file from disk and creates the products, but it doesn't update a product variation if a row with an existing SKU is changed, or disable the variation if a row is removed from the file. There is no admin UI for the client to upload a file - the only file that it'll use is the one that's path is hard-coded within the module.
+
+There are user stories for this, but we decided that we didn't need it for the initial launch and that we were happy to take on some technical debt, knowing that we can address it later when the original solutions are no longer sufficient.
+
+Now the minimum viable solution has been released, we can continue to iterate and enhance it based on customers' feedback, add more functionality, and address the technical debt as needed and as requirements require us to do so.
diff --git a/source/_daily_emails/2022-11-13.md b/source/_daily_emails/2022-11-13.md
new file mode 100644
index 00000000..a6a54001
--- /dev/null
+++ b/source/_daily_emails/2022-11-13.md
@@ -0,0 +1,23 @@
+---
+title: >
+ How I manage multiple Drupal websites using the same codebase
+pubDate: 2022-11-13
+permalink: >-
+ archive/2022/11/13/how-i-manage-multiple-drupal-websites-using-the-same-codebase
+tags:
+ - drupal
+---
+
+In my last email, I mentioned that I maintain several Drupal websites for a client using the same codebase, but how do I do that?
+
+The sites use Drupal's multisite functionality to have a separate directory for each site, each with its own settings file and files, and potentially modules and themes. Whilst there are some downsides to this approach, and we did evaluate alternatives, this approach allows us to keep one hosting account and save the client money compared to hosting each site separately.
+
+Each site has a separate database and configuration files, so out of the box, I can customise what functionality is needed on each site by turning modules on and off. Whilst this is fine for larger pieces of functionality, for smaller pieces I like to use feature flags.
+
+I use feature flags on single-site projects to separate deploying code from releasing a change, but I can also use them here to toggle something per-site. This could be using a module like [Feature toggle](https://www.drupal.org/project/feature_toggle) or another way like a checkbox on a settings form. Anything that I can use to say "Do this if that is enabled".
+
+Settings such as setting an endpoint URL or storing some API credentials would be set in an admin form and stored as configuration per site.
+
+I've tried various iterations of this - initially duplicating the custom code and having several near-identical versions of the same modules (this wasn't good for maintenance). We also used environment variables. However, this didn't scale as I added more sites and needed to create a new set of environment variables every time.
+
+This approach has worked well for the last few years on their original websites and should continue to work well as I upgrade and migrate them to their next versions.
diff --git a/source/_daily_emails/2022-11-14.md b/source/_daily_emails/2022-11-14.md
new file mode 100644
index 00000000..6fc0b0b7
--- /dev/null
+++ b/source/_daily_emails/2022-11-14.md
@@ -0,0 +1,43 @@
+---
+title: >
+ Camel-case or snake-case for test methods?
+pubDate: 2022-11-14
+permalink: >-
+ archive/2022/11/14/camel-case-or-snake-case-for-test-methods
+tags:
+ - testing
+---
+
+When writing object-orientated code, particularly in PHP, you usually write method names using camel-case letters - such as:
+
+```language-php
+public function doSomething(): void {
+ // ...
+}
+```
+
+This is also true when writing methods within a test class - only that the method name is prefixed with the word `test`:
+
+```language-php
+public function testSomething(): void {
+}
+```
+
+This is probably expected and complies with the PSR code style standards like PSR-12.
+
+Something that I've seen some PHP developers and some frameworks prefer is to write their test methods using snake-case letters and commonly removing the `test` prefix in favour of using an annotation:
+
+```language-php
+/** @test */
+public function the_api_should_return_a_200_response_code_if_everything_is_ok(): void {
+ // ...
+}
+```
+
+This is something that I've done myself for a while, but now I'm starting to reconsider both options.
+
+Whilst it's more readable, especially for longer test names (which I like to write), it's not consistent with method names in non-test files or non-test methods in test files; it looks odd if I need to add another annotation (do I keep a single annotation on one line, or just those with multiple annotations on the separate lines), and to do this, I need to disable some code sniffer rules for code to pass the PHPCS checks.
+
+If I used camel-cased names, I wouldn't need the PHPCS overrides, the annotations would be simpler, and the code would be more consistent - so I think I'll try that way again in the next tests that I write and see how it feels.
+
+Which do you prefer, and which would you expect to see in your project?
diff --git a/source/_daily_emails/2022-11-15.md b/source/_daily_emails/2022-11-15.md
new file mode 100644
index 00000000..8f5ced48
--- /dev/null
+++ b/source/_daily_emails/2022-11-15.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Writing good automated test names
+pubDate: 2022-11-15
+permalink: >-
+ archive/2022/11/15/writing-good-automated-test-names
+tags:
+ - testing
+---
+
+Something that I often see in code examples or tutorials are test methods like `testGet` or `testAdd`, or `testSubtract`. Short method names that don't describe the scenario that they're testing in much detail.
+
+What if a `get` method returns different types of value based on the input or a string is passed into a calculator method like `add` or `subtract`?
+
+I'd assume that the result of the calculation returns the total, but the test method doesn't say this.
+
+I'd rather be overly descriptive and write methods like `should_add_two_or_more_numbers_and_return_the_total()` rather than `testAdd`. It's a lot more readable and easier to see what the intention of the test is, and it's much better to use longer descriptive names when using options like `--testdox` with PHPUnit, which converts the method name into a sentence, which is what I do when running tests in CI pipelines.
+
+Something that I've picked up and recommend is to start each test case with the word "It" or "Should". This gives it a more behavioural feel and puts you in the mindset of what you're testing and not the methods that you're executing.
+
+A method like 'testAdd' might make sense within a unit test focusing on a single class and method, but as I usually do outside-in testing - which mostly uses functional and integration tests - this approach works well for me.
diff --git a/source/_daily_emails/2022-11-16.md b/source/_daily_emails/2022-11-16.md
new file mode 100644
index 00000000..a87d4965
--- /dev/null
+++ b/source/_daily_emails/2022-11-16.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Why don't you write automated tests?
+pubDate: 2022-11-16
+permalink: >-
+ archive/2022/11/16/why-don't-you-write-automated-tests
+tags:
+ - testing
+---
+
+Many projects I’ve worked on in the past haven’t had an automated test suite.
+
+If you don't or can't write tests for your project for some reason, I'd love it if you could reply to this email or [let me know on Twitter](https://twitter.com/opdavies) and let me know why.
+
+I know some of the classic reasons, like "I don't have time" and "My clients won't pay for me to write them", but I'd like to get some more real-world examples.
+
+Then I'll do some follow-up posts to look into and address them.
diff --git a/source/_daily_emails/2022-11-17.md b/source/_daily_emails/2022-11-17.md
new file mode 100644
index 00000000..5f23e828
--- /dev/null
+++ b/source/_daily_emails/2022-11-17.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Agnostic CI pipelines with run files
+pubDate: 2022-11-17
+permalink: >-
+ archive/2022/11/17/agnostic-ci-pipelines-with-run-files
+---
+
+As I work on various projects, I use several different CI tools, such as GitHub Actions, Bitbucket Pipelines, and GitLab CI, as well as hosting providers that have build and deploy steps.
+
+Some only run continuous integration checks, like automated tests and static analysis, some build and push Docker images, and some use Ansible and Ansistrano to deploy the changes to production.
+
+Each tool has its configuration file with different settings and formats.
+
+Rather than being too tightly coupled to a particular tool, I like to keep things as agnostic as possible and [use a run file](https://www.oliverdavies.uk/archive/2022/08/15/using-run-file-simplify-project-tasks) with separate `ci:build` and `ci:deploy` tasks.
+
+This means that all the logic is within the run file rather than the CI tool-specific configuration file, so the file is shorter and cleaner; I can make changes to the CI tasks locally and quickly test changes and iterate, and also, as the logic is within the run file, I can easily switch to a different CI tool if needed without making changes to the tasks themselves.
diff --git a/source/_daily_emails/2022-11-18.md b/source/_daily_emails/2022-11-18.md
new file mode 100644
index 00000000..5fc60e49
--- /dev/null
+++ b/source/_daily_emails/2022-11-18.md
@@ -0,0 +1,19 @@
+---
+title: >
+ One test a day keeps bugs away
+pubDate: 2022-11-18
+permalink: >-
+ archive/2022/11/18/one-test-a-day-keeps-bugs-away
+tags:
+ - testing
+---
+
+This is a quote from a presentation by Diego Aguiar at SymfonyCon that I saw from [a tweet from SymfonyCasts](https://twitter.com/SymfonyCasts/status/1593551105471938560?t=A8wnRUa0tLbb2q5qLhcQnA).
+
+I haven't seen the rest of the presentation, but I liked this quote and the idea of continuously improving a codebase using automated tests.
+
+The talk was titled "Advanced Test Driven Development" so I assume that it was focused on ensuring that new functionality also has accompanying tests but it could also apply to existing code.
+
+A lot of existing code that I've worked on wasn't covered by tests, so going back and writing tests for that code would be beneficial too - even if it's only one test a day. It would help to prevent and uncover existing bugs, enable the code to be refactored and changed without introducing regressions, and make the codebase more maintainable.
+
+Small changes over time add up.
diff --git a/source/_daily_emails/2022-11-19.md b/source/_daily_emails/2022-11-19.md
new file mode 100644
index 00000000..3df4dfec
--- /dev/null
+++ b/source/_daily_emails/2022-11-19.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Are missing tests a blocker to refactoring?
+pubDate: 2022-11-19
+permalink: >-
+ archive/2022/11/19/are-missing-tests-a-blocker-to-refactoring
+---
+
+Is having automated tests a prerequisite for refactoring a piece of code?
+
+Without passing tests for that code, any changes made could introduce a regression, and bugs can be accidentally introduced.
+
+When refactoring with tests, you run them before making any changes to ensure they pass. The tests are rerun after every change to ensure that they still pass and that the change didn't introduce a regression that caused the test to fail. If a test fails, the change is reverted and re-attempted.
+
+If I need to refactor some code without tests, the first thing that I'll do is add some initial tests before the main work.
+
+Whilst nothing is stopping me from refactoring without the tests, the risk isn't something that I'd want to take on, and I'd much prefer to have some tests in place - just in case!
diff --git a/source/_daily_emails/2022-11-20.md b/source/_daily_emails/2022-11-20.md
new file mode 100644
index 00000000..9591038b
--- /dev/null
+++ b/source/_daily_emails/2022-11-20.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Version-controlled commented-out code
+pubDate: 2022-11-20
+permalink: >-
+ archive/2022/11/20/version-controlled-commented-out-code
+tags:
+ - git
+---
+
+Today, whilst debugging some legacy code within an application, I found several blocks of commented-out code.
+
+Some were previous debugging code which had been commented out, and some were old components or previous implementations - but instead of being removed when they were no longer needed, they remained in the codebase as commented-out lines - inactive but adding noise and complexity around the code that I was trying to understand and debug.
+
+To make it easier for me to figure out this code, I'd like it to be as clean to read and as simple to understand as possible.
+
+The codebase is version-controlled, so why would there be a need to comment out and keep the lines?
+
+Version control systems have a log of each change, so if you need to see previous changes, you can view the log and see what changed, when, and by who.
+
+You can also see any other files that were changed in the same commit, and usually, there will be a reference to the issue or ticket that required that change.
+
+If you need to re-add a change that had been removed, you can either do this manually or by reverting the commit.
+
+Should there be commented-out code within a codebase if it's version controlled? I'd say no unless there's a good reason for it to be there and it's providing some additional context or for a specific purpose. If it's an outdated implementation, some old debugging code, or a component that's no longer needed, I think that it should be removed, and people can use version control tools to find or re-introduce those changes if needed.
diff --git a/source/_daily_emails/2022-11-21.md b/source/_daily_emails/2022-11-21.md
new file mode 100644
index 00000000..dfb1d6c4
--- /dev/null
+++ b/source/_daily_emails/2022-11-21.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Git tricks to avoid committing commented-out and other unneeded code
+pubDate: 2022-11-21
+permalink: >-
+ archive/2022/11/21/git-tricks-to-avoid-committing-commented-out-and-other-unneeded-code
+tags:
+ - git
+---
+
+[Yesterday's email](https://www.oliverdavies.uk/archive/2022/11/20/version-controlled-commented-out-code) talked about whether commented-out code should be present if your code is version-controlled, but how do you avoid committing it in the first place?
+
+You could make sure that you remove everything manually before you stage and commit your changes, or I like to use `git add --patch` (or `git add -p`) to interactively stage my changes, allowing me to select which parts of files I want to include in my commit and ignore anything else. The `--patch` option also works for other commands, including `checkout` and `reset`.
+
+If you've already committed something like some debug code, you can use `git commit --amend` to amend the previous commit before pushing it, or if you have a separate clean-up commit, you can use `git rebase --interactive` and either the squash or fixup options to amend the original commit.
+
+If some old code has been removed and you want to find it, you can use `git log -S` with a string to search for, and Git will show a list of commits where the specified string was changed.
+
+If instead, you wanted to search for text within the commit message, you can use `git log --grep` with a string like an issue number to see a list of commits with that text in the commit message subject line or body.
+
+I hope these tips help keep unwanted code out of your version-control repository.
diff --git a/source/_daily_emails/2022-11-22.md b/source/_daily_emails/2022-11-22.md
new file mode 100644
index 00000000..a8396c73
--- /dev/null
+++ b/source/_daily_emails/2022-11-22.md
@@ -0,0 +1,26 @@
+---
+title: >
+ tldr
+pubDate: 2022-11-22
+permalink: >-
+ archive/2022/11/22/tldr
+# tags:
+# - a
+# - b
+---
+
+`tldr` is a command-line tool that I've been using a lot recently.
+
+Usually, on the command line, you'd use the `man` command to show a manual page for a certain command - like `man ls`.
+
+`tldr` is "a collection of simplified and community-driven man pages".
+
+After installing it, run `man tldr` or even `tldr tldr` to learn more about it.
+
+Then, run a command like `tldr ls` to get output for a specific command.
+
+I like that it shows a short description of what the command does, followed by a link to find out more information and then several valuable examples demonstrating the various options, flags, and arguments the command takes.
+
+For `ls`, it shows how to list one file per line, list hidden files, use a long format list, show human-readable size units, long format sorted by size or modification date, and only show directories.
+
+For commands like `tar`, `rsync`, and `scp` that I don't use that often or can't remember all of the different options, I like being able to see these examples and figure out what I need at that time.
diff --git a/source/_daily_emails/2022-11-23.md b/source/_daily_emails/2022-11-23.md
new file mode 100644
index 00000000..999185cc
--- /dev/null
+++ b/source/_daily_emails/2022-11-23.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Do you need to branch if you're the only one working on a project?
+pubDate: 2022-11-23
+permalink: >-
+ archive/2022/11/23/do-you-need-to-branch
+tags:
+ - git
+---
+
+Yesterday, I [saw a tweet](https://twitter.com/scottkeckwarren/status/1594752744165847040) where the writer said they were “falling into the branch, pull request, and merge after actions pass I use at work even though I'm the only one working on it”.
+
+After reading this, my question is, "Should you, or do you need to, create branches if you're the only person working on a project?".
+
+These days, I use trunk-based development as much as possible, so I hardly ever create new branches, whether working on a project myself or with a team.
+
+[I used to use Git Flow](https://www.oliverdavies.uk/talks/git-flow) and create branches for every new feature and bug fix, but I remember, whilst demonstrating two work-in-progress features to a client, switching between the different branches caused my local site to break. Whilst it wasn’t a major issue, it wouldn't have seemed professional.
+
+In a team environment, feature branches are intended to keep different changes and different people's work separate.
+
+But is this needed if you’re the only in the team?
+
+Assumingly, you're only working on one change at a time, so what's the benefit of creating a separate branch?
+
+If you need to switch to a different task, another approach could be to revert your work-in-progress commits, move them onto another local branch temporarily, or wrap them within a feature flag so that the changes are committed but not active.
+
+The other part of the tweet said, “I like the little integrations to make sure the tests pass”.
+
+I’m comfortable working on a single branch and committing and pushing small changes often.
+
+My CI pipelines run for every change that I push, and if one fails, I’ll either push a small fix to get it passing again or revert the failing change and investigate further.
+
+For me, working on a single branch keeps my workflow simple and lean, allowing me to focus on the changes and the tasks that I need to work on and not worry about which branch I’m working on.
diff --git a/source/_daily_emails/2022-11-24.md b/source/_daily_emails/2022-11-24.md
new file mode 100644
index 00000000..e4c6e2bb
--- /dev/null
+++ b/source/_daily_emails/2022-11-24.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Doing the simplest possible thing
+pubDate: 2022-11-24
+permalink: >-
+ archive/2022/11/24/doing-the-simplest-possible-thing
+---
+
+I spent most of today working on some code I wrote for the first phase of a client project a few months ago.
+
+The previous version used hard-coded data within a Vue.js application, which was sufficient for the previous criteria and in line with the lean approach we decided to take.
+
+It was the simplest thing that worked.
+
+A new requirement means that the hard-coded data no longer works, so I need to refactor and enhance the code to work with different configurations. I have a proof of concept of this working using JSON from an API endpoint, but I would also like to use a static JSON file when needed for local development.
+
+I experimented with a few different ways to approach this before asking myself, "What's the simplest possible thing I can do to get this working?".
+
+I already knew that I needed to make a change to the structure of the data, which I was able to do quickly with the hard-coded data that I already had, and whilst a static JSON file would be a nice-to-have, I could quickly move the hard-coded data into the API endpoint that I'd already created and continue building on my proof of concept.
+
+The idea of "What's the simplest thing?" is something that I use regularly.
+
+When teaching or coaching test-driven development, I want to write the smallest failing test and then find the quickest and simplest way to get it to pass - even if it means returning a hard-coded value for now.
+
+When working on development tasks, I like to break things down as much as possible and find the smallest thing I can do, commit, and push. This gets the ball rolling, and then I repeat the process.
+
+Even when writing an email or blog post, once I start writing, it's much easier to continue once I'm in the flow.
+
+Taking the simplest approach and not making assumptions about future requirements or scope means less and more maintainable code, as well as being a productivity hack.
diff --git a/source/_daily_emails/2022-11-25.md b/source/_daily_emails/2022-11-25.md
new file mode 100644
index 00000000..efbb988b
--- /dev/null
+++ b/source/_daily_emails/2022-11-25.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Plan, then code
+pubDate: 2022-11-25
+permalink: >-
+ archive/2022/11/25/plan-then-code
+---
+
+Recently I [saw this tweet](https://twitter.com/OneJKMolina/status/1303047499238776832) in a screenshot on a LinkedIn post.
+
+The post was about improving business writing, but the original tweet was about software engineering.
+
+For me, the main sentence within the tweet is, "Resist the urge to do something before having a plan." - or as the LinkedIn post said, "Resist the urge to start typing before having a plan.".
+
+This is something that I've focused on a lot over the last few years, always asking, "What problem are we trying to solve?" and using flow charts and ADRs or technical design documents to come up with a plan before starting to write any code.
+
+Doing this makes me think of and answer as much as possible upfront - what we need, how things should work, the required steps, and what edge cases and pitfalls there might be. I'll usually have two or three solutions I'll consider and document, as well as which I decided to use and why.
+
+Once I've planned the solution, coding is usually very fast and straightforward, as most or all questions should already have been answered. I don't need to stop and answer questions whilst writing the code, and the code should be cleaner as I'm coding to the plan rather than figuring it out as I go.
diff --git a/source/_daily_emails/2022-11-30.md b/source/_daily_emails/2022-11-30.md
new file mode 100644
index 00000000..c747e9c3
--- /dev/null
+++ b/source/_daily_emails/2022-11-30.md
@@ -0,0 +1,43 @@
+---
+title: >
+ Ship, Show or Ask
+pubDate: 2022-11-30
+permalink: >-
+ archive/2022/11/30/ship-show-or-ask
+tags:
+ - git
+---
+
+"Ship / Show / Ask" describes itself as a self-described modern branching strategy that combines the features of pull or merge requests with the ability to keep shipping changes.
+
+Each change is either a "Ship", "Show", or "Ask".
+
+## Ship
+
+"Ship" changes are what I most commonly do with continuous integration and trunk-based development projects. Changes are committed directly to the main branch and shipped - assuming that the CI pipeline and any other automated checks pass. There is no blocking code review or pull request for "Ship" changes.
+
+## Show
+
+"Show" changes are made on a temporary branch instead of the mainline. This branch is then used to create a pull request which is closed once the CI checks pass without any code review.
+
+Once the pull request is merged, the change is deployed, but the pull request is still available as somewhere to have feedback and conversation about the change.
+
+This is something that I did today after starting to write a new feature by implementing the Decorator design pattern, and wanted others to be aware of this approach and ask any questions.
+
+Another reason for this approach is if someone wants to ensure that the CI checks will pass before merging to mainline. Some Developers worry about breaking the CI pipeline with a trunk-based approach and blocking others, so want to know that the pipeline will continue to work and they aren't disrupting other team members.
+
+## Ask
+
+This is how I've worked on most projects before, and still with some clients where they want to review changes before merging, or maybe I want to have a discussion and review a change beforehand.
+
+This is also common when new Developers join a project or need to change some code they haven't worked on before.
+
+## Conclusion
+
+I like the flexibility and balance of this approach. I prefer to work on "mostly ship" projects, and most of the show and ask conversations happen during pair or mob programming sessions.
+
+Some of my clients where I work with teams are "mostly ask" and work in a more Git Flow-type way and want to review any changes before they're merged and deployed.
+
+But if you're working on a "mostly ask" project and want to move to "mostly ship", then aiming to move to "mostly show" is a good intermediate step and a way to reduce shipping time or develop and build confidence in the CI pipeline before moving to trunk-based development and removing the manual review step.
+
+The full article with more information is at https://martinfowler.com/articles/ship-show-ask.html.
diff --git a/source/_daily_emails/2022-12-01.md b/source/_daily_emails/2022-12-01.md
new file mode 100644
index 00000000..d051e2b9
--- /dev/null
+++ b/source/_daily_emails/2022-12-01.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Writing readable code
+pubDate: 2022-12-01
+permalink: >-
+ archive/2022/12/01/writing-readable-code
+---
+
+This week, I needed to investigate and fix a bug within some existing code.
+
+It's code written some time ago and not by anyone working on the team.
+
+The code wasn't very readable, so before I could fix the bug, I needed to figure out what the code was supposed to be doing.
+
+I started to write a list of things that would make the code easier to read and understand - no single-letter variable names, reduced levels of indentation and splitting some nested ternary operators to use separate return statements.
+
+I also watched a video of a conference talk titled "Writing code you won't hate tomorrow", which re-introduced me to Object Callisthenics.
+
+They are from "The ThoughtWorks Anthology" book and are some steps that include some of the points that I had written:
+
+1. Use only one level of indentation per method.
+1. Don’t use the else keyword.
+1. Wrap all primitives and strings.
+1. Use only one dot per line.
+1. Don’t abbreviate.
+1. Keep all entities small.
+1. Don’t use any classes with more than two instance variables.
+1. Use first-class collections.
+1. Don’t use any getters/setters/properties
+
+As well as the original book, there are numerous blog posts and videos on this topic.
+
+Why try some of them on the next code you write and see if it's easier to read and understand?
diff --git a/source/_daily_emails/2022-12-02.md b/source/_daily_emails/2022-12-02.md
new file mode 100644
index 00000000..aef90b19
--- /dev/null
+++ b/source/_daily_emails/2022-12-02.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Commit and push something every day
+pubDate: 2022-12-02
+permalink: >-
+ archive/2022/12/02/commit-and-push-something-every-day
+---
+
+One of the significant changes that I've found and that's benefitted me whilst developing is to commit and push something every day.
+
+It doesn't need to be a whole feature. It could be a new class with its passing tests, but it isn't used anywhere yet, so it won't affect the existing functionality, or it could be a new test for some existing functionality that was missing previously.
+
+It could be a small refactor - renaming a variable or class name that makes some code easier to read or removing some commented-out code that isn't doing anything other than adding visual clutter.
+
+It could be updating some documentation or [writing a technical document](https://www.oliverdavies.uk/archive/2022/09/23/adrs-technical-design-documents); if you keep those in your version control repository, that would help you implement the following change or to make the documentation clearer for the next reader - whether that's you or someone else.
+
+Committing something at least once a day creates a different mindset to "I'll write everything and push it when it's done".
+
+It makes you break up large tasks into multiple smaller ones and set mini-deadlines for yourself. I used to do the same when I commuted to work on a train and had a task for a freelance project to complete before I arrived. I used to think, "What can I start, finish and commit before I get there?" instead of leaving something incomplete.
+
+You don't need to push your change to mainline. If you use the ["Ship, Show, Ask" approach](https://www.oliverdavies.uk/archive/2022/11/30/ship-show-or-ask) then you could commit to a temporary branch that you either merge yourself once you know it passes the checks, or to show or get feedback from other team members.
+
+Practicing this becomes a habit, and if you're doing test-driven development and committing after every passing test or refactor, you'll find yourself pushing numerous changes a day.
+
+This became my normal approach instead of having long-lived feature branches or lots of unpushed local commits.
+
+I much prefer making as small charges as possible and pushing them as often as I can.
diff --git a/source/_daily_emails/2022-12-03.md b/source/_daily_emails/2022-12-03.md
new file mode 100644
index 00000000..b6e14421
--- /dev/null
+++ b/source/_daily_emails/2022-12-03.md
@@ -0,0 +1,23 @@
+---
+title: >
+ What to do with TODO comments
+pubDate: 2022-12-03
+permalink: >-
+ archive/2022/12/03/what-to-do-with-todo-comments
+---
+
+[In a previous email](https://www.oliverdavies.uk/archive/2022/11/20/version-controlled-commented-out-code), I wrote about commented-out code and whether it should remain in a codebase - especially if it's version controlled and there's a commit log of all changes.
+
+But what about TODO comments that remind you to do something?
+
+When I think of TODO comments, I think of times when I've found them left in codebases from a long time ago by Developers who no longer work on it - never to be looked at again.
+
+I recently removed a small number from a codebase I added while working on the first MVP.
+
+They were comments like "Move this to a repository" or "Remove this hard-coded value and make this configurable".
+
+These weren't things that would affect the functionality of the code - but nice-to-haves, things that could be done differently, or reminders of things where hard-coded values were fine but would need to be replaced in the future.
+
+Instead of being code comments that only I was aware of, I moved them into the issue-tracking system I'm using. This allows the client to have visibility of them and that they can be scheduled and prioritised alongside other work, providing a truer reflection of the current tasks.
+
+Some have since been addressed, but some will remain and be actioned in the future. If they were still code comments, they might not have been addressed at all, so the issue tracker seems like the better place for them to be.
diff --git a/source/_daily_emails/2022-12-04.md b/source/_daily_emails/2022-12-04.md
new file mode 100644
index 00000000..6ac36ec6
--- /dev/null
+++ b/source/_daily_emails/2022-12-04.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Writing "Why first" user stories
+pubDate: 2022-12-04
+permalink: >-
+ archive/2022/12/04/writing-why-first-user-stories
+---
+
+I've usually written user stories that follow this format:
+
+As a...
+I want...
+So that...
+
+You focus on the person who needs the task first, followed by what they want, and why they want it.
+
+Lately, I've been re-ordering stories to follow this order:
+
+So that...
+As a...
+I want...
+
+What I like about this is that it focuses on capturing the "why" of the story first rather than at the end or maybe even forgetting it altogether.
+
+What's needed and who needs it doesn't matter unless you also capture why it's needed.
diff --git a/source/_daily_emails/2022-12-05.md b/source/_daily_emails/2022-12-05.md
new file mode 100644
index 00000000..3077f9c4
--- /dev/null
+++ b/source/_daily_emails/2022-12-05.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Outcomes or output
+pubDate: 2022-12-05
+permalink: >-
+ archive/2022/12/05/outcomes-or-output
+---
+
+I was reading a Twitter thread recently that [started with this tweet](https://twitter.com/allenholub/status/1594786089994067969).
+
+TL;DR:
+
+> "Measuring output (e.g. velocity) is a waste of time. It's outcomes you care about - customer happiness."
+
+This is definitely something that I agree with.
+
+I can't remember the last time I looked at an output burndown chart or a velocity score.
+
+I'd rather focus on what outcomes have been delivered and adding value to clients and customers.
+
+What features did we release, what bugs did we fix, and what impact and value did that provide?
+
+What increased revenue or improved a customer's experience?
+
+I may have a sprint or cycle where I only deliver one or two large tasks, but those are major features that have been requested, a bug affecting a user's experience, or a task that unblocks future tasks.
+
+In that situation, my velocity may not be good and could be improved by working on multiple smaller tasks, but which outcomes provide the most value?
diff --git a/source/_daily_emails/2022-12-06.md b/source/_daily_emails/2022-12-06.md
new file mode 100644
index 00000000..9acf7daa
--- /dev/null
+++ b/source/_daily_emails/2022-12-06.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Should you comment your code?
+pubDate: 2022-12-06
+permalink: >-
+ archive/2022/12/06/should-you-comment-your-code
+---
+
+Something that I hear often is "self-documenting code", and that code should be easy to understand without comments.
+
+If you need to write a comment explaining what something does, move the code into a new class or function and have its name describe what it does.
+
+I agree with this, but I still think there is a place for comments within the code as long as they add value.
+
+## What comments shouldn't be
+
+Comments shouldn't just repeat what the code says.
+
+If the comment says "Returns false", and I can read that from the code, the comment isn't adding any value.
+
+I use types a lot in PHP and TypeScript, and if docblocks are just repeating the native types, I'd rather not include them and keep the code minimal.
+
+Comments like "Constructor" and "This shouldn't happen" add no context.
+
+## What comments should be
+
+Comments need to add value by adding extra information or explaining why the code does what it does.
+
+I will add comments like "This class decorates ... so that ..." and "This returns ... if ...". These comments add value and make the code easier to read and understand. The downside is that you then need to maintain the comments, make sure they remain correct, and if the functionality changes the comment is also changed.
+
+If a static analysis tool requires me to provide more information in a docblock that describes some parameters or a return type, I'll do that. It makes the code quality better, reduces bugs, and makes the Developer experience better. As I'm improving the native types by providing more information, I'm not just repeating them so this is OK with me.
+
+Comments should make the code easier to read, understand, and work with for yourself and other team members.
diff --git a/source/_daily_emails/2022-12-07.md b/source/_daily_emails/2022-12-07.md
new file mode 100644
index 00000000..21b395b7
--- /dev/null
+++ b/source/_daily_emails/2022-12-07.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Separating releases from deployments with feature flags
+pubDate: 2022-12-07
+permalink: >-
+ archive/2022/12/07/separating-releases-from-deployments-with-feature-flags
+---
+
+In a typical feature release process, a feature is released when you merge the code and push it to production.
+
+If a bug is found after the release, the code needs to be reverted (and any conflicts or issues dealt with) and deployed again.
+
+Also, features can only be merged once they are complete, which may take hours, days or weeks, depending on the size of the feature.
+
+These are some reasons I like to use feature flags (aka feature toggles) and separate the code deployment from releasing the feature. The code is deployed as before, but the feature isn't released, and the code isn't executed until a feature flag is enabled.
+
+If there is a bug, the feature flag can be disabled, and the feature is turned off until a fix can be pushed - without needing another code deployment.
+
+If my feature is incomplete, if it's feature flagged, I can commit and deploy it without users seeing it or affecting the running application, resulting in smaller and more manageable commits and deployments.
+
+If you wanted, you could enable a feature flag for a subset or a certain subsection of your users - allowing them to test it before making it available to everyone.
+
+Another way I use feature flags is within a [multi-site Drupal application](https://www.oliverdavies.uk/archive/2022/11/13/how-i-manage-multiple-drupal-websites-using-the-same-codebase) to enable a different feature set per site and allow me to keep one version of the code for all sites to keep this easy to manage and maintain.
diff --git a/source/_daily_emails/2022-12-08.md b/source/_daily_emails/2022-12-08.md
new file mode 100644
index 00000000..e0438e3e
--- /dev/null
+++ b/source/_daily_emails/2022-12-08.md
@@ -0,0 +1,64 @@
+---
+title: >
+ The Decorator design pattern
+pubDate: 2022-12-08
+permalink: >-
+ archive/2022/12/08/the-decorator-design-pattern
+tags:
+ - design-patterns
+---
+
+Decorator is a structural design pattern that allows you to add extra functionality, such as if you want to add caching or logging to a service, without changing the original class.
+
+As long as a class implements an Interface, it can be decorated.
+
+For example, if I have this PHP interface:
+
+```language-php
+interface DoesSomething
+{
+ public function doSomething(): void;
+}
+```
+
+I could have this class that does something:
+
+```language-php
+final class FirstClass implements DoesSomething
+{
+ public function doSomething(): void
+ {
+ // Does something.
+ }
+}
+```
+
+If I need to do something else, like caching or logging the result, I can decorate it.
+
+To do this, I need another class that implements the same interface and inject the original version.
+
+```language-php
+final class SecondClass implements DoesSomething
+{
+ public function __constuct(
+ private DoesSomething $originalClass
+ ) {}
+
+ public function doSomething()
+ {
+ // Do something else before.
+
+ $this->originalClass->doSomething();
+
+ // Do something else afterwards.
+ }
+}
+```
+
+Within the new class, the methods can be overridden, extra functionality can be added, and the original method can be run to execute the original functionality.
+
+As the two classes implement the same interface, I can swap between different versions and decorate multiple times if needed.
+
+This a pattern that I used recently to extend a service that retrieved some data from an API and saved it to a file, to change some arguments and do more work with it.
+
+The original class was unchanged, the new class was minimal and easy to understand as it only had a single responsibility, and if I needed to switch back to the original version, I could easily do that.
diff --git a/source/_daily_emails/2022-12-09.md b/source/_daily_emails/2022-12-09.md
new file mode 100644
index 00000000..e23537b3
--- /dev/null
+++ b/source/_daily_emails/2022-12-09.md
@@ -0,0 +1,28 @@
+---
+title: >
+ How and why I started using PostCSS
+pubDate: 2022-12-09
+permalink: >-
+ archive/2022/12/09/how-and-why-i-started-using-postcss
+tags:
+ - css
+ - front-end
+---
+
+I assume that, like many other Developers, when I started learning front-end development, I wrote normal, plain CSS and later discovered and adopted pre-processors like Less and Sass that added features such as variables and nesting to my stylesheets.
+
+This was the case when I first saw what became Tailwind CSS, which were some stylesheets written in Less and ported manually between projects.
+
+I remember watching one of those streams, and a fellow viewer suggested PostCSS, which Tailwind CSS would later be written in.
+
+PostCSS, a CSS post-processor rather than a pre-processor, has become my preferred way of writing CSS because of Tailwind.
+
+When I started using Tailwind in my projects, I was layering it on top of another CSS framework or styles that were written using Less or Sass, so I needed to pre-process them into CSS first and then run PostCSS - essentially running two build steps and adding to the build time.
+
+I moved to use PostCSS by default - removing one of the build steps.
+
+What I liked about it, as well as the quicker build times, was that I could start with plain CSS and add the extra features I needed. I didn't use all of Sass and Less' features, and now, if I needed nesting or real-time imports, I could add it via a PostCSS plugin or write my own.
+
+It's also quick and easy to use, using the PostCSS CLI tool and without more complex tools like Webpack.
+
+If you haven't tried PostCSS, I recommend taking a look.
diff --git a/source/_daily_emails/2022-12-10.md b/source/_daily_emails/2022-12-10.md
new file mode 100644
index 00000000..59d39438
--- /dev/null
+++ b/source/_daily_emails/2022-12-10.md
@@ -0,0 +1,53 @@
+---
+title: >
+ Managing databases with Neovim and Docker
+pubDate: 2022-12-10
+permalink: >-
+ archive/2022/12/10/managing-databases-with-neovim-and-docker
+tags:
+ - docker
+ - neovim
+---
+
+If you work on software projects that use a database, you need a convenient way to connect, inspect, and query them.
+
+Some IDEs like PhpStorm have an integrated database client, which I've recently added to my Neovim setup and working with Docker and Docker Compose.
+
+## Configuring Docker Compose
+
+A local port needs to be exposed from the database container that Neovim can connect to.
+
+I usually do this with a `docker-compose.override.yaml` file:
+
+```language-yaml
+services:
+ database:
+ ports:
+ - 3307:3306
+```
+
+Docker Compose recognises this by default, extends the normal `docker-compose.yaml` file and adds a port forwarding to the `database` service.
+
+## Configuring Neovim
+
+The two plugins I'm using are tpope/vim-dadbod and kristijanhusak/vim-dadbod-ui, and should work with Vim and Neovim. Thanks to both of these project maintainers.
+
+Once installed, run `:DBUIAddconnection` to add a database connection.
+
+Here is an example connection string:
+
+```
+mysql://drupal:drupal@localhost:3307/drupal?protocol=tcp
+```
+
+Using the local port mapping, this connects to a MySQL database within the `database` service.
+
+Then run `:DBUI` to toggle the UI and see a list of databases in the left-hand sidebar.
+
+You can enter `R` to refresh databases or `r` to rename or update connection details for a specific database.
+
+Once connected, you can enter and save queries, using table and column name completion, which are executed every time the query is saved.
+
+I like not needing to switch contexts and leave my editor in order to query a database, and feel a lot more productive being able to write, execute and save queries within this UI.
+
+If you're a Vim or Neovim user, I'd suggest trying this setup and seeing if it works for you.
diff --git a/source/_daily_emails/2022-12-15.md b/source/_daily_emails/2022-12-15.md
new file mode 100644
index 00000000..6bd18bb7
--- /dev/null
+++ b/source/_daily_emails/2022-12-15.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Happy Drupal 10 release day!
+pubDate: 2022-12-15
+permalink: >-
+ archive/2022/12/15/happy-drupal-10-release-day
+tags:
+ - drupal
+ - php
+---
+
+Today, Drupal 10 was released alongside Drupal 9.5.
+
+This means that, as of today, Drupal 9.3 is no longer supported, so people should update to 9.4, 9.5, or 10.
+
+As things stand, Drupal 7 is still supported until November 2023.
+
+I haven't tried upgrading any existing websites from Drupal 9 to 10 yet, but I have already started a new client project with Drupal 10.
+
+It's a project for a new client that we've been discussing for a few months, and we wanted to wait until Drupal 10 was released before starting. My preparation work has been on the release candidate version of Drupal 10, so I can't foresee any issues updating to the stable 10.0.0 version.
+
+As an open-source Drupal project maintainer, I'll soon release Drupal 10 compatible versions of my maintained modules and themes, such as Override Node Options and the Tailwind CSS starter kit theme.
+
+If your company has a Drupal module that needs to be upgraded to be Drupal 10 compatible, or needs a module to integrate your service with Drupal 10, reply to this email and let's arrange a call and see if we can work together.
diff --git a/source/_daily_emails/2022-12-20.md b/source/_daily_emails/2022-12-20.md
new file mode 100644
index 00000000..163758a9
--- /dev/null
+++ b/source/_daily_emails/2022-12-20.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Automating all the things, including infrastructure
+pubDate: 2022-12-20
+permalink: >-
+ archive/2022/12/20/automating-all-the-things,-including-infrastructure
+tags:
+ - automation
+ - devops
+---
+
+I'm a big advocate for automation, from having a reproducible Docker and Docker Compose environment, automated tests, static analysis, and code linting in my projects to running them automatically on every push to a remote repository using a CI pipeline.
+
+I've written scripts to simplify common complex tasks and automated my local development environment setup before using tools like Ansible and, recently, the Nix package manager, NixOS and Home Manager.
+
+Another main piece of automation I use is to create and manage the infrastructure my applications run in.
+
+I've talked about it in my [Deploying PHP applications with Ansible and Ansistrano talk](https://www.oliverdavies.uk/talks/deploying-php-ansible-ansistrano), that before you can deploy an application, you need a server with the required packages installed to run it. You may also need a CDN endpoint, SSL certificate, DNS records, CORS policy, database server, container registry, object storage bucket or a number of various other things.
+
+Using automation tools like Terraform, Pulumi or Ansible, you can run a single command to create, update or destroy resources or your entire stack.
+
+The automation code acts as living documentation, can be version-controlled, stored alongside the code, and read by the Developers or anyone else involved with the project.
+
+If you need to hand over the hosting requirements to a client or create their own version, you can do that with the same automation code.
+
+And if a disaster scenario was to happen and you needed to recreate your infrastructure from scratch or move to a different cloud provider, you could do that quickly using automation tools, knowing that the new infrastructure would be consistent with the original, all of the pieces would be in place, and without needing to recreate everything manually from scratch.
diff --git a/source/_daily_emails/2022-12-21.md b/source/_daily_emails/2022-12-21.md
new file mode 100644
index 00000000..10d6959d
--- /dev/null
+++ b/source/_daily_emails/2022-12-21.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Duck typing
+pubDate: 2022-12-21
+permalink: >-
+ archive/2022/12/21/duck-typing
+---
+
+If it looks like a duck, walks like a duck, and quacks like a duck, it must be a duck.
+
+If I pass a parameter into a function, as long as it works with the code within the function - it is of the correct type and has the expected properties and methods - it will work, although nothing is enforcing that the correct thing is passed in.
+
+If not, you'd get an error that the method or property doesn't exist when trying to invoke or access it.
+
+This is the opposite of strict typing, where you'd get a Type error if you passed the wrong thing.
+
+Both are valid approaches, though I prefer to use types and get specific error messages and leverage tools like static analysis, which work better the more it understands your code.
+
+In particular when writing and using open-source code that anyone can use however they like, I'd suggest leveraging types and type-checking, but it depends on what you, your team or your community prefer.
diff --git a/source/_daily_emails/2022-12-22.md b/source/_daily_emails/2022-12-22.md
new file mode 100644
index 00000000..d3cf8e2a
--- /dev/null
+++ b/source/_daily_emails/2022-12-22.md
@@ -0,0 +1,17 @@
+---
+title: >
+ The Boy Scout rule
+pubDate: 2022-12-22
+permalink: >-
+ archive/2022/12/22/the-boy-scout-rule
+---
+
+The Boy Scout rule is "Always leave the campground cleaner than you found it".
+
+From a programming perspective, "Always leave the code better than you find it".
+
+If you're working on some code and see some commented-out lines or unused variables, once you've finished with your changes, remove them too.
+
+If there's a variable that could have a more descriptive name, change it.
+
+If there are any other refactors you can do, do them and leave the code better than before and easier for the next Developer (whether it's you or someone else) to work with.
diff --git a/source/_daily_emails/2022-12-23.md b/source/_daily_emails/2022-12-23.md
new file mode 100644
index 00000000..6f1d84b7
--- /dev/null
+++ b/source/_daily_emails/2022-12-23.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Speaking at PHP Stoke and nor(DEV):con
+pubDate: 2022-12-23
+permalink: >-
+ archive/2022/12/23/speaking-at-php-stoke-and-nordevcon
+tags:
+ - public-speaking
+---
+
+I had some early presents this month and have been accepted to present talks at the new PHP Stoke meetup and the Norfolk Developers Conference.
+
+## PHP Stoke
+
+The first PHP Stoke meetup will be held at Genr8 Smithfield Works on the 12th of January. I'll be presenting "[Things you should know about PHP](https://www.oliverdavies.uk/talks/things-you-should-know-about-php)". It'll be great to be the first speaker at this new meetup.
+
+## nor(DEV):con
+
+The Norfolk Developers conference is in Norwich on the 23rd and 24th of February.
+
+I'll be presenting "[Taking Flight about Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css)". It's been a while since I last gave this talk so I'm looking forward to updating it with the latest changes and new features in Tailwind CSS.
+
+It'll be great to be speaking at these events and hopefully others in 2023.
diff --git a/source/_daily_emails/2022-12-28.md b/source/_daily_emails/2022-12-28.md
new file mode 100644
index 00000000..cd5bc901
--- /dev/null
+++ b/source/_daily_emails/2022-12-28.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Debugging gitignore rules
+pubDate: 2022-12-28
+permalink: >-
+ archive/2022/12/28/debugging-gitignore-rules
+tags:
+ - git
+---
+
+Have you wondered why a file or directory is being ignored in your Git repository and isn't appearing when you run `git status`?
+
+Maybe you have multiple `.gitignore` files and you don't know which is causing the issue, or you ignore everything and explicitly unignore the files that you want to add.
+
+## `check-ignore` to the rescue
+
+`git check-ignore` accepts a list of paths and checks if each is ignored.
+
+There's also a `--verbose` option that will tell you which `.gitignore` file is causing it to be ignored as well as the line number and the pattern - great information for debugging, and no more force adding files.
diff --git a/source/_daily_emails/2022-12-29.md b/source/_daily_emails/2022-12-29.md
new file mode 100644
index 00000000..0f5542fb
--- /dev/null
+++ b/source/_daily_emails/2022-12-29.md
@@ -0,0 +1,45 @@
+---
+title: >
+ What is the cost of a bug?
+pubDate: 2022-12-29
+permalink: >-
+ archive/2022/12/29/what-is-the-cost-of-a-bug
+---
+
+All software has bugs, but each has a different cost depending on when and where it's found.
+
+## In production
+
+If a bug was found in production, it was probably found by a user, will time to replicate, diagnose and fix, and could have caused some reputational or financial damage.
+
+You'd need to create a ticket and schedule the work, meaning you're not working on something else.
+
+Cost: High
+
+## In a pre-production environment
+
+It's likely found by a test analyst or product owner but hidden from the end users and customers.
+
+It will still take time to replicate, diagnose and fix, and you'd still need to create a ticket and schedule the work, as well as the bug potentially blocking releases to production until it's resolved.
+
+Cost: High
+
+## In a CI pipeline
+
+This is likely to be a static analysis or a test failure. It should be quicker to fix though it will need to be done quickly or reverted if you're doing trunk-based development to unblock other Developers.
+
+If you're doing code reviews, you'll need to ensure that the pipeline passes before the review and continues to pass after making any changes.
+
+Cost: Medium
+
+## Locally
+
+If an automated check fails in CI, why not run it locally before you commit and push the change?
+
+If it's a coding standards issue or static analysis failure, you could configure your text editor or IDE to show you issues in real time. Then they can be fixed immediately and not even committed and pushed to a CI pipeline.
+
+If you were working in a pair or mob, could someone else have spotted the issue and suggested a fix?
+
+Cost: Low
+
+The sooner you can find a bug, the less time and cheaper it is to fix, and we can use tools like automated tests and static analysis to help us write fewer bugs and to fix them sooner and faster.
diff --git a/source/_daily_emails/2022-12-30.md b/source/_daily_emails/2022-12-30.md
new file mode 100644
index 00000000..48a0bbc0
--- /dev/null
+++ b/source/_daily_emails/2022-12-30.md
@@ -0,0 +1,35 @@
+---
+title: >
+ Tests are living documentation
+pubDate: 2022-12-30
+permalink: >-
+ archive/2022/12/30/tests-are-living-documentation
+tags:
+ - testing
+---
+
+Today I was working on a project and made a one-line change that updated a single value within an API response.
+
+Unexpectedly, it caused a test to fail. The API response returned a 500 status code instead of the expected 201 code.
+
+I reverted the change locally and ensured that the test passed again, so I knew it was causing the failure.
+
+## Fixing the failure
+
+The change was removing a hard-coded part of a URL to a dynamic one, using Drupal's `Settings` class.
+
+I was retrieving a value from it, but as there was no value being set within the test, it was returning a null value and causing the 500 error code.
+
+## How does the Settings class work?
+
+To fix the test failure, I needed to learn how to set a Settings value within a test.
+
+To do this, I looked for and found the test for the Settings class itself. I saw how it was being set there, did the same in my test, fixed the failure and got my test passing again.
+
+## Tests are living documentation
+
+As well as verifying things work when they are written, tests also act as long-term documentation. They can be run at any point to ensure that they still pass and are a reference to other developers on how the code should work.
+
+Rather than a Confluence page, a README file or code comments which can become out of date, if a test becomes outdated, it will fail and make developers aware, as well as break any CI pipeline that it runs in.
+
+By writing tests, you're ensuring that your code works as expected and documenting it at the same time.
diff --git a/source/_daily_emails/2022-12-31.md b/source/_daily_emails/2022-12-31.md
new file mode 100644
index 00000000..a925d280
--- /dev/null
+++ b/source/_daily_emails/2022-12-31.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Just start writing
+pubDate: 2022-12-31
+permalink: >-
+ archive/2022/12/31/just-start-writing
+tags:
+ - productivity
+---
+
+Whether it's writing code or a technical design document, diagnosing an issue, or working on a blog post or a presentation deck, sometimes, the hardest part for me is getting started.
+
+When this happens, I try to find the smallest thing I can do to start the task and get the ball rolling.
+
+This could be just opening Neovim or Notion and finding the smallest task I can do to get going.
+
+In code, it could be making the smallest change to start on the task or committing a small refactoring on another part of the code to get into the flow.
+
+With a technical design document, once I've written the first heading, "What problem are we trying to solve?" and started to describe the problem, it's easy to continue writing the rest of the document.
+
+For a blog post or presentation, I've found that writing the headings first is a good starting point, adds structure and makes it easier to add the main content.
+
+Things are great once the ball is rolling; the question sometimes is, "what is the simplest thing I can do to start it?".
diff --git a/source/_daily_emails/2023-01-01.md b/source/_daily_emails/2023-01-01.md
new file mode 100644
index 00000000..2180730a
--- /dev/null
+++ b/source/_daily_emails/2023-01-01.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Types and static analysis saved me today
+pubDate: 2023-01-01
+permalink: >-
+ archive/2023/01/01/types-and-static-analysis-saved-me-today
+tags:
+ - static-analysis
+ - types
+---
+
+Today I was writing Pulumi code in Typescript, and I although I have autocompletion, I mistyped the name of a property.
+
+But, because of the types that I'd declared and how I have Neovim configured, the error was immediately shown, and I was able to fix the typo and what would have been a compilation error if I'd tried to run it.
+
+It only took a second or two for me to make and fix the mistake.
+
+I didn't need to run the code or commit it and push it to a CI pipeline to find out that there was a bug.
+
+I found out and fixed it immediately, and moved on as if I hadn't written the typo at all. This is why I like types and static analysis.
diff --git a/source/_daily_emails/2023-01-02.md b/source/_daily_emails/2023-01-02.md
new file mode 100644
index 00000000..8c6cdec2
--- /dev/null
+++ b/source/_daily_emails/2023-01-02.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Don't use arbitrary values in Tailwind CSS
+pubDate: 2023-01-02
+permalink: >-
+ archive/2023/01/02/dont-use-arbitrary-values-in-tailwind-css
+tags:
+ - tailwind-css
+---
+
+It's been almost five years since I gave the first version of my "[Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css)" talk at the Drupal Bristol meetup in January 2018.
+
+It's a talk that I've updated every time I've given it, showing new rebuilt example UIs and the new features in the framework, as well as tweaking content like installation steps for different audiences.
+
+As I prepare for the Norfolk Developers Conference (nordevcon) next month, I'm updating the talk again.
+
+One feature that wasn't in the last version of the talk is arbitrary values in class names. This, I think, is an antipattern and something that I avoid using.
+
+Whilst you could always add arbitrary values in custom CSS, one of my original reasons for liking and adopting Tailwind CSS was that there was a predefined list of classes to choose from.
+
+A set list of colours, text sizes, margins and padding, for example, meant that UIs looked more consistent and the generated CSS was smaller.
+
+If you need an additional value or to replace the existing values, you can do so within your `tailwind.config.js` file, and Tailwind will generate classes accordingly.
+
+Whilst writing custom CSS, inline styles, and arbitrary values are all possible, I'd suggest using the configuration file, generating the classes that you need, and sticking to them as much as you can and enjoying the consistency and benefits that brings.
diff --git a/source/_daily_emails/2023-01-03.md b/source/_daily_emails/2023-01-03.md
new file mode 100644
index 00000000..da8d7223
--- /dev/null
+++ b/source/_daily_emails/2023-01-03.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Tailwind CSS' extensibility is one of its best features
+pubDate: 2023-01-03
+permalink: >-
+ archive/2023/01/03/tailwind-css-extensibility-is-one-of-its-best-features
+tags:
+ - tailwind-css
+---
+
+As well as the library of utility CSS classes that Tailwind provides, the ability to easily add your own has been one of my main advantages of using it.
+
+You can add your own CSS to a stylesheet within a specific layer, customise the theme settings within a `tailwind.config.js` file, and write your own custom plugins that you can reuse and even release as separate open-source projects.
+
+Here is a complete plugin that I've added to some projects recently:
+
+```js
+const plugin = require('tailwindcss/plugin');
+
+plugin(function({ addVariant }) {
+ addVariant('hocus', ['&:hover', '&:focus'])
+});
+```
+
+By adding these lines of JavaScript, Tailwind will generate a new set of utility classes that apply styles to both hover and focus states for an element - reducing the number of classes that need to be added and making it more maintainable.
+
+Other plugins that I've written recently include creating different variants of buttons, styling elements within an HTML table (similar to the Tailwind typography plugin), and adding multi-theme support to make components themable with different colours.
+
+I've also released some [as open-source projects on GitHub](https://github.com/opdavies?tab=repositories&q=tailwind-plugin).
+
+The interesting thing is that the plugin API is how Tailwind itself generates its own classes, and I like the stability that provides.
+
+However you extend Tailwind, the fact you can tweak and extend it for each project is great and something that you can't always do or do easily with other tools or frameworks.
diff --git a/source/_daily_emails/2023-01-04.md b/source/_daily_emails/2023-01-04.md
new file mode 100644
index 00000000..db6b40e5
--- /dev/null
+++ b/source/_daily_emails/2023-01-04.md
@@ -0,0 +1,63 @@
+---
+title: >
+ Testable Tailwind CSS plugins
+pubDate: 2023-01-04
+permalink: >-
+ archive/2023/01/04/testable-tailwind-css-plugins
+tags:
+ - tailwind-css
+---
+
+A great thing about [Tailwind CSS plugins](https://www.oliverdavies.uk/archive/2023/01/03/tailwind-css-extensibility-is-one-of-its-best-features) being written in JavaScript is that they can be tested using tools like Jest.
+
+Here's an example from https://github.com/opdavies/tailwindcss-plugin-jest-example (it may need updating to work with the latest Tailwind versions or to use the latest best practices):
+
+```javascript
+function run(options = {}) {
+ return postcss(
+ tailwindcss({
+ corePlugins: false,
+ plugins: [plugin(options)]
+ })
+ )
+ .process('@tailwind utilities;', {
+ from: undefined
+ })
+}
+
+expect.extend({
+ toMatchCss: cssMatcher
+})
+
+test('it generates the correct classes with no variants', () => {
+ const output = `
+ .test {
+ display: block
+ }
+ `
+
+ run().then(result => {
+ expect(result.css).toMatchCss(output)
+ })
+})
+
+test('it generates the correct classes with variants', () => {
+ const output = `
+ .test {
+ display: block
+ }
+ .hover\\:test:hover {
+ display: block
+ }
+ .focus\\:test:focus {
+ display: block
+ }
+ `
+
+ run({ variants: ['hover', 'focus'] }).then(result => {
+ expect(result.css).toMatchCss(output)
+ })
+});
+```
+
+Within the test, Tailwind can be run using PostCSS and generates styles based on a provided configuration, which is then checked against some expected output. If the generated styles match what was expected, the tests pass and the plugin is working as expected.
diff --git a/source/_daily_emails/2023-01-05.md b/source/_daily_emails/2023-01-05.md
new file mode 100644
index 00000000..13e51ee8
--- /dev/null
+++ b/source/_daily_emails/2023-01-05.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Adding Tailwind CSS to an existing project
+pubDate: 2023-01-05
+permalink: >-
+ archive/2023/01/05/adding-tailwind-to-an-existing-project
+tags:
+ - tailwind-css
+---
+
+Tailwind's configuration file also makes it easy to add it to an existing codebase, whether it uses custom CSS or another CSS framework.
+
+You can opt-out of Tailwind's CSS reset and normalisation by adding `corePlugins: { preflight: false }` to tailwind.config.js, and if you have duplicate classes with existing classes and Tailwind-generated ones, you can add `prefix: 'tw-'` to prefix all of Tailwind's class names and avoid the conflicts.
+
+If you need to deal with specificity, you can mark Tailwind-generated classes as important by adding `important: true` so that they can override any existing styling. You can do the same in HTML code by prefixing a class name with an exclamation mark - e.g. `!flex`.
+
+Or, if you know that your Tailwind styles will only be used within a certain element, like `#app`, instead of making all classes important, by adding `important: "#app"` to the configuration, Tailwind classes will be prefixed with that selector - making them more specific.
+
+Once these options are set, you can start using Tailwind without affecting the existing styles.
+
+Doing this, and starting small by using a small number of utilities can be a good step towards migrating an existing codebase to use Tailwind and removing the existing styles at a later date.
diff --git a/source/_daily_emails/2023-01-06.md b/source/_daily_emails/2023-01-06.md
new file mode 100644
index 00000000..65575849
--- /dev/null
+++ b/source/_daily_emails/2023-01-06.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Utility-first or utility-last?
+pubDate: 2023-01-06
+permalink: >-
+ archive/2023/01/06/utility-first-or-utility-last
+tags:
+ - tailwind-css
+---
+
+Tailwind CSS is based on the "utility-first" approach, where the majority of styling is done using utility CSS classes. You can still add additional custom styles if needed if there is something that can't be achieved with utilities or would be better placed in a custom CSS stylesheet.
+
+Utility-last is the opposite approach, where a small number of utilities are used alongside other CSS styles or another framework. This is common when [adding a utility-based framework like Tailwind CSS](https://www.oliverdavies.uk/archive/2023/01/05/adding-tailwind-to-an-existing-project) to an existing project and you want to use it for a new page or component whilst keeping the existing styles.
+
+This is what I did when I started learning Tachyons, and later Tailwind CSS. My project already had styling from another CSS framework, I started using utility classes and over time refactored until only utilities were used and the other styles could be removed.
+
+You could do the opposite too, and refactor groups of utilities into a CSS component, either by using Tailwind's `@apply` directive or [writing a plugin](https://www.oliverdavies.uk/archive/2023/01/03/tailwind-css-extensibility-is-one-of-its-best-features).
+
+If you did want to use Tailwind for a small number of utilities, by default, it will only generate classes that are used within HTML or template files, but it can also be configured to only use the core modules that you specify - preventing Developers from using unwanted utility based on the rules for that project.
+
+You could, of course, write your own utilities, or they're becoming common in other frameworks now too for things like padding, margin and colours.
+
+Do you typically do styling utility-first or utility-last, or are you transitioning from one to the other?
diff --git a/source/_daily_emails/2023-01-07.md b/source/_daily_emails/2023-01-07.md
new file mode 100644
index 00000000..3937c2a3
--- /dev/null
+++ b/source/_daily_emails/2023-01-07.md
@@ -0,0 +1,132 @@
+---
+title: >
+ Reducing utility class duplication
+pubDate: 2023-01-07
+permalink: >-
+ archive/2023/01/07/reducing-utility-class-duplication
+tags:
+ - tailwind-css
+---
+
+
+
+One of the main concerns for Developers evaluating or starting with a utility-first approach to styling is maintainability due to the number and duplication of classes.
+
+For example, with this component, as I duplicate it to add more links, I also duplicate the classes applied to the link - making it harder to maintain:
+
+```html
+
+```
+
+There are some solutions to this, which you can also see in an example Astro project at https://github.com/opdavies/reducing-utility-class-duplication.
+
+## Extracting a variable of class names
+
+The simplest way to remove the duplication is to create a variable that holds the class names which can be reused. For example, Astro allows variables to be created within the frontmatter section and used within the template. Creating variables can be done in other templating engines too.
+
+```astro
+---
+const linkClasses = "py-2 block border-b-2 border-transparent hover:border-blue-500 hover:text-blue-500 focus:outline-none focus:bg-yellow-400 focus:border-current";
+---
+
+
+```
+
+## Extracting CSS components
+
+Instead of extracting a variable, you could also extract a CSS component. With Tailwind, the `@apply` directive within a stylesheet will create a reusable CSS component:
+
+```astro
+
+
+
+
+
+```
+
+The `link` class can be added to any link items, and whilst the approach works, I prefer to use template-based solutions and keep the classes within the HTML markup.
+
+## Loops and maps
+
+Templating engines will have a way to loop over a list of items. This can be used to remove the duplication and only have a single list of classes whilst keeping the benefits of keeping them in the HTML code.
+
+For example, in Astro:
+
+```astro
+---
+const links = [
+ { name: "About" },
+ { name: "Blog" },
+ { name: "Talks" },
+ { name: "Daily list" },
+ { name: "Search" },
+];
+---
+
+{links.map(link => (
+
+))}
+```
+
+## Extracting HTML components
+
+Finally, if the component needs to be reused, it can be extracted into its own file and re-imported where needed.
+
+This is the extracted component:
+
+```astro
+---
+const { name } = Astro.props;
+---
+
+
+ {name}
+
+```
+
+And the original file:
+
+```astro
+---
+import Layout from "~/layouts/Layout.astro";
+import Link from "~/components/Link.astro";
+---
+
+
+
+
+
+
+
+
+
+
+```
+
+This can now be used anywhere within this project and could be combined with the loop approach, passing the appropriate value to the `name` prop.
+
+## Summary
+
+All of these approaches remove duplication, either using features provided by Tailwind CSS or a templating engine, to make the code more maintainable.
+
+I've shown [Astro](https://astro.build) in these examples but the same can be done with PHP, Twig, Blade, Vue, React, etc.
+
+The examples are public on GitHub at https://github.com/opdavies/reducing-utility-class-duplication/tree/main/src/pages.
diff --git a/source/_daily_emails/2023-01-16.md b/source/_daily_emails/2023-01-16.md
new file mode 100644
index 00000000..174cfea0
--- /dev/null
+++ b/source/_daily_emails/2023-01-16.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Back after PHP Stoke
+pubDate: 2023-01-16
+permalink: >-
+ archive/2023/01/16/back-after-php-stoke
+# tags:
+# - a
+# - b
+---
+
+I took a bit of time off from these emails whilst I was preparing for the first PHP Stoke event which happened last week in Stoke-on-Trent.
+
+It was a great event with around 35 attendees and two other speakers as well as myself.
+
+The [latest version of my slides are online](https://www.oliverdavies.uk/talks/things-you-should-know-about-php) as well [some updated resources](https://www.oliverdavies.uk/things-about-php).
+
+My next talk will be at the Norfolk Developers conference next month where I'll be presenting an updated version of [Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css).
+
+If you have a topic idea for a talk or would like me to speak at your meetup or conference, please get in touch.
diff --git a/source/_daily_emails/2023-01-17.md b/source/_daily_emails/2023-01-17.md
new file mode 100644
index 00000000..df1e08f8
--- /dev/null
+++ b/source/_daily_emails/2023-01-17.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Things to know about PHP
+pubDate: 2023-01-17
+permalink: >-
+ archive/2023/01/17/things-to-know-about-php
+tags:
+ - php
+---
+
+The talk that I gave last week at PHP Stoke was [Things to know about PHP](https://www.oliverdavies.uk/talks/things-you-should-know-about-php) - a talk that I was originally asked to give at the Swansea Software Development Meetup (SSDC) in January 2019, and this was the second time that I've been asked to give this talk at a PHP meetup.
+
+Originally to give a group of various Software Developers an introduction to PHP, I didn't want the talk to be focused just on the language itself and be a walkthough the PHP manual.
+
+Whilst there is some code in the talk so demonstrate what it can do, the other half of the talk is about the other parts of the PHP ecosystem such as tooling and the community. I talk about tools like Composer, PHPStan, Xdebug, PHPUnit and Pest, the CMSes and frameworks that are available, and the various online learning tools like SymfonyCasts and Laracasts as well as certification programs that are available.
+
+It's great to give this talk at meetups as that's where the community starts, where people come to share and learn, and what larger conferences like PHP UK, php[tek] and others are built on. I love attending meetups and events and meeting other members of the PHP community.
+
+Oh, and elePHPants!
+
+The latest versions of the slides are on the Talks section of my website (the link is at the top of the email).
+
+If you'd like me to come and speak at your meetup or conference, please get in touch!
diff --git a/source/_daily_emails/2023-01-18.md b/source/_daily_emails/2023-01-18.md
new file mode 100644
index 00000000..2ab12913
--- /dev/null
+++ b/source/_daily_emails/2023-01-18.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Drupal turns 22!
+pubDate: 2023-01-18
+permalink: >-
+ archive/2023/01/18/drupal-turns-22
+tags:
+ - php
+---
+
+On Sunday, the Drupal project turned 22 years old.
+
+I've personally been working with Drupal primarily for almost 15 years [according to my Drupal.org profile](https://www.drupal.org/u/opdavies), self teaching and working on personal and freelance projects since 2007, and in full-time roles since 2010 when I started at Horse and Country TV to work on their Drupal 6 website.
+
+Last month, I started my first Drupal 10 project for a client.
+
+I'm proud that over a year of that time was spent working for the Drupal Association where I improved the Drupal.org websites and resolved issues that would have blocked the Drupal 8 release in 2015.
+
+I'm also happy to have [presented talks and workshops](https://www.oliverdavies.uk/talks) at events like DrupalCamps, Drupal Developer Days and twice at DrupalCon. I've also organised Drupal events such as the Drupal Bristol meetup and DrupalCamp Bristol conference.
+
+I've had opportunities to contribute to open-source by having patches committed to Drupal core and maintaining modules and themes like [Override Node Options](https://www.drupal.org/project/override_node_options) and the [Tailwind CSS starter kit](https://www.drupal.org/project/tailwindcss). I've also mentored and helped others to get their first commits to Drupal core and open-source.
+
+I plan to continue working with Drupal and being part of the community for a long time, hopefully for at least another 22 years.
diff --git a/source/_daily_emails/2023-01-19.md b/source/_daily_emails/2023-01-19.md
new file mode 100644
index 00000000..c74e996a
--- /dev/null
+++ b/source/_daily_emails/2023-01-19.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Long-term maintainability with utility classes and Tailwind CSS
+pubDate: 2023-01-19
+permalink: >-
+ archive/2023/01/19/long-term-maintainability-with-utility-classes-and-tailwind-css
+tags:
+ - css
+ - tailwind-css
+---
+
+One of the common initial concerns of utility classes and Tailwind CSS is its maintainability.
+
+How you manage all the classes within the HTML and how easy is it to make changes?
+
+Today, [I saw this tweet](https://twitter.com/mauro_codes/status/1615726036737576960):
+
+> You can say whatever you want about @tailwindcss, but I just opened a legacy project with tailwind 0.7 that I didn't touch for almost three years... and I was able to update the whole branding in 30 minutes.
+
+ One of my earliest Tailwind projects was the [PHP South West website](https://phpsw.uk). We [worked on this in November 2017](https://twitter.com/opdavies/status/934488762276564993) and it still uses Tailwind CSS 0.5.
+
+These are the classes used on the main menu:
+
+`bg-grey-lightest hidden absolute z-20 w-full border border-grey-lighter sm:flex sm:relative sm:w-auto sm:border-none`
+
+Even though Tailwind CSS is now on version 3.2.4, I can still read this and know exactly what the classes do, and I'm confident that I could easily make changes to this or any other element on the website.
+
+That probably isn't something that I could say for other projects that use different approaches to styling, and definitely an advantage of styling with small, reusable utility classes.
diff --git a/source/_daily_emails/2023-01-20.md b/source/_daily_emails/2023-01-20.md
new file mode 100644
index 00000000..b88ba0d6
--- /dev/null
+++ b/source/_daily_emails/2023-01-20.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Tailwind's classes are your classes
+pubDate: 2023-01-20
+permalink: >-
+ archive/2023/01/20/tailwinds-classes-are-your-classes
+tags:
+ - css
+ - tailwind-css
+---
+
+In my [Taking Flight with Tailwind CSS talk](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css), I've described Tailwind as a CSS utility class generator. You write a configuration file that Tailwind reads and generates the appropriate classes.
+
+Yesterday I mentioned the [PHP South West user group](https://phpsw.uk) website. It's a project that [I worked on in November 2017](https://twitter.com/opdavies/status/934488762276564993) and uses Tailwind 0.5.
+
+For me, a big advantage of Tailwind was that once it generates the classes, they are ours. They aren't hidden within the framework or an npm package. We can see them, commit them to version control and keep them for as long as we need.
+
+Even if the Tailwind CSS framework disappeared tomorrow (I hope it doesn't), I'd be able to continue using the styles that it generated, and my projects would continue to work and look the same.
diff --git a/source/_daily_emails/2023-01-21.md b/source/_daily_emails/2023-01-21.md
new file mode 100644
index 00000000..51a8b462
--- /dev/null
+++ b/source/_daily_emails/2023-01-21.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Tailwind: Not just translating CSS to utility classes
+pubDate: 2023-01-21
+permalink: >-
+ archive/2023/01/21/tailwind-not-just-translating-css-to-utility-classes
+tags:
+ - css
+ - tailwind-css
+---
+
+Whilst a number of classes that Tailwind CSS generates are single-value utility classes such as `.block { display: block; }` and `.relative { position: relative; }`, it also includes additional things such as [setting a default line height with a font size](https://tailwindcss.com/docs/font-size#setting-the-font-size), adding variants for [group-hover](https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state) and [focus-within](https://tailwindcss.com/docs/hover-focus-and-other-states#focus-within) (as well as various other pseudo states).
+
+It includes utilities for adding [horizontal or vertical space](https://tailwindcss.com/docs/space#add-horizontal-space-between-children) or [styling dividers between elements](https://tailwindcss.com/docs/divide-style).
+
+As well prefixing a class using a screen modifier, such as `md:flex`, you can stack them and set a maximum screen value. For example, `md:max-lg:flex` will only flex between the `md` and `lg` breakpoints.
+
+If has official plugins for typography styles, forms, line-clamp (truncating text) and aspect ratios, as well as numerous community plugins and supports arbitrary values if you need them.
+
+If you take a look at the [Tailwind CSS documentation](https://tailwindcss.com/docs), you'll definitely find some interesting and useful things.
diff --git a/source/_daily_emails/2023-01-22.md b/source/_daily_emails/2023-01-22.md
new file mode 100644
index 00000000..05ac8421
--- /dev/null
+++ b/source/_daily_emails/2023-01-22.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Building Bootstrap CSS examples with Tailwind
+pubDate: 2023-01-22
+permalink: >-
+ archive/2023/01/22/building-bootstrap-css-examples-with-tailwind
+tags:
+ - css
+ - tailwind-css
+---
+
+Previously when I gave my [Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css) talk, I created examples that relate to the event such as something related to that technology or event.
+
+The nor(DEV):con website already uses Tailwind CSS so I've been looking for other examples and have started to build some of the [Bootstrap CSS components](https://getbootstrap.com/docs/4.0/examples) with Tailwind CSS.
+
+I've created the [Album](http://bootstrap-with-tailwind.s3-website.eu-west-2.amazonaws.com/album) and [Pricing](http://bootstrap-with-tailwind.s3-website.eu-west-2.amazonaws.com/pricing) components so far but will likely do more before the conference as I think they're good examples.
+
+[The source code](https://github.com/opdavies/bootstrap-with-tailwind) is on my GitHub profile, uses Astro and its Tailwind CSS integration, the default Tailwind configuration with some slight colour and font tweaks, the official Typography plugin and a small custom plugin that adds a "hocus" variant for both hover and focus styles.
diff --git a/source/_daily_emails/2023-01-23.md b/source/_daily_emails/2023-01-23.md
new file mode 100644
index 00000000..7c8acbe3
--- /dev/null
+++ b/source/_daily_emails/2023-01-23.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Debugging with git bisect
+pubDate: 2023-01-23
+permalink: >-
+ archive/2023/01/23/debugging-with-git-bisect
+tags:
+ - git
+---
+
+Last week, I had to debug a regression in a codebase.
+
+Something was working at the last release but is now broken.
+
+There have been around 20 commits to the mainline branch since the last release, and the first step to fixing the issue is to determine which commit caused the regression.
+
+Git has a great tool for this - `git bisect`.
+
+You tell Git what the last known working commit was, such as the tag of the last release, and it will start to split the commits and prompt you to tell it whether the commit is good or bad.
+
+If there are 20 commits, it may pick commit number 10, and based on whether the commit is good or bad, it may pick commit 5 or 15.
+
+Based on your answers, Git will then tell you which the first bad commit is.
+
+Even better, if it's something that you can script or is covered with an automated test, `git bisect` can run a command for you and find the failure automatically rather than a human needing to check manually.
+
+Once you've found the commit that breaks, you can view it and find and fix the bug.
diff --git a/source/_daily_emails/2023-01-24.md b/source/_daily_emails/2023-01-24.md
new file mode 100644
index 00000000..7ab42ce2
--- /dev/null
+++ b/source/_daily_emails/2023-01-24.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Small commits and good commit messges
+pubDate: 2023-01-24
+permalink: >-
+ archive/2023/01/24/small-commits-and-good-commit-messges
+tags:
+ - git
+---
+
+An important thing when using a tool like [git bisect](https://www.oliverdavies.uk/archive/2023/01/23/debugging-with-git-bisect) as well as reviewing pull/merge requests and commits is to have small (aka "atomic") commits.
+
+Commits with small changes make them easier to review and, if needed, to revert and debug with bisect. If a commit has ten new or changed lines, it's much easier to see and fix a bug than if the commit had a hundred lines.
+
+If you're doing code reviews or "Showing" in a Ship/Show/Ask format, you'll likely get better and more valuable feedback if the commits are smaller and only doing one thing.
+
+If you're submitting a change for review, commit a failing test first so that it can be seen failing before committing the code to make it pass. This makes it easier to see that the code is actually making the test pass.
+
+Also take some time to write good, informative commit messages.
+
+As well as the short one-line subject, you can add as much detail as you need to the body of the message about the change that's being committed, why it's needed, what other approaches were considered or tried, as well as links to supporting documentation such as ADRs, technical design documents or diagrams.
+
+Having as much information as possible makes it much easier when someone needs to review or fix a specific commit. I like to use the [conventional commits specification](https://www.oliverdavies.uk/archive/2022/09/01/conventional-commits-changelogs), though the main objective is to have all of the information documented so it's available in the future.
diff --git a/source/_daily_emails/2023-01-25.md b/source/_daily_emails/2023-01-25.md
new file mode 100644
index 00000000..aa943c6b
--- /dev/null
+++ b/source/_daily_emails/2023-01-25.md
@@ -0,0 +1,25 @@
+---
+title: >
+ To squash or not to squash
+pubDate: 2023-01-25
+permalink: >-
+ archive/2023/01/25/to-squash-or-not-to-squash
+tags:
+ - git
+---
+
+When reviewing a pull or merge request, tools like GitHub and GitHub offer the option to squash the commits before merging.
+
+If the request had twenty commits, they'd be combined into a single commit before being merged.
+
+But should you do it?
+
+The answer will be "it depends" based on the project or team, but I'm personally not a fan of squashing commits.
+
+Even though I commit small changes often, I put quite a bit of effort into [crafting commits and writing detailed commit messages](https://www.oliverdavies.uk/archive/2023/01/24/small-commits-and-good-commit-messges) that capture the reason for each change. If the commits are squashed, either the messages will be combined into one extra-long commit message or I've seen them be deleted completely.
+
+One large commit message would be very difficult to read and connect specific messages with their changes, and deleting the commit body would lose the history completely and waste the time it took to write the messages and craft the commits. It may be available within the pull or merge request page but there's no guarantee that you'll continue to use the same repository hosting service in the future.
+
+One large commit would also be difficult to debug if there was an error. If the whole feature was added in a single commit, tools like [git bisect](https://www.oliverdavies.uk/archive/2023/01/23/debugging-with-git-bisect) would no longer work and a single commit couldn't be simply reverted if it contained a bug.
+
+I prefer to keep the original small commits and instead prefer to use rebasing and only fast-forward merges to avoid merge commits and keep a simple, linear history in my Git log, and be able to easily read, find and, if needed, fix the code that's been committed.
diff --git a/source/_daily_emails/2023-02-07.md b/source/_daily_emails/2023-02-07.md
new file mode 100644
index 00000000..d101a34a
--- /dev/null
+++ b/source/_daily_emails/2023-02-07.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Astro as a static site generator
+pubDate: 2023-02-07
+permalink: >-
+ archive/2023/02/07/astro-as-a-static-site-generator
+tags:
+ - astro
+---
+
+Since first setting it first during Simon Vrachliotis' workshops, I've started evaluating [Astro](https://astro.build) as an option for building static websites alongside PHP options like Sculpin and Jigsaw, and used it to rebuild [my personal website](https://www.oliverdavies.uk).
+
+As well as being a good opportunity to get more experience with JavaScript, TypeScript and JSX templating, Astro includes a number of features that were useful for my website, such as code syntax highlighting and markdown support out of the box, as well as integrations to set up Tailwind CSS, sitemaps and images that I needed.
+
+Its file-based routing is very familiar to what I'd been working with in Next.js, including dynamic and nested routes such as my Blog, Talks, and email archive pages.
+
+A static HTML version of the site can be generated which can be uploaded to a web server - like with other static site generators - with the advantage that Astro includes no JavaScript by default.
+
+As well as my personal website, I've been using Astro for some other mini-projects including [building Bootstrap components with Tailwind](https://www.oliverdavies.uk/archive/2023/01/22/building-bootstrap-css-examples-with-tailwind), and I'm using it for the updated examples for my Tailwind CSS talk at nor(DEV):con in a couple of weeks time.
diff --git a/source/_daily_emails/2023-02-08.md b/source/_daily_emails/2023-02-08.md
new file mode 100644
index 00000000..5dee1649
--- /dev/null
+++ b/source/_daily_emails/2023-02-08.md
@@ -0,0 +1,15 @@
+---
+title: >
+ Fetching external API data with Astro
+pubDate: 2023-02-08
+permalink: >-
+ archive/2023/02/08/fetching-api-data-with-astro
+tags:
+ - astro
+---
+
+As well as using static data like Astro components and Markdown files, Astro allows you to pull in data from external APIs even if you're generating a static website.
+
+Astro's [Data Fetching documentation](https://docs.astro.build/en/guides/data-fetching) shows how to do this using the global `fetch` function. This is the same approach that I've been using to build [a page of my open-source projects](https://github.com/opdavies/oliverdavies.uk/blob/39314de34ce22b14cf85f816e4469cc4d6fb822c/website/src/pages/open-source.astro). I'm still working on it, but it fetches project information from both Drupal.org and GitHub and displays them on a page.
+
+This is also makes Astro a good option to be used as a front-end for decoupled projects that use a separate back-end CMS like Drupal to store and manage the content which it fetches and uses when generating the site.
diff --git a/source/_daily_emails/2023-02-09.md b/source/_daily_emails/2023-02-09.md
new file mode 100644
index 00000000..cfdbb415
--- /dev/null
+++ b/source/_daily_emails/2023-02-09.md
@@ -0,0 +1,35 @@
+---
+title: >
+ Creating API endpoints with Astro
+pubDate: 2023-02-09
+permalink: >-
+ archive/2023/02/09/creating-api-endpoints-with-astro
+tags:
+ - astro
+---
+
+As well as [fetching API data](https://www.oliverdavies.uk/archive/2023/02/08/fetching-api-data-with-astro), you can also use Astro to generate your own API endpoints.
+
+This is an example of an endpoint that I recently created as part of a demo application:
+
+```javascript
+// trains.json.ts
+
+import data from "@/data.json";
+import type { APIRoute } from "astro";
+import type { Train } from "@/types";
+
+export const get: APIRoute = () => {
+ return {
+ body: JSON.stringify(data.trains as Train[]),
+ };
+};
+```
+
+The train data is imported from a JSON file, and Astro's `APIRoute` is responsible for setting the appropriate response headers.
+
+For server-side rendered applications, you can also have endpoints for `post`, `del` and `all`, though for this example, I only needed to support GET requests.
+
+This is something that I've used a db-json library for previously, but being able to do this in Astro seemed like a good fit as I can easily manage lists of stations as well as a single station from one JSON file but I can just take the static HTML that Astro generates and upload it to a static hosting solution which simplifies the hosting side of things a lot.
+
+And, as the example application that consumes the data is also written with Astro, having them both using the same solution has advantages too.
diff --git a/source/_daily_emails/2023-02-16.md b/source/_daily_emails/2023-02-16.md
new file mode 100644
index 00000000..99cf9885
--- /dev/null
+++ b/source/_daily_emails/2023-02-16.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Tailwind CSS at the Bristol Software Development Meetup
+pubDate: 2023-02-16
+permalink: >-
+ archive/2023/02/16/tailwind-css-at-the-bristol-software-development-meetup
+tags:
+ - public-speaking
+ - tailwind-css
+---
+
+Tonight I was lucky to speak at the first [Bristol Software Development Meetup event](https://www.meetup.com/south-wales-tech/events/291092930), organised by South Wales Tech.
+
+Following a great talk from Tom Vaughan, I gave an updated version of my [Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css) talk.
+
+It's a talk that I first gave in January 2018 and one that I need to continuously update so that it's up to date with the latest version of the framework. The last time I gave this talk was in February 2021 so there was quite a lot of new things to cover.
+
+I was also able to show my recent [Tailwind versions of Bootstrap components](https://bootstrap-with-tailwind.oliverdavies.uk) as a demonstration at the end of the talk.
+
+I'm glad to have had the opportunity to test out the updated version before [Norfolk Developers conference](https://nordevcon.com) next week and I'm looking forward to attending more South Wales Tech events in Swansea and Bristol in the future.
diff --git a/source/_daily_emails/2023-02-17.md b/source/_daily_emails/2023-02-17.md
new file mode 100644
index 00000000..7ad12333
--- /dev/null
+++ b/source/_daily_emails/2023-02-17.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Upgrading my Drupal example project to Drupal 10
+pubDate: 2023-02-17
+permalink: >-
+ archive/2023/02/17/upgrading-my-drupal-example-project-to-drupal-10
+tags:
+ - docker
+ - drupal
+ - open-source
+---
+
+Today I upgraded my [Drupal Docker example](https://github.com/opdavies/docker-examples/tree/main/drupal) to Drupal 10.
+
+Admittedly, it's a simple project, but upgrading from Drupal 9 to 10 was a straightforward process.
+
+I had to remove the Examples module as there's no Drupal 10 compatible version yet, but updating to Drupal 10 only needed me to change the version constraints in the `composer.json` file and run the `composer update` command.
+
+After completing a number of Drupal 7 upgrade projects which involve migrating content, rewriting custom modules, and rebuilding themes, it's great to be able to upgrade between major modern versions with a few simple commands.
diff --git a/source/_daily_emails/2023-02-18.md b/source/_daily_emails/2023-02-18.md
new file mode 100644
index 00000000..e9f58d9d
--- /dev/null
+++ b/source/_daily_emails/2023-02-18.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Creating a Drupal 10 compatible version of Override Node Options
+pubDate: 2023-02-18
+permalink: >-
+ archive/2023/02/18/drupal-10-version-of-override-node-options
+tags:
+ - drupal
+ - open-source
+---
+
+Today, I reviewed [the issue and merge request](https://www.drupal.org/project/override_node_options/issues/3269901) to make the [Override Node Options](https://www.drupal.org/project/override_node_options) module compatible with Drupal 10.
+
+It's a small patch that mainly affects the module's test suite so has a low risk of breaking the functionality of the module.
+
+As well as the automated tests, I've done some manual testing with the patch applied on both Drupal 9.5 and 10.
+
+The project page shows the module is currently used on over 34,000 sites including 18,565 Drupal 8 and 9 websites on the 8.x-2.x branch. Hopefully this number will continue to increase once the Drupal 10 version is released.
diff --git a/source/_daily_emails/2023-02-19.md b/source/_daily_emails/2023-02-19.md
new file mode 100644
index 00000000..57bbfbe4
--- /dev/null
+++ b/source/_daily_emails/2023-02-19.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Clients dont care which design pattern you use
+pubDate: 2023-02-19
+permalink: >-
+ archive/2023/02/19/clients-dont-care-which-design-pattern-you-use
+---
+
+In most cases, clients don't care which CMS, framework, CSS library or design patterns you use. Clients are focused on the business value that those tools can provide, such as increasing traffic or conversion rate to increase revenue or awareness.
+
+Improving the load speed of a page is good, but what business value does that offer? Are customers more likely to make a purchase if the page is faster?
+
+If you can build the same page with different CMSes or frameworks, and style it in the same way with different CSS libraries, is there a business case for one over the other, such as better maintainability or a quicker time to launch the application?
+
+Can you ship a simple MVP sooner, and refactor to use design patterns later?
+
+Instead of focusing on technologies, tools and strategies, focus on the benefits and business value they can offer.
diff --git a/source/_daily_emails/2023-02-20.md b/source/_daily_emails/2023-02-20.md
new file mode 100644
index 00000000..222cb645
--- /dev/null
+++ b/source/_daily_emails/2023-02-20.md
@@ -0,0 +1,56 @@
+---
+title: >
+ Tailwind: why I prefer to extract HTML components
+pubDate: 2023-02-20
+permalink: >-
+ archive/2023/02/20/tailwind-why-i-prefer-to-extract-html-components
+tags:
+ - tailwind-css
+---
+
+Tailwind offers the @apply directive that you can use to extract components in your CSS by applying the styles the classes would have added.
+
+For example:
+
+```css
+/* Input */
+
+.btn {
+ @apply inline-block rounded-3xl bg-blue-500 px-8 py-3 text-lg text-white hover:bg-blue-800 focus:bg-blue-800;
+}
+
+/* Output */
+
+.btn {
+ --tw-bg-opacity: 1;
+ --tw-text-opacity: 1;
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
+ border-radius: 1.5rem;
+ color: rgb(255 255 255 / var(--tw-text-opacity));
+ display: inline-block;
+ font-size: 1.125rem;
+ line-height: 1.75rem;
+ padding-bottom: 0.75rem;
+ padding-left: 2rem;
+ padding-right: 2rem;
+ padding-top: 0.75rem;
+}
+
+.btn:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(30 64 175 / var(--tw-bg-opacity));
+}
+
+.btn:focus {
+ --tw-bg-opacity: 1;
+ background-color: rgb(30 64 175 / var(--tw-bg-opacity));
+}
+```
+
+Whilst this works and reduced duplication, I prefer to handle this within my HTML instead.
+
+All templating engines I've used have ways to loop over or map through items and including separate files such as separate partials or different components.
+
+The main benefit of this is that you get the HTML structure of the component and not just the styling. If you extract a .btn component, it may depend on a span or other element within it to display correctly but as this isn't obvious, it may be missed when writing an implementation of it in HTML - this can't happen when working inside a loop or importing a canonical version.
+
+Also, by working just in the HTML markup, we continue to get the lower cognitive load and speed benefits that we're used to when styling with utility classes rather than switching between multiple files.
diff --git a/source/_daily_emails/2023-03-01.md b/source/_daily_emails/2023-03-01.md
new file mode 100644
index 00000000..0f0b1d5b
--- /dev/null
+++ b/source/_daily_emails/2023-03-01.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Tailwind CSS at the Norfolk Developer Conference
+pubDate: 2023-03-01
+permalink: >-
+ archive/2023/03/01/tailwind-css-at-the-norfolk-developer-conference
+tags:
+ - speaking
+ - tailwind-css
+---
+
+Last week, I was at the Norfolk Developer's Conference, aka `nor(DEV):con` - my first in-person conference since DrupalCamp London in February 2020.
+
+I've been excited about this conference since I received the acceptance email in November, inviting me to give my [Taking Flight with Tailwind CSS](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css) talk.
+
+The talk itself went well and included some changes following the Bristol Software Development meetup last month. The last time I gave this talk prior to that was remotely for Nashville PHP in February 2021 and a lot of new things have been added to Tailwind CSS since then for me to include.
+
+My next talk will be at the PHP London meetup next month (subject TBC) as I continue working towards my hundredth presentation.
diff --git a/source/_daily_emails/2023-03-02.md b/source/_daily_emails/2023-03-02.md
new file mode 100644
index 00000000..05e2b9fc
--- /dev/null
+++ b/source/_daily_emails/2023-03-02.md
@@ -0,0 +1,14 @@
+---
+title: >
+ Busy working on client projects
+pubDate: 2023-03-02
+permalink: >-
+ archive/2023/03/02/busy-working-on-client-projects
+tags: []
+---
+
+As well as starting to speak again at conferences and meetups, I've been very busy lately with various client projects. I've been working on completing the next phase and launch of the next website for a long-term client and handed over some other completed projects.
+
+This has affected me sending out these emails every day and I missed a few days last month.
+
+I'll do better!
diff --git a/source/_daily_emails/2023-03-03.md b/source/_daily_emails/2023-03-03.md
new file mode 100644
index 00000000..37009bf2
--- /dev/null
+++ b/source/_daily_emails/2023-03-03.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Adding a LocalGov Drupal example
+pubDate: 2023-03-03
+permalink: >-
+ archive/2023/03/03/adding-a-localgov-drupal-example
+tags:
+ - drupal
+ - localgov-drupal
+---
+
+After [previously looking at the LocalGov Drupal distribution](https://www.oliverdavies.uk/archive/2022/10/24/looking-at-localgov-drupal), today I added a LocalGov Drupal example to my [Docker Examples repository](https://github.com/opdavies/docker-examples/tree/main/drupal-localgov).
+
+Based on the Drupal 10 example, the LocalGov Drupal example used Composer's `create-project` command to scaffold the project plus some additional configuration files such as the `Dockerfile`, `docker-compose.yaml` and a `justfile`.
+
+A feature on my list is to add to both examples is to install Drupal automatically instead of opening the installation screen or having to run an install command. Once that's in place, it'll remove a manual step and allow people to see the application more quickly.
+
+I have some issues for examples and enhancements to add within [the repository's issue queue](https://github.com/opdavies/docker-examples/issues) and would welcome any suggestions or questions.
+
+For LocalGov itself, I hope to find more opportunities to use and contribute to it in the future.
diff --git a/source/_daily_emails/2023-03-04.md b/source/_daily_emails/2023-03-04.md
new file mode 100644
index 00000000..a2b16b0d
--- /dev/null
+++ b/source/_daily_emails/2023-03-04.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Why I built a tool to generate configuration files
+pubDate: 2023-03-04
+permalink: >-
+ archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files
+---
+
+I'm always working on various personal and client projects, and they contain a lot of the same configuration files. I exclusively use Docker and Docker Compose on all projects, I use a `justfile` for running tasks, and for PHP projects, I need configuration files for tools like PHPStan, PHPCS and PHPUnit.
+
+The majority of those files are the same with some slight configuration for each project - such as whether it uses `web` or `docroot`, or which paths are checked with static analysis or for coding standards issues.
+
+I've given a talk called [Working with Workspace](https://www.oliverdavies.uk/talks/working-with-workspace) - a tool that we used at an agency I worked at. It had two functions - to execute project tasks and to generate configuration files from templates.
+
+I use a `justfile` to execute tasks and commands but needed to write my own tool to generate the configuration files.
+
+The result is that I can add one YAML file to a project, enter the values that it needs and when I run the CLI tool, it will generate all of the files the project needs.
+
+As well as being faster to set up a project, like a [LocalGov Drupal Docker example](https://github.com/opdavies/docker-examples/tree/main/drupal-localgov), having a canonical set of templated configuration files I can enhance and maintain by adding new features and fixes and they'll be added to every project when I next generate its files.
diff --git a/source/_daily_emails/2023-03-05.md b/source/_daily_emails/2023-03-05.md
new file mode 100644
index 00000000..1f37704a
--- /dev/null
+++ b/source/_daily_emails/2023-03-05.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Mentoring for School of Code
+pubDate: 2023-03-05
+permalink: >-
+ archive/2023/03/05/mentoring-for-school-of-code
+tags: []
+---
+
+I've been a Mentor for students on a coding bootcamp a few times before, and I'm looking forward to doing this again - this time with [School of Code](https://www.schoolofcode.co.uk).
+
+After hearing about them at a PHP meetup last year, I was keen to get involved after the previous bootcamp I was involved with closed its doors.
+
+I've always been impressed to see people with little, or usually no prior coding experience, on these bootcamps and what they can learn and achieve in a short amount of time - and one of the things that drew me to School of Code is that the bootcamp is free for learners.
+
+This week is the mentor kick-off session, with the new cohort starting next week.
+
+I'm looking forward to seeing who I'm paired up with, and helping them take their first steps into a career in software development.
diff --git a/source/_daily_emails/2023-03-08.md b/source/_daily_emails/2023-03-08.md
new file mode 100644
index 00000000..7cbed11d
--- /dev/null
+++ b/source/_daily_emails/2023-03-08.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Automating infrastructure with IaC
+pubDate: 2023-03-08
+permalink: >-
+ archive/2023/03/08/automating-infrastructure-with-iac
+tags:
+ - devops
+---
+
+Are you responsible for creating and maintaining resources like GitHub repositories, DigitalOcean servers, Amazon S3 buckets and Cloudfront distributions or DNS records in Cloudflare?
+
+Do you do that through the various web UIs?
+
+I'd recommend looking into infrastructure as code tools such as Ansible, Terraform and Pulumi.
+
+You can create, manage and destroy these resources by writing text files rather than clicking around in web UIs, which you can store and share using version control tools.
+
+Infrastructure as code (IaC) tools are something that I use when working with infrastructure, whether it's for a client project or [a talk demo](https://github.com/opdavies/rebuilding-acquia/blob/4efe94398f4d8715d22ca677756beb36017d4e74/main.tf) (this uses Terraform to create an Amazon S3 bucket and Cloudflare distribution, link it to an SSL certificate and create my DNS records - all automatically).
diff --git a/source/_daily_emails/2023-03-09.md b/source/_daily_emails/2023-03-09.md
new file mode 100644
index 00000000..ebcae124
--- /dev/null
+++ b/source/_daily_emails/2023-03-09.md
@@ -0,0 +1,18 @@
+---
+title: >
+ In what language should I write my automation?
+pubDate: 2023-03-09
+permalink: >-
+ archive/2023/03/09/in-what-language-should-i-write-my-automation
+# tags:
+# - a
+# - b
+---
+
+Of the three tools I mentioned in yesterday's email - Ansible, Terraform and Pulumi - I mostly use Pulumi these days for writing automation code.
+
+Why? As someone who is already familiar with writing code in certain programming languages, I like that I can use those languages to also write automation, avoid learning a domain-specific language, and those existing approaches like functions and classes to make reusable components and resources.
+
+I like that it supports a number of languages. I started with TypeScript but since watching a recent episode of the AltF4Stream, I'm looking at Python too. I've written Python before with Fabric and what you can achieve in Pulumi with a small amount of Python code is very impressive compared to other languages like Go and TypeScript.
+
+If you prefer those other languages, why not give Pulumi a try with it?
diff --git a/source/_daily_emails/2023-03-13.md b/source/_daily_emails/2023-03-13.md
new file mode 100644
index 00000000..8765687c
--- /dev/null
+++ b/source/_daily_emails/2023-03-13.md
@@ -0,0 +1,16 @@
+---
+title: >
+ What problem are we trying to solve?
+pubDate: 2023-03-13
+permalink: >-
+ archive/2023/03/13/what-problem-am-i-trying-to-solve
+tags: []
+---
+
+This is a question that I always ask before starting any development task, and I was very happy to see a slide in one of the keynote sessions at nor(DEV):con asking this question.
+
+I'd much rather have a collegue or client come to me with a problem that needs solving rather than a self-diagnosis and a decided solution.
+
+Depending what on the problem is, and other factors like timescales, I may suggest a different solution or approach. This happened recently when I suggested a different approach using Drupal's built-in maintenance mode feature.
+
+If there's no problem to solve, what's the reason for doing the work?
diff --git a/source/_daily_emails/2023-03-14.md b/source/_daily_emails/2023-03-14.md
new file mode 100644
index 00000000..80ca31f0
--- /dev/null
+++ b/source/_daily_emails/2023-03-14.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Automating all the things
+pubDate: 2023-03-14
+permalink: >-
+ archive/2023/03/14/automating-all-the-things
+tags:
+ - automation
+---
+
+As a solo Developer and Consultant, I rely a lot on automation to get my tasks done.
+
+I use tools like [Pulumi, Ansible and Terraform](https://www.oliverdavies.uk/archive/2023/03/09/in-what-language-should-i-write-my-automation) to automate creating and configuring infrastructure - recently creating new client GitHub repositories using a standard configuration with Pulumi.
+
+I use Nix and Home Manager to automate my local development environment, install packages I need and create files like `.gitconfig` for my needs. These are reusable and stored in my [dotfiles](https://github.com/opdavies/dotfiles) repository.
+
+For projects, I use tools like Docker, Docker Compose and Nix flakes for consistency.
+
+[I wrote a tool for generating configuration files for each project](https://www.oliverdavies.uk/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) - reducing the time it takes me to set up, configure and maintain standard files for tools like Docker and Docker Compose that I always use. If I need to add a new feature or fix a bug in a configuration file, I can do that in my templated version and re-generate each project's files rather than making the same change manually.
+
+Today, I wrote a script that loops over all projects where I commit those files to GitHub, clones a fresh version of it, re-generates the files and pushes any new files or changes back to the repository. This means that any changes will be automatically applied and all of my projects will remain in sync.
+
+Automating all of these things reduces the time that I need to spend on them - allowing me to focus on delivering value and solving problems for my clients.
diff --git a/source/_daily_emails/2023-03-15.md b/source/_daily_emails/2023-03-15.md
new file mode 100644
index 00000000..65ef2605
--- /dev/null
+++ b/source/_daily_emails/2023-03-15.md
@@ -0,0 +1,19 @@
+---
+title: >
+ The benefits of automation
+pubDate: 2023-03-15
+permalink: >-
+ archive/2023/03/15/the-benefits-of-automation
+tags:
+ - automation
+---
+
+I've been working on a project with a client, using [Fractal](https://fractal.build) for our component library. I've been working on it locally but yesterday I needed to make it public for the client to review the work I've done.
+
+I recently added `node` support to my [build configuration file generator](https://www.oliverdavies.uk/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) and used that to generate and use a consistent set of configuration files for a Fractal project.
+
+I've used Terraform in [some codebases](https://github.com/opdavies/rebuilding-acquia) to create and configure AWS resources like S3 buckets and Cloudfront distributions, so I was able to use that to create what I needed as well as adding the DNS record for a new subdomain to access Cloudfront.
+
+I use a `justfile` to automate tasks such as generating production assets from Fractal and uploading it to the S3 bucket, so I can do this in a single command instead of multiple and in a consistent and reproducible way.
+
+I started with a standalone project on my laptop and finished with a consistent cloud-based environment for my client and their project to review their component library, and because of the automation that I've built and used, this only took a few minutes to do.
diff --git a/source/_daily_emails/2023-03-21.md b/source/_daily_emails/2023-03-21.md
new file mode 100644
index 00000000..22024a2a
--- /dev/null
+++ b/source/_daily_emails/2023-03-21.md
@@ -0,0 +1,19 @@
+---
+title: >
+ There isn't a standard "Tailwind-looking" site
+pubDate: 2023-03-21
+permalink: >-
+ archive/2023/03/21/there-isnt-a-tailwind-looking-site
+tags:
+ - tailwind-css
+---
+
+When looking at some websites, you can tell that it was built using a certain CSS framework.
+
+Whether it's using a standard component like a navbar or card, or it's using the default colour palette, you can confidently know that website uses ___.
+
+As Tailwind includes no components (other than the `container`) and only has low-level utility classes for things like spacing and colours (amongst many other things), you can build radically different-looking websites with the same classes.
+
+There are some [examples of UIs that I've rebuilt](https://www.oliverdavies.uk/blog/uis-ive-rebuilt-tailwind-css) and some websites that I show in my [Taking Flight with Tailwind CSS talk](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css).
+
+If you take a look, you'll see what I mean.
diff --git a/source/_daily_emails/2023-03-22.md b/source/_daily_emails/2023-03-22.md
new file mode 100644
index 00000000..c581dd2b
--- /dev/null
+++ b/source/_daily_emails/2023-03-22.md
@@ -0,0 +1,20 @@
+---
+title: >
+ With utility styles, your CSS stops growing
+pubDate: 2023-03-22
+permalink: >-
+ archive/2023/03/22/with-utility-styles-your-css-stops-growing
+tags:
+ - css
+ - tailwind-css
+---
+
+When working with traditional CSS, the first thing you do when you need to style a new page or component is to open a stylesheet and start writing new CSS.
+
+Also when editing existing styles, sometimes you'll write new styles to avoid breaking the existing pages in unexpected ways in other parts of the page. This is why I've not seen many projects where the styling is maintained or refactored over time - only added to.
+
+By writing new CSS for every new page or component, the size of your stylesheets will continue to grow and be less performant and harder to maintain over time.
+
+With utility styles and frameworks like Tailwind CSS, this happens a lot less or sometimes not at all.
+
+If you need to use a class like `flex` or `grid` and you already use that in your project, there's no new CSS to add and the stylesheet doesn't grow. Because these type of classes are so specific, they're much more reusable which means less duplication of CSS rules and less CSS in total.
diff --git a/source/_daily_emails/2023-03-27.md b/source/_daily_emails/2023-03-27.md
new file mode 100644
index 00000000..23b120b8
--- /dev/null
+++ b/source/_daily_emails/2023-03-27.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Software development is about solving problems and adding value
+pubDate: 2023-03-27
+permalink: >-
+ archive/2023/03/27/software-development-solving-problems-and-adding-value
+# tags:
+# - a
+# - b
+---
+
+I've recently started as a Mentor for the School of Code, working with a student on their cohort that started last week. Whilst the Bootcamp is focussed on JavaScript and node, and is currently looking at front-end development and using APIs, we've already started talking about different back-end technologies and frameworks.
+
+Something that I've believed for a while is that software development is about solving problems and different languages and frameworks are tools to use to solve the problem and achieve the desired result. The programming fundamentals that he's learning now can be applied to different languages and some may be better depending on the problem that needs to be solved.
+
+I've also said when speaking with a client this week that development is about adding business value.
+
+Whilst there is some value to doing security updates and maintenance to keep an application running and secure, I'd much rather be working on tasks that directly add value for the client like some of the tasks I've done for them recently like improving eCommerce conversions and adding new payment methods or revenue streams.
+
+It's easier for the client to justify and see the results of the work, it improves the experience for their customers or users, and it's more interesting and fulfilling for me.
diff --git a/source/_daily_emails/2023-04-07.md b/source/_daily_emails/2023-04-07.md
new file mode 100644
index 00000000..28146135
--- /dev/null
+++ b/source/_daily_emails/2023-04-07.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Speaking at PHP London
+pubDate: 2023-04-07
+permalink: >-
+ archive/2023/04/07/speaking-at-php-london
+tags:
+ - speaking
+---
+
+After a trip away with the family earlier this week, I was happy to speak at the PHP London meetup yesterday evening.
+
+Following on from my previous "Working from Workspace" talk, I spoke about my current development setup for my personal and work laptops with Nix and NixOS, Linux, Neovim, tmux, just, Docker and more!
+
+Of course, I spoke about PHP, Drupal, and Symfony too as well as some of the work that we're doing at Transport for Wales.
+
+I learned that the call for papers for the PHP UK conference 2024 is already open so I'll definitely be submitting some proposals for next year's conference. Hopefully, I'll be back in London again before that.
diff --git a/source/_daily_emails/2023-04-08.md b/source/_daily_emails/2023-04-08.md
new file mode 100644
index 00000000..652e95c2
--- /dev/null
+++ b/source/_daily_emails/2023-04-08.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Why I use tmux
+pubDate: 2023-04-08
+permalink: >-
+ archive/2023/04/08/why-i-use-tmux
+tags:
+ - tmux
+---
+
+tmux is a "terminal multiplexer" - a program that makes one terminal window into many.
+
+I use the terminal a lot and am often switching between codebase so this is very useful for me.
+
+I use a different session for each codebase. If I'm working on one and need to switch to another, I can detatch from one session and attach to another. Later, when I'm ready to switch back, I do the same again.
+
+I usually have multiple windows inside a session. Neovim will be in the main one, and I can run separate commands - especially long-running ones like watchers - with their own windows.
+
+If I need to split a window and have Neovim on the left and a terminal for running tests on the right, I can do this with different panes.
+
+Being able to organise my workspace in this way has become a big part blogof my development workflow and my productivity.
diff --git a/source/_daily_emails/2023-04-09.md b/source/_daily_emails/2023-04-09.md
new file mode 100644
index 00000000..699f003a
--- /dev/null
+++ b/source/_daily_emails/2023-04-09.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Nix, NixOS, Home Manager, and WSL2
+pubDate: 2023-04-09
+permalink: >-
+ archive/2023/04/09/nix-nixos-home-manager-and-wsl2
+tags:
+ - linux
+ - nix
+ - nixos
+ - wsl2
+---
+
+Although I've been using Linux for work computers for a lot longer, a few years ago, I switched from macOS and an Apple MacBook Pro to using Linux full-time on my personal computers.
+
+My current daily driver laptop is a Tuxedo InfinityBook that I've installed NixOS on.
+
+NixOS, as the name suggests, is a Linux operating system based on the Nix package manager. It has access to the 80,000+ packages in the `nixpkgs` repository and can still install and manage them, but also does a lot more including managing hardware.
+
+For user-level configuration, I use Home Manager. I can configure my home directory including user-specific packages and manage my dotfiles, creating files like `.gitconfig` and linking them to the required destination.
+
+Home Manager can be a NixOS module or a standalone tool - it can be added to NixOS or installed on any Linux distribution, even in WSL2, so I have the same packages that I need installed on every machine as well as having my dotfiles in the correct place and ready to be used.
diff --git a/source/_daily_emails/2023-04-10.md b/source/_daily_emails/2023-04-10.md
new file mode 100644
index 00000000..a0283c0d
--- /dev/null
+++ b/source/_daily_emails/2023-04-10.md
@@ -0,0 +1,23 @@
+---
+title: >
+ How I use Neovim for writing PHP
+pubDate: 2023-04-10
+permalink: >-
+ archive/2023/04/10/how-i-use-neovim-for-writing-php
+tags:
+ - neovim
+ - php
+ - vim
+---
+
+Since [July 2021](https://www.oliverdavies.uk/blog/going-full-vim), I've used Neovim full-time for my development work and writing.
+
+Whilst Vim and Neovim are minimal by default, its functionality can be extended by adding plugins.
+
+I use nvim-lspconfig along with Intelephpense and Phpactor to add code actions and functionality like "go to definition" for PHP code.
+
+I use null-ls to apply code formatting and add diagnostic messages for PHPCS and PHPStan so I can see them on the appropriate lines.
+
+I use nvim-dap and nvim-dap-ui to leverage the debug adapter protocol to do step debugging with Xdebug.
+
+Along with others like dadbod.vim for databases, rest.nvim for making HTTP requests, Gitsigns and Fugitive for Git, and Telescope for fuzzy searching, I have all of the functionality that I've previously had in other browsers with the benefit that it's open source and I can add more plugins or write my own if I need to add anything else.
diff --git a/source/_daily_emails/2023-04-11.md b/source/_daily_emails/2023-04-11.md
new file mode 100644
index 00000000..4f70ae6d
--- /dev/null
+++ b/source/_daily_emails/2023-04-11.md
@@ -0,0 +1,57 @@
+---
+title: >
+ just vs make
+pubDate: 2023-04-11
+permalink: >-
+ archive/2023/04/11/just-vs-make
+tags:
+ - devops
+ - just
+ - make
+ - linux
+---
+
+`just` compared to `make` is something that was asked during my PHP London talk, and whilst they are similar, `just` has differences for me that explains why I use it:
+
+## Tabs or spaces
+
+A Makefile needs to use tabs. Justfiles are more flexible and work with tabs or any number of spaces.
+
+## .PHONY
+
+With a Makefile, you need to declare some targets as "phony". I believe that this is for targets that don't generate artifact files with that name, so as I'm not compiling and building files with `make`, this is redundant and adds visual noise.
+
+## Passing arguments
+
+This is how a `composer` target looks like in a Makefile:
+
+```make
+composer:
+ docker compose exec php composer
+```
+
+With this, I'd expect to be able to pass arguments to it - e.g. `make composer info drupal/core`.
+
+But, instead of seeing the expected output, I get an error: `make: *** No rule to make target 'info'. Stop.`.
+
+This is what I'd need to do to pass arguments to the `composer` target:
+
+```make
+composer:
+ docker compose exec php composer $(COMPOSER_ARGS)
+```
+
+Now I can run `make composer COMPOSER_ARGS="info drupal/core"` and see what I was expecting but the syntax isn't what I'd want.
+
+`just`, on the other hand, allows for defining parameters to its recipes:
+
+```language-yaml
+composer *args:
+ docker compose exec php composer {{ args }}
+```
+
+Here, I can create as many named parameters as needed and use them in the recipe with the syntax that I wanted - `just composer info drupal/core`.
+
+I can think of a few others but this is is the main reason why I moved from `make` and later adopted `just`.
+
+`just`, for me, gives the flexibilty that I need whilst using a simple and familiar syntax but without some of the confusing and complicated behaviours of `make`.
diff --git a/source/_daily_emails/2023-04-12.md b/source/_daily_emails/2023-04-12.md
new file mode 100644
index 00000000..f0734105
--- /dev/null
+++ b/source/_daily_emails/2023-04-12.md
@@ -0,0 +1,48 @@
+---
+title: >
+ Cleaner PHP code with promoted constructor properties
+pubDate: 2023-04-12
+permalink: >-
+ archive/2023/04/12/cleaner-php-code-with-promoted-constructor-properties
+tags:
+ - php
+---
+
+One of my favorite features that was introducted in PHP 8 was promoted constructor properties.
+
+If I'm passing arguments into a constructor, I can declare a visibility and it will be promoted to a property on the class.
+
+Here's an example of a value of a data transfer object that accepts a sort code and account number as strings:
+
+```language-php
+class AccountDetails {
+
+ public function __construct(
+ public string $accountNumber,
+ public string $sortCode,
+ ) {}
+
+}
+```
+
+Without promoted constructor properties, I'd need to create the properties and assign them manually, and I'd have this:
+
+```language-php
+class AccountDetails {
+
+ public string $accountNumber;
+
+ public string $sortCode;
+
+ public function __construct(
+ string $accountNumber,
+ string $sortCode,
+ ) {
+ $this->accountNumber = $accountNumber;
+ $this->sortCode = $sortCode;
+ }
+
+}
+```
+
+Whilst text editors and IDEs can create the properties automatically, I prefer this as it's less code, more readable and easier to understand.
diff --git a/source/_daily_emails/2023-04-13.md b/source/_daily_emails/2023-04-13.md
new file mode 100644
index 00000000..bb33c79f
--- /dev/null
+++ b/source/_daily_emails/2023-04-13.md
@@ -0,0 +1,35 @@
+---
+title: >
+ Immutable read-only properties in PHP 8.1
+pubDate: 2023-04-13
+permalink: >-
+ archive/2023/04/13/immutable-read-only-properties-in-php-8-1
+tags:
+ - php
+---
+
+Continuing with yesterday's data transfer object (DTO) example, something that can be done since PHP 8.1 is to make properties read-only:
+
+```language-php
+class AccountDetails {
+
+ public function __construct(
+ public readonly string $accountNumber,
+ public readonly string $sortCode,
+ ) {}
+
+}
+```
+
+This means the public properties can be read and used without the need for getter methods, but cannot be overridden - making the DTO immutable.
+
+Without `readonly`, a DTO can be created and the property values can be changed:
+
+```language-php
+$accountDetails = new AccountDetails('12345678', '00-00-00');
+$accountDetails->accountNumber = 'banana';
+```
+
+With `readonly` set, you'd get a fatal error instead:
+
+> Fatal error: Uncaught Error: Cannot modify readonly property AccountDetails::$accountNumber in /home/opdavies/tmp/example.php:13
diff --git a/source/_daily_emails/2023-04-14.md b/source/_daily_emails/2023-04-14.md
new file mode 100644
index 00000000..9e177885
--- /dev/null
+++ b/source/_daily_emails/2023-04-14.md
@@ -0,0 +1,37 @@
+---
+title: >
+ Data transfer objects and value objects
+pubDate: 2023-04-14
+permalink: >-
+ archive/2023/04/14/data-transfer-objects-and-value-objects
+tags: []
+---
+
+In the last few emails, we've seen a data transfer object called `AccountDetails` that stores the account number and sort code for a bank account.
+
+A data transfer object only stores data but we could also use a value object that can do more tasks, like validating the values.
+
+For example, we could validate that the account number is the correct length and the sort code is the correct format:
+
+```language-php
+class AccountDetails {
+
+ public function __construct(
+ public readonly string $accountNumber,
+ public readonly string $sortCode,
+ ) {
+ // Validate the account number.
+ if (!preg_match('/^\d{8}$/', $accountNumber)) {
+ throw new \InvalidArgumentException('Account number must be an 8-digit number');
+ }
+
+ // Validate the sort code.
+ if (!preg_match('/^\d{2}-\d{2}-\d{2}$/', $sortCode)) {
+ throw new \InvalidArgumentException('Sort code must be in the format 00-00-00');
+ }
+ }
+
+}
+```
+
+Helper methods can also be added to a value object as long as they don't modify the state of the object, such as getting the raw sort code without the separating dashes or performing further checks on the input values.
diff --git a/source/_daily_emails/2023-04-15.md b/source/_daily_emails/2023-04-15.md
new file mode 100644
index 00000000..40daa5de
--- /dev/null
+++ b/source/_daily_emails/2023-04-15.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Automatically running commands with nodemon
+pubDate: 2023-04-15
+permalink: >-
+ archive/2023/04/15/automatically-running-commands-with-nodemon
+tags: []
+---
+
+Instead of running the same commands over and over again, some of the command-line tools that I use have a `watch` mode and will automatically re-run when files are changed, however, not all do.
+
+Instead of doing this manually, I can achieve the same thing though using a tool called `nodemon` - a script monitor for node projects, but it can work with non-node projects too.
+
+Here's an example where I'm automatically re-running my PHPUnit tests using a `just test` recipe each time a file within my custom modules directory changes:
+
+```
+nodemon \
+ --watch web/modules/custom \
+ --ext '*' \
+ --exec "just test --stop-on-failure --colors=always"
+```
+
+I specify the files or directories I want to watch, which file extensions should trigger a restart (in this case, I've enabled all extensions), and the command to execute.
+
+This watches all files and run all of the tests, but I can filter either if I need to.
+
+As well as PHP tools like PHPUnit and PHPStan, I also use this for other things such as when creating presentation slides with rst2pdf where I can automatically re-generate the PDF whenever I update the rst file.
diff --git a/source/_daily_emails/2023-04-16.md b/source/_daily_emails/2023-04-16.md
new file mode 100644
index 00000000..2d3225fe
--- /dev/null
+++ b/source/_daily_emails/2023-04-16.md
@@ -0,0 +1,39 @@
+---
+title: >
+ Refactoring with readonly classes in PHP 8.2
+pubDate: 2023-04-16
+permalink: >-
+ archive/2023/04/16/refactoring-with-readonly-classes-in-php-8-2
+tags:
+ - php
+---
+
+Marian Kostadinov ([stochnagara on Twitter](https://twitter.com/stochnagara)) replied to Friday's email about DTOs and value objects to tell me about `readonly` classes, which can be done in PHP 8.2.
+
+Looking at the previous class:
+
+```language-php
+class AccountDetails {
+
+ public function __construct(
+ public readonly string $accountNumber,
+ public readonly string $sortCode,
+ ) {}
+
+}
+```
+
+Instead of setting each property as `readonly`, the whole class can instead be marked as `readonly`:
+
+```language-php
+readonly class AccountDetails {
+
+ public function __construct(
+ public string $accountNumber,
+ public string $sortCode,
+ ) {}
+
+}
+```
+
+Thanks for the suggestion, Marian!
diff --git a/source/_daily_emails/2023-04-17.md b/source/_daily_emails/2023-04-17.md
new file mode 100644
index 00000000..a1140763
--- /dev/null
+++ b/source/_daily_emails/2023-04-17.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Introducing feature flags to "build-configs"
+pubDate: 2023-04-17
+permalink: >-
+ archive/2023/04/17/introducing-feature-flags-to-build-configs
+tags: []
+---
+
+Yesterday, I wanted to make a breaking change to my [build-configs project](https://www.oliverdavies.uk/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) - changing the default database credentials that are used by Docker Compose.
+
+As I have several projects based on generated files by the tool, changing the values could cause issues in those projects in the future and this is something that I wanted to avoid.
+
+## What did I do?
+
+To avoid this issue and needing to update all of my projects at once, I added a feature flag to the `build.yaml` file so I can opt-in to this feature on a per-project basis.
+
+If a project, like my [Drupal](https://github.com/opdavies/docker-example-drupal) and [LocalGov Drupal](https://github.com/opdavies/docker-example-drupal-localgov) Docker examples, are opted in, its files will get the new credentials. If not, it will continue to use the original ones.
+
+[In this commit](https://github.com/opdavies/docker-example-drupal/commit/3f496168d5c32f9706970519023b431ee02c4b19), you'll see where I enabled the feature flag and committed the resulting change.
+
+## What does this achieve?
+
+I can continue to work on existing projects without them breaking, and migrate projects one at a time by using the feature flag instead of needing to do them all once.
+
+Once all active projects have been migrated or completed, the feature flag can be removed and I can refactor and simplify the code - removing the feature flag and the legacy values.
diff --git a/source/_daily_emails/2023-04-18.md b/source/_daily_emails/2023-04-18.md
new file mode 100644
index 00000000..66965209
--- /dev/null
+++ b/source/_daily_emails/2023-04-18.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Consistency is key
+pubDate: 2023-04-18
+permalink: >-
+ archive/2023/04/18/consistency-is-key
+tags:
+ - automation
+ - devops
+ - docker
+---
+
+A side effect of [using a tool to generate build configuration files](https://www.oliverdavies.uk/archive/2023/03/04/why-i-built-a-tool-to-generate-configuration-files) with templates is the consistency that it introduces.
+
+The majority of my projects use a PHP-FPM or PHP CLI container. In my Docker Compose file, the service was mostly named `php` but sometimes it was `php-fpm`. In the templated file, it's always named `php`.
+
+Some projects would use `mysql` or `mariadb` for the database service and `nginx` or `caddy` depending on which server was being used. These are now always `database` and `web` respectively.
+
+As well as being easier to switch between projects and not having to think about which names are used in each codebase, it's also much easier to write tools and automation when the names are consistent.
+
+For example, I'd always write a long-ish command to import a database file - reading and unzipping it, and importing it by connecting to the database running in its container. The command would essentially be the same with slight changes based on that project - such as the database service name.
+
+Now the command is the same for all projects, and I can automate it by writing a script that works on any project meaning I no longer need to write the long command at all.
diff --git a/source/_daily_emails/2023-04-19.md b/source/_daily_emails/2023-04-19.md
new file mode 100644
index 00000000..b57585f8
--- /dev/null
+++ b/source/_daily_emails/2023-04-19.md
@@ -0,0 +1,40 @@
+---
+title: >
+ Camel-case or snake-case for Drupal code?
+pubDate: 2023-04-19
+permalink: >-
+ archive/2023/04/19/camel-case-or-snake-case-for-drupal-code
+tags:
+ - drupal
+ - php
+---
+
+For some time, [Drupal's PHP coding standards](https://www.drupal.org/docs/develop/standards/php/php-coding-standards#s-functions-and-variables) allows for writing variables in either snake-case (e.g. `$my_variable`) or lower camel-case (`e.g. $myVariable`).
+
+It originally only allowed for snake-case variable names but once it accepted both, I switched to camel-case as my default.
+
+Why? I didn't like the inconsistency of using one approach for variable names and one for method and property names in PHP classes (which were always camel-case).
+
+I'd have had code like this with a mixture of both:
+
+```language-php
+class MyClass {
+
+ private EntityTypeManagerInterface $entityTypeManager;
+
+ public function __construct(EntityTypeManagerInterface $entity_type_manager) {
+ $this->entityTypeManager = $entity_type_manager;
+ }
+
+}
+```
+
+Or even more simply:
+
+```language-php
+$entity_type_manager = \Drupal::entityTypeManager();
+```
+
+I prefer not to have to consistently think about which to use and, if possible, like to use standard approaches in different codebases whether I'm working on a Drupal project, a Symfony project, or a PHP library.
+
+Plus, I get to use new PHP features like [promoted constructor properties](https://www.oliverdavies.uk/archive/2023/04/12/cleaner-php-code-with-promoted-constructor-properties) if everything is named in the same format.
diff --git a/source/_daily_emails/2023-04-20.md b/source/_daily_emails/2023-04-20.md
new file mode 100644
index 00000000..5defa44e
--- /dev/null
+++ b/source/_daily_emails/2023-04-20.md
@@ -0,0 +1,35 @@
+---
+title: >
+ Micro-refactorings
+pubDate: 2023-04-20
+permalink: >-
+ archive/2023/04/20/micro-refactorings
+tags:
+ - refactoring
+ - technical-debt
+ - programming
+---
+
+Today, I saw a [LinkedIn post by Peter Morlion](https://www.linkedin.com/posts/petermorlion_refactoring-technicaldebt-softwaredevelopment-activity-7054378097051095040-I545), in which he describes micro-refactoring - very small and safe refactors like renaming a variable, moving a method in a file to a more logical place, or adding a comment.
+
+He says that micro-refactors are safer than big refactors and have less chance of introducing a regression, are easy to do, improve the code quality over time, make larger refactorings easier later, increase the readability of your code, and reduce technical debt bit by bit.
+
+## What's the issue?
+
+I agree with what Peter says and also encourage people to make small refactors to the code they're working on and follow the "[Boy Scout rule](https://www.oliverdavies.uk/archive/2022/12/22/the-boy-scout-rule)".
+
+The main blocker to this I've seen is Git workflows that require people to work in separate branches that need to be reviewed before being merged, as this slows down the process.
+
+As Peter also says, micro-refactorings can be done anytime while working on other tasks. This is hard to do if each refactor requires its own branch and pull request, and the number of pull requests would quickly become unmanageable and take time to review.
+
+If I know that a micro-refactor like renaming a variable is going to take hours, days or weeks to be reviewed and merged, I'd probably be less likely to do the refactor in the first place. Not to mention having to update my working code once it's been merged.
+
+## What do I prefer to do?
+
+I prefer to follow trunk-based development where everyone commits to a single branch and continuous integration where everyone is committing, pushing and pulling changes often - removing the need for merging branches and merge conflicts.
+
+Instead of asynchronous code review, I prefer to pair- or mob-program or to rely on automation with CI/CD pipelines.
+
+If the commit before my change is passing the pipeline checks, and they're still passing after my change, they're good to deploy.
+
+Making the process as frictionless as possible encourages people to make small changes and micro-refactors, and to make codebases better a small piece at a time.
diff --git a/source/_daily_emails/2023-04-21.md b/source/_daily_emails/2023-04-21.md
new file mode 100644
index 00000000..5f2ad564
--- /dev/null
+++ b/source/_daily_emails/2023-04-21.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Making my Drupal module template Drupal 10 compatible
+pubDate: 2023-04-21
+permalink: >-
+ archive/2023/04/21/making-my-drupal-module-template-drupal-10-compatible
+tags:
+ - drupal
+ - php
+---
+
+Today, I made my [Drupal module template](https://github.com/opdavies/drupal-module-template) compatible with Drupal 10.
+
+Because Drupal 10 is developed from Drupal 9, the changes between the two and the changes required are minimal.
+
+In this case, I only needed to change the `core_version_requirement` in `drupal_module_template.info.yml` from `^9` to `^9 || ^10` - meaning the template works for both Drupal 9 and 10, so there's no need for different versions.
+
+If it used any deprecated code that was removed before Drupal 10, I'd have needed to update it to use the Drupal 10-compliant code.
+
+Updating to new major Drupal versions is much easier than it used to be!
diff --git a/source/_daily_emails/2023-04-22.md b/source/_daily_emails/2023-04-22.md
new file mode 100644
index 00000000..5aa8428c
--- /dev/null
+++ b/source/_daily_emails/2023-04-22.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Configuration files as a service
+pubDate: 2023-04-22
+permalink: >-
+ archive/2023/04/22/build-configs-as-a-service
+tags:
+ - development
+ - devops
+ - drupal
+ - php
+---
+
+After using my "build-configs" tool to generate and manage configuration files for several personal and client Drupal projects for the past few months, I'm offering it as a product to purchase.
+
+I can provide an initial Drupal project skeleton built using `build-configs`, and for a recurring monthly amount, ongoing updates and unlimited support via Slack.
+
+I can retrofit it to an existing codebase, but as this will be different every time, I'll need more information to give a price.
+
+See https://www.oliverdavies.uk/build-configs for more information and, as a list subscriber, use the code `dailyconfigs` to get an early-bird discount.
diff --git a/source/_daily_emails/2023-04-23.md b/source/_daily_emails/2023-04-23.md
new file mode 100644
index 00000000..3b115cef
--- /dev/null
+++ b/source/_daily_emails/2023-04-23.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Laravel Pipelines
+pubDate: 2023-04-23
+permalink: >-
+ archive/2023/04/23/laravel-pipelines
+tags:
+ - php
+ - laravel
+---
+
+I've seen a lot on social media and posts and videos recently about Laravel Pipelines - functionality that's been present in Laravel and used within the framework for some time - but there was only documentation added for it last month as part of the Laravel 10 release.
+
+This is an example from the new documentation:
+
+```language-php
+$user = Pipeline::send($user)
+ ->through([
+ GenerateProfilePhoto::class,
+ ActivateSubscription::class,
+ SendWelcomeEmail::class,
+ ])
+ ->then(fn (User $user) => $user);
+```
+
+Once a user has registered, it is passed through different classes - each performing a task and calling the next class in the list, similar to middleware. Once finished, a final action is performed or a value is returned.
+
+As someone who doesn't use Laravel often but does use standalone components - like `illuminate/collections` - in other PHP projects, I'm interested to see how I can use this via `illuminate/pipeline` to refactor some of my existing code.
diff --git a/source/_daily_emails/2023-04-24.md b/source/_daily_emails/2023-04-24.md
new file mode 100644
index 00000000..c35cb515
--- /dev/null
+++ b/source/_daily_emails/2023-04-24.md
@@ -0,0 +1,33 @@
+---
+title: >
+ CI pipelines should start locally
+pubDate: 2023-04-24
+permalink: >-
+ archive/2023/04/24/ci-pipelines-should-start-locally
+tags:
+ - development
+ - devops
+ - git
+---
+
+This week, Solomon Hykes (@solomonstre on Twitter) said:
+
+> Your CI/CD pipeline should start on the developer's laptop. If it only starts after a git push, you're slowing your team down and throwing money down the drain.
+
+## What does this mean?
+
+My interpretation of this is that if a pipeline is going to fail, and fail for something that could been easily tested locally, then it should have been tested and fixed locally rather than waiting to push the changes to a CI pipeline, watch it fail there, and then need to push a fix and go through the process again.
+
+In PHP projects, a common CI pipeline failure after working on a change is that PHPCS (code style) or PHPStan (static analysis) checks will fail - even though the feature, fix or refactor is working. If those checks can be run locally to shorten the feedback loop and allow the error to be fixed before the pipeline runs, it would be better to do so.
+
+## My preferred solution
+
+My approach for this is using Git hooks - specifically on a pre-push event.
+
+These are scripts that run automatically before the commits are pushed, and if it fails, it prevents the push and allows you to fix the issue.
+
+They're easy to enable using a command like `git config core.hooksPath .githooks` (assuming the scripts are in a directory called `.githooks`), and whilst I wouldn't run everything that I would in a CI pipeline, I would run tasks like PHPCS and PHPStan checks, and maybe the unit and integration tests if they're fast to run.
+
+Anything that would take a longer time to run, like functional or behavioural tests, would only be executed within the pipeline, but for common failures like PHPCS and PHPStan errors, these can be quickly fixed locally and not pushed to a CI pipeline at all.
+
+[Here is Solomon's original tweet](https://twitter.com/solomonstre/status/1649118014594502656).
diff --git a/source/_daily_emails/2023-04-25.md b/source/_daily_emails/2023-04-25.md
new file mode 100644
index 00000000..6a0721a8
--- /dev/null
+++ b/source/_daily_emails/2023-04-25.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Shortening the feedback loop even more
+pubDate: 2023-04-25
+permalink: >-
+ archive/2023/04/25/shortening-the-feedback-loop-even-more
+tags:
+ - development
+ - devops
+ - neovim
+---
+
+Yesterday's email was about shortening the feedback loop of a CI pipeline by running some of the checks like PHPCS and PHPStan locally and dealing with any errors before they get pushed to the code repository.
+
+What's even better than writing and committing code and then waiting until just before pushing it to test it? Seeing the errors in real-time and being able to fix them immediately.
+
+In my Neovim setup (I talked about this at the PHP London meetup recently), I have the Intelephense language server configured to add IDE-like features such as code completion, go-to definition, symbol renaming, etc.
+
+I also have another plugin - `null-ls.nvim` - that adds errors from command-line tools to Neovim's diagnostics list.
+
+So, if I try to do something that would cause a PHPStan failure, such as using an unknown variable or missing a return type, I can see that and fix it immediately and not even wait for a Git hook to run.
diff --git a/source/_daily_emails/2023-04-26.md b/source/_daily_emails/2023-04-26.md
new file mode 100644
index 00000000..fa8c0d31
--- /dev/null
+++ b/source/_daily_emails/2023-04-26.md
@@ -0,0 +1,56 @@
+---
+title: >
+ Structure a new test by writing comments first
+pubDate: 2023-04-26
+permalink: >-
+ archive/2023/04/26/tdd-structure-a-new-test-by-writing-comments-first
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Test cases are usually split into two or three sections - "Arrange, Act, Assert" or "Given, When, Then".
+
+If the test has a prerequisite, such as some users or content to be created or in a given state, you create the required environment for the test. With unit tests, this would include mocking any dependencies you need to use.
+
+Then you perform an action on the subject under test and, finally, assert that the system is in the desired state.
+
+Maybe a user was pending initially, and they're active after running a command or a cron task. You can assert the initial state of the user as well as the final state to ensure the action did what it was supposed to do.
+
+## Option 1
+
+To help me get started, I'll sometimes write a test like this with placeholders to separate the test into its separate stages:
+
+```language-php
+/** @test */
+function should_activate_a_pending_user(): void {
+ // Arrange.
+
+ // Act.
+
+ // Assert.
+}
+```
+
+This makes me think about the different stages and what each might need to contain.
+
+## Option 2
+
+Or I might write it out in the "Given, When, Then" format:
+
+```language-php
+/** @test */
+function should_activate_a_pending_user(): void {
+ // Given I have a user.
+ // And the user is pending.
+
+ // When I run the user update command.
+
+ // Then the user should no longer be 'pending'.
+ // And the user status should be 'active'.
+}
+```
+
+This takes a little longer to write but feels more familiar if you're used to a behavioural testing framework like Behat.
+
+Either way, sometimes, I'll remove the comments once I've written the code around them or leave them to provide additional context.
diff --git a/source/_daily_emails/2023-04-27.md b/source/_daily_emails/2023-04-27.md
new file mode 100644
index 00000000..3406bb7c
--- /dev/null
+++ b/source/_daily_emails/2023-04-27.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Write the test backwards
+pubDate: 2023-04-27
+permalink: >-
+ archive/2023/04/27/tdd-write-the-test-backwards
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When writing a test, something that I like to do is start by writing the first assertion first, and then work backwards.
+
+My first assertion might be `self::assertTrue($result)`.
+
+If I ran this test, it would fail because of the undefined `$result` variable - but it's clear to me what I need next by asking, "Where does `$result` come from?".
+
+If I need to call a method on another class and get the result, I'll add it before the assertion. Then I repeat the process and ask, "What do I need for this to work?".
+
+Maybe I need to create some users or content in the application for the class to query and return a result based on it, so I'll create those.
+
+With this approach, I'm not making any assumptions about the test's prerequisites, and I usually find that I end up with cleaner and more focused tests.
diff --git a/source/_daily_emails/2023-04-30.md b/source/_daily_emails/2023-04-30.md
new file mode 100644
index 00000000..a37ae754
--- /dev/null
+++ b/source/_daily_emails/2023-04-30.md
@@ -0,0 +1,15 @@
+---
+title: >
+ Will we see Drupal 7.100?
+pubDate: 2023-04-30
+permalink: >-
+ archive/2023/04/30/will-we-see-drupal-7-100
+tags:
+ - drupal
+---
+
+Drupal 7, first released in January 2011, is now on version 7.97.
+
+As things stand, it's supported until November 2023, which makes me wonder whether we'll see the first version of Drupal to get 100 releases.
+
+It was originally supposed to be end-of-life in November 2022, I also wonder if it'll be extended again and whether it should be.
diff --git a/source/_daily_emails/2023-05-01.md b/source/_daily_emails/2023-05-01.md
new file mode 100644
index 00000000..6bdef78e
--- /dev/null
+++ b/source/_daily_emails/2023-05-01.md
@@ -0,0 +1,31 @@
+---
+title: >
+ Should Drupal 7 support be extended again?
+pubDate: 2023-05-01
+permalink: >-
+ archive/2023/05/01/should-drupal-7-support-be-extended-again
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+Drupal 7, which was released in 2011, was originally supposed to be end-of-life in November 2022.
+
+This would mean there would be no more Drupal 7 versions and there would be no further support or bug fixes from the core Developer team.
+
+However, in February 2022, support was extended until November 2023 with a potential for it to be extended by another 12 months, which would be announced by July 2023.
+
+There are still over 425,000 active Drupal 7 websites according to - almost 100,000 fewer than Feburary 2022. That's still a lot of websites!
+
+Should support be extended again or should Drupal 7 be marked as end-of-life and unsupported?
+
+If so, those websites will continue to work, and an argument could be made that there's been enough time to upgrade projects since Drupal 8's first release in 2015.
+
+That said, it's a tricky upgrade - migrating data into a new Drupal website and re-writing custom modules and themes to make them compatible.
+
+It's definitely work upgrading, in my opinion, as the updates between Drupal 8, 9 and 10 are much simpler and quicker, and don't involve large rewrites or data migrations.
+
+Hit reply and let me know what you think.
+
+P.S. Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a [Drupal 7 upgrade consultation call](https://www.oliverdavies.uk/call).
diff --git a/source/_daily_emails/2023-05-02.md b/source/_daily_emails/2023-05-02.md
new file mode 100644
index 00000000..3bd7bede
--- /dev/null
+++ b/source/_daily_emails/2023-05-02.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Does it depend on who you ask?
+pubDate: 2023-05-02
+permalink: >-
+ archive/2023/05/02/does-it-depend-on-who-you-ask
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+The answer to "[Should Drupal 7 support be extended again?](https://www.oliverdavies.uk/archive/2023/05/01/should-drupal-7-support-be-extended-again)" might depend on who you ask.
+
+If you ask a Developer or agency, the answer would likely be that it shouldn't be extended again, and D7 should be sunsetted.
+
+Clients and end-users who haven't yet upgraded would likely say it should be extended.
+
+But if it's extended - and maybe again next year and the next - where's the incentive to upgrade?
+
+Some people won't upgrade regardless and will continue until their site breaks.
+
+That would be messy (and costly) to fix, though!
+
+P.S. Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a [Drupal 7 upgrade consultation call](https://www.oliverdavies.uk/call).
diff --git a/source/_daily_emails/2023-05-03.md b/source/_daily_emails/2023-05-03.md
new file mode 100644
index 00000000..9300b185
--- /dev/null
+++ b/source/_daily_emails/2023-05-03.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Just because core is supported...
+pubDate: 2023-05-03
+permalink: >-
+ archive/2023/05/03/just-because-core-is-supported
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+Just because Drupal core is supported, it doesn't mean that all of the other modules your project uses are still also supported or actively worked on.
+
+Since the Drupal 8 release in 2015, I've seen numerous examples of modules that haven't been updated for some time as maintainers focus on writing and maintaining the versions for Drupal 8 and now 9 and 10.
+
+Whilst it isn't marked as unsupported, it isn't being updated either.
+
+I recently explained to a client that their site uses a module last released in 2014. It’s buggy, but there’s no newer version to use and issues in the queue are no longer being fixed or triaged.
+
+Override Node Options - a popular module I maintain - is in a similar situation. The most recent Drupal 9/10 version was in February 2023, whereas the last Drupal 7 release was in March 2018.
+
+I don't have any official figures to support this, but feel the contribution rate for Drupal 7 projects (as in modules, themes and distributions) has been slowing for some time.
+
+Meanwhile, Drupal 7 core is still supported, at least for now.
diff --git a/source/_daily_emails/2023-05-04.md b/source/_daily_emails/2023-05-04.md
new file mode 100644
index 00000000..9b334266
--- /dev/null
+++ b/source/_daily_emails/2023-05-04.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Speaking at the Symfony UK meetup in London
+pubDate: 2023-05-04
+permalink: >-
+ archive/2023/05/04/speaking-at-the-symfony-uk-meetup-london
+tags:
+ - speaking
+ - mob-programming
+ - php
+ - phpc
+ - symfony
+---
+
+After registering as an attendee, I've been upgraded to a speaker for next week's event and the first in-person Symfony UK meetup in two years.
+
+I'll be speaking about my experiences so far with mob programming - something that I spoke about at a PHP South Wales meetup last year.
+
+If you're interested and in London on the 11th of May, [find out more and register](https://www.meetup.com/symfony/events/293153957).
+
+Also, Happy Star Wars Day!
diff --git a/source/_daily_emails/2023-05-05.md b/source/_daily_emails/2023-05-05.md
new file mode 100644
index 00000000..74d76a15
--- /dev/null
+++ b/source/_daily_emails/2023-05-05.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Getting to green
+pubDate: 2023-05-05
+permalink: >-
+ archive/2023/05/05/getting-to-green
+tags:
+ - automated-testing
+ - testing
+ - test-driven development
+---
+
+When doing test-driven development, once you've written a failing (a.k.a. red) test, the main objective is to get to a green (a.k.a. passing) test as quickly as possible via the simplest method.
+
+Even if that means returning a hard-coded value.
+
+Once the test passes, it or the code it's testing can be refactored.
+
+Or you can move on to the next test and, if you need to change the hard-coded value to get both tests to pass, then it is the right time to do so.
diff --git a/source/_daily_emails/2023-05-06.md b/source/_daily_emails/2023-05-06.md
new file mode 100644
index 00000000..3bccccfa
--- /dev/null
+++ b/source/_daily_emails/2023-05-06.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Why it's important to see the test fail
+pubDate: 2023-05-06
+permalink: >-
+ archive/2023/05/06/why-its-important-to-see-the-test-fail
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+With automated testing and test-driven development, it's important to see a test fail.
+If a test passes straight away, how do you know that you're testing the right thing? You could be accidentally testing a different piece of functionality, or it could be a false positive.
+
+If the functionality already exists, do you need another test for it?
+
+When you see a test fail, you know that the functionality hasn't been implemented, that you're testing the correct thing, and you have a clear goal to work towards.
+
+If you're fixing a bug, writing a test and seeing it fail verifies the bug exists and that, once the bug is fixed, the test will pass.
+
+Usually, you can anticipate why a test will fail as it evolves and know when it will pass. If a test passes before I expect, I'm immediately sceptical and will look into why rather than assuming it passed for the right reasons.
diff --git a/source/_daily_emails/2023-05-07.md b/source/_daily_emails/2023-05-07.md
new file mode 100644
index 00000000..4747cb86
--- /dev/null
+++ b/source/_daily_emails/2023-05-07.md
@@ -0,0 +1,20 @@
+---
+title: >
+ You don't need to think about what to do next
+pubDate: 2023-05-07
+permalink: >-
+ archive/2023/05/07/you-dont-need-to-think-about-what-to-do-next
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When practising test-driven development, you don't need to think about what to do next.
+
+If you have a failing test, the objective is to get that test to pass as quickly and simply as possible, and you rely on the error from the failing test to tell you the next step.
+
+It could be a failing assertion, an undefined variable or function, or a yet-to-be-implemented service.
+
+Once you've fixed that error, the test will either pass or fail. If it fails, you'll have a new error and know the next step.
+
+When working in this way, it's like being on autopilot. You can focus only on fixing each error until the feature or fix is complete and the test is passing.
diff --git a/source/_daily_emails/2023-05-08.md b/source/_daily_emails/2023-05-08.md
new file mode 100644
index 00000000..f185c6a6
--- /dev/null
+++ b/source/_daily_emails/2023-05-08.md
@@ -0,0 +1,16 @@
+---
+title: >
+ Only write enough code to get a failing test
+pubDate: 2023-05-08
+permalink: >-
+ archive/2023/05/08/only-write-enough-code-to-get-a-failing-test
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Instead of writing a whole test and then attempting to make it pass, only write enough code to get the test to fail.
+
+This could be by starting with a failing assertion that is fixed with a hard-coded value and then iterating on the test to introduce the next failure before repeating the process.
+
+This allows you to keep the feedback loop small and not write more code than is needed, to focus on the objective of the test, and not code yourself into a corner.
diff --git a/source/_daily_emails/2023-05-09.md b/source/_daily_emails/2023-05-09.md
new file mode 100644
index 00000000..90dc1c3b
--- /dev/null
+++ b/source/_daily_emails/2023-05-09.md
@@ -0,0 +1,20 @@
+---
+title: >
+ The single responsibility principle
+pubDate: 2023-05-09
+permalink: >-
+ archive/2023/05/09/the-single-responsibility-principle
+tags: []
+---
+
+Today, I added a new feature to a project that allows a member to search for a node based on either its title or a specified field on that node, select a result from an autocomplete list and then be redirected to their selected node.
+
+I've already implemented this for other node types but needed to do the same for this node type.
+
+There are some differences, such as the node type to query for; the additional field depends on which node type as does the text shown in the autocomplete list.
+
+To do this, I needed to add a custom block and form, update the `AutocompleteController`, create a new instance of a `NodeQuery` class (a custom class within the custom module), register it as a service and update the `SearchQueryFactory` class.
+
+A principle that I follow as much as possible is the single responsibility principle, or SRP (the 'S' in SOLID), where each function or class only has one responsibility - such as returning a response for the autocomplete list, determining the correct node query to use based on the search being run or building the query itself - these are separated and split into their own files.
+
+Although more files and functions are created when coding in this way, though they are smaller and more straightforward to work with - which makes them easier to read, debug and maintain. It also makes code like the node query classes reusable as they aren't embedded within a larger class and are easier to test.
diff --git a/source/_daily_emails/2023-05-10.md b/source/_daily_emails/2023-05-10.md
new file mode 100644
index 00000000..e2fd038b
--- /dev/null
+++ b/source/_daily_emails/2023-05-10.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Tailwind CSS makes change easier
+pubDate: 2023-05-10
+permalink: >-
+ archive/2023/05/10/tailwind-css-makes-change-easier
+tags:
+ - css
+ - tailwind-css
+---
+
+CSS usually has a global scope which can make change risky.
+
+How do you know that changing CSS in a global stylesheet to fix a bug won't cause more elsewhere?
+
+Tailwind CSS and utility classes change CSS to a local scope.
+
+You can see what styling is applied to an element by looking at its classes and easily make changes without worrying that it will cause unexpected issues elsewhere.
diff --git a/source/_daily_emails/2023-05-11.md b/source/_daily_emails/2023-05-11.md
new file mode 100644
index 00000000..2a0381d4
--- /dev/null
+++ b/source/_daily_emails/2023-05-11.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Why I like pair and mob programming
+pubDate: 2023-05-11
+permalink: >-
+ archive/2023/05/11/why-i-like-pair-and-mob-programming
+tags:
+ - pair-programming
+ - mob-programming
+---
+
+When working as part of a team, I like to do pair or mob programming as much as possible.
+
+I like being able to give and receive feedback in real-time; everyone can contribute to the solution and more shared knowledge, so there's less siloing, and it's much harder to block multiple people than a single person.
+
+Working in pairs or a mob is a great opportunity to onboard new team members, train and mentor, and share tips and tricks.
+
+It's usually more productive than working separately, and it's nice to speak and socialise with other team members whilst working on a task.
diff --git a/source/_daily_emails/2023-05-12.md b/source/_daily_emails/2023-05-12.md
new file mode 100644
index 00000000..b22399c8
--- /dev/null
+++ b/source/_daily_emails/2023-05-12.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Always listen to the mob
+pubDate: 2023-05-12
+permalink: >-
+ archive/2023/05/12/always-listen-to-the-mob
+tags:
+ - pair-programming
+ - mob-programming
+---
+
+Something I'm aware of when working in a pair or mob is to always listen to input from other team members.
+
+A pair or mob session isn't just focused on one person's ideas or solution. It's a collaborative effort based on everyone's input, experience and ideas.
+
+If there are conflicting or different ideas or approaches, they can be discussed, and everyone can agree on the way forward. Approaches may also change as you learn more together during the session.
+
+Together, you will come up with the best solution - even if it's different from what you had in mind to begin with.
diff --git a/source/_daily_emails/2023-05-13.md b/source/_daily_emails/2023-05-13.md
new file mode 100644
index 00000000..48f6163f
--- /dev/null
+++ b/source/_daily_emails/2023-05-13.md
@@ -0,0 +1,19 @@
+---
+title: >
+ When You Do Things Right, People Won't Be Sure You've Done Anything at All
+pubDate: 2023-05-13
+permalink: >-
+ archive/2023/05/13/when-you-do-things-right
+tags:
+ - software-development
+---
+
+I think this quote from Futurama also applies well to software development:
+
+> When You Do Things Right, People Won’t Be Sure You’ve Done Anything at All
+
+Today I did multiple releases to production websites. There were no outages or downtime, or messages from clients or colleagues.
+
+Processes were followed, and everything worked as it should. As far as everyone's concerned, everything still "just works".
+
+So, did I do anything at all?
diff --git a/source/_daily_emails/2023-05-14.md b/source/_daily_emails/2023-05-14.md
new file mode 100644
index 00000000..db5c953a
--- /dev/null
+++ b/source/_daily_emails/2023-05-14.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Releasing small changes often is less risky
+pubDate: 2023-05-14
+permalink: >-
+ archive/2023/05/14/releasing-small-changes-often-is-less-risky
+tags:
+ - software-development
+---
+
+Contrary to what many think (at least to begin with), releasing small, incremental changes often - maybe daily or weekly - is less risky than larger releases containing weeks or months of changes.
+
+If there is an issue after a large release, diagnosing and fixing it can take longer than a smaller release with fewer changes.
+
+You might have to revert and roll back to the previous release instead of being able to push a fix for a small change.
+
+With a small change, the risk of an issue is much lower as it has less chance to impact any other part of the application and is much easier for others to read, understand and debug.
diff --git a/source/_daily_emails/2023-05-15.md b/source/_daily_emails/2023-05-15.md
new file mode 100644
index 00000000..4c3391e2
--- /dev/null
+++ b/source/_daily_emails/2023-05-15.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Is the Drupal release cycle too fast?
+pubDate: 2023-05-15
+permalink: >-
+ archive/2023/05/15/is-the-drupal-release-cycle-too-fast
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+Compared to Drupal 7, [which is almost at version 100](https://oliverdavies.dev/archive/2023/04/30/will-we-see-drupal-7-100), the release cycle from Drupal 9 onwards has been quite different.
+
+We've adopted semantic versioning with new feature releases every six months, and we've already sunsetted Drupal 8 and moved on to Drupal 9 and 10.
+
+Major versions are released more quickly, with Drupal 9 support ending in November 2023 and Drupal 11 potentially being released in May or November 2024.
+
+But is it too quick, as someone asked on Twitter?
+
+The main reason I'm aware of is to keep in sync with major versions of projects that Drupal uses, such as the components used by Symfony. As they update and release new major versions, we also need to do so.
+
+As a module and theme maintainer, I don't think it's too fast and have been happy with the number of changes to upgrade them and make them Drupal 10 compatible. In most cases, I only had to change the `core_version_requirement` key to include the new version.
+
+It depends on how well the project is maintained during the earlier versions. If you keep up to date with changes in minor versions and remove any deprecated code, there will be less to do in the future.
+
+The same applies to any custom code within website projects, not just contributed modules and themes.
+
+The more often you maintain and update what you have; the easier it will be.
diff --git a/source/_daily_emails/2023-05-16.md b/source/_daily_emails/2023-05-16.md
new file mode 100644
index 00000000..2fec9836
--- /dev/null
+++ b/source/_daily_emails/2023-05-16.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Mastering your tools improves productivity
+pubDate: 2023-05-16
+permalink: >-
+ archive/2023/05/16/mastering-your-tools-improves-productivity
+tags:
+ - software-development
+---
+
+Spending time to learn and master your tools, whether it's your IDE or text editor, CMS or framework, or something else that you use regularly like Git, spending time to expand on the basics and learn it more thoroughly is an investment in your future.
+
+I try to keep up to date with the latest additions and changes to Drupal and the PHP language so that I can be more productive and write better and cleaner code.
+
+I invest time to make my development environment and tools work as effectively and efficiently as possible. If I can make it easier and quicker to perform simple tasks like navigating to and creating files, and scaffolding new content within them, that time will be paid back in future time saved.
+
+If I find a new plugin, module, theme or tool that will make future tasks easier - even something as easy as commenting out a line or block of code - putting aside some time to investigate and evaluate it and decide if I want to use it is time well spent.
+
+As someone said in a video recently, "you invest time now to buy back time later".
diff --git a/source/_daily_emails/2023-05-17.md b/source/_daily_emails/2023-05-17.md
new file mode 100644
index 00000000..412859f6
--- /dev/null
+++ b/source/_daily_emails/2023-05-17.md
@@ -0,0 +1,34 @@
+---
+title: >
+ What is deprecated code?
+pubDate: 2023-05-17
+permalink: >-
+ archive/2023/05/17/what-is-deprecated-code
+tags:
+ - php
+ - drupal
+ - software-development
+---
+
+Deprecating code is a way of identifying code that will be removed in a future major version.
+
+For example, the `drupal_set_message()` function was deprecated in Drupal 8.5 and removed in Drupal 9 as the `messenger` service replaced it.
+
+Once it was deprecated, the function was changed to use the new service to avoid duplicating code and a message was added to notify Developers:
+
+```language-php
+function drupal_set_message($message = NULL, $type = 'status', $repeat = FALSE) {
+ @trigger_error('drupal_set_message() is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead. See https://www.drupal.org/node/2774931', E_USER_DEPRECATED);
+
+ $messenger = \Drupal::messenger();
+ if (isset($message)) {
+ $messenger->addMessage($message, $type, $repeat);
+ }
+
+ return $messenger->all();
+}
+```
+
+This approach means that code can be refactored without breaking backwards-compatibility and, to upgrade any custom code to be compatible with Drupal 9, any references to `drupal_set_message()` just needed to be updated to use the new Messenger service.
+
+No large rewrite needed!
diff --git a/source/_daily_emails/2023-05-18.md b/source/_daily_emails/2023-05-18.md
new file mode 100644
index 00000000..ffb40747
--- /dev/null
+++ b/source/_daily_emails/2023-05-18.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Why is backward compatibility important?
+pubDate: 2023-05-18
+permalink: >-
+ archive/2023/05/18/why-is-backward-compatibility-important
+tags:
+ - software-development
+---
+
+In yesterday's email, I mentioned that deprecating code allows it to be backwards compatible - but what does that mean?
+
+If I were to remove a function like `drupal_set_message()` that is used code elsewhere in an application, the code would no longer work and would break.
+
+As a module or library maintainer, I don't want to cause applications to break by making backward incompatible changes (a "BC break" or a "breaking change").
+
+Maintaining backward compatibility means that people who use the code can update to the latest version without breakages, and if they use any deprecated code, they know to update it to be compatible with future versions.
diff --git a/source/_daily_emails/2023-05-19.md b/source/_daily_emails/2023-05-19.md
new file mode 100644
index 00000000..d92dfceb
--- /dev/null
+++ b/source/_daily_emails/2023-05-19.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Semantic versioning
+pubDate: 2023-05-19
+permalink: >-
+ archive/2023/05/19/semantic-versioning
+tags:
+ - software-development
+---
+
+The version number of a release is a key indicator of whether it’s compatible with existing code.
+
+Semantic versioning is a popular approach used by Drupal core, and many contributed modules, themes and distributions.
+
+It uses version numbers like 1.0.0 to show the major, minor and patch versions.
+
+If the second or third number changes, e.g. 1.1.0 or 1.0.1, the release contains new backwards-compatible features or fixes, so it’s safe to update.
+
+If the first number changes, e.g. 2.0.0, the release is not backwards compatible and contains breaking changes that you’ll need to review and update your code accordingly.
diff --git a/source/_daily_emails/2023-05-20.md b/source/_daily_emails/2023-05-20.md
new file mode 100644
index 00000000..2a5535b3
--- /dev/null
+++ b/source/_daily_emails/2023-05-20.md
@@ -0,0 +1,19 @@
+---
+title: >
+ A minor breaking change
+pubDate: 2023-05-20
+permalink: >-
+ archive/2023/05/20/a-minor-breaking-change
+tags:
+ - software-development
+---
+
+Today, in the repository of an open-source project, I saw an issue comment saying, "This is a minor breaking change.".
+
+It detailed what was removed and suggested an alternative.
+
+I don't know how you define a "minor" breaking change.
+
+Is it because it's a single line and easy to replace, or is it part of the code that is rarely used by consumers and less likely to cause an issue?
+
+Regardless, if it's a breaking change, anyone using that project will need to update their code if they use something that was removed, whether it's minor or not.
diff --git a/source/_daily_emails/2023-05-21.md b/source/_daily_emails/2023-05-21.md
new file mode 100644
index 00000000..d6eec22e
--- /dev/null
+++ b/source/_daily_emails/2023-05-21.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Drupal 9: almost end-of-life already
+pubDate: 2023-05-21
+permalink: >-
+ archive/2023/05/21/drupal-9-almost-end-of-life-already
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+With the focus being on Drupal 7's potential end-of-life this November, it's also worth being aware that Drupal 9 (released in June 2020) will also be unsupported as of November 2023.
+
+This is because of its dependency on Symfony 4, which is ending its security support in November.
+
+Drupal 10 was released in December 2022 and will be the main version until Drupal 11 is released in 2024.
+
+Luckily, major upgrades of Drupal are much easier these days, with no large code rewrite or data migration required.
diff --git a/source/_daily_emails/2023-06-05.md b/source/_daily_emails/2023-06-05.md
new file mode 100644
index 00000000..67e8a0ec
--- /dev/null
+++ b/source/_daily_emails/2023-06-05.md
@@ -0,0 +1,19 @@
+---
+title: >
+ How long should a feature flag live?
+pubDate: 2023-06-05
+permalink: >-
+ archive/2023/06/05/how-long-should-a-feature-flag-live
+tags:
+ - software-development
+ - software-engineering
+ - feature-flags
+---
+
+Instead of creating a branch that lives for as long as the code takes to write, if it's behind a feature flag, the code can be merged into the mainline branch without affecting the rest of the codebase.
+
+Being able to release changes incrementally lowers the risk compared to releasing a large change all at once.
+
+But the same issue can occur with feature flags, and the longer that code is behind a feature flag, the more risk there will be when enabling the feature.
+
+So, like feature branches, feature flags should be short-lived and only used for as long as is needed to create the first releasable version of the feature. The feature flag can be removed once the feature is live, and the feature can continue to be iterated on and improved.
diff --git a/source/_daily_emails/2023-06-06.md b/source/_daily_emails/2023-06-06.md
new file mode 100644
index 00000000..39c91719
--- /dev/null
+++ b/source/_daily_emails/2023-06-06.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Drupal 7 end-of-life extended
+pubDate: 2023-06-06
+permalink: >-
+ archive/2023/06/06/drupal-7-end-of-life-extended
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+It was announced this week at DrupalCon that the end-of-life date for Drupal 7 has been extended until the 5th of January 2025, giving another year for people to upgrade the 40,000+ Drupal 7 websites.
+
+Whilst there's no official announcement yet, it seems this is the final extension and will be when support ends.
+
+Of course, it doesn't mean all of the contributed modules, themes and distributions will be supported or updated until then, but this will give additional time to plan and migrate the remaining Drupal 7 websites whilst still giving clarity by setting a final date that will not be extended again.
+
+If you're still on Drupal 7 and need to learn more about upgrading to Drupal 10, [book an advisory call](https://www.oliverdavies.uk/call) or [an upgrade roadmap](https://www.oliverdavies.uk/drupal7) for your Drupal 7 project.
diff --git a/source/_daily_emails/2023-06-07.md b/source/_daily_emails/2023-06-07.md
new file mode 100644
index 00000000..4c46c93f
--- /dev/null
+++ b/source/_daily_emails/2023-06-07.md
@@ -0,0 +1,27 @@
+---
+title: >
+ What does the Drupal 7 EOL extension mean to you?
+pubDate: 2023-06-07
+permalink: >-
+ archive/2023/06/07/what-does-the-drupal-7-eol-extension-mean-to-you
+tags:
+ - drupal
+ - drupal-7
+ - php
+---
+
+Following the announcement at DrupalCon, the official announcement has been released regarding Drupal 7's end-of-life extension:
+
+> Today, we are officially announcing that Drupal 7 will reach its end of life on January 5, 2025.
+>
+> With this final extension, the Drupal Security Team is also adjusting the level of support provided.
+>
+> This will be the final extension.
+
+If you're involved with one of the ~400,000 Drupal 7 websites (according to https://www.drupal.org/project/usage/drupal), what does the additional year and a half of Drupal 7 mean to you?
+
+Will you use the time to find the budget to upgrade, assemble a migration plan, port any missing contributed modules or refactor your custom modules or theme to make it easier to upgrade?
+
+Is it different knowing it’s the final extension compared to the previous time when it wasn’t known if it would be extended again?
+
+If you're stuck on Drupal 7 or staying on it into 2024 or 2025, what's stopping you from upgrading?
diff --git a/source/_daily_emails/2023-06-08.md b/source/_daily_emails/2023-06-08.md
new file mode 100644
index 00000000..3411016c
--- /dev/null
+++ b/source/_daily_emails/2023-06-08.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Write less Drupal code
+pubDate: 2023-06-08
+permalink: >-
+ archive/2023/06/08/write-less-drupal-code
+tags:
+ - drupal
+ - php
+---
+
+An approach I like to make my Drupal code more maintainable is to write less of it and move any generic PHP code into separate framework-agnostic libraries.
+
+These could be in open-sourced packages installed from Packagist or kept within the same repository.
+
+Having less Drupal-specific code keeps modules smaller and easier to maintain and upgrade.
+
+If I need to upgrade a module from Drupal 7 to Drupal 10, I can reuse the generic code and focus on changing its integration points with Drupal to make it compatible.
diff --git a/source/_daily_emails/2023-06-09.md b/source/_daily_emails/2023-06-09.md
new file mode 100644
index 00000000..1f74e020
--- /dev/null
+++ b/source/_daily_emails/2023-06-09.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Drupal is built by people
+pubDate: 2023-06-09
+permalink: >-
+ archive/2023/06/09/drupal-is-built-by-people
+tags:
+ - drupal
+ - php
+---
+
+A quote I heard from DrupalCon, made by my former colleague Tim Lehnen - CTO at the Drupal Association - when talking about contribution:
+
+> Contribution is what makes Drupal thrive.
+>
+> Drupal is built by people.
+>
+> No one entity, no one person builds Drupal.
+>
+> It's you who builds Drupal.
diff --git a/source/_daily_emails/2023-06-10.md b/source/_daily_emails/2023-06-10.md
new file mode 100644
index 00000000..278b5c2d
--- /dev/null
+++ b/source/_daily_emails/2023-06-10.md
@@ -0,0 +1,15 @@
+---
+title: >
+ How do you know when to remove a feature flag?
+pubDate: 2023-06-10
+permalink: >-
+ archive/2023/06/10/how-do-you-know-when-to-remove-a-feature-flag
+tags:
+ - feature-flags
+---
+
+But once a feature has been enabled, how do you know if you can remove its flag?
+
+A simple suggestion I've heard is to add a "Remove when..." comment above where the flag is used and detail what conditions need to be in place before the flag can be removed.
+
+It might be a period of time or after another feature has been shipped, but it will give some clarity when you see the flag in the code to if or when it can be removed.
diff --git a/source/_daily_emails/2023-06-11.md b/source/_daily_emails/2023-06-11.md
new file mode 100644
index 00000000..fe3f988f
--- /dev/null
+++ b/source/_daily_emails/2023-06-11.md
@@ -0,0 +1,14 @@
+---
+title: >
+ Failing fast
+pubDate: 2023-06-11
+permalink: >-
+ archive/2023/06/11/failing-fast
+tags: []
+---
+
+Usually, failing fast in software development refers to errors in code, but another interpretation of this is "What's the quickest and simplest way to validate or prove an idea"?
+
+If it's fixing a bug or architecting a new feature, what's the simplest thing that can be done to achieve that? It could be writing a technical document or creating a simple proof of concept rather than building the entire feature.
+
+If it fails, your sunk cost is low as you've not invested much time, money or energy.
diff --git a/source/_daily_emails/2023-06-12.md b/source/_daily_emails/2023-06-12.md
new file mode 100644
index 00000000..c5a85344
--- /dev/null
+++ b/source/_daily_emails/2023-06-12.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Feature flags in a multi-tenancy application
+pubDate: 2023-06-12
+permalink: >-
+ archive/2023/06/12/feature-flags-in-a-multi-tenancy-application
+tags:
+ - feature-flags
+---
+
+A scenario for having long-lived feature flags is in a multi-tenant application where the same codebase serves multiple projects - e.g. a multi-site Drupal application or a module reused on multiple websites.
+
+This is the use case I have for a client project which uses a multi-site setup to serve multiple websites from the same Drupal codebase.
+
+If I need to add a feature to sites 1 and 3 but not site 2 or test a change to only site 2, I can do this by enabling a per-site feature flag.
+
+Instead of being removed, these flags will remain until the change can be made permanent on all websites, meaning it can be toggled on and off as needed - allowing each site to be configured separately whilst keeping it easy to maintain by having a single canonical codebase.
diff --git a/source/_daily_emails/2023-06-13.md b/source/_daily_emails/2023-06-13.md
new file mode 100644
index 00000000..865f6f8e
--- /dev/null
+++ b/source/_daily_emails/2023-06-13.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Should you feature flag everything?
+pubDate: 2023-06-13
+permalink: >-
+ archive/2023/06/13/should-you-feature-flag-everything
+tags:
+ - feature-flags
+---
+
+Whilst it's probably impractical to feature flag every new feature or change to your application, considering it is something I do for each change.
+
+If you find a bug after a feature has been released, if it's feature flagged, you can quickly disable it without needing to make a code change or release another version.
+
+Instead of needing a rollback plan for a release and reverting to the previous version, it can be as simple as disabling the feature flag again to turn it off whilst the cause is investigated.
+
+There is a maintenance overhead to adding a feature flag, and it can cause complexity by creating separate paths within the code but using feature flags gives a lot of benefits too.
diff --git a/source/_daily_emails/2023-06-14.md b/source/_daily_emails/2023-06-14.md
new file mode 100644
index 00000000..2bbee2f5
--- /dev/null
+++ b/source/_daily_emails/2023-06-14.md
@@ -0,0 +1,27 @@
+---
+title: >
+ What if there was no open-source software
+pubDate: 2023-06-14
+permalink: >-
+ archive/2023/06/14/what-if-there-was-no-open-source-software
+tags:
+ - open-source
+---
+
+I was listening to a podcast today, and the question was mentioned - "What if there was no open-source software?".
+
+As a self-taught Developer who has worked with open-source technologies and become an expert in Drupal - an open-source content management system - this would have had a big effect.
+
+If there were no open-source frameworks or CMSes like Drupal, Symfony, Laravel or Vue.js, Developers would need to write everything from scratch, and companies would need to pay for the extra time.
+
+There would be no reusable knowledge as Developers move to different companies as everything would be written in-house.
+
+There would be no communities and events like conferences and meetups for open-source technologies.
+
+As well as frameworks, what about languages like PHP that are open-sourced? Would companies also need to write and maintain their own programming languages?
+
+What about Linux, which I use every day for my desktop environment and servers, and other tools like Neovim, PHPStan, PHPUnit and Pest that are all open-source?
+
+Even as someone who contributes to and sponsors open-source projects and their Developers, it's still a shock to think how things would work without open-source software.
+
+If you use open-source software, please consider sponsoring, supporting or contributing to the projects you use and depend on.
diff --git a/source/_daily_emails/2023-06-15.md b/source/_daily_emails/2023-06-15.md
new file mode 100644
index 00000000..9a2a3620
--- /dev/null
+++ b/source/_daily_emails/2023-06-15.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Done is better than perfect
+pubDate: 2023-06-15
+permalink: >-
+ archive/2023/06/15/done-is-better-than-perfect
+tags: []
+---
+
+Whether I'm doing test-driven development or not, I focus on making the feature work or fixing the bug in the simplest way possible.
+
+Then, once this is done, I can pass through the code again and refactor it as needed.
+
+I can split code into separate files, move logic from the Controller into separate services, ensure that patterns like dependency injection are followed, and checks like coding standards and static analysis are passing.
+
+I might deploy a change in its passing state and leave TODO comments or create follow-up issues to describe potential refactors or changes to be addressed later.
+
+The main goal is to get the application working and providing value for its users.
diff --git a/source/_daily_emails/2023-06-16.md b/source/_daily_emails/2023-06-16.md
new file mode 100644
index 00000000..84570541
--- /dev/null
+++ b/source/_daily_emails/2023-06-16.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Make the change easy, then make the easy change
+pubDate: 2023-06-16
+permalink: >-
+ archive/2023/06/16/make-the-easy-change
+tags: []
+---
+
+Have you worked on some code, whether it's to add or extend functionality or fix a bug and thought, "This would be much easier if..."?
+
+A quote by Kent Beck:
+
+> For each desired change, make the change easy (warning: this may be hard), then make the easy change
+
+If you can refactor the code and make it easier to implement your required change, do so.
+
+Any automated tests should be passing before and after, and I'd commit the refactored code to ensure any CI pipelines and checks are still passing.
+
+Then, go ahead and make the required change - add the feature or fix the bug - which should now be easy.
diff --git a/source/_daily_emails/2023-06-17.md b/source/_daily_emails/2023-06-17.md
new file mode 100644
index 00000000..53948f12
--- /dev/null
+++ b/source/_daily_emails/2023-06-17.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Avoid Git merge hell with trunk-based development
+pubDate: 2023-06-17
+permalink: >-
+ archive/2023/06/17/avoid-git-merge-hell-with-trunk-based-development
+tags:
+ - git
+ - trunk-based-development
+---
+
+Regardless of whether I was working as part of a team or individually, I used to create a new branch for every change. I'd do the work and merge the feature branch back into the mainline branch - usually either `main` or `develop`.
+
+When working on a team, conflicts are common that prevent different changes from being merged, and they're more likely the more time it's been since the last merge and how large the change is.
+
+Once, when demoing some in-progress work to a freelance client, I needed to switch branches as the changes were on different feature branches. Doing so broke my local environment and derailed the demo.
+
+## Trunk-based development
+
+These days, I advocate for and prefer to use trunk-based development. Instead of committing changes to feature branches, they are made directly to the mainline branch.
+
+As there are no feature branches, there are no merge conflicts when merging into mainline.
+
+Although there can still be conflicts when pulling remote changes, trunk-based development pairs nicely with continuous integration - when everyone works in small commits and pushes changes at least once daily. This makes conflicts less likely but also smaller and easier to resolve, and because everyone's changes are not hidden on feature branches, you know they will integrate and work together.
+
+It also stops me from breaking my environment during client demos!
diff --git a/source/_daily_emails/2023-06-18.md b/source/_daily_emails/2023-06-18.md
new file mode 100644
index 00000000..3abd759a
--- /dev/null
+++ b/source/_daily_emails/2023-06-18.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Are you really doing CI/CD?
+pubDate: 2023-06-18
+permalink: >-
+ archive/2023/06/18/are-you-doing-ci-cd
+tags:
+ - continuous-integration
+ - continuous-delivery
+ - continuous-deployment
+---
+
+Does your team really do CI/CD (continuous integration and delivery)?
+
+I recently watched a recording of a talk from another daily emailer, [Jonathan Hall](https://jhall.io), who started by asking the audience to raise their hands and keep them raised if...
+
+* They did a release to production in the last week.
+* They did a release to production yesterday.
+* They do not have a permanent branch called `develop`.
+* They do not have a special "hotfix" procedure.
+* Every Developer on their team merged work into `main` yesterday.
+* They have no pull requests more than 24 hours old.
+
+## CI/CD is about process
+
+This is an excellent way to highlight that CI/CD is about processes, not technologies.
+
+Continuous integration is about how often everyone merges and pushes their changes, and continuous delivery and deployment is how you create releasable software and how long it takes for a change to get into production - not whether or not you use GitHub Actions, GitLab CI, CircleCI or Jenkins.
diff --git a/source/_daily_emails/2023-06-19.md b/source/_daily_emails/2023-06-19.md
new file mode 100644
index 00000000..a14b43cd
--- /dev/null
+++ b/source/_daily_emails/2023-06-19.md
@@ -0,0 +1,38 @@
+---
+title: >
+ Should you upgrade from Drupal 7 to Drupal 10?
+pubDate: 2023-06-19
+permalink: >-
+ archive/2023/06/19/should-you-upgrade-from-drupal-7-to-drupal-10
+tags:
+ - drupal
+ - drupal-7
+---
+
+If you're stuck on Drupal 7, why should you upgrade to Drupal 10 instead of moving to another platform?
+
+## Familarity
+
+Although there is a new admin theme, it works in the same way as it did in earlier versions of Drupal, so it will be familiar to anyone who is used to using or developing in it.
+
+And whilst there have been differences since Drupal 8, creating modules and themes should seem familiar too with similar concepts such as `.info` files (now `.info.yml` files), hooks, preprocess functions and templates.
+
+## Code reuse
+
+If you have existing custom modules, you should be able to reuse some of its code in newer versions of Drupal. It might need to be restructured or refactored and will depend on how tightly coupled your business logic is to your Drupal code, but if, for example, you have a custom module that creates a node programmatically, the same can be done in newer Drupal versions.
+
+## Built-in migration tools
+
+Whilst you do need to migrate your data from Drupal 7 into Drupal 10, the newer versions come with built-in migration tools that recreate your content types etc first as well as moving the data so you don't need to start from scratch.
+
+## New versions of existing modules
+
+Many modules and themes you use in Drupal 7 will either have equivalent versions for Drupal 10 or a nominated alternative (such as Field Collection to Paragraphs), so you don't need to look for a new solution if there's an updated version of something you already use.
+
+## Conclusion
+
+These are the initial things that I thought of, but there are many other reasons to upgrade to Drupal 10 instead of moving to something else.
+
+TLDR - you don't need to start from scratch if you can re-use parts of your existing code, and you can use the built-in modules to handle the data migration.
+
+If you have a reason, reply to let me know, and I'll post another list.
diff --git a/source/_daily_emails/2023-06-20.md b/source/_daily_emails/2023-06-20.md
new file mode 100644
index 00000000..41477699
--- /dev/null
+++ b/source/_daily_emails/2023-06-20.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Should you deploy on a Friday?
+pubDate: 2023-06-20
+permalink: >-
+ archive/2023/06/20/should-you-deploy-on-a-friday
+tags:
+ - deployments
+---
+
+There's a common saying about not deploying changes on a Friday to prevent outages or issues before the weekend.
+
+I've also seen this where people won't deploy after a particular time of the day as it's too close to the evening.
+
+## When did you last deploy?
+
+The longer it's been since the last deployment, the risker each deployment is.
+
+If there are weeks or months of changes, it will be risky regardless of which day it is.
+
+If your last deployment was an afternoon, deploying a small change the following morning will be low risk, even on a Thursday and Friday.
+
+## Conclusion
+
+If you're nervous about deploying on a Friday, I think you need to aim for smaller and more frequent deployments to minimise the risk.
+
+The issue isn't when you're deploying. You likely need to do so more often.
+
+If there is an issue after a large release, it will take more time to debug or roll back compared to a small release which is easier to find and fix the problem or revert that single change.
diff --git a/source/_daily_emails/2023-06-21.md b/source/_daily_emails/2023-06-21.md
new file mode 100644
index 00000000..0e080e93
--- /dev/null
+++ b/source/_daily_emails/2023-06-21.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Deployments or releases
+pubDate: 2023-06-21
+permalink: >-
+ archive/2023/06/21/deployments-or-releases
+tags:
+ - deployments
+ - releases
+---
+
+"Deployments" and "releases" are often used interchangeably but mean different things.
+
+A deployment moves a change from one place to another, such as some updated code from a staging environment to production.
+
+A release is when the change made is available to users.
+
+They can happen at the same time, or you can use feature flags to separate them, deploying the code in advance, and the change is only released (or unreleased) by toggling the feature flag.
diff --git a/source/_daily_emails/2023-06-22.md b/source/_daily_emails/2023-06-22.md
new file mode 100644
index 00000000..b57cf039
--- /dev/null
+++ b/source/_daily_emails/2023-06-22.md
@@ -0,0 +1,14 @@
+---
+title: >
+ It's only a bad situation if you fail to learn from it
+pubDate: 2023-06-22
+permalink: >-
+ archive/2023/06/22/fail-to-lear
+tags: []
+---
+
+I heard this on a non-tech podcast but it applies to tech too:
+
+> It's only a bad situation if you fail to learn from it
+
+Whether its a missed deadline, a failed deployment, a production outage or pushing a bug to production, there are opportunities to learn and improve.
diff --git a/source/_daily_emails/2023-06-23.md b/source/_daily_emails/2023-06-23.md
new file mode 100644
index 00000000..100cfdaf
--- /dev/null
+++ b/source/_daily_emails/2023-06-23.md
@@ -0,0 +1,39 @@
+---
+title: >
+ Why keep a Changelog?
+pubDate: 2023-06-23
+permalink: >-
+ archive/2023/06/23/why-keep-a-changelog
+tags:
+ - changelog
+---
+
+
+## What is a Changelog?
+
+A Changelog is a file that documents changes made to a codebase.
+
+In its simplest form, it's a plain text file within a code repository, or it can be written in Markdown or reStructuredText or kept within a separate tool like Confluence or Sharepoint. Regardless of where it's kept, the main thing is the content.
+
+It's not a copy of the Git log. It's a summary of the changes to be read by humans and for them to see what's changed, not a list of Git commits.
+
+If you're considering using my open-source package, you can see what changes I've released, when, and what changes are due to release.
+
+
+## How is it structured?
+
+Each version should have a heading specifying the version number and/or release date and a list of changes grouped by their type - whether something was added, changed, deprecated, removed, etc. This works well if you use conventional commits!
+
+I like to follow a format called [Keep a Changelog](https://keepachangelog.com).
+
+The headings link to a diff so you can see all of the commits and changes made to the code, and there's an `Unreleased` section that shows commits that have yet to be tagged and released.
+
+If you need to present changes to a review or approval board, having an easy-to-read list of changes, separated by their type, is a much clearer format than a list of Git commits.
+
+## When should it be updated?
+
+I recommend continually updating the Changelog rather than leaving it to just before a deployment. It's quick to add it to the `Unreleased` section as part of the commit and update the headings later.
+
+## Can I see an example?
+
+Sure. See the one I added to the [National Rail Enquiries feed parser library](https://github.com/opdavies/national-rail-enquiries-feed-parser/blob/main/CHANGELOG.md) I've been working on or the [Tailwind CSS starter kit theme for Drupal](https://git.drupalcode.org/project/tailwindcss/-/blob/5.x/CHANGELOG.md).
diff --git a/source/_daily_emails/2023-06-24.md b/source/_daily_emails/2023-06-24.md
new file mode 100644
index 00000000..8fa6d30b
--- /dev/null
+++ b/source/_daily_emails/2023-06-24.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Credited on 200 fixed issues on Drupal.org
+pubDate: 2023-06-24
+permalink: >-
+ archive/2023/06/24/credited-on-200-fixed-issues
+tags:
+ - drupal
+ - open-source
+---
+
+While writing yesterday's email, I saw this on my Drupal.org profile (https://www.drupal.org/u/opdavies):
+
+> Credited on 200 fixed issues
+
+This is not the number of commits I've made to projects and doesn't include issues on other websites like GitHub, but that I've been tagged as a contributor in 200 fixed issues on Drupal.org - aka "contribution credits".
+
+It includes issues for projects I maintain, like Override Node Options and the Tailwind CSS starter kit, as well as contributions for events I've spoken at, like DrupalCon Europe and BADCamp, and modules for Drupal.org itself that I worked on whilst at the Drupal Association.
+
+It also includes contrib projects others maintain, such as the Feature Toggle module and Drupal Commerce, and distributions like Commerce Kickstart and Open Atrium.
+
+In particular, I'm proud of the 17 issues for Drupal core - some for patches I've contributed, some I've reviewed, and some whilst I've mentored at events like DrupalCons and DrupalCamps.
+
+I've been allocating more open-source time recently, so expect the number of contributions on Drupal.org and GitHub to continue.
diff --git a/source/_daily_emails/2023-06-25.md b/source/_daily_emails/2023-06-25.md
new file mode 100644
index 00000000..d85def69
--- /dev/null
+++ b/source/_daily_emails/2023-06-25.md
@@ -0,0 +1,16 @@
+---
+title: >
+ Do you need permission to do Test-Driven Development?
+pubDate: 2023-06-25
+permalink: >-
+ archive/2023/06/25/do-you-need-permission-test-driven-development
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Something I've been asked before is "Do you need permission to write automated tests or do Test-Driven Development?".
+
+A response I heard recently was "Does a surgeon ask if they can wash their hands before operating?".
+
+The same as when I take my car to a garage, I expect the mechanic to do the appropriate diagnostic, repair work and testing to make it's working correctly and safely.
diff --git a/source/_daily_emails/2023-06-26.md b/source/_daily_emails/2023-06-26.md
new file mode 100644
index 00000000..b6250b9d
--- /dev/null
+++ b/source/_daily_emails/2023-06-26.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Is any code without tests legacy code?
+pubDate: 2023-06-26
+permalink: >-
+ archive/2023/06/26/is-any-code-without-tests-legacy
+tags:
+ - automated-testing
+---
+
+While I can't find the original quote, I've heard numerous people describe any code without automated tests as legacy.
+
+Legacy code is typically inherited from other Developers and is riskier to work on and harder to change, as there is no guarantee changing one piece of code won't cause breakages elsewhere in the codebase.
+
+This is true for code that doesn't have accompanying automated tests, regardless of when it was written.
+
+I can release a feature to an environment, and although it may be checked and tested at the time, it likely won't be again for every subsequent release. Automated tests can run automatically for every commit and before every deployment, ensuring the code continues to work and for it to be edited without causing regressions.
diff --git a/source/_daily_emails/2023-06-27.md b/source/_daily_emails/2023-06-27.md
new file mode 100644
index 00000000..1290581b
--- /dev/null
+++ b/source/_daily_emails/2023-06-27.md
@@ -0,0 +1,20 @@
+---
+title: >
+ A CI pipeline is like an additional team member
+pubDate: 2023-06-27
+permalink: >-
+ archive/2023/06/27/ci-pipeline-additional-team-member
+tags:
+ - continuous-integration
+ - pipelines
+---
+
+Imagine having a team member who tests each feature before every deployment, reviews the code to ensure its style is consistent, runs quality checks like linting and static analysis, and checks for insecure dependencies.
+
+If those checks all pass, they automatically deploy the changes and make them live or update a pre-production environment.
+
+## Here's the thing
+
+A CI pipeline can do that. Automatically. For every commit and change to your codebase.
+
+Having a CI pipeline is like having an additional team member and one who's always ready and waiting for someone to push a change to test.
diff --git a/source/_daily_emails/2023-06-28.md b/source/_daily_emails/2023-06-28.md
new file mode 100644
index 00000000..cd9e3867
--- /dev/null
+++ b/source/_daily_emails/2023-06-28.md
@@ -0,0 +1,20 @@
+---
+title: >
+ There's no value in a broken CI pipeline
+pubDate: 2023-06-28
+permalink: >-
+ archive/2023/06/28/theres-no-value-in-a-broken-ci-pipeline
+tags:
+ - continuous-integration
+ - pipelines
+---
+
+The value in a CI pipeline is when its commands and checks are running successfully, and the pipeline is passing.
+
+And then keeping it passing.
+
+If the pipeline fails, it loses all of its value.
+
+Passing should be its default state, and effort should be made to ensure it continues to pass.
+
+If a pipeline fails, the change is not deployed, and the failure should be investigated and rectified so the pipeline is returned to a passing state and providing value.
diff --git a/source/_daily_emails/2023-06-29.md b/source/_daily_emails/2023-06-29.md
new file mode 100644
index 00000000..4ea4bfd4
--- /dev/null
+++ b/source/_daily_emails/2023-06-29.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Tests won't tell you if your code works
+pubDate: 2023-06-29
+permalink: >-
+ archive/2023/06/29/tests-wont-tell-you-if-your-code-works
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Having a passing test suite or CI pipeline doesn't tell you if your appliction works.
+
+There could be scenarios or edge-cases that aren't covered within the test suite and contain bugs, but aren't covered by the test suite.
+
+There could be untested code that isn't covered at all.
+
+A passing test suite proves that the tests that have been written so far pass and that there are no regressions introduced by the latest change.
+
+## Here's the thing
+
+Instead of telling you that your application works by passing, the test suite tells you something is broken when it fails.
+
+If a previously-passing test is failing, the application is broken and should not be deployed - not that the application is working if the tests don't fail.
diff --git a/source/_daily_emails/2023-06-30.md b/source/_daily_emails/2023-06-30.md
new file mode 100644
index 00000000..60524131
--- /dev/null
+++ b/source/_daily_emails/2023-06-30.md
@@ -0,0 +1,28 @@
+---
+title: >
+ How did you learn automated testing?
+pubDate: 2023-06-30
+permalink: >-
+ archive/2023/06/30/how-did-you-learn-automated-testing
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+I started to learn about automated testing in 2012 when I took over maintainership of the Drupal module, Override Node Options.
+
+At the time, it had around 9,000 active installations (now more than 35,000), and I was concerned about breaking those sites if I pushed a bug and wanted confidence to make changes without introducing regressions.
+
+Later, I started to learn about test-driven development and how to develop and design software by writing the tests first.
+
+Although I'm not a Laravel Developer, Adam Wathan's "Test Driven Laravel" course was a great resource and information, as well as a number of presentations and talks at PHP meetups and conferences.
+
+Once I understood how to write tests and do TDD, I took any opportunity to practice it, whether on projects or coding katas.
+
+At one point, I was writing module code during work hours and writing tests for it during the evening.
+
+## What about you?
+
+How did you learn automated testing or test-driven development? Reply to this email and let me know.
+
+Bonus points if it was at one of my conference talks or workshops!
diff --git a/source/_daily_emails/2023-07-01.md b/source/_daily_emails/2023-07-01.md
new file mode 100644
index 00000000..6c0b7b24
--- /dev/null
+++ b/source/_daily_emails/2023-07-01.md
@@ -0,0 +1,30 @@
+---
+title: >
+ Once you start writing tests, you can't stop
+pubDate: 2023-07-01
+permalink: >-
+ archive/2023/07/01/once-you-start-writing-tests-you-cant-stop
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Once you start testing/TDD, you can't go back
+
+Once you start writing automated tests or doing test-driven development, you can't go back to not doing it.
+
+When adding a new feature, you'd need to test every situation and use case manually in a browser or command line - and, very likely, do so multiple times.
+
+When fixing a bug, you'd need to follow the exact steps to replicate it and see it before attempting a fix. Again, you'd also need to test it manually.
+
+Also, because it passes a manual test, there's no guarantee it won't break unexpectedly in the future.
+
+While refactoring code without tests, bugs and regressions could be introduced as there's no test suite to run and ensure they're still passing.
+
+## Here's the thing
+
+When you're used to writing tests and doing test-driven development, you get used to the quick feedback loops and the confidence to make changes.
+
+It's easier to create a test that proves a bug exists and shows it'safixed because the test passes.
+
+Once you have these things, you can't stop and go back to not having tests.
diff --git a/source/_daily_emails/2023-07-02.md b/source/_daily_emails/2023-07-02.md
new file mode 100644
index 00000000..4ec57332
--- /dev/null
+++ b/source/_daily_emails/2023-07-02.md
@@ -0,0 +1,51 @@
+---
+title: >
+ Docker or Nix?
+pubDate: 2023-07-02
+permalink: >-
+ archive/2023/07/02/docker-or-nix
+tags:
+ - docker
+ - nix
+---
+
+I've been a Nix user for about a year, starting with its package manager on my previously installed Linux distribution.
+
+I started to use Home Manager for my user configuration and dotfiles and later switched to the NixOS operating system.
+
+## Using Nix for software development
+
+I've also been using Nix Flakes for per-project configuration.
+
+A Flake file is a simple file written in the Nix language that defines the project's dependencies and installs them from the Nix package manager.
+
+Here is an example Flake for a PHP CLI application:
+
+```nix
+{
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+
+ outputs = inputs@{ flake-parts, ... }:
+ flake-parts.lib.mkFlake { inherit inputs; } {
+ systems = [ "x86_64-linux" ];
+
+ perSystem = { config, self', inputs', pkgs, system, ... }: {
+ devShells = {
+ default = pkgs.mkShell {
+ buildInputs = with pkgs; [ php82 php82Packages.composer ];
+ };
+ };
+ };
+ };
+}
+```
+
+It declares that PHP 8.2 and Composer are available, even if I have different versions installed globally.
+
+## Will Nix replace Docker?
+
+Nix and Flakes have replaced Docker for me on some projects.
+
+If I have a simple setup and need a specific version of PHP or Node and some additional programs, I can get those from the Flake.
+
+I don't know if it'll replace Docker for me completely and work on more complex projects, but it's working well for me where I'm using it.
diff --git a/source/_daily_emails/2023-07-03.md b/source/_daily_emails/2023-07-03.md
new file mode 100644
index 00000000..d0d1b13f
--- /dev/null
+++ b/source/_daily_emails/2023-07-03.md
@@ -0,0 +1,43 @@
+---
+title: >
+ Why write custom assertions in your tests?
+pubDate: 2023-07-03
+permalink: >-
+ archive/2023/07/03/why-write-custom-assertions-in-your-tests
+tags:
+ - automated-testing
+---
+
+I'm refactoring some code on a client project - creating a Repository class to centralise some logic before implementing the next feature.
+
+The repository class is responsible for finding and returning any nodes with a specified field value and some base conditions (it must be the correct node type, published, etc.).
+
+## Adding a custom assertion
+
+I'm using PHPUnit's native assertions to check it returns a Collection (I regularly include the `illuminate/collections` library from Laravel in other projects) and that each item is an instance of a `NodeInterface`, but there isn't an assertion to check each node is of the correct type.
+
+My initial implementation was to loop over each node and use `assertSame` on its bundle before refactoring to create an array of unique bundle names and comparing it to my expected names:
+
+```language-php
+self::assertSame(
+ expected: [$nodeType],
+ actual: $haystack
+ ->map(fn (NodeInterface $item): string => $item->bundle())
+ ->unique()
+ ->toArray(),
+);
+```
+
+## Why write a custom assertion?
+
+Whilst this works, it likely won't be clear in the future what it's testing.
+
+My initial thought was to add a comment describing it, but then I decided to wrap it in a custom assertion - `assertContainsOnlyNodesOfType` - a private static function within my test class that wraps the native assertions.
+
+This approach makes the test more readable now and in the future and more domain-focused by giving it a descriptive name.
+
+It can be easily reused within the same test case or elsewhere.
+
+Although I only perform one assertion in this case, I can combine multiple assertions and perform any other required steps.
+
+Finally, I can contain any implementation details within the custom assertion. Here, I'm matching the result against an array of expected values, not just a single node type which is what I want. This detail can be contained within the assertion, making it easier to read and reuse in the future.
diff --git a/source/_daily_emails/2023-07-04.md b/source/_daily_emails/2023-07-04.md
new file mode 100644
index 00000000..3938e424
--- /dev/null
+++ b/source/_daily_emails/2023-07-04.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Think smaller with TDD
+pubDate: 2023-07-04
+permalink: >-
+ archive/2023/07/04/think-smaller-with-tdd
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+I've recently added several custom search blocks and pages to a client project.
+
+Each requires a results page, a list of autocomplete suggestions for users to select from, a custom form, and a block to place it on the required pages.
+
+For each search, I'm first testing the results page, ensuring it exists and contains the correct results before testing the autocomplete results, creating the block and form, and linking everything together.
+
+## Thinking small
+
+This could seem like a large and daunting task, but with test-driven development, I can break everything into smaller, more manageable tasks.
+
+My objective is either to write the next failing test and then get it to pass or to refactor what I've written.
+
+I can focus on these small steps and make progress towards the end goal, guided by the tests I'm writing, instead of needing to focus always on one large and complex task.
diff --git a/source/_daily_emails/2023-07-05.md b/source/_daily_emails/2023-07-05.md
new file mode 100644
index 00000000..14611a9e
--- /dev/null
+++ b/source/_daily_emails/2023-07-05.md
@@ -0,0 +1,46 @@
+---
+title: >
+ Services vs Actions
+pubDate: 2023-07-05
+permalink: >-
+ archive/2023/07/05/services-vs-actions
+tags:
+ - software-development
+ - software-architecture
+---
+
+When creating a custom module, where do you put your business logic?
+
+You want to keep classes like Controllers and Commands simple and move any reusable logic into separate files.
+
+Usually, this means 'Service' classes, but another approach I like is to use 'Action' classes.
+
+## What is an Action class?
+
+An Action is a PHP class representing a single action that must be performed.
+
+It usually contains a single method with a descriptive name summarising the task, such as `GetAccessToken`.
+
+This differs from a generic service like `ApiService` with multiple methods like `getAccessToken()`.
+
+## Using Action classes
+
+I'll register Action classes in the service container to use dependency injection and autowiring and easily inject the Action into other classes that need it, like Controllers and Commands.
+
+If you need multiple implementations, multiple actions can implement the same Interface and make them swappable, such as having `GetAccessToken` and `GetAndCacheAccessToken` implement the same `GetsAccessToken` interface.
+
+That also enables using design patterns like Decorators with Actions.
+
+## Why I like Actions
+
+I like more readable and meaningful class names and prefer working with multiple simpler classes than those with fewer complex ones.
+
+I like leveraging design patterns I'm used to, such as the Decorator pattern, by having common interfaces and contracts.
+
+I like that if I need to add another implementation, I can add it without changing the existing code, so it follows the SOLID principles.
+
+## What about you?
+
+Do you use Action classes in your code, or do you use Services or something else?
+
+Reply to this email and let me know.
diff --git a/source/_daily_emails/2023-07-06.md b/source/_daily_emails/2023-07-06.md
new file mode 100644
index 00000000..970b58b6
--- /dev/null
+++ b/source/_daily_emails/2023-07-06.md
@@ -0,0 +1,36 @@
+---
+title: >
+ Automated testing is more than just unit testing
+pubDate: 2023-07-06
+permalink: >-
+ archive/2023/07/06/automated-testing-is-more-than-just-unit-testing
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When I speak to people about automated testing or hear others speak about it, it's often confused with unit testing.
+
+Drupal and many other projects use PHPUnit. Its website describes PHPUnit as "a programmer-oriented testing framework for PHP", whereas Wikipedia explicitly says "PHPUnit is a unit testing framework".
+
+But automated testing includes much more.
+
+## Other types of tests
+
+In Drupal, whilst there are unit tests, PHPUnit also does feature (aka functional or browser) testing, where it can make an HTTP request to an endpoint and perform assertions on the response's status code and the returned text. This is great for checking if a page exists at a certain path, whether the correct users can access it and whether it contains the expected text. This isn't something that can be done with a unit test.
+
+There are also integration (aka kernel) tests which don't access the browser but have access to Drupal's service container to interact with its services and can save and retrieve values from the database. Again, this isn't available in a unit test which relies heavily on mocking.
+
+## What else is there?
+
+In Drupal, I've also used Behat - a behaviour-driven development testing framework that allows writing tests in a plain English syntax called Gherkin instead of PHP.
+
+Pest PHP has an architecture plugin.
+
+There are dedicated front-end testing frameworks like Cypress for UI testing.
+
+Other quality tools like static analysis can also be considered testing tools.
+
+## Want to learn more?
+
+If you want to learn more about automated testing in Drupal, [I have a talk about that](https://www.oliverdavies.uk/talks/tdd-test-driven-drupal).
diff --git a/source/_daily_emails/2023-07-15.md b/source/_daily_emails/2023-07-15.md
new file mode 100644
index 00000000..e47845ee
--- /dev/null
+++ b/source/_daily_emails/2023-07-15.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Test-driven development makes you more productive
+pubDate: 2023-07-15
+permalink: >-
+ archive/2023/07/15/test-driven-development-makes-you-more-productive
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+I think that test-driven development (TDD) makes you productive.
+
+Firstly, you save time by not needing to switch from your code to a terminal or browser to test it.
+
+But, just as importantly, TDD reduces procrastination. It's much clearer to see what the next steps are.
+
+You're either thinking and designing your code when writing a failing test or fixing the test failures in the implementation code to get the test to pass. You can focus on each failure and message separately and get them to pass instead of thinking about the whole feature or the rest of the application.
+
+Once you have a working test, you can focus on refactoring any code or moving on to writing the next assertion or the next test.
+
+I think that achieving small tasks with short feedback loops using test-driven development makes it much easier to remain productive and focussed.
diff --git a/source/_daily_emails/2023-07-16.md b/source/_daily_emails/2023-07-16.md
new file mode 100644
index 00000000..1847acf7
--- /dev/null
+++ b/source/_daily_emails/2023-07-16.md
@@ -0,0 +1,25 @@
+---
+title: >
+ When writing a failing test, you're designing your code
+pubDate: 2023-07-16
+permalink: >-
+ archive/2023/07/16/when-writing-a-failing-test-youre-designing-your-code
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When doing test-driven development, you start by writing a failing test and then write the code to make it pass.
+
+This is the design phase where you ask questions and decide how you want the code to work.
+
+* Are you going to use a global function or a method on a class?
+* Will you create a new class or add a method to an existing class?
+* What will it be called?
+* Will you use a named method or make the class invokable like a single-method Controller or Action?
+* Will it accept any parameters?
+* If so, what will the parameters be, what will they be named, and will they take any default values?
+* Will it return a value?
+* Should it throw an Exception?
+
+You might iterate on the design and change it as you write more assertions or tests, but take the opportunity to decide how you want the code to work at this point before you start writing the implementation.
diff --git a/source/_daily_emails/2023-07-17.md b/source/_daily_emails/2023-07-17.md
new file mode 100644
index 00000000..4812afbb
--- /dev/null
+++ b/source/_daily_emails/2023-07-17.md
@@ -0,0 +1,30 @@
+---
+title: >
+ Too many choices?
+pubDate: 2023-07-17
+permalink: >-
+ archive/2023/07/17/too-many-choices
+tags:
+ - automation
+ - terraform
+---
+
+I've recently considered moving my infrastructure automation code from Pulumi to Terraform.
+
+One of Pulumi's features is that you can write your automation in a programming language instead of a domain-specific language (DSL) with Terraform.
+
+As a Developer, this seems appealing, but it poses an important question - which programming language should you use?
+
+I've written and re-written Pulumi code in TypeScript and Python and experimented with Go to see which feels best for me.
+
+If one of these were my primary language, it would be a no-brainer.
+
+## Here's the thing
+
+When I go into my automation repository, I want to write my code as quickly and simply as possible. I don't want to be thinking about how to write it or what language would be best to write it in.
+
+Whilst I'd have to learn another DSL for Terraform, it would simplify my options by removing that choice for me, but also if I write automation code and hand it over to a client.
+
+It's like taking my children to a restaurant.
+
+They'll get overwhelmed if there are too many options on the menu. If we limit the options or order for them, they won't.
diff --git a/source/_daily_emails/2023-07-18.md b/source/_daily_emails/2023-07-18.md
new file mode 100644
index 00000000..60884f99
--- /dev/null
+++ b/source/_daily_emails/2023-07-18.md
@@ -0,0 +1,22 @@
+---
+title: >
+ TDD as a concept is simple, but TDD is difficult
+pubDate: 2023-07-18
+permalink: >-
+ archive/2023/07/18/tdd-as-a-concept-is-simple-but-tdd-is-difficult
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Test-driven development as a concept is easy.
+
+Before you write any code, you write a failing test and then write enough code to get it to pass.
+
+But implementing test-driven development is harder.
+
+As well as overcoming the initial reluctance to write the tests first, it takes time to learn how to use it well.
+
+Code katas are great for practising TDD, but it can take time to progress from that to using it in a full application with more pieces.
+
+As with many things, practice and perseverance are key.
diff --git a/source/_daily_emails/2023-07-19.md b/source/_daily_emails/2023-07-19.md
new file mode 100644
index 00000000..193cf5bf
--- /dev/null
+++ b/source/_daily_emails/2023-07-19.md
@@ -0,0 +1,14 @@
+---
+title: >
+ TDD is like clicker training
+pubDate: 2023-07-19
+permalink: >-
+ archive/2023/07/19/tdd-is-like-clicker-training
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+During a webinar I watched recently, someone described test-driven-development as clicker training for Developers.
+
+Similar to when people want to train an animal, the short cycles and quick feedback loops make it easier to stay focussed as you work on a task, and the satisfaction of getting a test to pass, completing a feature, or refactoring some messy code is the reward.
diff --git a/source/_daily_emails/2023-07-20.md b/source/_daily_emails/2023-07-20.md
new file mode 100644
index 00000000..417d55fd
--- /dev/null
+++ b/source/_daily_emails/2023-07-20.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Tests as communication
+pubDate: 2023-07-20
+permalink: >-
+ archive/2023/07/20/tests-as-communication
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Automated tests aren't just checks to verify your software is working.
+
+They're a communication tool that shows people working on the code how it's supposed to be used.
+
+It's a form of documentation.
+
+They are living examples of how to use the code with the benefit that you can run them and see if they still work, which isn't the case for markdown files or other types of static documentation that can become outdated.
+
+Something I often do when evaluating or using software that has a test suite is review the tests and see how it's supposed to be used.
diff --git a/source/_daily_emails/2023-07-21.md b/source/_daily_emails/2023-07-21.md
new file mode 100644
index 00000000..4a93d98a
--- /dev/null
+++ b/source/_daily_emails/2023-07-21.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Comments as communication
+pubDate: 2023-07-21
+permalink: >-
+ archive/2023/07/21/comments-as-communication
+tags: []
+---
+
+I often hear that code should be "self-documenting".
+
+Instead of writing a comment, you should create a function or class with that name instead.
+
+Whilst I agree with this, I think that code comments shouldn't describe what the code is doing - they should explain why the code is needed and provide any additional context to the person reading it.
+
+If a comment just says `Returns true` or `Sends an email`, that can be understood by reading the code, so isn't providing any extra value or context. They can also become outdated as the code changes.
+
+If a line of code is needed to fix a certain state or situation, or if a piece of code isn't particularly readable and isn't obvious what it does, those are good times to add comments.
diff --git a/source/_daily_emails/2023-07-22.md b/source/_daily_emails/2023-07-22.md
new file mode 100644
index 00000000..082eacd6
--- /dev/null
+++ b/source/_daily_emails/2023-07-22.md
@@ -0,0 +1,16 @@
+---
+title: >
+ More code, more problems
+pubDate: 2023-07-22
+permalink: >-
+ archive/2023/07/22/more-code-more-problems
+tags: []
+---
+
+The more code you have, the more potential problems you have.
+
+More code means more opportunities for bugs in your software.
+
+There's more code to maintain and more chance of encountering breaking changes as you update between major software versions of your project's dependencies, such as a CMS or framework.
+
+If you can keep your amount of code to a minimum and reduce the maintenance overhead, you are less likely to experience issues.
diff --git a/source/_daily_emails/2023-07-23.md b/source/_daily_emails/2023-07-23.md
new file mode 100644
index 00000000..3f28b46a
--- /dev/null
+++ b/source/_daily_emails/2023-07-23.md
@@ -0,0 +1,16 @@
+---
+title: >
+ Tomorrow is easier if today's code is simpler
+pubDate: 2023-07-23
+permalink: >-
+ archive/2023/07/23/tomorrow-is-easier-if-todays-code-is-simpler
+tags: []
+---
+
+If you write simple code, it is quicker and easier to read, extend and change.
+
+If you need to work on that code in the future - either tomorrow or in months or years - it will be easier to add the new feature or fix the bug.
+
+It will also be easier for others who didn't write it, so they must understand what it does (or doesn't do) before making changes.
+
+It will also likely be easier to debug with tools like Xdebug and PHPStan or upgrade with tools like Rector.
diff --git a/source/_daily_emails/2023-07-24.md b/source/_daily_emails/2023-07-24.md
new file mode 100644
index 00000000..d73bdd05
--- /dev/null
+++ b/source/_daily_emails/2023-07-24.md
@@ -0,0 +1,30 @@
+---
+title: >
+ Testing is all about confidence
+pubDate: 2023-07-24
+permalink: >-
+ archive/2023/07/24/testing-is-all-about-confidence
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Testing - manual or automated - is about building confidence.
+
+If we deploy this change or release this feature, are we confident it will work as expected and not cause regressions elsewhere?
+
+What if someone asked you on a scale between one and ten?
+
+From an automated perspective, have you written enough tests for the feature to be confident it works?
+
+If you're fixing a bug, do you have a test that reproduces the bug that was originally failing but now passing since you've added the fix?
+
+Do the tests have enough assertions, and have you covered enough use cases and scenarios?
+
+## Here's the thing
+
+You can utilise code coverage metrics, but no hard rule says that the feature will work once x percentage is covered. Something with 100% coverage can still contain bugs.
+
+For me, it's about the answer to the question:
+
+If we deploy this change, how confident are you that it will work as expected?
diff --git a/source/_daily_emails/2023-07-25.md b/source/_daily_emails/2023-07-25.md
new file mode 100644
index 00000000..d4a746a3
--- /dev/null
+++ b/source/_daily_emails/2023-07-25.md
@@ -0,0 +1,40 @@
+---
+title: >
+ Working backwards
+pubDate: 2023-07-25
+permalink: >-
+ archive/2023/07/25/working-backwards
+tags: []
+---
+
+Today, I did a show-and-tell session with my team where I demonstrated an integration I've been working on for a few months and recently released to production.
+
+The simplified workflow is we collate some data, send it to a third-party system for translation, receive the translated file and import the translations into Drupal's translation system.
+
+## Where did I start?
+
+The first thing I did was not to collate the data and generate the file but to send a minimal, hard-coded version of the contents to the third-party system.
+
+I'd have started with the code to import the translated strings if I hadn't already done this in an earlier spike.
+
+This allowed me to send the file, check the response from the third party and ensure they could work with that file type and my proposed content structure.
+
+If needed, I could have changed direction and avoided investing much time. This wouldn't have been the case if I'd left this until the end of the process.
+
+I also have a working end-to-end test, and I can send a file and get the response I need.
+
+What if I'd written all the code and discovered something wouldn't work?
+
+## What next?
+
+Now, I can work backwards and start to make the content dynamic.
+
+I can introduce more authentic and complicated data, remove the hard-coded test data, and check that things still work.
+
+I still have the quick feedback loop, as I can always send the data to the third-party system and verify things work as I iterate on my implementation.
+
+With the main pieces of the puzzle in place, I can continue building and filling in the others.
+
+Once I have a complete feature with all the pieces in place, I can refactor as needed.
+
+I still have the same finished puzzle - I just built it in a different order.
diff --git a/source/_daily_emails/2023-07-26.md b/source/_daily_emails/2023-07-26.md
new file mode 100644
index 00000000..420f9573
--- /dev/null
+++ b/source/_daily_emails/2023-07-26.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Prove the concept
+pubDate: 2023-07-26
+permalink: >-
+ archive/2023/07/26/prove-the-concept
+tags:
+ - software-development
+---
+
+When starting a new task, find the simplest way to prove the concept.
+
+Investigate upfront and evaluate potential approaches.
+
+What's the smallest or quickest thing you could do to validate an idea?
+
+It could be a small script that you can run and verify something works before moving it to its correct place within your application or creating a first implementation with hard-coded data that you refactor once you've proven the concept.
+
+If you can't, you'll know it won't work without investing a large amount of time and you can move on to the next potential approach.
diff --git a/source/_daily_emails/2023-07-27.md b/source/_daily_emails/2023-07-27.md
new file mode 100644
index 00000000..e5db901d
--- /dev/null
+++ b/source/_daily_emails/2023-07-27.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Stick to conventions
+pubDate: 2023-07-27
+permalink: >-
+ archive/2023/07/27/stick-to-conventions
+tags:
+ - software-development
+---
+
+If you're performing a task as there's already a convention on how to do it, stick to it.
+
+If the codebase follows a particular coding standard, use it.
+
+If a project uses repository classes instead of interacting directly with a database, do that with your code too.
+
+If you use a framework with a service container and uses dependency injection, do that instead of manually creating classes.
+
+If you need additional functionality for a Drupal project and there's an established and well-known module that adds it, use it. Unless it doesn't meet your needs, in which case, document why that's the case and why you used a different module or wrote a custom implementation.
+
+If you need to create a content listing page, use the Views module, which is a standard approach. If not, document why and then explore other solutions.
+
+If you don't follow a convention, it will be harder for you or others to work on it in the future.
diff --git a/source/_daily_emails/2023-07-28.md b/source/_daily_emails/2023-07-28.md
new file mode 100644
index 00000000..1e0ee80a
--- /dev/null
+++ b/source/_daily_emails/2023-07-28.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Don't write generic commit messages
+pubDate: 2023-07-28
+permalink: >-
+ archive/2023/07/28/generic-commit-messages
+tags:
+ - git
+---
+
+This week, I reviewed a client's Drupal 9 website and investigated the steps needed to upgrade to Drupal 10.
+
+Looking at the Git log to see the commits for a module, I see `Week 20 development` as the latest commit message.
+
+That commit changed 106 files, added 3,453 lines and removed 17 lines, including custom module and theme changes, contrib module updates and library updates.
+
+This should have been several commits, each performing a clear and separate task.
+
+Updating the dependencies should be its own commit, and changes to the custom modules and theme should be separate commits.
+
+Then each commit could have its own clear and descriptive commit message explaining why each change was needed, any issues that were encountered during the change, and any alternative approaches considered.
+
+That would have been more useful for me whilst looking through the logs than `Week 20 development`.
diff --git a/source/_daily_emails/2023-07-29.md b/source/_daily_emails/2023-07-29.md
new file mode 100644
index 00000000..b243f734
--- /dev/null
+++ b/source/_daily_emails/2023-07-29.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Should I wait to upgrade from Drupal 7?
+pubDate: 2023-07-29
+permalink: >-
+ archive/2023/07/29/should-i-wait-to-upgrade-from-drupal-7
+tags:
+ - drupal
+ - drupal-7
+ - php
+---
+
+It was announced at DrupalCon that Drupal 7 support was being extended one final time until January 2025.
+
+But if you have a Drupal 7 website, does that mean you should wait to start upgrading it?
+
+I recommend starting the process as soon as possible.
+
+Even though Drupal core support is extended, I've looked at projects that use modules marked as unsupported by their maintainers for some time as they focus on versions for Drupal 8, 9 or 10.
+
+In that case, those modules will have no new features, bug fixes or security updates, although Drupal core support has been extended.
+
+You may have a lot of custom code that needs to be ported to Drupal 10 or a complex data structure that needs to be migrated, These things will take time, so it's best not to leave it until the last minute.
+
+If you're stuck on Drupal 7, book an [upgrade consultation call](https://www.oliverdavies.uk/call) with me or purchase an [upgrade roadmap for your project](https://www.oliverdavies.uk/drupal7) and I'll get you unstuck.
diff --git a/source/_daily_emails/2023-07-30.md b/source/_daily_emails/2023-07-30.md
new file mode 100644
index 00000000..126ff425
--- /dev/null
+++ b/source/_daily_emails/2023-07-30.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Commit often, deploy often
+pubDate: 2023-07-30
+permalink: >-
+ archive/2023/07/30/commit-often-deploy-often
+tags:
+ - git
+ - deployments
+---
+
+This is a follow-up to Friday's email on generic commit messages.
+
+In it, I discussed seeing commit messages like `Week 20 development` in project codebases and why you should write specific commit messages for each change.
+
+The other thing is, if you only commit once a week, you can only deploy once a week.
+
+That's assuming that, on this project, the changes were committed and pushed weekly. It could have been fortnightly, monthly, or longer.
+
+As well as increasing the time between deployments, it also makes them larger and riskier as they include more changes.That commit changed 106 files, added 3,453 lines and removed 17 lines, including custom module and theme changes, contrib module updates and library updates.
+
+If the dependencies were committed and deployed first, followed by a series of small custom module and theme changes, even though it would have resulted in more deployments, each one would have been smaller and less risky as there were fewer changes and easier to debug any issues and fail forward.
+
+I recommend that everyone commits and pushes their changes at least daily and use trunk-based development so everyone's changes apply and work together and are not separated on feature branches.
+
+I recommend that they're pushed live daily, too, or as often as possible - reducing the chance of errors and getting the changes providing value for customers and clients.
diff --git a/source/_daily_emails/2023-07-31.md b/source/_daily_emails/2023-07-31.md
new file mode 100644
index 00000000..3247e105
--- /dev/null
+++ b/source/_daily_emails/2023-07-31.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Upgrading from Drupal 9 is easier
+pubDate: 2023-07-31
+permalink: >-
+ archive/2023/07/31/upgrading-from-drupal-9-is-easier
+tags:
+ - drupal
+ - php
+---
+
+Upgrading from Drupal 7 to 8, 9 or 10 is a large task.
+
+You must create a new empty site, migrate your configuration and data, manually recreate anything else and rewrite any custom modules and themes.
+
+Since Drupal 8, things have been different.
+
+You can upgrade your site in place.
+
+No large code rewrite or data migration.
+
+Many contributed modules support multiple major Drupal versions simultaneously, so they may not need upgrading.
+
+Others may need small changes to remove deprecated code or be compatible with breaking changes, and some tools can automate some or all of the changes.
+
+The same applies to upgrading from Drupal 9 to 10, which will be the same for Drupal 11 next year.
diff --git a/source/_daily_emails/2023-08-01.md b/source/_daily_emails/2023-08-01.md
new file mode 100644
index 00000000..f8593a8b
--- /dev/null
+++ b/source/_daily_emails/2023-08-01.md
@@ -0,0 +1,40 @@
+---
+title: >
+ Maintaining a module used on 35,000 Drupal websites
+pubDate: 2023-08-01
+permalink: >-
+ archive/2023/08/01/maintaining-a-module-used-on-35000-drupal-websites
+tags:
+ - drupal
+ - open-source
+---
+
+Note: The numbers within this post are taken from my [Test-Driven Drupal talk](https://www.oliverdavies.uk/talks/tdd-test-driven-drupal), in which I also talk about this.
+
+My first commit to the 7.x-1.x branch of the Override Node Options module was in March 2012. According to Drupal.org, the module was used on 9,212 websites then.
+
+As well as the 7.x-1.x branch, there's the 8.x-2.x branch which supports Drupal 9 and 10, and previously Drupal 8.
+
+The most recent statistics show the module is currently used on 34,981 websites and is consistently around 35,000.
+
+## What does that mean?
+
+The module is considered feature complete, but I'm not ruling out any new additions.
+
+The main thing is ensuring that any changes don't break 35,000 websites!
+
+I do this by relying on the module's automated test suite and ensuring that tests are added for any features or bugs and that the tests are passing before any new release.
+
+## This has worked well
+
+A few years ago, I committed a feature request to both versions. While it didn't include additional tests, I verified the existing functionality worked after resolving a large merge conflict by ensuring the original tests passed.
+
+More recently, a colleague and I refactored the module and split each override into its own class, making adding and maintaining overrides easier.
+
+Because the tests were still passing, we knew our refactor was successful and not causing regressions.
+
+## Here's the thing
+
+Having automated tests and ensuring they're always passing has allowed me to add features and refactor code that I wouldn't have done or had the confidence to do otherwise.
+
+It's great to have a popular module, but on the other hand, I don't want to break 35,000 websites which makes the tests invaluable.
diff --git a/source/_daily_emails/2023-08-02.md b/source/_daily_emails/2023-08-02.md
new file mode 100644
index 00000000..1082736f
--- /dev/null
+++ b/source/_daily_emails/2023-08-02.md
@@ -0,0 +1,17 @@
+---
+title: >
+ A crash course into automated testing with Drupal
+pubDate: 2023-08-02
+permalink: >-
+ archive/2023/08/02/a-crash-course-into-drupal-testing
+tags:
+ - drupal
+ - automated-testing
+ - test-driven-development
+---
+
+Next week, I'll be presenting a lightning talk at the North West Drupal user group (NWDUG)'s August meetup.
+
+It'll be a crash course into automated testing and test-driven development with Drupal, in which I plan to show how to get started by writing and running your first automated tests whilst exploring the different types of tests that are available.
+
+It's an online event, so if you'd like to see this and other lightning talks on the 8th of August, RSVP at .
diff --git a/source/_daily_emails/2023-08-03.md b/source/_daily_emails/2023-08-03.md
new file mode 100644
index 00000000..438989ee
--- /dev/null
+++ b/source/_daily_emails/2023-08-03.md
@@ -0,0 +1,19 @@
+---
+title: >
+ What problem are we trying to solve?
+pubDate: 2023-08-03
+permalink: >-
+ archive/2023/08/03/what-problem-are-we-trying-to-solve
+tags:
+ - drupal
+---
+
+The Override Node Options module that I said yesterday is used on 35,000 websites isn't a complicated module.
+
+It doesn't add a lot of features.
+
+It solves a problem by adding additional permissions to Drupal that site administrators can assign to user roles and not need to give a more global permission like "administer nodes".
+
+The problem being solved is allowing users to set node options, like the created date or published status, in a secure way.
+
+If it wasn't solving a problem, it wouldn't be used on 35,000 Drupal websites.
diff --git a/source/_daily_emails/2023-08-04.md b/source/_daily_emails/2023-08-04.md
new file mode 100644
index 00000000..65ba2ae4
--- /dev/null
+++ b/source/_daily_emails/2023-08-04.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Laravel Prompts and framework-agnostic tools
+pubDate: 2023-08-04
+permalink: >-
+ archive/2023/08/04/laravel-prompts
+tags:
+ - php
+ - laravel
+ - open-source
+---
+
+Although I wouldn't consider myself a "Laravel Developer", I enjoy watching the talks from the Laravel conferences, most recently Laracon US, that took place last week.
+
+I like to learn from other communities and adopt relevant practices or tools within my projects. I did this with Laravel Collections, which I use on nearly every project.
+
+## Laravel Prompts
+
+I watched Jess Archer's talk on the new Laravel Prompts and was happy when she said it worked with plain PHP projects, not just Laravel.
+
+This means I can potentially use it with Drupal and Drush or Symfony Console applications, too, such as my build configuration file generator.
+
+## Here's the thing
+
+I like tools I can use across multiple technologies and prefer framework-agnostic tools to specific ones.
+
+Then, if I'm working on a different project, I can use the tools I already know instead of learning something different just for that.
diff --git a/source/_daily_emails/2023-08-05.md b/source/_daily_emails/2023-08-05.md
new file mode 100644
index 00000000..2644e6bf
--- /dev/null
+++ b/source/_daily_emails/2023-08-05.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Use Drupal to own your content
+pubDate: 2023-08-05
+permalink: >-
+ archive/2023/08/05/use-drupal-to-own-your-content
+tags:
+ - drupal
+ - open-source
+---
+
+I recently saw a social media website taking over users' handles - renaming them so they can have the original.
+
+There were similar issues a few years ago when a website put a paywall in front of articles written by its users.
+
+I've written articles and tutorials for companies I've worked at that no longer exist as the companies have been acquired.
+
+This is why I like to own and control my content. I still have my versions if a website shuts down or changes its settings.
+
+There are a lot of options, including Drupal, that can help with this. It's easy to set up a new website and start publishing your own content.
diff --git a/source/_daily_emails/2023-08-06.md b/source/_daily_emails/2023-08-06.md
new file mode 100644
index 00000000..b7b8a4f5
--- /dev/null
+++ b/source/_daily_emails/2023-08-06.md
@@ -0,0 +1,16 @@
+---
+title: >
+ YAGNI
+pubDate: 2023-08-06
+permalink: >-
+ archive/2023/08/06/yagni
+tags: []
+---
+
+During a recent coding dojo session, we spoke about YAGNI - i.e. "You aren't going to need it".
+
+In this situation, we discussed how many numbers we should support passing to a method in a calculator application.
+
+There's no technical limit to how many numbers we can pass, but there may be a requirement where we only need to add or subtract two numbers. In that case, we don't need to calculate three or more numbers, so there's no benefit or value to writing that code.
+
+If we follow YAGNI, we only write the code we need now. If the requirement changes in the future, we revisit the code and change it as required.
diff --git a/source/_daily_emails/2023-08-07.md b/source/_daily_emails/2023-08-07.md
new file mode 100644
index 00000000..37359b7b
--- /dev/null
+++ b/source/_daily_emails/2023-08-07.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Tests make upgrades less risky
+pubDate: 2023-08-07
+permalink: >-
+ archive/2023/08/07/tests-make-upgrades-less-risky
+tags:
+ - automated-testing
+ - test-driven-development
+ - drupal
+---
+
+I recently reviewed a client's Drupal 9 website to gather information about upgrading it to Drupal 10.
+
+The site has a number of custom modules. They all require changes to make them Drupal 10-compatible - some are a `core_version_requirement` update, and some are more complex.
+
+None of these modules have automated tests.
+
+If they did, I'd be able to run them and see if they pass, make my changes, and rerun the tests to verify they still pass, and the module works as it did previously.
+
+But I can't.
+
+I'd need to test each module beforehand to understand what it does manually and again after making the changes.
+
+This is more time-consuming, riskier, and easier for me to introduce regressions or new bugs.
+
+Whether it's a major CMS version upgrade, updating a contrib module or refactoring custom code, having a passing test suite you can use and rely on makes updates easier and less risky.
diff --git a/source/_daily_emails/2023-08-08.md b/source/_daily_emails/2023-08-08.md
new file mode 100644
index 00000000..08b25ef4
--- /dev/null
+++ b/source/_daily_emails/2023-08-08.md
@@ -0,0 +1,22 @@
+---
+title: >
+ 8 years of dotfiles
+pubDate: 2023-08-08
+permalink: >-
+ archive/2023/08/08/8-years-of-dotfiles
+tags:
+ - dotfiles
+ - open-source
+---
+
+Today, I was speaking with a colleague about configuring Git, which led to a conversation about dotfiles repositories - somewhere where you version the changes to your configuration files and, usually, create symlinks to their expected locations.
+
+Afterwards, I realised the first commit to [my personal dotfiles repository](https://github.com/opdavies/dotfiles) was over eight years ago, in July 2015.
+
+What started as a repository to put my own Git configuration has undergone various changes since the tools I use changed, as well as the tools to manage the files themselves.
+
+In 2021, I switched my `.vimrc` configuration file to an `init.vim` and switched to Neovim full-time and, most recently, almost a year ago, I started to use the Nix package manager and later adopted NixOS as my primary Linux distribution.
+
+My complete NixOS and Home Manager configurations are within my `dotfiles` repository, and the configuration for tools, including Neovim, tmux and Git.
+
+I wonder what the repository will look like in another eight years...
diff --git a/source/_daily_emails/2023-08-09.md b/source/_daily_emails/2023-08-09.md
new file mode 100644
index 00000000..3e0285d7
--- /dev/null
+++ b/source/_daily_emails/2023-08-09.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Vim is my lightsaber
+pubDate: 2023-08-09
+permalink: >-
+ archive/2023/08/09/vim-is-my-lightsaber
+tags:
+ - vim
+---
+
+"Vim is my lightsaber" is the final chapter of Jess Archer's Neovim course on Laracasts.
+
+In this summary, Jess explains that some Star Wars characters have lightsabers customised to their preferences and fighting style.
+
+Vim is her lightsaber - her personalised tool to develop software. It works how she wants it to, with the features she needs.
+
+I've written before about mastering your tools and thought this was a nice spin on it.
diff --git a/source/_daily_emails/2023-08-10.md b/source/_daily_emails/2023-08-10.md
new file mode 100644
index 00000000..c30c5fc0
--- /dev/null
+++ b/source/_daily_emails/2023-08-10.md
@@ -0,0 +1,16 @@
+---
+title: >
+ Testing, fixed prices and bug-free guarantees
+pubDate: 2023-08-10
+permalink: >-
+ archive/2023/08/10/testing-fixed-prices-and-bug-free-guarantees
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+After my lightning talk for NWDUG on automated testing with Drupal, the question was asked how to find time for testing.
+
+I've written about whether you need to ask for permission to write tests (you don't), and if you need to estimate tasks, you include the time and effort for writing tests as part of the estimate.
+
+As someone who only offers fixed prices for development work and covers all work with a bug-free guarantee, I want to provide well-written, stable and tested software to my customers so I'm not always fixing bugs for free.
diff --git a/source/_daily_emails/2023-08-11.md b/source/_daily_emails/2023-08-11.md
new file mode 100644
index 00000000..03587b14
--- /dev/null
+++ b/source/_daily_emails/2023-08-11.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Everyone tests their code
+pubDate: 2023-08-11
+permalink: >-
+ archive/2023/08/11/everyone-tests-their-code
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+No one writes code, commits it and pushes it to production without checking it works.
+
+Everyone tests their code, but they usually do it manually. They switch from the code to a browser or terminal, run the code and evaluate the result.
+
+This takes time, you need to switch contexts, and the test is only valid for that time.
+
+There's no guarantee it will still work in the future.
+
+Automated testing, however, means you can write your code and run the tests without leaving your IDE or text editor.
+
+The tests can also be run in the future to ensure the functionality works without needing to re-test it manually.
diff --git a/source/_daily_emails/2023-08-12.md b/source/_daily_emails/2023-08-12.md
new file mode 100644
index 00000000..151b6aff
--- /dev/null
+++ b/source/_daily_emails/2023-08-12.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Does not writing tests actually save time?
+pubDate: 2023-08-12
+permalink: >-
+ archive/2023/08/12/does-not-writing-tests-actually-save-time
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+One of the most common responses to why people don't write tests is, "We don't have time".
+
+So, people don't write tests to save time.
+
+While you write less code, it takes longer to test everything manually during development, and more bugs will likely be found, which also takes longer to diagnose, fix, and deal with any knock-on effects.
+
+Bugs in production add more administrative overhead as new tickets need to be created and managed, prevent other tickets from being worked on whilst they're fixed, and require more communication with clients and customers.
+
+If you save ten minutes not writing a test but spend hours later fixing bugs, you didn't save time - you spent more time in the end.
diff --git a/source/_daily_emails/2023-08-13.md b/source/_daily_emails/2023-08-13.md
new file mode 100644
index 00000000..2c187372
--- /dev/null
+++ b/source/_daily_emails/2023-08-13.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Don't estimate separately for testing
+pubDate: 2023-08-13
+permalink: >-
+ archive/2023/08/13/dont-estimate-separately-for-testing
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+A common issue I see for people introducing automated testing is estimating the testing and implementation of a task separately.
+
+Something like, "It'll take x to do the work and x to write the tests for it".
+
+As well as implying you'd write all the code and then all the tests or vice versa, if you provide separate estimates, it's easy for someone to think the tests are optional and can be removed.
+
+If you provide one estimate for both, this can't happen.
diff --git a/source/_daily_emails/2023-08-14.md b/source/_daily_emails/2023-08-14.md
new file mode 100644
index 00000000..609c1ca5
--- /dev/null
+++ b/source/_daily_emails/2023-08-14.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Why keep a dotfiles repository
+pubDate: 2023-08-14
+permalink: >-
+ archive/2023/08/14/why-keep-a-dotfiles-repository
+tags:
+ - dotfiles
+---
+
+A few days ago, I said it's been 8 years since I started my dotfiles repository and kept my configuration files in version control.
+
+But why do this?
+
+It makes it easy to share the same configuration across multiple computers, such as personal and work or different setups for clients.
+
+It's also a backup of my configuration. If I need to reinstall my system or start fresh, I don't need to configure everything again manually.
+
+If you work on a team, you can share your configuration with colleagues, find things that work well for the team, and anything that could cause issues.
+
+I can experiment with settings and programs and then revert them again if I want to.
+
+If I add or remove a program or change a setting, I have the Git commit log to refer to, and I can document why I made that change and what problem it solves in the message body.
+
+I can review it in the future in case I need it again or want to re-evaluate it.
+
+Like on other projects, capturing the why is important. The what can be seen in the diff and speaks for itself, but it doesn't explain why I made the change and won't help if I look at that commit in the future.
diff --git a/source/_daily_emails/2023-08-15.md b/source/_daily_emails/2023-08-15.md
new file mode 100644
index 00000000..d7eb83e2
--- /dev/null
+++ b/source/_daily_emails/2023-08-15.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Writing test and implementation code are the same task
+pubDate: 2023-08-15
+permalink: >-
+ archive/2023/08/15/writing-test-and-implementation-code-are-the-same-task
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+In Sunday's email, I said not to estimate separately for testing and implementation.
+
+But you can't do this anyway if you're doing test-driven development.
+
+With TDD, you aren't writing all of your tests and all of the implementation code or vice versa.
+
+You're continuously switching back and forth, starting by writing a failing test and then enough implementation code for it to pass.
+
+Then you write more test code, whether expanding the same test or writing a new one until you have a new failure.
+
+You get it to pass, refactor, and repeat the process until the task is complete.
+
+It's all part of the same task and the same estimate.
diff --git a/source/_daily_emails/2023-08-16.md b/source/_daily_emails/2023-08-16.md
new file mode 100644
index 00000000..cd5b8298
--- /dev/null
+++ b/source/_daily_emails/2023-08-16.md
@@ -0,0 +1,32 @@
+---
+title: >
+ Writing tests in your own time
+pubDate: 2023-08-16
+permalink: >-
+ archive/2023/08/16/writing-tests-in-your-own-time
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+This is how I first started writing automated tests.
+
+I was working at a well-known digital agency, so I didn't want it to affect my output and cause me to deliver work late.
+
+I wanted to give myself a less pressured opportunity to learn and experiment with different options and approaches.
+
+So, when creating custom modules, I wrote the implementation code during billable work hours and the tests during the evening on my own time.
+
+I was investing time in learning a new skill and one that I knew would pay dividends.
+
+## How did it go?
+
+As I'd already written the implementation code, I wasn't doing test-driven development, so most of the tests were confirming what I'd written was correct with a passing test and being able to make it fail in expected ways.
+
+One time, though, I found a bug I'd written that day. I think it was an incorrect permission name I'd typed.
+
+I was able to fix it before it was submitted for quality assurance checks and client testing.
+
+This saved the time and effort of creating another issue and branch, fixing it, going through the development cycle again and having it re-tested.
+
+After that, for me, there was no going back.
diff --git a/source/_daily_emails/2023-08-17.md b/source/_daily_emails/2023-08-17.md
new file mode 100644
index 00000000..c5110578
--- /dev/null
+++ b/source/_daily_emails/2023-08-17.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Writing custom assertions in your tests
+pubDate: 2023-08-17
+permalink: >-
+ archive/2023/08/17/writing-custom-assertions-in-your-tests
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Writing custom assertions is a great way to clean up your test code.
+
+Here's an example from one of my client Drupal projects:
+
+```language-php
+private static function assertProductVariationHasPrice(ProductVariationInterface $productVariation, string $expectedPrice): void {
+ self::assertSame(
+ actual: $productVariation->getPrice()->getNumber(),
+ expected: $expectedPrice,
+ );
+}
+```
+
+This one wraps a single assertion, but they could also include multiple assertions or additional steps.
+
+## Here's the thing
+
+A custom assertion is a simple function but it makes the test code more readable and less repetitive.
diff --git a/source/_daily_emails/2023-08-18.md b/source/_daily_emails/2023-08-18.md
new file mode 100644
index 00000000..a6cdbfb8
--- /dev/null
+++ b/source/_daily_emails/2023-08-18.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Types vs tests
+pubDate: 2023-08-18
+permalink: >-
+ archive/2023/08/18/types-vs-tests
+tags:
+ - automated-testing
+ - test-driven-development
+ - static-analysis
+---
+
+Today, I saw a Twitter poll - "Poll: Imagine your team has to build a project with either types or tests. You can't have both.".
+
+The results were:
+
+- Types - 50.9%
+- Tests - 49.1%
+
+I was surprised by this.
+
+If I can't add type declarations (type hints) or return types, I can still write tests to check what happens when different types are used.
+
+I can also perform checks and throw errors or Exceptions if something isn't what I'd expect.
+
+## Here's the thing
+
+I use types heavily, but I'd be more confident that my application would work if I had tests and that's the main objective when writing code for myself or clients and for my clients' customers.
diff --git a/source/_daily_emails/2023-08-19.md b/source/_daily_emails/2023-08-19.md
new file mode 100644
index 00000000..c312fa1e
--- /dev/null
+++ b/source/_daily_emails/2023-08-19.md
@@ -0,0 +1,43 @@
+---
+title: >
+ Asserting all the things
+pubDate: 2023-08-19
+permalink: >-
+ archive/2023/08/19/asserting-all-the-things
+tags:
+ - php
+---
+
+As well as assertions within tests, you can also check within implementation code that things are in an expected state or contain a certain value.
+
+In PHP, this is done by throwing an Exception if a condition is met.
+
+For example:
+
+```language-php
+if (!is_array(false)) {
+ throw new \Exception('Not an array');
+}
+```
+
+There's also the `assert` construct which, since PHP 8.0, throws an Exception by default:
+
+```language-php
+assert(is_array(false));
+```
+
+You can also use an assertion library, such as `webmozart/assert` or `beberlei/assert` which provide assertions and guard methods:
+
+```language-php
+use Webmozart\Assert\Assert;
+
+Assert::isArray(false);
+```
+
+Similarly, if the condition fails, it throws an Exception that can be caught elsewhere.
+
+As well as basic assertions such as the item is the expected type or don't match the condition, there are more complex assertions, such as all items within an array are a certain type or that an integer is positive.
+
+## Here's the thing
+
+I use guard conditions a lot within my code. If something is not as I'd expect, I like for an error to be thrown. This makes is easy to test and to debug any failures compared to failing silently.
diff --git a/source/_daily_emails/2023-08-20.md b/source/_daily_emails/2023-08-20.md
new file mode 100644
index 00000000..b68d8d43
--- /dev/null
+++ b/source/_daily_emails/2023-08-20.md
@@ -0,0 +1,57 @@
+---
+title: >
+ PHP types and assertions
+pubDate: 2023-08-20
+permalink: >-
+ archive/2023/08/20/php-types-and-assertions
+tags:
+ - php
+---
+
+Following yesterday's email about input validation, guard clauses and assertion libraries, these can be used to compliment PHP's native types and checking.
+
+For example:
+
+```language-php
+function createJourney(string $from, string $to, int $duration): void {
+ var_dump($from, $to, $duration);
+}
+```
+
+In this code, each parameter has a type, but there's no validation on the values.
+
+If I run this:
+
+```language-plain
+createJourney('', '', -10);
+```
+
+I would get this output:
+
+```language-plain
+string(0) ""
+string(0) ""
+int(-10)
+```
+
+This is probably not what you want.
+
+I expect `$to` and `$from` to be not empty and the duration to be greater than zero.
+
+## Here's the thing
+
+I can use an assertion library or throw my own Exceptions if the values pass the type checks but aren't what I need.
+
+For example:
+
+```language-php
+function createJourney(string $from, string $to, int $duration): void {
+ Assert::stringNotEmpty($from);
+ Assert::stringNotEmpty($to);
+ Assert::positiveInteger($duration);
+
+ var_dump($from, $to, $duration);
+}
+```
+
+Now, if an empty string or negative duration is passed - in my implementation or test code - an Exception will be thrown.
diff --git a/source/_daily_emails/2023-08-21.md b/source/_daily_emails/2023-08-21.md
new file mode 100644
index 00000000..54bae64d
--- /dev/null
+++ b/source/_daily_emails/2023-08-21.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Which part of the CI pipeline has the most value?
+pubDate: 2023-08-21
+permalink: >-
+ archive/2023/08/21/which-part-of-the-ci-pipeline-has-the-most-value
+tags:
+ - continuous-integration
+ - automated-testing
+ - static-analysis
+---
+
+The main part of my CI pipeline tasks are running the automated tests, coding standards checks and static analysis.
+
+But which of these are the most valuable?
+
+I used to run the coding standards check first as it was the quickest, followed by static analysis and the automated tests.
+
+If a task were going to fail, it would fail quickly.
+
+But is that the objective of the CI pipeline?
+
+Whilst it needs to be quick, the main reason to run these is to ensure things work as expected.
+
+Recently, I changed my pipelines to run the tests first, as these verify the code's behaviour.
+
+I want to know if the code works but has a coding standard error that needs to be fixed rather than the pipeline failing on the error and not knowing whether the code works.
diff --git a/source/_daily_emails/2023-08-22.md b/source/_daily_emails/2023-08-22.md
new file mode 100644
index 00000000..86193588
--- /dev/null
+++ b/source/_daily_emails/2023-08-22.md
@@ -0,0 +1,32 @@
+---
+title: >
+ Deployments with your CI pipeline
+pubDate: 2023-08-22
+permalink: >-
+ archive/2023/08/22/deployments-with-your-ci-pipeline
+tags:
+ - continuous-integration
+ - pipelines
+---
+
+You have a CI pipeline in your project.
+
+Every time you push a commit, the CI pipeline runs and performs its checks.
+
+It runs the automated tests and verifies they pass, statically analyses the code to identify any issues and validates the code follows the correct coding style and standards.
+
+Everything passes.
+
+## What next?
+
+If the pipeline passes, your change is deployable.
+
+So, why not extend the pipeline to deploy the change once the checks pass?
+
+If the checks don't pass, don't deploy.
+
+It could be as simple as pushing the code to an S3 bucket, a separate Git branch or repository for managing deployments, or creating an artifact like a Docker image.
+
+Instead of waiting for someone to do this manually, remove a step and automate it within the pipeline.
+
+The sooner it's deployed, the sooner it provides value for your application's users.
diff --git a/source/_daily_emails/2023-08-23.md b/source/_daily_emails/2023-08-23.md
new file mode 100644
index 00000000..a10cc725
--- /dev/null
+++ b/source/_daily_emails/2023-08-23.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Don't use third-party services directly
+pubDate: 2023-08-23
+permalink: >-
+ archive/2023/08/23/dont-use-third-party-services-directly
+tags:
+ - automated-testing
+---
+
+If you need to integrate your application with a third-party service, don't integrate it directly - even if it has an SDK.
+
+Doing so locks you into a single implementation and a single vendor.
+
+If you write your own integration layer, it's possible to add multiple implementations, such as different payment gateways, that conform with a single interface.
+
+If you need to switch to a different provider or add multiple options, you can without changing the existing code.
+
+It also makes it easier to test as you can write a fake implementation and use it for testing.
diff --git a/source/_daily_emails/2023-08-24.md b/source/_daily_emails/2023-08-24.md
new file mode 100644
index 00000000..241addac
--- /dev/null
+++ b/source/_daily_emails/2023-08-24.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Testing multiple implementations with contract tests
+pubDate: 2023-08-24
+permalink: >-
+ archive/2023/08/24/testing-multiple-implementations-with-contract-tests
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+If you have multiple implementations of a service, as I [mentioned in yesterday's email](https://www.oliverdavies.uk/archive/2023/08/23/dont-use-third-party-services-directly), you need to ensure they all provide the same functionality.
+
+You need to be able to run the same tests against each implementation and have them pass.
+
+## How do you do this?
+
+In PHP, I use a trait that contains the test methods and then have a test class for each implementation that uses the trait and sets up any test data.
+
+Then, each test class will run the methods from the contract test trait and ensure they all provide the same behaviour, regardless of how it does so - whether it communicates with an API, uses an SDK, or returns fake values.
+
+If one implementation doesn't return the same result as the others, its test will fail.
+
+If you add a new implementation, you create a new test class, use the trait and get the tests to pass.
diff --git a/source/_daily_emails/2023-08-25.md b/source/_daily_emails/2023-08-25.md
new file mode 100644
index 00000000..9c922ce3
--- /dev/null
+++ b/source/_daily_emails/2023-08-25.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Start with a vague test
+pubDate: 2023-08-25
+permalink: >-
+ archive/2023/08/25/start-with-a-vague-test
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+If you're unsure what your first test should be, start by writing a test with an intentionally vague name, just to get you started.
+
+It may not be clear straight away what you're trying to test.
+
+Once you get the ball rolling and you write more, it will usually become clear.
+
+Then you can go back and rename the test method to something more specific.
diff --git a/source/_daily_emails/2023-08-26.md b/source/_daily_emails/2023-08-26.md
new file mode 100644
index 00000000..66fec79c
--- /dev/null
+++ b/source/_daily_emails/2023-08-26.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Work in small chunks
+pubDate: 2023-08-26
+permalink: >-
+ archive/2023/08/26/work-in-small-chunks
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When working with teams who are starting with automated tests and test-driven development, a common issue is being stuck on a failing test and trying to do too much at once while getting it to pass.
+
+Instead, work in small bite-sized iterations and focus on getting the test to pass as quickly as possible.
+
+You don't want to be stuck in a failing state for longer than you need to.
+
+Run the tests often, write the simplest code possible and don't write any code that isn't driven by a failing test.
+
+Don't make too many changes at once so, if you do get stuck, you can reset to the last working test and start again.
diff --git a/source/_daily_emails/2023-08-27.md b/source/_daily_emails/2023-08-27.md
new file mode 100644
index 00000000..2a2f09a0
--- /dev/null
+++ b/source/_daily_emails/2023-08-27.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Pull requests are great for open-source, but not for teams
+pubDate: 2023-08-27
+permalink: >-
+ archive/2023/08/27/pull-requests-are-great-for-open-source
+tags:
+ - code-review
+ - git
+ - trunk-based-development
+---
+
+Code review with pull and merge requests is great for open-source but not for development teams or soloists.
+
+On an open-source project, the code changes are most likely being submitted by someone you don't know and don't work with regularly, so having a step to review the code prior to merging it and decide if you want to take on the responsibility of maintaining it is a big decision.
+
+On a development team, you work closely with the person submitting the change request and you have a shared responsibility and ownership of the code being added. The person isn't going to submit their change and not be seen again.
+
+It takes time for code to be reviewed, which means it takes longer for the change to be released to users.
+
+If you're a soloist, are you going to submit a request for you to review your own code?
+
+If you don't need to do code review on your team, do you need to create feature or topic branches?
+
+I'd suggest sticking to one canonical branch and doing trunk-based development instead.
diff --git a/source/_daily_emails/2023-08-28.md b/source/_daily_emails/2023-08-28.md
new file mode 100644
index 00000000..9c91ee21
--- /dev/null
+++ b/source/_daily_emails/2023-08-28.md
@@ -0,0 +1,21 @@
+---
+title: >
+ Pair and mob programming are continuous code review
+pubDate: 2023-08-28
+permalink: >-
+ archive/2023/08/28/pair-and-mob-programming-are-continuous-code-review
+tags:
+ - code-review
+ - pair-programming
+ - mob-programming
+---
+
+Instead of a single Developer working individually on a task and submitting it for a code review once complete, try pair or mob programming.
+
+As well as extra benefits, such as knowledge sharing and shared responsibility for the code, it's continuously reviewed and improved during the session.
+
+Questions from "Why are we doing it this way?" to "What's the best name for this variable?" can be asked, and decisions and changes can be made in real time.
+
+So, why wait until the task is complete and the code is harder to change to review it?
+
+Why not have it reviewed as it's written?
diff --git a/source/_daily_emails/2023-08-29.md b/source/_daily_emails/2023-08-29.md
new file mode 100644
index 00000000..d8fc31dd
--- /dev/null
+++ b/source/_daily_emails/2023-08-29.md
@@ -0,0 +1,34 @@
+---
+title: >
+ CI pipelines are an automated code review
+pubDate: 2023-08-29
+permalink: >-
+ archive/2023/08/29/ci-pipelines-are-an-automated-code-review
+tags:
+ - code-review
+ - ci-pipelines
+---
+
+I've worked on various teams over the last 13 years on which we've needed to do feature branches, pull requests and code reviews.
+
+If the request isn't approved by (usually) two people, it won't be merged.
+
+Instead of focusing on the problem that needed to be solved and how I'd done it, many reviews focused on the small details.
+
+Do the lines have the correct number of spaces before them?
+
+Do the comments end with a full stop?
+
+Do the lines wrap at the correct point, and are your variable names in the right case?
+
+Essentially, does the code comply with the agreed coding standards?
+
+## Here's the thing
+
+Whilst important (you want the code to follow standards and be in a consistent format), doing these checks manually is not a good use of time and is not what the code review should focus on.
+
+These checks can be automated using CI pipelines or Git hooks to run tools like PHPCS to review and sometimes fix coding standards issues.
+
+Automating these checks means the Developers can focus on what they should be reviewing.
+
+How are they solving the problem, not how many spaces is the code indented by.
diff --git a/source/_daily_emails/2023-08-30.md b/source/_daily_emails/2023-08-30.md
new file mode 100644
index 00000000..9a236d05
--- /dev/null
+++ b/source/_daily_emails/2023-08-30.md
@@ -0,0 +1,22 @@
+---
+title: >
+ TDD and "Unexpected errors"
+pubDate: 2023-08-30
+permalink: >-
+ archive/2023/08/30/tdd-and-unexpected-errors
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+When working on projects, it's common to see messages like "The website encountered an unexpected error. Please try again later.".
+
+Usually, this is the message shown to the user, whilst a more detailed error message is logged for Developers to diagnose and fix the underlying error.
+
+The wording "unexpected error" has been intriguing to me, though. When do you expect an error?
+
+The best example I can think of for an expected error is when doing test-driven development.
+
+When doing TDD, you want to see an error to start as you start with a failing test.
+
+Then, you write the code to remove the error and get the test passing.
diff --git a/source/_daily_emails/2023-08-31.md b/source/_daily_emails/2023-08-31.md
new file mode 100644
index 00000000..51fa7697
--- /dev/null
+++ b/source/_daily_emails/2023-08-31.md
@@ -0,0 +1,16 @@
+---
+title: >
+ Code review discourages small refactorings
+pubDate: 2023-08-31
+permalink: >-
+ archive/2023/08/31/code-review-discourages-small-refactorings
+tags:
+ - code-reviews
+ - trunk-based-development
+---
+
+If, for every change to a codebase, you need to create a topic branch, create a pull or merge request, and wait for it to be reviewed and approved - which can take days, weeks or longer - does that discourage you from making small changes?
+
+If you spotted some unused commented-out code whilst working in a file and went to remove it or a variable that could have a better name, would you change it?
+
+Alternatively, if you could make the change and know from a CI pipeline within a few minutes that everything still worked, would you be more likely to make the change and improve the code for yourself and the next person to work on it?
diff --git a/source/_daily_emails/2023-09-01.md b/source/_daily_emails/2023-09-01.md
new file mode 100644
index 00000000..fb0d3dc5
--- /dev/null
+++ b/source/_daily_emails/2023-09-01.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Non-blocking code reviews
+pubDate: 2023-09-01
+permalink: >-
+ archive/2023/09/01/non-blocking-code-reviews
+tags:
+ - ci-pipelines
+ - code-review
+---
+
+If your team wants or needs to do code reviews, but you don't want it to slow down development, you could implement non-blocking code reviews.
+
+Instead of creating a topic branch for a feature or fix, creating a pull or merge request and waiting for it to be reviewed before merging, the commit is merged, and the code is reviewed afterwards.
+
+The ticket workflow could look like this:
+
+To Do -> Doing -> Merged -> Reviewed -> Tested -> Deployed
+
+Or:
+
+To Do -> Doing -> Merged -> Deployed -> Tested -> Reviewed
+
+The focus is getting the update to production, and the review is deferred.
+
+The same CI pipeline rules apply - it must be passing before the code can be deployed, so the same quality checks are run.
+
+With this approach, the code is still reviewed, either in the pull or merge request or by the commits on the mainline branch if doing trunk-based development. It's just done later.
diff --git a/source/_daily_emails/2023-09-02.md b/source/_daily_emails/2023-09-02.md
new file mode 100644
index 00000000..d8fce915
--- /dev/null
+++ b/source/_daily_emails/2023-09-02.md
@@ -0,0 +1,31 @@
+---
+title: >
+ Planning first or reviewing last?
+pubDate: 2023-09-02
+permalink: >-
+ archive/2023/09/02/planning-first-or-reviewing-last
+tags:
+ - code-review
+ - pair-programming
+ - mob-programming
+---
+
+Code reviews are something that happens after the code has been written.
+
+Usually, a task is assigned to someone who completes it and makes the code available to their team members before it's merged.
+
+The problem is that if the implementation is wrong, it's already been written, which costs time and money.
+
+If the change needed to be rewritten or majorly changed before it could be merged, as well as being an awkward conversation, it would cost more time and money to do.
+
+## Here's the thing
+
+Instead of reviewing the code after it's been written, invest more time into planning how the implementation should work upfront.
+
+What potential solutions exist, and which would work best in this situation?
+
+Write technical design documents and, if needed, create a small proof of concept.
+
+Do this as a team and decide on the approach before any code is written and time or effort is spent.
+
+Then, the person working on the task will have a clearer path, and if you still want to review the code afterwards, you have something to compare it to.
diff --git a/source/_daily_emails/2023-09-03.md b/source/_daily_emails/2023-09-03.md
new file mode 100644
index 00000000..8b5b4754
--- /dev/null
+++ b/source/_daily_emails/2023-09-03.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Including time for tests in estimates
+pubDate: 2023-09-03
+permalink: >-
+ archive/2023/09/03/including-time-for-tests-in-estimates
+tags:
+ - automated-testing
+ - test-driven-development
+ - software-development
+ - estimation
+---
+
+If you need to provide estimates for your tasks and intend to write tests, include the time for the tests within the estimate.
+
+Don't provide different estimates for testing and the implementation, or with tests and without tests - give one estimate that includes both.
+
+Writing tests and testable code will take longer to begin with, but practice makes perfect and will save time in the long run.
diff --git a/source/_daily_emails/2023-09-04.md b/source/_daily_emails/2023-09-04.md
new file mode 100644
index 00000000..17440b2e
--- /dev/null
+++ b/source/_daily_emails/2023-09-04.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Charging more _not_ to write tests
+pubDate: 2023-09-04
+permalink: >-
+ archive/2023/09/04/charging-more-not-to-write-tests
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+Joel Clermont [replied to a previous email on Twitter](https://twitter.com/jclermont/status/1690872089878691840):
+
+> I once toyed around with the idea of charging MORE to do it without tests. Had a client pushing back very hard when I mentioned testing (what I thought they’d perceive as a benefit). Ended up not pursuing it, but was a fun idea at the time.
+
+It's an interesting idea.
+
+How much more would you charge not to write tests?
+
+How much more would make you feel comfortable and confident that the application works as expected, and would cover the additional time for finding and fixing the bugs caused by not writing tests?
+
+As Joel said, it was a fun idea, though it seems counter-intuitive to me, as the a client would be paying more for worse software.
diff --git a/source/_daily_emails/2023-09-05.md b/source/_daily_emails/2023-09-05.md
new file mode 100644
index 00000000..35d7e4fa
--- /dev/null
+++ b/source/_daily_emails/2023-09-05.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Spring clean before upgrading
+pubDate: 2023-09-05
+permalink: >-
+ archive/2023/09/05/spring-clean-before-upgrading
+tags:
+ - drupal
+ - software-upgrades
+---
+
+One of the first things I do when reviewing whether an application can be upgraded is to look for anything that can be removed.
+
+If it has modules that aren't used, uninstall and remove them.
+
+A common one for Drupal projects is modules left from previous migrations, such as from Field Collections to Paragraphs that are no longer needed but still present.
+
+Remove any old themes that are no longer used.
+
+If you have content types, fields or views that aren't used, remove them, assuming you don't need the data.
+
+Remove unused routes, Controllers or other classes not used in custom modules, or any other unused custom code.
+
+Less moving parts means less to upgrade now and maintain in the future.
diff --git a/source/_daily_emails/2023-09-06.md b/source/_daily_emails/2023-09-06.md
new file mode 100644
index 00000000..11d062a3
--- /dev/null
+++ b/source/_daily_emails/2023-09-06.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Verbosity over abstraction
+pubDate: 2023-09-06
+permalink: >-
+ archive/2023/09/06/verbosity-over-abstraction
+tags:
+ - software-development
+---
+
+Recently, a steamer said they "prefer verbosity over abstraction/confusion".
+
+In that scenario, it was regarding the name of a microservice they were creating. It was long and verbose, but it described what it did.
+
+It was clear to anyone working on that project what that service did, now and in the future.
+
+I prefer this to shorter, less-descriptive names.
+
+I hardly ever create a variable called `$x`, `$k` or `$v`. I only would if it was clear what it meant within its context.
+
+I like to write descriptive names for test methods that explain what the test is doing. Even if I start with a vague name, I'll refactor it to make it more specific and clearer.
+
+I prefer not to use PHP functions like `compact` and to write it out and avoid the abstraction and any confusion it could cause.
+
+I prefer code to be verbose, descriptive and easy to read, understand and change.
diff --git a/source/_daily_emails/2023-09-07.md b/source/_daily_emails/2023-09-07.md
new file mode 100644
index 00000000..d0cf64f6
--- /dev/null
+++ b/source/_daily_emails/2023-09-07.md
@@ -0,0 +1,59 @@
+---
+title: >
+ What's the simplest test to begin with?
+pubDate: 2023-09-07
+permalink: >-
+ archive/2023/09/07/what-s-the-simplest-test-to-begin-with
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - php
+ - drupal
+---
+
+When giving talks and workshops or coaching on automated testing and test-driven development, some people may not have written tests before and aren't familiar with the structure or know where to begin.
+
+In the workshops I ran for DrupalCamp London and DrupalCamp NYC, I wanted to cover this first before writing any implementation code.
+
+Where do you put a test class, and what does it contain?
+
+How do you run the tests, and how can you make it pass or fail?
+
+## What we did
+
+To start, we wrote a test for existing functionality within Drupal core - anonymous users can visit the front page.
+
+This is the whole test:
+
+```language-php
+drupalGet('');
+
+ $this->assertResponse(Response::HTTP_OK);
+ }
+
+}
+```
+
+This is a test someone can write, run and see the test pass.
+
+They can then experiment by changing the values to make the test fail in different ways.
+
+## What next?
+
+Then, we tested anonymous users cannot access the administration pages, which is also already the case in Drupal core, and then authenticated users with the correct permissions could access them.
+
+People were getting the idea by now, and we moved on to writing and testing some of our own code.
diff --git a/source/_daily_emails/2023-09-08.md b/source/_daily_emails/2023-09-08.md
new file mode 100644
index 00000000..f34824ad
--- /dev/null
+++ b/source/_daily_emails/2023-09-08.md
@@ -0,0 +1,24 @@
+---
+title: >
+ Do you proactively refactor your code?
+pubDate: 2023-09-08
+permalink: >-
+ archive/2023/09/08/do-you-proactively-refactor-your-code
+tags:
+ - software-development
+ - refactoring
+---
+
+Do you go back and proactively refactor code you've previously written?
+
+In my experience, once some code is working, it's usually not reviewed again and refactored, and any TODO comments are still there.
+
+If code is refactored, it's usually triggered by adding a new feature or fixing a bug that will be difficult or impossible with the existing code - i.e., make the change easy, then make the easy change.
+
+Very rarely have I seen code be refactored to make it easier to read or change in the future.
+
+Do you proactively refactor code or wait until something forces it to happen?
+
+Do you not refactor code at all once it's been written?
+
+Reply to this email and let me know which and why.
diff --git a/source/_daily_emails/2023-09-09.md b/source/_daily_emails/2023-09-09.md
new file mode 100644
index 00000000..34d947b5
--- /dev/null
+++ b/source/_daily_emails/2023-09-09.md
@@ -0,0 +1,26 @@
+---
+title: >
+ A lack of tests discourages refactoring
+pubDate: 2023-09-09
+permalink: >-
+ archive/2023/09/09/a-lack-of-tests-discourages-refactoring
+tags:
+ - automated-testing
+ - test-driven-development
+ - refactoring
+ - software-development
+---
+
+A common cause of not refactoring code is a lack of test coverage.
+
+Why change some code if it works? What if we break it whilst refactoring it and introduce a regression?
+
+If the code has accompanying automated tests, this can't happen.
+
+The tests should be passing before starting a refactor and should be passing once the refactor is complete.
+
+If the tests fail, the refactor was unsuccessful and should be reverted.
+
+If you have a CI pipeline, a failing test should break the pipeline and prevent any further steps if you're doing continuous delivery or deployment whilst signalling to the Developer their refactor was unsuccessful and the pipeline needs to be fixed.
+
+Without tests, the code could be broken during the refactor, and we wouldn't know.
diff --git a/source/_daily_emails/2023-09-10.md b/source/_daily_emails/2023-09-10.md
new file mode 100644
index 00000000..ee05236d
--- /dev/null
+++ b/source/_daily_emails/2023-09-10.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Code is read more than it's written
+pubDate: 2023-09-10
+permalink: >-
+ archive/2023/09/10/code-is-read-more-than-it-s-written
+tags:
+ - software-development
+---
+
+A lot of code is written once by one person and not changed again.
+
+But it's read by multiple people at multiple times.
+
+If the code is read more than it's written, we should be optimising it for readability so it's easier for people to understand.
+
+The application doesn't care whether you wrote the code the "clever" way or the "boring" way, but people will appreciate the more readable version.
+
+If I need to review or work on the code in the future, I want to read and understand it easily.
diff --git a/source/_daily_emails/2023-09-11.md b/source/_daily_emails/2023-09-11.md
new file mode 100644
index 00000000..eb059f66
--- /dev/null
+++ b/source/_daily_emails/2023-09-11.md
@@ -0,0 +1,61 @@
+---
+title: >
+ Don't use "else"
+pubDate: 2023-09-11
+permalink: >-
+ archive/2023/09/11/dont-use-else
+tags:
+ - software-development
+ - clean-code
+---
+
+
+A popular approach to writing clean code is to avoid the "else" keyword and, if possible, avoid nesting `if` statements within other `if` statements.
+If I look at some code, I want to see as few indentation levels as possible, making the code easier to read and understand.
+
+## What should I do instead?
+
+Instead, you check for a condition; if that isn't met, you return early.
+For example, here is some code I saw recently during a meetup talk:
+
+```language-php
+$callingClass = $scope->getClassReflection()->getName();
+
+if ($callingClass === TextMessageQueueProcessor::class) {
+ return [];
+}
+
+$type = $scope->getType($node->var);
+
+foreach ($type->getReferencedClasses() as $targetClass) {
+ if ($targetClass === TextMessageSender::class) {
+ return [
+ RuleErrorBuilder::message(
+ sprintf(
+ "Can not call %s from %s",
+ $targetClass,
+ $callingClass
+ )
+ )->build()
+ ];
+ }
+}
+
+return [];
+```
+
+There are no `else` statements.
+
+If the calling class isn't of the required type, it returns immediately with no violations, and we continue, knowing the calling class must be what we need.
+
+If the target class is one where the code shouldn't be called from, it returns immediately with the violation.
+
+Finally, if no violations were found within the referenced classes, it returns an empty array.
+
+## Here's the thing
+
+The code always returns an array of rule violations but does so as soon as possible at each point.
+
+The code is clean and readable, and I can understand it, knowing once each condition is passed, I don't need to continue thinking about it.
+
+Whilst there are some situations to use `else`, most of the time I've found that I can use an early return instead.
diff --git a/source/_daily_emails/2023-09-12.md b/source/_daily_emails/2023-09-12.md
new file mode 100644
index 00000000..7c5faf80
--- /dev/null
+++ b/source/_daily_emails/2023-09-12.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Don't inject too many dependencies
+pubDate: 2023-09-12
+permalink: >-
+ archive/2023/09/12/dont-inject-too-many-dependencies
+tags:
+ - software-development
+ - clean-code
+---
+
+While dependency injection is a good practice - i.e., passing dependencies into a class, usually via a constructor method - you want to be aware of how many dependencies you inject into each class.
+
+There's no hard and fast rule, but I usually notice when I get to three dependencies and rarely inject more than four or five into a class.
+
+Having too many dependencies suggests that the class is doing too much and has too many responsibilities and that another class may be needed.
+
+## Here's the thing
+
+Having smaller and simpler classes makes them easier to read, maintain and review. Ideally, each class should only have one responsibility, so it adheres to the Single Responsibility Principle (the "S" in SOLID).
+
+Creating classes is cheap, so why not split one large and difficult-to-maintain class with many dependencies into multiple smaller and easier-to-work-with ones?
diff --git a/source/_daily_emails/2023-09-13.md b/source/_daily_emails/2023-09-13.md
new file mode 100644
index 00000000..6a975ff0
--- /dev/null
+++ b/source/_daily_emails/2023-09-13.md
@@ -0,0 +1,48 @@
+---
+title: >
+ Which type of test should I use?
+pubDate: 2023-09-13
+permalink: >-
+ archive/2023/09/13/which-type-of-test-should-i-use
+tags:
+ - drupal
+ - php
+ - automated-testing
+ - test-driven-development
+---
+
+Drupal offers a few different types of tests you can use, but how do you know which one to pick?
+
+This is how I decide based on what I need to test by asking these questions:
+
+## Do I need to test HTTP requests and responses?
+
+Do I need to make GET or POST requests to a URL and check its response code, e.g. to check the endpoint exists, that I get an expected "Page not found" or "Forbidden" message, or to check if an item was created or updated?
+
+If so, use a `Functional` test like `BrowserTestBase`.
+
+## Do I need to test with JavaScript?
+
+`BrowserTestBase` doesn't include JavaScript, so use a `FunctionaJavaScript` test if needed.
+
+## Do I need to retrieve services from the service/Dependency Injection container?
+
+If I don't need to make HTTP requests but need access to the service container, I use a Kernel test such as `KernelTestBase`.
+
+There's more setup for kernel tests compared to functional tests, such as installing the required configuration and creating schema tables in the database. However, having less installed means the tests run faster.
+
+There are different base classes, such as `EntityKernelTestBase`, that can be used depending on the situation to simplify the setup.
+
+## Can I test the code in isolation without the service container?
+
+If I can test the code without needing the service container and mock simple dependencies, then use a `Unit` test.
+
+These are very fast to run, but you can overuse mocks and sometimes test the mocks instead of the code you intended to test.
+
+## Here's the thing
+
+As well as the regular unit test type, Drupal offers various types of test that can be used depending on the situation.
+
+I like to start with functional tests first and switch to kernel or unit tests when needed. They're slower to run but easier to write as they need less setup and arguably provide the most value.
+
+If you're just getting started with testing, they're probably the quickest to learn too.
diff --git a/source/_daily_emails/2023-09-14.md b/source/_daily_emails/2023-09-14.md
new file mode 100644
index 00000000..ec1ef72e
--- /dev/null
+++ b/source/_daily_emails/2023-09-14.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Outside-in or inside-out?
+pubDate: 2023-09-14
+permalink: >-
+ archive/2023/09/14/outside-in-or-inside-out
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+[In yesterday's email][yesterday], I described the different types of tests available in Drupal and how to determine which test I should use.
+
+I start with functional tests and move to kernel or unit tests when needed, so I usually have more functional tests, some kernel tests and a few unit tests.
+
+This is the outside-in approach to testing.
+
+The opposite is inside-out testing when you start with unit tests and have fewer functional tests.
+
+Tests written outside-in are slower to run as they need to perform tasks like HTTP requests and interact with the database, compared to unit tests, which are fast to run but do reply on mocking dependencies rather than using real services and content.
+
+Which do you prefer? Reply and let me know.
+
+[yesterday]: https://www.oliverdavies.uk/archive/2023/09/13/which-type-of-test-should-i-use
diff --git a/source/_daily_emails/2023-09-15.md b/source/_daily_emails/2023-09-15.md
new file mode 100644
index 00000000..a7b9ef25
--- /dev/null
+++ b/source/_daily_emails/2023-09-15.md
@@ -0,0 +1,53 @@
+---
+title: >
+ Types or no types
+pubDate: 2023-09-15
+permalink: >-
+ archive/2023/09/15/types-or-no-types
+tags:
+ - software-development
+ - types
+ - JavaScript
+ - TypeScript
+---
+
+Here are two versions of some example code I've recently been working on.
+
+One has types and uses TypeScript, the other is JavaScript and has no types.
+
+Which do you prefer and why?
+
+## TypeScript (with types)
+
+```js
+add(...numbers: number[]): number {
+ return numbers.reduce((a: number, b: number) => a + b, 0);
+}
+
+subtract(...numbers: number[]): number {
+ let total = numbers[0];
+
+ for (var i = 1, length = numbers.length; i < length; i++) {
+ total -= numbers[i];
+ }
+ return total;
+}
+```
+
+## JavaScript (no types)
+
+```js
+add(...numbers){
+ return numbers.reduce((a, b) => a + b, 0);
+}
+
+subtract(...numbers) {
+ let total = numbers[0];
+
+ for (var i = 1, length = numbers.length; i < length; i++) {
+ total -= numbers[i];
+ }
+
+ return total;
+}
+```
diff --git a/source/_daily_emails/2023-09-16.md b/source/_daily_emails/2023-09-16.md
new file mode 100644
index 00000000..ebed60d8
--- /dev/null
+++ b/source/_daily_emails/2023-09-16.md
@@ -0,0 +1,60 @@
+---
+title: >
+ How not to break 36,000 websites
+pubDate: 2023-09-16
+permalink: >-
+ archive/2023/09/16/how-not-to-break-36-000-websites
+tags:
+ - drupal
+ - php
+ - automated-testing
+ - test-driven-development
+---
+
+I've maintained the Override Node Options module for Drupal since early 2012.
+
+I've maintained the Drupal 7 version and written new versions for Drupal 8 onwards.
+
+At the time of writing, the module is used on at least 36,244 active Drupal websites.
+
+I don't want to break 36,000 websites, and automated testing is my way of avoiding that.
+
+I have three examples of how automated testing helped me when working on this module.
+
+## Upgrading to Drupal 8
+
+When writing the initial Drupal 8 version of the module, as I started re-writing a feature, the first thing I did was recreate the tests from the Drupal 7 version.
+
+Then, I followed a test-driven development approach to get the test passing using the Drupal 7 code for reference.
+
+When the whole test suite was in place and passing, I knew there was feature parity between the two versions.
+
+## Resolving a large merge conflict
+
+I was reviewing a feature request that had been open for some time, which included a large patch file with the code changes to implement it.
+
+However, the patch no longer applied to the code, which caused various merge conflicts.
+
+There were no additional tests within the patch, but I was able to use the existing tests to ensure the original functionality worked once the merge conflicts were resolved and there were no regressions caused by committing the patch.
+
+I did later add tests for the new functionality, but without the original test suite, I would have likely not have accepted the patch and not committed the feature.
+
+## Refactoring the code
+
+A few years ago, a colleague and I wanted to refactor the module code to make it more maintainable and easier to work on.
+
+Then, the module was used on around 30,000 websites, so this could have been risky.
+
+However, we had the test suite to ensure the functionality still worked and that our refactors were successful.
+
+If we broke something and introduced a regression, a test would fail, and we could fix it.
+
+Following the release containing the refactored code, there were no reported issues or regressions from the community.
+
+## Here's the thing
+
+Automated testing is about providing confidence.
+
+Confidence the software works as expected and is releasable, either to clients for custom software or consumers of open-source software.
+
+With a passing test suite, you can add and change code with confidence and without worrying about breaking it.
diff --git a/source/_daily_emails/2023-09-17.md b/source/_daily_emails/2023-09-17.md
new file mode 100644
index 00000000..7f6596fa
--- /dev/null
+++ b/source/_daily_emails/2023-09-17.md
@@ -0,0 +1,26 @@
+---
+title: >
+ How much refactoring should I be doing?
+pubDate: 2023-09-17
+permalink: >-
+ archive/2023/09/17/how-much-refactoring-should-i-be-doing
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+ - refactoring
+---
+
+I watched a webinar recently, and one of the panellists asked, "How much refactoring should I be doing?".
+
+The reply was, "More than you're doing now.".
+
+It was quite tongue-in-cheek, but I agree that, in general, code isn't refactored enough.
+
+One main reason is a fear of introducing regressions, and to avoid that, you need a good automated test suite.
+
+If you break the existing functionality whilst refactoring, you want the test suite to fail so you can identify and fix the regression.
+
+If the test suite passes, you can release the new code.
+
+How many tests and how much coverage do you need? There's no specfic answer - enough for you to be confident everything still works.
diff --git a/source/_daily_emails/2023-09-18.md b/source/_daily_emails/2023-09-18.md
new file mode 100644
index 00000000..402f8f9c
--- /dev/null
+++ b/source/_daily_emails/2023-09-18.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Increasing test coverage with regression tests
+pubDate: 2023-09-18
+permalink: >-
+ archive/2023/09/18/increasing-test-coverage-with-regression-tests
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+Automated test suites don't tell you everything works - they tell you what you've tested isn't broken.
+
+Having tests doesn't mean your code is bug-free. There could be edge cases or scenarios you haven't tested for that contain bugs, even though your test suite is passing.
+
+## What do we do?
+
+When you find a bug, try replicating it within an automated test before attempting to fix it.
+
+Once you have a failing test and can replicate the issue, go ahead and fix it.
+
+If the test passes, you know you've fixed the bug and solved the issue.
+
+## Here's the thing
+
+Now you have this test, you cannot re-add the bug again without the test failing. You've prevented anyone from accidentally re-introducing it in the future and increased your test coverage.
diff --git a/source/_daily_emails/2023-09-19.md b/source/_daily_emails/2023-09-19.md
new file mode 100644
index 00000000..9897afab
--- /dev/null
+++ b/source/_daily_emails/2023-09-19.md
@@ -0,0 +1,31 @@
+---
+title: >
+ Stop writing tests
+pubDate: 2023-09-19
+permalink: >-
+ archive/2023/09/19/stop-writing-tests
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+---
+
+A few years ago, I worked at an agency on a client project.
+
+We were writing automated tests and doing test-driven development. We were releasing features, and everything was going well.
+
+Mid-way through the project, we were told to stop writing tests as it was taking "too long".
+
+We did, and the number of bugs increased almost instantly.
+
+We went from essentially no bugs to having a number of tickets being rejected through our quality assurance and the client's user-acceptance testing, as well as in production by the website's users.
+
+The time we spent re-working the issues, fixing the bugs and doing remedial work in production would likely have been less than the time it would have taken to write the tests initially and avoided any reputational damage.
+
+We started writing tests again later during that project, but the middle phase was the most stressful part, and the most bugs were created.
+
+## Here's the thing
+
+It's not just about how long it takes to write the tests.
+
+Having tests will save time overall by having fewer bugs that need to be fixed, less remedial work in production, and less reshuffling of priorities to re-work tickets that affect the project plan and timescales as well as the team's output and velocity.
diff --git a/source/_daily_emails/2023-09-20.md b/source/_daily_emails/2023-09-20.md
new file mode 100644
index 00000000..86dfe245
--- /dev/null
+++ b/source/_daily_emails/2023-09-20.md
@@ -0,0 +1,46 @@
+---
+title: >
+ Why I prefer types
+pubDate: 2023-09-20
+permalink: >-
+ archive/2023/09/20/why-i-prefer-types
+tags:
+ - software-development
+ - types
+ - javascript
+ - typescript
+---
+
+Whether it's PHP or JavaScript/TypeScript, I prefer type declarations in my code.
+
+As well as benefits like auto-completion in your IDE or text editor and being able to more effectively statically analyse the code, to me, the code is more readable and easier to understand with the types included.
+
+It's more to read, but I can do so easily and immediately know what a function expects as function arguments and what it will return.
+
+Here's the code from my previous email on types from a few days ago, with and without the types declared:
+
+```js
+add(...numbers) {
+ // ...
+}
+
+subtract(...numbers) {
+ // ...
+}
+
+add(...numbers: number[]): number {
+ // ...
+}
+
+subtract(...numbers: number[]): number {
+ // ...
+}
+```
+
+Without types, I can infer what the function accepts and returns, but that's based on my assumption, which could be incorrect.
+
+What if `numbers` was an array of strings of numbers - e.g. `['one', 'two', 'three']` - and what if instead of returning the result, it stored it in state to return from a different method like `equals()` or `calculate()`?
+
+With the type declarations included, I don't need to presume, infer or make best guesses.
+
+It's clear from just reading the code.
diff --git a/source/_daily_emails/2023-09-21.md b/source/_daily_emails/2023-09-21.md
new file mode 100644
index 00000000..7bea9233
--- /dev/null
+++ b/source/_daily_emails/2023-09-21.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Buggy software causes reputational damage
+pubDate: 2023-09-21
+permalink: >-
+ archive/2023/09/21/buggy-software-causes-reputational-damage
+tags:
+ - software-development
+ - automated-testing
+ - feature-flags
+ - continuous-integration
+ - continuous-delivery
+---
+
+As well as taking longer to fix than locally or in a failed CI pipeline, shipping buggy software to production causes reputational damage.
+
+If an application goes down or doesn't run as expected, it could get noticed by your customers, clients, or your clients' customers.
+
+You want your customers and clients to be assured you're writing the correct software based on their needs and requirements, and doing so with as few bugs and issues as possible.
+
+While there are always bugs in software and occasional unexpected downtime, having these happen regularly can damage your and, if applicable, your client's reputation.
+
+Therefore, it's in everyone's interest to write high-quality and well-tested software.
+
+There will be fewer bugs, and by following practices such as feature flags and continuous integration and delivery, they can be fixed faster.
diff --git a/source/_daily_emails/2023-09-22.md b/source/_daily_emails/2023-09-22.md
new file mode 100644
index 00000000..a1c8985c
--- /dev/null
+++ b/source/_daily_emails/2023-09-22.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Documentation and comments get stale. Tests don't.
+pubDate: 2023-09-22
+permalink: >-
+ archive/2023/09/22/documentation-and-comments-get-stale
+tags:
+ - software-development
+ - automated-testing
+ - static-analysis
+---
+
+I'm sure you've seen code comments that say the code will do something when, in fact, it does something different.
+
+Or documentation that has become outdated and stale and no longer correct.
+
+Automated tests and other tools, such as static analysis, are executable documentation, so they can't become stale.
+
+If the implementation code changes and no longer matches the tests, the tests will fail, and either the implementation or test can be updated.
+
+Then, if you need to refer to the test, as long as it's passing, you know what it shows is still applicable.
+
+The same can't be said for markdown files, Confluence pages, Word documents or other static documentation.
diff --git a/source/_daily_emails/2023-09-23.md b/source/_daily_emails/2023-09-23.md
new file mode 100644
index 00000000..1a01903f
--- /dev/null
+++ b/source/_daily_emails/2023-09-23.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Everyone tests their code, but not everyone writes automated tests
+pubDate: 2023-09-23
+permalink: >-
+ archive/2023/09/23/not-everyone-writes-automated-tests
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+---
+
+Everyone tests their code.
+
+No one writes code and ships it to production before testing it works.
+
+It's just that most Developers test their code manually.
+
+They write the code, switch to a browser or terminal, and run it.
+
+It might be a quick task, such as reloading a page or executing a command, or it could be complex and time-consuming, such as filling in a long form and checking the results.
+
+In this case, automated testing is a good option.
+
+Instead of filling in the form, have the tests do it for you.
+
+It will be quicker and more reliable than doing it manually.
diff --git a/source/_daily_emails/2023-09-24.md b/source/_daily_emails/2023-09-24.md
new file mode 100644
index 00000000..91f14022
--- /dev/null
+++ b/source/_daily_emails/2023-09-24.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Test to save your job
+pubDate: 2023-09-24
+permalink: >-
+ archive/2023/09/24/test-to-save-your-job
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+I've recently been going through my YouTube "Watch Later" list and watching (or rewatching) videos of conference and meetup talks that I saved to watch later.
+
+Today's talk was by Matt Stauffer at one of the previous Laracon conferences.
+
+I've quoted Matt previously when explaining what to test on applications. The answer: "The thing you'd lose your job for if it broke".
+
+In this talk, Matt has a slide that goes further into this, titled "Test to save your job".
+
+## What Matt said
+
+The best place to start your tests is by asking yourself: "What part of this app, if broken, would make me worried for my job?"
+
+* What's most likely to break?
+* What do I have the least control over?
+* What are we about to refactor?
+* What would make my clients stress out?
+* What would make me stressed out?
+
+## What about you?
+
+Do you have any other ways to decide what code to test? Reply and let me know, as I'd love to know.
diff --git a/source/_daily_emails/2023-09-25.md b/source/_daily_emails/2023-09-25.md
new file mode 100644
index 00000000..13bf3be5
--- /dev/null
+++ b/source/_daily_emails/2023-09-25.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Should you use a staging environment?
+pubDate: 2023-09-25
+permalink: >-
+ archive/2023/09/25/should-you-use-a-staging-environment
+tags:
+ - software-development
+---
+
+The purpose of any pre-production version of your website or application (any version that isn't the public live one) is to mimic the production version and as a test run for deployments.
+
+**If I deploy this feature, will it break the website?**
+
+The issue with most staging and other pre-production environments is that they differ from what's on production. It may have been some time since the latest data was added, and its value is only as good as how close to production it is and how likely it is to find potential issues in production.
+
+If they differ greatly, the staging environment offers no value.
+
+It's not a true comparison, and instead of being a test run for a deployment to production, you're only reviewing the deployment to the staging environment itself.
+
+## Here's the thing
+
+The best situation I've experienced is where a sanitised snapshot was synced to all pre-production environments every night.
+
+I knew that my environment was, at most, a single day out of date, and I was confident that my changes would work in production if they did there.
+
+In that situation, the staging site works and testing it has value, but if it's weeks or months out of date, it doesn't, as there are too many differences for it to be an accurate representation.
diff --git a/source/_daily_emails/2023-09-26.md b/source/_daily_emails/2023-09-26.md
new file mode 100644
index 00000000..630a0f59
--- /dev/null
+++ b/source/_daily_emails/2023-09-26.md
@@ -0,0 +1,36 @@
+---
+title: >
+ Which branch should be in which environment?
+pubDate: 2023-09-26
+permalink: >-
+ archive/2023/09/26/which-branch-should-be-in-which-environment
+tags:
+ - software-development
+ - git
+ - trunk-based-development
+ - feature-flags
+---
+
+A common question is which [Git] branch should be on which environment.
+
+Most projects I've worked on have two or more environments: production, staging (or test) and development.
+
+Earlier in my career, we used Git Flow heavily. A Git branching workflow based on having different branches - i.e. `develop`, `master` and any arbitrary short-lived feature, hotfix and release branches.
+
+These matched nicely with our three environments.
+
+Usually, the `develop` branch would be used in the development environment. The `master` branch would be on staging and a tagged release from `master` on production.
+
+## What about now?
+
+I prefer trunk-based development, where there is one long-lived branch to which everyone commits their changes.
+
+There's only one branch, so you can either follow continuous deployment and use the same branch for all environments - including production - or separate production using a dedicated branch or tag if you need more control.
+
+The mainline branch is used in all pre-production environments, such as staging and development.
+
+## What about differences between the environments?
+
+What if we need differences, such as a feature that must be enabled in a particular environment if the same code is on both?
+
+My go-to approach is feature flagging, and this approach is something I'll describe more in tomorrow's email.
diff --git a/source/_daily_emails/2023-09-27.md b/source/_daily_emails/2023-09-27.md
new file mode 100644
index 00000000..837c6949
--- /dev/null
+++ b/source/_daily_emails/2023-09-27.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Separating environments with feature flags
+pubDate: 2023-09-27
+permalink: >-
+ archive/2023/09/27/separating-environments-with-feature-flags
+tags:
+ - software-development
+ - feature-flags
+---
+
+You have two or more environments and versions of your application, but you do trunk-based development, so you only have a single branch that you use on all environments.
+
+But if all environments have the same code, how can we have differences between them?
+
+What if we want a feature enabled on one environment and not the other?
+
+## Feature flags
+
+Feature flags are an approach I've previously written about. You have two branches of logic within your code, and the flow changes based on whether a flag is enabled.
+
+If a flag is enabled, execute the first block of code. Otherwise, execute the second.
+
+Now, you enable and disable the required feature flags for each environment.
+
+**The code is the same for all environments, but the enabled features and functionality are different.**
+
+Then, once the feature has been deployed and released in production, the feature flag can be removed.
diff --git a/source/_daily_emails/2023-09-28.md b/source/_daily_emails/2023-09-28.md
new file mode 100644
index 00000000..9ce78faf
--- /dev/null
+++ b/source/_daily_emails/2023-09-28.md
@@ -0,0 +1,36 @@
+---
+title: >
+ Feature flags enable continuous integration
+pubDate: 2023-09-28
+permalink: >-
+ archive/2023/09/28/feature-flags-enable-continuous-integration
+tags:
+ - software-development
+ - git
+ - continuous-integration
+ - feature-flags
+---
+
+I was recently working on a feature over a few mob programming sessions.
+
+After the session, we implemented part of the feature but couldn't merge it as it wasn't complete.
+
+After working on other things that day, I'd need to rebase my local commits and push the last-but-one commit to the remote repository to keep the incomplete feature only in my local repository (I forgot a few times and almost pushed it accidentally).
+
+The commit prevented me from following continuous integration - where everyone commits and pushes their code a minimum of once daily.
+
+What if someone else wanted to look at that code between mob sessions? They couldn't, as it was only on my laptop.
+
+If I'd made a temporary branch, it would be outdated and behind other changes to our mainline branch.
+
+## Feature flags to the rescue
+
+As this commit was part of a larger change, it couldn't be merged, so we added a feature flag around it.
+
+The values were set to null and hidden by default, and populated by the new changes and displayed if the flag was enabled.
+
+## Here's the thing
+
+This meant we could safely push the commit, make the changes available to everyone and enable the feature on the environments we wanted - preventing it from showing on production.
+
+This allowed us to get back to our usual working practices, and I didn't need to worry about accidentally pushing the commit and prematurely showing our changes in production.
diff --git a/source/_daily_emails/2023-09-29.md b/source/_daily_emails/2023-09-29.md
new file mode 100644
index 00000000..76eb84bb
--- /dev/null
+++ b/source/_daily_emails/2023-09-29.md
@@ -0,0 +1,36 @@
+---
+title: >
+ 92 changed files with 885 additions and 156 deletions
+pubDate: 2023-09-29
+permalink: >-
+ archive/2023/09/29/92-changed-files-with-885-additions-and-156-deletions
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - refactoring
+---
+
+Today, I refactored some code on a client's Drupal project I've been working on.
+
+This is what the commit says:
+
+> Showing 92 changed files with 885 additions and 156 deletions
+
+So, it's not a small refactor.
+
+As I worked on the custom modules needed for the site, I noticed that some common functionality was spread over multiple modules. This refactor moved that functionality into its own module, which is now a dependency of the others.
+
+The code is better, and the responsibilities of the modules are clearer.
+
+Whilst a large amount of those additions are adding test modules with test configuration, it's not a small refactor.
+
+## Here's the thing
+
+This is what it says at the bottom of the CI pipeline output:
+
+> OK (79 tests, 565 assertions)
+
+This is the same number of passing tests and assertions I had before I started the refactor, so I know the functionality still works.
+
+If I didn't have those tests, I wouldn't have done the refactor.
diff --git a/source/_daily_emails/2023-09-30.md b/source/_daily_emails/2023-09-30.md
new file mode 100644
index 00000000..c05b157a
--- /dev/null
+++ b/source/_daily_emails/2023-09-30.md
@@ -0,0 +1,34 @@
+---
+title: >
+ Automated testing offers repeatability
+pubDate: 2023-09-30
+permalink: >-
+ archive/2023/09/30/automated-testing-offers-repeatability
+tags:
+ - automated-testing
+ - test-driven-development
+---
+
+You work on feature or bug fix.
+
+It gets tested manually by you, a tester, and the person who requested the feature or reported the bug.
+
+It may get tested on multiple environments.
+
+It passes and it moved to production.
+
+But now it's live, it's not tested again.
+
+Although it works now, there's no guarantee it's not broken or regressed by subsequent changes.
+
+It's definitely not tested manually before every future release.
+
+## Here's the thing
+
+Automated testing offers repeatability.
+
+The tests pass, so the functionality works when you wrote it, and you can re-check it by re-running the test.
+
+The test suite can be run by Developers whilst working on other changes, before code review and before deployments.
+
+The test suite can be run automatically in a CI pipeline for every change that's pushed, and you'll know your change not only worked at the time but will continue to work.
diff --git a/source/_daily_emails/2023-10-01.md b/source/_daily_emails/2023-10-01.md
new file mode 100644
index 00000000..d5616741
--- /dev/null
+++ b/source/_daily_emails/2023-10-01.md
@@ -0,0 +1,26 @@
+---
+title: >
+ TDD: repeat and refactor
+pubDate: 2023-10-01
+permalink: >-
+ archive/2023/10/01/tdd--repeat-and-refactor
+tags:
+ - automated-testing
+ - software-development
+ - test-driven-development
+ - refactoring
+---
+
+With test-driven development, you start with a failing test and focus on getting it to pass.
+
+But what do you do once it's passing?
+
+You either repeat the process, adding more assertions to the same test until you generate the next failure or write the next failing test, or take the opportunity to refactor the code.
+
+Is there something you'd like to change within the implementation or test code? You can do that whilst the tests are passing.
+
+You may want to extract a new class or method to improve the implementation or create some test helpers to reduce duplication within the tests.
+
+You just need to keep the tests passing to ensure the code still works. If something breaks, you fix it as soon as possible, either by fixing the code or reverting to the previously passing code.
+
+Then, once you've completed the refactoring, move back into the red/green phase with the next test failure.
diff --git a/source/_daily_emails/2023-10-02.md b/source/_daily_emails/2023-10-02.md
new file mode 100644
index 00000000..4da28fd9
--- /dev/null
+++ b/source/_daily_emails/2023-10-02.md
@@ -0,0 +1,37 @@
+---
+title: >
+ Only comment what needs to be commented
+pubDate: 2023-10-02
+permalink: >-
+ archive/2023/10/02/only-comment-what-needs-to-be-commented
+tags:
+ - software-development
+ - clean-code
+---
+
+"If you comment everything, people won't read them."
+
+"As soon as one comment is incorrect, the result will be ignored."
+
+These are two comments I heard recently referring to code comments.
+
+If there are too many comments, people will get lost in the information. They won't be able to differentiate boilerplate comments from valuable ones, and as soon as one comment is incorrect, people will assume that others could likely be incorrect too and ignore them.
+
+A solution to these is to only comment what needs to be commented.
+
+Only write comments that add value, and if there are fewer comments, they are easier to read and maintain - making it more likely they will be incorrect.
+
+This is an example from an open source pull request:
+
+```language-php
+/**
+ * An interface for field access override.
+ */
+interface FieldAccessOverrideInterface {
+```
+
+In my opinion, this doesn't add any value or additional context as it repeats what's already there.
+
+Something I put in my project configuration files is to tweak the coding standards to not check, for example, for class and method docblocks - allowing me to add them where I want and where I think they're needed and add value.
+
+I think this is better than having comments everywhere, and I can focus on the ones that matter.
diff --git a/source/_daily_emails/2023-10-03.md b/source/_daily_emails/2023-10-03.md
new file mode 100644
index 00000000..eb78c201
--- /dev/null
+++ b/source/_daily_emails/2023-10-03.md
@@ -0,0 +1,33 @@
+---
+title: >
+ There is no perfect solution
+pubDate: 2023-10-03
+permalink: >-
+ archive/2023/10/03/there-is-no-perfect-solution
+tags:
+ - software-development
+---
+
+Something I've said recently when mentoring bootcamp students and working with Junior Developers is that there isn't a perfect solution to each problem, and there are multiple ways to achieve the same result.
+
+Similarly, there isn't a perfect tool for every situation.
+
+You can use different tools and get the same outcome.
+
+In some of my early emails, I talked about `run` files and `just` - two ways to write project-specific commands or aliases that simplify complex commands or group multiple commands together.
+
+Both do the same thing, but each have pros and cons.
+
+`run` files are files written in Bash, which are more verbose but can run anywhere.
+
+just is its own program that needs to be installed for it to be available, so Developers will need to have it installed, and it will need to be added to a CI pipeline to be available.
+
+I've had CI pipelines fail because they can't download just, and not because of anything in the application code.
+
+I like the simplicity of justfiles, though, and that the files are simpler.
+
+## Here's the thing
+
+If there isn't a perfect solution, approach, or tool, it comes down to the pros and cons of each. Which option is best for you, your project, or your team?
+
+There isn't a "one size fits all" solution that works for everyone all the time.
diff --git a/source/_daily_emails/2023-10-04.md b/source/_daily_emails/2023-10-04.md
new file mode 100644
index 00000000..8711419c
--- /dev/null
+++ b/source/_daily_emails/2023-10-04.md
@@ -0,0 +1,21 @@
+---
+title: >
+ The best solution is the one that gets the tests to pass
+pubDate: 2023-10-04
+permalink: >-
+ archive/2023/10/04/the-best-solution-is-the-one-that-gets-the-tests-to-pass
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+As I said yesterday, there is no perfect solution or approach for every situation.
+
+However, when doing test-driven development, there is a best solution.
+
+The simplest thing that gets a failing test to pass.
+
+Whether it's hard-coding a return value or putting the initial logic in a Controller, that's the objective.
+
+Once the test is passing, you can refactor the code or continue writing tests, which will each have their own best solution.
diff --git a/source/_daily_emails/2023-10-05.md b/source/_daily_emails/2023-10-05.md
new file mode 100644
index 00000000..096a9a9d
--- /dev/null
+++ b/source/_daily_emails/2023-10-05.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Some solutions are good enough
+pubDate: 2023-10-05
+permalink: >-
+ archive/2023/10/05/some-solutions-are-good-enough
+tags:
+ - software-development
+ - technical-debt
+---
+
+Once you have a passing test and you're confident your code works as expected, what do you do next?
+
+Do you keep refactoring and changing it, or is it good enough?
+
+Do you need to extract additional classes and methods now, or as the test is passing, do you move on to the next task?
+
+The main objective is to ship the change and for it to provide value to users, not to have a perfect or "gold-plated" solution.
+
+Once it's shipped, because you have tests, you can confidently refactor it in the future.
diff --git a/source/_daily_emails/2023-10-06.md b/source/_daily_emails/2023-10-06.md
new file mode 100644
index 00000000..a502b9d3
--- /dev/null
+++ b/source/_daily_emails/2023-10-06.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Software development is like going to the Dentist
+pubDate: 2023-10-06
+permalink: >-
+ archive/2023/10/06/software-development-is-like-going-to-the-dentist
+tags:
+ - software-development
+ - refactoring
+ - deployments
+---
+
+Working on software development tasks is like going to the Dentist.
+
+Releasing new features, bug fixes, dependency updates, and refactoring is better and less painful when done regularly.
+
+Doing these changes in small and regular batches is less risky than less frequent and larger releases.
+
+It's easier to identify the cause of any issues and correct course if things aren't going to plan.
diff --git a/source/_daily_emails/2023-10-07.md b/source/_daily_emails/2023-10-07.md
new file mode 100644
index 00000000..7915a8be
--- /dev/null
+++ b/source/_daily_emails/2023-10-07.md
@@ -0,0 +1,31 @@
+---
+title: >
+ A breakdown of tests from a current project
+pubDate: 2023-10-07
+permalink: >-
+ archive/2023/10/07/a-breakdown-of-tests-from-a-current-project
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+I've just added the hundredth test to a client project I'm developing.
+
+I'm following [the outside-in approach](https://www.oliverdavies.uk/archive/2023/09/14/outside-in-or-inside-out), starting with functional tests and moving to kernel and unit tests where needed - meaning more functional tests and fewer unit tests - most of which cover some complex search functionality containing custom blocks, forms, endpoints for autocomplete lists, pattern matching and results pages, which is the core functionality of the project.
+
+Here's the breakdown of the different types of tests:
+
+* Functional - 57 tests, 180 assertions
+* Kernel - 38 tests, 495 assertions
+* Unit - 5 tests, 18 assertions
+
+The tests are run automatically in a CI pipeline by GitHub Actions and Docker and usually run in two or three minutes.
+
+The project is still in progress, so I'll add more tests for the remaining functionality and possibly remove some too, as I refactor some of the code.
+
+---
+
+P.S. Are you interested in automated testing and test-driven development? I'm speaking about it at DrupalCon Europe on the 17th of October!
+
+You can also pre-register for my free 10-day automated testing email course at https://opdavi.es/testing-email-course.
diff --git a/source/_daily_emails/2023-10-08.md b/source/_daily_emails/2023-10-08.md
new file mode 100644
index 00000000..b7b8a718
--- /dev/null
+++ b/source/_daily_emails/2023-10-08.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Is test-driven development difficult?
+pubDate: 2023-10-08
+permalink: >-
+ archive/2023/10/08/is-test-driven-development-difficult
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - continuous-integration
+ - trunk-based-development
+---
+
+I recently read a post where the writer said automated testing, test-driven development, continuous integration, trunk-based development, etc, are difficult.
+
+I'm familiar with them and have been using them for some time, but I think trunk-based development is easier as there's only a single branch instead of many.
+
+Continuous integration is pulling everyone else's code at least once daily and pushing yours to ensure it doesn't conflict.
+
+Test-driven development is writing failing tests before any implementation code and refactoring once it passes.
+
+I don't think these are technically difficult, but they do require an open mind, a willingness to learn, evaluate and consider alternative approaches and, in some cases, change existing behaviour.
+
+Change can be the difficult part, not which brand you commit to, how often you push your code or when you write your tests.
diff --git a/source/_daily_emails/2023-10-09.md b/source/_daily_emails/2023-10-09.md
new file mode 100644
index 00000000..b8732840
--- /dev/null
+++ b/source/_daily_emails/2023-10-09.md
@@ -0,0 +1,20 @@
+---
+title: >
+ Spotting new things in Drupal 10.1
+pubDate: 2023-10-09
+permalink: >-
+ archive/2023/10/09/spotting-new-things-in-drupal-10-1
+tags:
+ - php
+ - drupal
+---
+
+I've recently updated my [Drupal Docker example project][project] to Drupal 10.1.5 and have been spotting new things.
+
+From British English as my default option during installation, UX improvements to the admin pages, and developer settings such as Twig caching being configurable in the admin UI.
+
+Something I've loved since Drupal 8 is the constant new features and iterative improvements being added to Drupal core.
+
+I'm looking forward to finding more of these as I keep upgrading my Docker example project as well as others.
+
+[project]: https://github.com/opdavies/docker-example-drupal
diff --git a/source/_daily_emails/2023-10-10.md b/source/_daily_emails/2023-10-10.md
new file mode 100644
index 00000000..c20c490f
--- /dev/null
+++ b/source/_daily_emails/2023-10-10.md
@@ -0,0 +1,56 @@
+---
+title: >
+ Why use Composer to manage Drupal dependencies?
+pubDate: 2023-10-10
+permalink: >-
+ archive/2023/10/10/why-use-composer-to-manage-drupal-dependencies
+tags:
+ - software-development
+ - drupal
+ - php
+ - phpc
+ - composer
+---
+
+One of the initial negatives when Drupal 8 launched was introducing Composer, PHP's dependency manager, and how it could affect non-technical users.
+
+When I started doing Drupal, I downloaded the .tar.gz or .zip file of Drupal, extracted it, and placed it within my project.
+
+I did the same for any additional modules I needed.
+
+To update them, I needed to delete my files and repeat the process of downloading and replacing them.
+
+## Drush
+
+Then, instead of doing it manually, I used Drush, the "Drupal shell", to download the files. This saved some time, but it still has down-sides.
+
+What if you needed to install a module like Pathauto, which has dependencies you also need to download and install?
+
+With Drush or downloading the files manually, you'd need to download the dependencies separately.
+
+## Composer
+
+Composer is a dependency manager, which means it can handle these dependencies for us.
+
+It looks at each project's `composer.json` file to find its dependencies and downloads them.
+
+For example, to install Pathauto, you run `composer require drupal/pathauto`.
+
+Within its output, you'll see this:
+
+```language-plain
+Package operations: 3 installs, 0 updates, 0 removals
+ - Downloading drupal/token (1.12.0)
+ - Downloading drupal/ctools (4.0.4)
+ - Downloading drupal/pathauto (1.12.0)
+```
+
+As well as Pathauto, it's downloading its dependencies - ctools and pathauto.
+
+Instead of downloading three modules, we can do it with one command.
+
+In fact, we don't need to know what its dependencies are - Composer will do that.
+
+Also, updating the modules is just another simple command - `composer update`.
+
+While it may be intimidating to non-technical users, learning a few simple commands makes installing and updating modules much easier!
diff --git a/source/_daily_emails/2023-10-11.md b/source/_daily_emails/2023-10-11.md
new file mode 100644
index 00000000..eb39049b
--- /dev/null
+++ b/source/_daily_emails/2023-10-11.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Do you need that module?
+pubDate: 2023-10-11
+permalink: >-
+ archive/2023/10/11/do-you-need-that-module
+tags:
+ - software-development
+ - drupal
+ - php
+---
+
+Drupal includes a lot of default functionality and additional core modules you can enable to extend it.
+
+There are also over 50,000 community-contributed modules you can download and add.
+
+But is it worth adding every module?
+
+If you're browsing the list of modules on Drupal.org and find one of interest, is the functionality it adds more valuable than the cost of maintaining it?
+
+Each module increases the number of updates you'll need to do to maintain the website.
+
+What if it becomes unmaintained in the future and prevents you from updating your website to the next version of Drupal or has a security issue and introduces a vulnerability?
+
+Some modules will be crucial to your website, others you can do without if you prefer a smaller maintenance overhead.
diff --git a/source/_daily_emails/2023-10-12.md b/source/_daily_emails/2023-10-12.md
new file mode 100644
index 00000000..8647d3c3
--- /dev/null
+++ b/source/_daily_emails/2023-10-12.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Business logic in template files?
+pubDate: 2023-10-12
+permalink: >-
+ archive/2023/10/12/business-logic-in-template-files
+tags:
+ - software-development
+ - drupal
+ - twig
+ - automated-testing
+---
+
+I've often heard and advocated for not "putting logic" in template files and having a separation of concerns.
+
+The templates should be as simple to read and change as possible, and any complicated logic should be moved elsewhere.
+
+There can be presentational logic - such as a simple if condition to determine if a value should be shown or looping over a list of items, but business logic should be within custom code - ideally within Service, Action or Command classes - and injected into the templates.
+
+As well as making the templates simpler and cleaner, this logic can be tested separately with automated tests to ensure it works as expected. If the logic is within a template, this can be done for some things using Functional tests, such as whether some text appears on a page, but testing whether it appears in a certain order, for example, is much harder. This is best done within kernel or unit tests.
+
+As well as being more testable, extracting the logic from a template makes it more reusable. You can use a service from multiple places within your website without duplicating it, making your website code smaller and easier to maintain.
diff --git a/source/_daily_emails/2023-10-13.md b/source/_daily_emails/2023-10-13.md
new file mode 100644
index 00000000..f8c73ee9
--- /dev/null
+++ b/source/_daily_emails/2023-10-13.md
@@ -0,0 +1,17 @@
+---
+title: >
+ Writing tests is an investment
+pubDate: 2023-10-13
+permalink: >-
+ archive/2023/10/13/writing-tests-is-an-investment
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+It can take time to write automated tests and do test-driven development, but it is an investment in a project's future stability.
+
+Spending time to write tests upfront will save time as the project progresses, make the code easier to change, and result in better software, fewer bugs, and quicker changes.
+
+Even though it takes time, it's time well spent.
diff --git a/source/_daily_emails/2023-10-14.md b/source/_daily_emails/2023-10-14.md
new file mode 100644
index 00000000..133a0c3f
--- /dev/null
+++ b/source/_daily_emails/2023-10-14.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Do you need to write tests for small or short-lived projects?
+pubDate: 2023-10-14
+permalink: >-
+ archive/2023/10/14/do-you-need-to-write-tests-for-small-or-short-lived-projects
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+When does it make sense not to write automated tests?
+
+Tests prevent regressions in codebases that are changed and updated over time.
+
+So, if you're working on a short-term project, such as a marketing campaign website that will only be live for a few months, you won't get as much benefit from having tests, especially if you may not even change it once it's live.
+
+Likewise, tests are useful for projects on which you want to avoid downtime and outages, especially if you sell products via your website or it contains important information. For other websites, such as personal blogs, that are less critical, testing may be less beneficial.
+
+Also, one of Drupal's key benefits is that you can build websites within the Drupal UI, without needing to write custom code.
+
+If you're going down this route, there is no custom code to test and a separate tool that checks URLs exist and returns the correct response code would be a better fit.
+
+If you then need to add any custom code and functionality, you may want to add tests.
+
+Whilst there are some situations where not writing tests is reasonable, there are more reasons and situations when you should, compared to not.
diff --git a/source/_daily_emails/2023-10-15.md b/source/_daily_emails/2023-10-15.md
new file mode 100644
index 00000000..58c87cab
--- /dev/null
+++ b/source/_daily_emails/2023-10-15.md
@@ -0,0 +1,14 @@
+---
+title: >
+ Off to DrupalCon
+pubDate: 2023-10-15
+permalink: >-
+ archive/2023/10/15/off-to-drupalcon
+tags:
+ - drupal
+ - drupalcon
+---
+
+This week, I'll be in Lille, France for DrupalCon Europe, where I'm presenting a session on automated testing and test-driven development in Drupal.
+
+I'll be taking a short break from these emails to enjoy the conference, focus on my talk, and finish my free email course on automated testing in Drupal.
diff --git a/source/_daily_emails/2023-10-23.md b/source/_daily_emails/2023-10-23.md
new file mode 100644
index 00000000..5a691517
--- /dev/null
+++ b/source/_daily_emails/2023-10-23.md
@@ -0,0 +1,31 @@
+---
+title: >
+ When should you run your tests?
+pubDate: 2023-10-23
+permalink: >-
+ archive/2023/10/23/when-should-run-your-tests
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+After my talk at DrupalCon, I was asked when you should run your tests.
+
+Of course, if you're doing test-driven development, you have to run the tests as you work on them and have the red, green, refactor cycle as you work on the feature or bug fix.
+
+If you're not doing TDD, I'd recommend running the whole test suite before you push your code to know it works before a peer review or to an environment for quality assurance or user-acceptance testing.
+
+## What about CI pipelines?
+
+As well as running tests manually, I'd add them to a CI pipeline, such as GitHub Actions, GitLab CI or Bitbucket Pipelines.
+
+There, tasks can be run automatically each time a commit is pushed, so you don't need to rely on them being run manually.
+
+If you're doing trunk-based development, you want the CI pipeline to run on every push to prevent regressions and ensure the tests continue to pass.
+
+If you're working with feature branches and doing code review, run the tests as part of the merge or pull request so you know everything works as expected before the code is reviewed.
+
+This answers the main "Does it work?" question, and allows the reviewer to focus on reviewing the code and suggesting improvements.
+
+If the CI pipeline in the merge or pull request fails, it needs to be fixed before submitting it for review as there's no need to review the code before it changes to fix the pipeline.
diff --git a/source/_daily_emails/2023-10-24.md b/source/_daily_emails/2023-10-24.md
new file mode 100644
index 00000000..9874a061
--- /dev/null
+++ b/source/_daily_emails/2023-10-24.md
@@ -0,0 +1,31 @@
+---
+title: >
+ How to test code you didn't write
+pubDate: 2023-10-24
+permalink: >-
+ archive/2023/10/24/how-to-test-code-you-didnt-write
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+I was also asked at DrupalCon how you write tests for code you didn't write and how you cover all of the use cases and scenarios.
+
+This is tricky. If you didn't write the code, how can you know all the scenarios you need to test?
+
+Presumably, there is some documentation, Jira tickets, user stories or acceptance criteria from when the code was written that will help you with this.
+
+Decide the most critical functionality to be tested and focus on that, as that will provide the most value.
+
+I'd start with functional tests and test for high-level outcomes, such as whether a page loads, returns the correct status code, and contains the expected text.
+
+Then, iteratively add more tests for other scenarios. Once you have the first one written, this should be easier as you already have the setup steps, such as which modules must be enabled and what configuration needs to be installed.
+
+**One test is better than none.**
+
+If you need to add any new features or fixes, ensure they have their own tests to keep a consistent level of coverage.
+
+Even with a simple module, you're unlikely to be able to identify all of the scenarios, write all the tests in one go, and have everything covered.
+
+Start with the most important test first and continue to add more iteratively.
diff --git a/source/_daily_emails/2023-10-25.md b/source/_daily_emails/2023-10-25.md
new file mode 100644
index 00000000..8fc8b3e0
--- /dev/null
+++ b/source/_daily_emails/2023-10-25.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Automated tests prevent regressions when upgrading
+pubDate: 2023-10-25
+permalink: >-
+ archive/2023/10/25/automated-tests-prevent-regressions-when-upgrading
+tags:
+ - software-development
+ - php
+ - drupal
+ - automated-testing
+ - test-driven-development
+---
+
+With Drupal 9 almost being end-of-life and unsupported, I've recently been doing a lot of Drupal 9 to 10 upgrade work.
+
+As it's a major version update, there are breaking changes that mean you may need to change your code.
+
+Here's an example of an error caused by a breaking change:
+
+> Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().
+
+To fix this, you need to call the `accessCheck()` method before executing a query and specify whether it should be checked.
+
+But how do you know if it should be checked?
+
+If you have automated tests that pass beforehand and still pass afterwards, you picked the correct option.
+
+If the test passes before and fails afterwards, you found the bug and can fix it immediately to ensure the functionality works as before.
diff --git a/source/_daily_emails/2023-10-26.md b/source/_daily_emails/2023-10-26.md
new file mode 100644
index 00000000..2648b875
--- /dev/null
+++ b/source/_daily_emails/2023-10-26.md
@@ -0,0 +1,34 @@
+---
+title: >
+ Is decoupled Drupal still a thing?
+pubDate: 2023-10-26
+permalink: >-
+ archive/2023/10/26/is-decoupled-drupal-still-a-thing
+tags:
+ - software-development
+ - drupal
+ - decoupled-drupal
+ - vuejs
+---
+
+A few years ago, decoupled or headless Drupal - where Drupal is used as an API with a separate front-end - was very popular with some large Drupal agencies and clients using it.
+
+[I gave a conference talk][talk] about how to use Drupal as a backend application for a Vue.js frontend.
+
+Recently, though, I haven't heard much about it.
+
+Some previous advocates have moved back to the more traditional approach.
+
+Interestingly, though, I did hear quite a bit about it at DrupalCon and about Drupal and Next.js in particular.
+
+I want to try using Drupal with Astro in the future and see what the landscape is like now.
+
+## What about you?
+
+Do you use Drupal in a decoupled or headless way? If so, what do you use for the frontend?
+
+If not, or if you've moved back to a more traditional approach, why?
+
+Reply and let me know.
+
+[talk]: https://www.oliverdavies.uk/talks/decoupling-drupal-vuejs
diff --git a/source/_daily_emails/2023-10-27.md b/source/_daily_emails/2023-10-27.md
new file mode 100644
index 00000000..0573942f
--- /dev/null
+++ b/source/_daily_emails/2023-10-27.md
@@ -0,0 +1,38 @@
+---
+title: >
+ Work with me and support the Drupal Association
+pubDate: 2023-10-27
+permalink: >-
+ archive/2023/10/27/work-with-me-and-support-the-drupal-association
+tags:
+ - drupal
+ - open-source
+ - php
+ - phpc
+---
+
+I used to work for the [Drupal Association][association] - the non-profit organisation that supports the Drupal project, organises DrupalCon, and maintains Drupal.org.
+
+I improved Drupal.org, fixed Drupal 8 release blockers, improved user profiles, helped make the Drupal.org theme responsive, and assisted with new websites like Drupal Events and Jobs.
+
+At DrupalCon, one of the keynote speakers said, "The Drupal Association is a small but mighty team".
+
+On the [Association staff page][staff], there are 15 staff members listed, including only five people in the Engineering team.
+
+I've been in the Drupal community for a long time and worked for various companies that make money from Drupal - a free and open-source project.
+
+However, it's "free as in puppies". You can have the puppy for free, but it costs time and money to look after it.
+
+There are programs like the Supporting Partners program which provide funding to the DA, but, at least when I worked there, a large amount of income was from event revenue from DrupalCon.
+
+## Here's the thing
+
+As someone who works mainly on Drupal consulting and development projects, I'm pledging to commit a fixed percentage from my Drupal-related services and products to the Drupal Association, including my new [team coaching] service.
+
+If the Association or Drupal weren't there, I wouldn't be able to provide those products and services, so it's in my interest to support the Drupal project and the Drupal Association. Maybe others will do the same.
+
+**Work with me and support the Drupal Association.**
+
+[association]: https://www.drupal.org/association
+[staff]: https://www.drupal.org/association/staff
+[team coaching]: https://www.oliverdavies.uk/team-coaching
diff --git a/source/_daily_emails/2023-10-28.md b/source/_daily_emails/2023-10-28.md
new file mode 100644
index 00000000..a83066f7
--- /dev/null
+++ b/source/_daily_emails/2023-10-28.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Can you move faster without tests?
+pubDate: 2023-10-28
+permalink: >-
+ archive/2023/10/28/can-you-move-faster-without-tests
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+If you don't write automated tests or do test-driven development, you might move quickly to begin with - writing code and doing small amounts of manual testing.
+
+But, once you start changing the code to add new features or fix bugs, things will begin to slow down.
+
+You'll have more to test and need to ensure you don't break the existing functionality as well as your new code works.
+
+Whilst it may be faster initially, skipping tests will cause problems later.
diff --git a/source/_daily_emails/2023-10-29.md b/source/_daily_emails/2023-10-29.md
new file mode 100644
index 00000000..aa951075
--- /dev/null
+++ b/source/_daily_emails/2023-10-29.md
@@ -0,0 +1,22 @@
+---
+title: >
+ I can drive my car blindfolded, but is it a good idea?
+pubDate: 2023-10-29
+permalink: >-
+ archive/2023/10/29/i-can-drive-my-car-blindfolded-but-is-it-a-good-idea
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+After sending [yesterday's email][yesterday], Dave Hall replied [with a LinkedIn comment][comment] I liked and wanted to share (done with permission):
+
+> In theory I can drive my car on the motorway, blind folded while not wearing a seat belt. It sounds really exciting and loads of fun. When something goes wrong it gets really messy.
+>
+> I tend to think of skipping automated tests in the same way.
+
+Just because you can do something, it doesn't mean you should.
+
+[comment]: https://www.linkedin.com/feed/update/urn:li:activity:7124401304315027456
+[yesterday]: https://www.oliverdavies.uk/archive/2023/10/28/can-you-move-faster-without-tests
diff --git a/source/_daily_emails/2023-10-30.md b/source/_daily_emails/2023-10-30.md
new file mode 100644
index 00000000..e64c9240
--- /dev/null
+++ b/source/_daily_emails/2023-10-30.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Is Drupal a CMS or a framework?
+pubDate: 2023-10-30
+permalink: >-
+ archive/2023/10/30/is-drupal-a-cms-or-a-framework
+tags:
+ - php
+ - phpc
+ - drupal
+---
+
+Drupal is typically called a CMS (content management system) - somewhere you add and edit the content for your website.
+
+However, unlike some other CMSes, unless a Drupal website uses only the default page and article content type, no Drupal websites are the same. Each will have its specific content model with different content types and fields.
+
+Instead of being a content management system, Drupal can be described as a content management framework (CMF) - a framework for building a content management system specific to each application.
+
+But as well as a content management framework, Drupal could also be considered an application framework like Symfony or Laravel.
+
+As well as building the content model, you can extend Drupal's functionality with custom modules and add custom themes to make it visually different.
+
+But, there's a lot of functionality in Drupal core itself - such as user accounts, authentication, a query builder (Views), JSON:API endpoints, and a visual page editor (Layout Builder) - to name a few things!
+
+Drupal offers much more than just managing content.
diff --git a/source/_daily_emails/2023-10-31.md b/source/_daily_emails/2023-10-31.md
new file mode 100644
index 00000000..4b793ebc
--- /dev/null
+++ b/source/_daily_emails/2023-10-31.md
@@ -0,0 +1,33 @@
+---
+title: >
+ One official Drupal development environment?
+pubDate: 2023-10-31
+permalink: >-
+ archive/2023/10/31/one-official-drupal-development-environment
+tags:
+ - drupal
+ - php
+---
+
+Yesterday, I read [a post by Kevin Quillen][post] titled 'DDEV being considered as the "official" Drupal development environment'.
+
+I've been a DDEV user, and I've also used most, if not all, of the other popular Drupal development environments.
+
+These days, I use [my own Docker Compose-based setup][mine], but I feel having an official development environment would be an excellent move for the Drupal community and project - and for new Drupal users, evaluators and contributors in particular.
+
+Anything that lowers the barrier to using or contributing to Drupal is a good thing and allows for more focused documentation and a simpler onboarding experience, similar to what other projects have - such as Laravel with Homestead, Valet and now, Sail.
+
+## Collaboration is key
+
+Instead of multiple similar projects creating the same features and fixing the same issues, there could be an opportunity to collaborate or even combine projects and resources in the future.
+
+## But what about existing teams and projects?
+
+If your company or team already uses another option, you can continue to use it.
+
+If you have an existing solution, I don't think it will be removed or abandoned in the near future.
+
+But, for new Drupal users and teams, one official development environment would be a big plus.
+
+[mine]: https://www.oliverdavies.uk/archive/2022/08/21/2022-08-21
+[post]: https://kevinquillen.com/ddev-being-considered-official-drupal-development-environment
diff --git a/source/_daily_emails/2023-11-01.md b/source/_daily_emails/2023-11-01.md
new file mode 100644
index 00000000..db8679cc
--- /dev/null
+++ b/source/_daily_emails/2023-11-01.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Drupal 9 is now end of life
+pubDate: 2023-11-01
+permalink: >-
+ archive/2023/11/01/drupal-9-is-now-end-of-life
+tags:
+ - drupal
+ - php
+---
+
+As of today, Drupal 9 is end-of-life and no longer supported.
+
+## Why?
+
+Drupal 9 relies on several other software projects, including Symfony, CKEditor, and Twig.
+
+With Symfony 4's end of life, CKEditor 4's end of life, and Twig 2's end of life all coming up soon, Drupal 9 went end of life on November 1st, 2023.
+
+## What do I do next?
+
+There will be no further releases of Drupal 9 so you need to upgrade.
+
+If you're stuck on Drupal 9, 8, or 7, get unstuck with a [Drupal upgrade roadmap][roadmap] and get directions how to upgrade to Drupal 10.
+
+[roadmap]: https://www.oliverdavies.uk/drupal-upgrade
diff --git a/source/_daily_emails/2023-11-02.md b/source/_daily_emails/2023-11-02.md
new file mode 100644
index 00000000..8302a673
--- /dev/null
+++ b/source/_daily_emails/2023-11-02.md
@@ -0,0 +1,25 @@
+---
+title: >
+ Is code coverage an objective or guideline?
+pubDate: 2023-11-02
+permalink: >-
+ archive/2023/11/02/is-code-coverage-an-objective-or-guideline
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+Many development teams and projects use code coverage - e.g. how many lines of code are covered by automated tests - as an objective, and saying it must be 100% or another percentage.
+
+But is this an effective metric?
+
+In the same way as deleting failing tests to fix a pipeline, a code coverage amount can be faked.
+
+With this in mind, what if, instead of setting an objective such as 100% code coverage, you used it as a guideline?
+
+If you're working on a legacy project, what if you set a minimum code coverage amount as a guideline to ensure any new code has tests by not dropping under that level?
+
+Would that be better than saying every line of code needs to be covered?
+
+Code coverage is something I'm thinking of using more, so I want to know what you think.
diff --git a/source/_daily_emails/2023-11-03.md b/source/_daily_emails/2023-11-03.md
new file mode 100644
index 00000000..5c4c2719
--- /dev/null
+++ b/source/_daily_emails/2023-11-03.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Why your company should contribute to open-source software
+pubDate: 2023-11-03
+permalink: >-
+ archive/2023/11/03/why-your-company-should-contribute-to-open-source-software
+tags:
+ - software-development
+ - open-source
+---
+
+I've always thought companies should contribute to open-source software.
+
+Whether it's financial or contributing time, if companies use free, open-source software (and especially if they're directly making money from it).
+
+Contributing to the software you use will improve the software, whether adding new features, fixing a bug, or contributing translations.
+
+Having contributors to the software is a great way to differentiate your company from the competition, and the knowledge gained from contributing will result in better code for your projects.
+
+If you organise or sponsor events such as conferences and meetups, you also get exposure from the event and help support the event and community.
+
+## Here's the thing...
+
+I've recently pledged to donate a percentage of income from Drupal-related services to the Drupal Association and would like to see others do the same if they can.
+
+I also sponsor several individuals and organisations on GitHub who build software and create content I use so I get better tools and knowledge for myself and my projects.
+
+If your company can contribute to open-source, I'd encourage them to do so and help support open-source software projects and communities.
diff --git a/source/_daily_emails/2023-11-04.md b/source/_daily_emails/2023-11-04.md
new file mode 100644
index 00000000..d486b083
--- /dev/null
+++ b/source/_daily_emails/2023-11-04.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Why you should contribute to open-source software
+pubDate: 2023-11-04
+permalink: >-
+ archive/2023/11/04/why-you-should-contribute-to-open-source-software
+tags:
+ - software-development
+ - open-source
+---
+
+[Yesterday's email][yesterday] explained why your company should contribute to open-source software, but why should you contribute as an individual?
+
+Most of the same reasons apply, such as gaining experience and improved knowledge from contributing.
+
+As an individual, you can build your own reputation and personal brand.
+
+You'll get exposure from contributions and involvement with initiatives, such as the Drupal admin UI improvements and other core initiatives, which look great on your CV and LinkedIn profile.
+
+This could lead to better career opportunities and potential projects.
+
+I've had paid development work directly from my open-source code contributions, as well as public speaking and event organising, so I can vouch for this.
+
+Like companies, if you make money from open-source software - either a salary or from paid projects or courses - it's in your interest to contribute so the software you use is maintained and improved so it's the best it can be.
+
+[yesterday]: https://www.oliverdavies.uk/archive/2023/11/03/why-your-company-should-contribute-to-open-source-software
diff --git a/source/_daily_emails/2023-11-05.md b/source/_daily_emails/2023-11-05.md
new file mode 100644
index 00000000..11bf6241
--- /dev/null
+++ b/source/_daily_emails/2023-11-05.md
@@ -0,0 +1,21 @@
+---
+title: >
+ I'm starting a podcast
+pubDate: 2023-11-05
+permalink: >-
+ archive/2023/11/05/i-m-starting-a-podcast
+tags:
+ - software-development
+ - podcast
+---
+
+This week, I'm starting my own podcast - [Beyond Blocks][podcast].
+
+I'll be interviewing different people in every week, focussing on Drupal and related software development topics.
+
+I have the first guests lined up, including some speakers from last month's DrupalCon Europe conference, where we can discuss their topics in more detail.
+
+If you'd like to be a guest, [get in touch][form] and let me know what you'd like to discuss.
+
+[form]: https://forms.gle/wdVqmEyQSWUx8cnm8
+[podcast]: https://www.oliverdavies.uk/podcast
diff --git a/source/_daily_emails/2023-11-06.md b/source/_daily_emails/2023-11-06.md
new file mode 100644
index 00000000..2039565e
--- /dev/null
+++ b/source/_daily_emails/2023-11-06.md
@@ -0,0 +1,24 @@
+---
+title: >
+ The first Beyond Blocks podcast episode is recorded
+pubDate: 2023-11-06
+permalink: >-
+ archive/2023/11/06/the-first-beyond-blocks-podcast-episode-is-recorded
+tags:
+ - software-development
+ - podcast
+ - drupal
+ - php
+---
+
+For my first time in the podcast host chair, I interviewed Matt Glaman - Principal Software Engineer at Acquia.
+
+I initially knew Matt from his work on Drupal Commerce, but I wanted to learn about his new project, Retrofit - a tool to make it easier to upgrade from Drupal 7 (which will be end of life in January 2025) to Drupal 10.
+
+We also talked briefly about PHPStan Drupal and drupal-check, which are some of Matt's other projects and contributions to the Drupal community.
+
+Thank you, Matt, for being the first guest on the Beyond Blocks podcast.
+
+I have other guests booked for this week, so the episode with Matt will be [published soon][podcast].
+
+[podcast]: https://www.oliverdavies.uk/podcast
diff --git a/source/_daily_emails/2023-11-07.md b/source/_daily_emails/2023-11-07.md
new file mode 100644
index 00000000..3ff4cf4a
--- /dev/null
+++ b/source/_daily_emails/2023-11-07.md
@@ -0,0 +1,37 @@
+---
+title: >
+ It depends
+pubDate: 2023-11-07
+permalink: >-
+ archive/2023/11/07/it-depends
+tags:
+ - software-development
+---
+
+Usually, in software development, there isn't always a definitive black-and-white answer to a question or situation.
+
+Most of the time, the answer is "it depends".
+
+How you approach a problem depends on context.
+
+How long do you have?
+
+Are you working on the final version or a prototype or minimum-viable product?
+
+Should you use a contributed module or write one yourself?
+
+What if an existing module hasn't been updated for some time or doesn't have tests or other quality checks included?
+
+Do you write custom CSS or use a framework like Tailwind CSS or Bootstrap?
+
+Should this project be written in this framework or CMS, or would a different one be better suited?
+
+## Here's the thing...
+
+There are usually multiple approaches to achieve the same result.
+
+Decisions will depend on a combination of various factors. In a different situation, the answer could be different.
+
+This doesn't make any solution outright wrong.
+
+It was right given the situation.
diff --git a/source/_daily_emails/2023-11-08.md b/source/_daily_emails/2023-11-08.md
new file mode 100644
index 00000000..8ef075f5
--- /dev/null
+++ b/source/_daily_emails/2023-11-08.md
@@ -0,0 +1,28 @@
+---
+title: >
+ "Building Build Configs" at PHP South West
+pubDate: 2023-11-08
+permalink: >-
+ archive/2023/11/08/building-build-configs
+tags:
+ - software-development
+ - php
+ - public-speaking
+---
+
+This evening, I'm presenting a lightning talk at the PHP South West meetup in Bristol.
+
+The talk is 'Building "Build Configs"' - a Symfony command-line tool I wrote (based on TheAltF4Stream's Rust version with the same name) that generates project-specific build configuration files.
+
+Since creating it, I've used it for personal projects, projects for clients, and example projects on GitHub - such as [my Docker Example Drupal project][example].
+
+Having a set of standardised and configurable templates makes it much easier and quicker to start a new project, which I did when creating a [Drupal Commerce Kickstart example][commerce_example] at DrupalCon.
+
+[The slides are already online][slides] and I've created [an example video][video] where I go from nothing to a ready-to-work-on Drupal website in less than a minute!
+
+If you have any questions, hit reply and let me know!
+
+[commerce_example]: https://github.com/opdavies/docker-example-drupal-commerce-kickstart
+[example]: https://github.com/opdavies/docker-example-drupal
+[slides]: https://www.oliverdavies.uk/talks/building-build-configs
+[video]: https://www.oliverdavies.uk/build-configs
diff --git a/source/_daily_emails/2023-11-09.md b/source/_daily_emails/2023-11-09.md
new file mode 100644
index 00000000..0dff63e8
--- /dev/null
+++ b/source/_daily_emails/2023-11-09.md
@@ -0,0 +1,24 @@
+---
+title: >
+ README-driven development
+pubDate: 2023-11-09
+permalink: >-
+ archive/2023/11/09/readme-driven-development
+tags:
+ - software-development
+ - documentation
+---
+
+As well as test-driven development (TDD), I also like README-driven development - a.k.a. documentation-driven development.
+
+In short, you write the documentation first, followed by the code.
+
+Like writing tests in TDD, it allows you to think about how your code will work, what functions and methods it will contain, how they'll interact together and how you expect people to use your code.
+
+This can also contain flowcharts, diagrams, example code snippets and anything else that would be useful.
+
+If you like, you could have a colleague review it in a pull/merge request before progressing.
+
+Once the README file is written and you're happy with its contents, you can start coding.
+
+Also, documentation is commonly missed or skipped in projects, so moving it forward in the development process ensures it will be done and, as it's being written nearer to the writing of the code, it's more likely to be correct instead of writing it all once the code has been written.
diff --git a/source/_daily_emails/2023-11-10.md b/source/_daily_emails/2023-11-10.md
new file mode 100644
index 00000000..162e91d4
--- /dev/null
+++ b/source/_daily_emails/2023-11-10.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Retrofit with Matt Glaman
+pubDate: 2023-11-10
+permalink: >-
+ archive/2023/11/10/retrofit-with-matt-glaman
+tags:
+ - drupal
+ - php
+ - drupal-upgrades
+ - podcast
+ - beyond-blocks
+---
+
+Today, I released [the first episode of the "Beyond Blocks" podcast](https://www.oliverdavies.uk/podcast/1-retrofit).
+
+I spoke with Matt Glaman - Principal Software Engineer at Acquia and author of Retrofit.
+
+Retrofit makes it easier to upgrade from Drupal 7 by adding compatibility layers to run your legacy code within Drupal 10 - giving you more time to port it to the modern approaches and standards.
+
+I've been aware of Matt and his work for some time, including his work on Drupal Commerce, so it was great to speak with him and for him to be the first guest on the podcast.
+
+Future episodes will be [published online](https://www.oliverdavies.uk/podcast) weekly, so feel free to subscribe and let me know if you have feedback, suggestions for future guests and topics, or want to be a guest.
diff --git a/source/_daily_emails/2023-11-11.md b/source/_daily_emails/2023-11-11.md
new file mode 100644
index 00000000..739c27a9
--- /dev/null
+++ b/source/_daily_emails/2023-11-11.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Work in small batches
+pubDate: 2023-11-11
+permalink: >-
+ archive/2023/11/11/work-in-small-batches
+tags:
+ - software-development
+ - git
+ - continuous-integration
+ - continuous-delivery
+ - continuous-deployment
+ - trunk-based-development
+---
+
+Software should be designed, written, and deployed in small batches.
+
+This is the first line from a blog post by Eric Ries and is something that gets discussed with a guest in an upcoming episode of the Beyond Blocks podcast.
+
+In the post, Eric continues by saying, "Of all of the insights I've contributed to the companies I've worked at over the years, the one I am most proud of is the importance of working in small batches".
+
+Small batches mean faster feedback, more localised problems as there are fewer changes, and reduced risk and overhead.
+
+If you work in small batches and make smaller changes, merge them regularly into the mainline branch (ideally, at least once a day), and often deploy changes to production, the releases will be quicker and less stressful, and clients and customers will be happy as their changes will be available sooner.
+
+I've worked this way, and with long-lived feature branches and large, infrequent deployments, I prefer to work in small batches and deploy often.
+
+The full blog post is found at .
diff --git a/source/_daily_emails/2023-11-12.md b/source/_daily_emails/2023-11-12.md
new file mode 100644
index 00000000..bc639868
--- /dev/null
+++ b/source/_daily_emails/2023-11-12.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Drupal gives you so much out-of-the-box
+pubDate: 2023-11-12
+permalink: >-
+ archive/2023/11/12/drupal-gives-you-so-much-out-of-the-box
+tags:
+ - software-development
+ - drupal
+---
+
+When you download and install Drupal, you get so much functionality available out-of-the-box.
+
+For example:
+
+* Content creation and editing capabilities with a flexible content type
+* A taxonomy system for categorising content.
+* Tools for managing editorial workflows.
+* User registration and authentication.
+* A role-based permission system.
+* Support for creating multilingual websites with translation tools.
+* Caching mechanisms to optimise performance.
+* Scalability features for handling high-traffic websites.
+* Built-in search functionality.
+* Robust security features, including input validation and output filtering.
+* RESTful web services for building web applications and mobile apps.
+* A flexible page and layout builder.
+
+There are over 50,000 contributed modules on Drupal.org that you can download to add functionality like eCommerce, analytics, social media integrations, quizzes, webforms and surveys.
+
+You can add specific functionality by writing your own modules, and customise a project by creating a theme.
+
+It's a great choice for a new web project.
diff --git a/source/_daily_emails/2023-11-13.md b/source/_daily_emails/2023-11-13.md
new file mode 100644
index 00000000..2e0a97f1
--- /dev/null
+++ b/source/_daily_emails/2023-11-13.md
@@ -0,0 +1,34 @@
+---
+title: >
+ PHPUnit does more than unit testing
+pubDate: 2023-11-13
+permalink: >-
+ archive/2023/11/13/phpunit-does-more-than-unit-testing
+tags:
+ - software-development
+ - automated-testing
+ - software-development
+ - test-driven-development
+ - phpunit
+ - php
+ - drupal
+ - symfony
+---
+
+As the name suggests, [PHPUnit][] is a unit testing framework for PHP.
+
+It's the defacto PHP testing framework used by the major PHP projects, such as Drupal, Symfony, Laravel.
+
+But unit testing isn't all that PHPUnit can do.
+
+These frameworks extend PHPUnit to give it more functionality.
+
+Drupal allows you to run functional/browser tests to make requests to pages, check the response codes and content, as well as integration/kernel tests to test real services instead of relying on mocking within unit tests.
+
+Symfony does the same with its web and kernel test cases.
+
+## Here's the thing
+
+If you use a framework and want to more than unit testing, intsead of including another testing framework, try using some of the PHPUnit extensions that are provided by the framework.
+
+[phpunit]: http://phpunit.de
diff --git a/source/_daily_emails/2023-11-14.md b/source/_daily_emails/2023-11-14.md
new file mode 100644
index 00000000..1afafa13
--- /dev/null
+++ b/source/_daily_emails/2023-11-14.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Why I prefer integration tests to unit tests
+pubDate: 2023-11-14
+permalink: >-
+ archive/2023/11/14/why-i-prefer-integration-tests-to-unit-tests
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - mocking
+---
+
+With unit tests, you need to mock __everything__.
+
+If what you're testing has a dependency, you need to create and use a mock version.
+
+If the mock has its own dependencies, you need to mock those, too.
+
+I've written unit tests with mocks and accidentally only tested the mocks instead of the functionality I intended.
+
+## Here's the thing
+
+With integration tests, you can use and test the real dependencies.
+
+Whilst they may be slightly slower to run, I prefer the simpler setup, less need for mocks, and knowing the real services work - not just the mocked versions.
diff --git a/source/_daily_emails/2023-11-15.md b/source/_daily_emails/2023-11-15.md
new file mode 100644
index 00000000..3e43a60a
--- /dev/null
+++ b/source/_daily_emails/2023-11-15.md
@@ -0,0 +1,33 @@
+---
+title: >
+ Don't pre-optimise and over-customise
+pubDate: 2023-11-15
+permalink: >-
+ archive/2023/11/15/dont-pre-optimise-and-over-customise
+tags:
+ - software-development
+ - clean-code
+ - automated-testing
+ - test-driven-development
+---
+
+I've been re-watching a livestream series from a few years ago, showing a SaaS product being built.
+
+The series was created from two full-day live streams to create a minimum viable product (MVP) version of the application.
+
+Several times, things like this were said:
+
+* This will eventually need to be customisable.
+* When we have multiple users, but now we only have one.
+* Let's hard-code this for now and refactor it later.
+* This isn't pixel-perfect, but let's move on.
+
+## Here's the thing
+
+As they focused on creating an MVP version, they added these things to a to-do list or wrote comments in the code to revisit it later rather than slowing down the initial development and pre-optimising the code for use cases that didn't exist yet.
+
+If there's only one user, there's no need to write code to handle multiple users.
+
+Later, once the application is launched, that feature can be added.
+
+And, because they were writing automated tests, they'd be able to refactor and extend the code and not worry about breaking it as the tests would confirm that the functionality still worked.
diff --git a/source/_daily_emails/2023-11-16.md b/source/_daily_emails/2023-11-16.md
new file mode 100644
index 00000000..65a9ed9e
--- /dev/null
+++ b/source/_daily_emails/2023-11-16.md
@@ -0,0 +1,90 @@
+---
+title: >
+ Avoiding over-mocking
+pubDate: 2023-11-16
+permalink: >-
+ archive/2023/11/16/avoiding-over-mocking
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+In unit tests, and sometimes in kernel tests, you need to mock the dependencies you aren't testing, but you can over-mock and only be testing the mocks and not the code you want to test.
+
+Here's an example (thanks, ChatGPT, for the code).
+
+## The Class to be tested (MyClass.php)
+
+```language-php
+dependency->performAction();
+
+ return "Result: " . $result;
+ }
+}
+```
+
+## Dependency Interface (DependencyInterface.php)
+
+```language-php
+createMock(DependencyInterface::class);
+
+ // Setting up the mock to return a specific value.
+ $dependencyMock->expects($this->once())
+ ->method('performAction')
+ ->willReturn('Mocked result');
+
+ // Creating an instance of MyClass with the mock.
+ $myClass = new MyClass($dependencyMock);
+
+ // Calling the method to be tested.
+ $result = $myClass->doSomething();
+
+ // Asserting that the result matches the expected value.
+ $this->assertEquals('Result: Mocked result', $result);
+ }
+
+}
+```
+
+## Here's the thing
+
+In this example, the test creates a mock for the `DependencyInterface` and sets up an expectation that the performAction method will be called once, returning a specific value.
+
+The test then calls the `doSomething` method on `MyClass` and asserts that the result is as expected.
+
+The issue with this test is that it's not testing the actual behaviour of `MyClass`.
+
+It's only testing that the mock is configured correctly.
+
+If the real implementation of `MyClass` has a bug, this test won't catch it.
diff --git a/source/_daily_emails/2023-11-17.md b/source/_daily_emails/2023-11-17.md
new file mode 100644
index 00000000..716a79f9
--- /dev/null
+++ b/source/_daily_emails/2023-11-17.md
@@ -0,0 +1,19 @@
+---
+title: >
+ Drupal's Alternate Realities
+pubDate: 2023-11-17
+permalink: >-
+ archive/2023/11/17/drupal-s-alternate-realities
+tags:
+ - drupal
+ - php
+ - phpc
+ - beyond-blocks
+ - podcast
+---
+
+[This week's episode][episode] of the Beyond Blocks podcast is live, where I speak with Panagiotis Moutsopoulos (vensires on Drupal.org) - Drupal Backend Developer at E-Sepia.
+
+We discuss his first time DrupalCon and, more specifically, his session "Drupal's Alternate Realities" - a "Birds of a Feather" (BoF) session presenting some history, but mainly the different ways to tackle a problem in Drupal using different methodologies.
+
+[episode]: https://www.oliverdavies.uk/podcast/2-alternate-realities
diff --git a/source/_daily_emails/2023-11-18.md b/source/_daily_emails/2023-11-18.md
new file mode 100644
index 00000000..59839dd2
--- /dev/null
+++ b/source/_daily_emails/2023-11-18.md
@@ -0,0 +1,48 @@
+---
+title: >
+ Writing good test names
+pubDate: 2023-11-18
+permalink: >-
+ archive/2023/11/18/writing-good-test-names
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+ - php
+ - phpunit
+---
+
+In PHPUnit, there are different ways to write test methods.
+
+The standard way is to use camel-case method names with a `test` prefix, for example:
+
+```language-php
+public function testTheProjectNameShouldBeAString(): void
+{
+ // ...
+}
+```
+
+Another popular way, particularly in some frameworks, is to use snake-case method names:
+
+```language-php
+/** @test */
+public function the_project_name_should_be_a_string(): void
+{
+ // ...
+}
+```
+
+This may be more readable but only works if the `@test` annotation is present.
+
+What if you need to add another annotation, such as `@dataProvider` to the test? Do you do multi-line docblocks everywhere, or mix and match single and multiple line docblocks depending on the test?
+
+## Here's the thing
+
+My preference switches between both ways of writing test methods.
+
+But, whichever way I write it, I write descriptive method names that explain what the test does - even if it means having a long method name.
+
+I avoid short and generic names like `testUpdate()`.
+
+People should be able to read the test name and understand what it does and what it's testing.
diff --git a/source/_daily_emails/2023-11-19.md b/source/_daily_emails/2023-11-19.md
new file mode 100644
index 00000000..384da184
--- /dev/null
+++ b/source/_daily_emails/2023-11-19.md
@@ -0,0 +1,26 @@
+---
+title: >
+ Why I've standardised on 'run' scripts
+pubDate: 2023-11-19
+permalink: >-
+ archive/2023/11/19/why-ive-standardised-on-run-scripts
+tags:
+ - software-development
+ - continuous-integration
+---
+
+In some of my first emails to this list, I wrote about `just` and `run` files.
+
+Both allow you to write project-specific aliases and commands. For example, instead of running `docker compose exec php phpunit`, you run `just test` or `run test`.
+
+While `just` uses a simple Makefile-like syntax, it requires its own program, so it needs to be installed.
+
+While I have it installed locally, I've had instances where CI pipelines have failed because they can't download and install `just` and not because of an error in my code.
+
+## Here's the thing
+
+A `run` script is a file of Bash functions.
+
+Because it's written in Bash, it runs anywhere without installing additional dependencies.
+
+If a CI pipeline fails, which is less often, it's due to a failure within my code and not because of a download error.
diff --git a/source/_daily_emails/2023-11-20.md b/source/_daily_emails/2023-11-20.md
new file mode 100644
index 00000000..37baf8b5
--- /dev/null
+++ b/source/_daily_emails/2023-11-20.md
@@ -0,0 +1,35 @@
+---
+title: >
+ What'll be in Drupal 11?
+pubDate: 2023-11-20
+permalink: >-
+ archive/2023/11/20/whatll-be-in-drupal-11
+tags:
+ - drupal
+ - php
+ - phpc
+---
+
+Drupal 9 is end-of-life and no longer supported.
+
+Drupal 10 is the current stable version, and the development branch for Drupal 11 has just been started.
+
+But what will be in Drupal 11?
+
+Well, we don't know yet.
+
+Drupal's release schedule is based on fixed dates and not on features.
+
+Whatever is ready on the release date will be included. If something isn't ready, it'll be in a future version.
+
+If something is ready sooner, it'll be in a minor 10 version, such as Drupal 10.2 or 10.3. We've seen it recently with various UI improvements in 10.1 - with more in 10.2.
+
+We saw new features, such as Layout Builder, added to Drupal core within the Drupal 8 lifecycle, and there's still time to add more to Drupal 10.
+
+## Here's the thing
+
+But, like Drupal 9 and 10, Drupal 11 won't mean a major rewrite to your code.
+
+Drupal 11 is based on Drupal 10, so the modules and themes you use will be able to work with both, allowing you to upgrade incrementally.
+
+While there isn't a definitive list of new features or changes for Drupal 11, based on things I saw and learned about at DrupalCon, I'm excited to see what makes it.
diff --git a/source/_daily_emails/2023-11-21.md b/source/_daily_emails/2023-11-21.md
new file mode 100644
index 00000000..6b3f49a8
--- /dev/null
+++ b/source/_daily_emails/2023-11-21.md
@@ -0,0 +1,52 @@
+---
+title: >
+ Why I built "Build Configs"
+pubDate: 2023-11-21
+permalink: >-
+ archive/2023/11/21/why-i-built-build-configs
+tags:
+ - docker
+ - docker-compose
+ - php
+ - phpc
+ - drupal
+ - symfony
+---
+
+[Build Configs] is a tool I wrote and recently [gave a lightning talk about][talk] at the PHP South West meetup in Bristol, UK.
+
+It's a command-line tool that creates customised per-project configuration files from a set of reusable templates.
+
+It's a Symfony project using components such as Console, Validator, and Twig for templating.
+
+But why did I build it?
+
+## What was I doing before?
+
+When starting a new project, I'd copy configuration files from an existing project and alter them as needed.
+
+If a project uses a `docroot` directory instead of `web`, a different version of PHP, or Caddy instead of Nginx, I'd need to change the files manually for the new project, add any required features, or fix any bugs.
+
+## What was the issue with this?
+
+It took time to set up new projects, and there would be drift between them.
+
+I may have added a feature to one project, but it wouldn't exist in the one I was working on.
+
+If I needed to move a feature from one project to another, I needed to do it manually.
+
+## How does Build Configs solve the issue?
+
+Now, I have a canonical set of template files.
+
+Instead of making ad-hoc changes to each project, I can add new features and fix bugs in the templates, and re-generate the configuration files for each project.
+
+I don't need to worry about drift between projects because they're all in sync and generated automatically.
+
+It's quicker to create and onboard projects using existing configurations instead of copying files and making manual changes.
+
+If you want to see an example, [watch this video][video] where I set up a new Drupal 10 project from nothing to running website in less than a minute.
+
+[build configs]: https://www.oliverdavies.uk/build-configs
+[talk]: https://www.oliverdavies.uk/talks/building-build-configs
+[video]: https://www.youtube.com/watch?v=LkhsdmxReUc
diff --git a/source/_daily_emails/2023-11-22.md b/source/_daily_emails/2023-11-22.md
new file mode 100644
index 00000000..78d37a0a
--- /dev/null
+++ b/source/_daily_emails/2023-11-22.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Frequency reduces difficulty
+pubDate: 2023-11-22
+permalink: >-
+ archive/2023/11/22/frequency-reduces-difficulty
+tags:
+ - software-development
+ - agile
+ - continuous-delivery
+ - git
+ - trunk-based-development
+---
+
+"Frequency reduces difficulty" is a phrase I heard on a podcast today, though I have heard it before.
+
+It's a better way of saying, "If it hurts, do it more often".
+
+If software deployments and releases are large, risky, and contain bugs, break them into smaller, less-risky deployments and release them more often.
+
+If you get a lot of merge conflicts in Git, merge your code more frequently. Make your topic branches as short-lived as possible, or try trunk-based development and avoid topic branches by default.
+
+If writing tests is difficult and takes time, persevere. It will get easier the more you do it, and you'll save time in the future by releasing fewer bugs and being able to refactor safely.
diff --git a/source/_daily_emails/2023-11-23.md b/source/_daily_emails/2023-11-23.md
new file mode 100644
index 00000000..185290e3
--- /dev/null
+++ b/source/_daily_emails/2023-11-23.md
@@ -0,0 +1,50 @@
+---
+title: >
+ Partial mocking
+pubDate: 2023-11-23
+permalink: >-
+ archive/2023/11/23/partial-mocking
+tags:
+ - automated-testing
+ - test-driven-development
+ - drupal
+ - php
+ - phpunit
+ - phpc
+---
+
+Today, I wrote a test whilst fixing a bug in some legacy custom Drupal code.
+
+The code is for a custom block, which can be configured using user-defined settings - including a link URL.
+
+In this case, if the link was null (one hadn't been provided), the link was generated to the home page instead of the desired destination.
+
+## My first attempt
+
+There was a combination of settings needed to replicate the bug, such as the current site language, the node type the block was placed on and, of course, an empty link URL.
+
+Because the block uses the current route to get the current node, my first attempt to test this was to use a browser/functional test.
+
+That failed quickly after having to enable various other custom modules due to dependencies and to add and configure unrelated configuration settings.
+
+## My second attempt
+
+My second attempt used kernel/integration tests, but as there's no `setParameter()` method on the route matcher I could use in the test, I'd need to rely on mocking.
+
+In a unit test, everything needs to be mocked, but a kernel test allows me to be more selective, only mock what I need, and use the real services for everything else - a.k.a. partial mocking.
+
+## The result
+
+I replicated the bug by setting the default and current languages, creating a mock language manager, creating a node of the required type and returning it from a mocked route match.
+
+Everything else remained the same.
+
+Then, I fixed the bug and used a data provider to provide different variables into the test so each use case was covered.
+
+## Here's the thing
+
+The whole test file is 129 lines and would have been much more if I'd had to replicate all the configuration in a functional test or mock everything in a unit test.
+
+An integration test with partial mocking was ideal in this case, as it gave me the most flexibility to test what I needed whilst keeping the code simple.
+
+Whilst I'm aware of over-using mocks, this was an ideal situation to use them.
diff --git a/source/_daily_emails/2023-11-24.md b/source/_daily_emails/2023-11-24.md
new file mode 100644
index 00000000..261f792b
--- /dev/null
+++ b/source/_daily_emails/2023-11-24.md
@@ -0,0 +1,30 @@
+---
+title: >
+ Are conventional commits worth it?
+pubDate: 2023-11-24
+permalink: >-
+ archive/2023/11/24/are-conventional-commits-worth-it
+tags:
+ - software-development
+ - git
+---
+
+For some time, I've written commit messages following the Conventional Commits specification, where you start the subject with the type of commit - such as `feat`, `fix`, `chore`, `docs`, etc - and provide an optional scope before completing the subject line (the first line in the message).
+
+Then, it is encouraged to add a longer body to the message and provide any links and task IDs that the change relates to.
+
+Now I've been using it for a while, I'm deciding whether it adds value for me and whether it's worth me using it.
+
+I don't create automatic CHANGELOG files from the commit types.
+
+The scopes are usually arbitrary, it's unclear which scope (or scopes) should be added, or it repeats the module name I'm working on (which I could see from the Git diff).
+
+While I see value in writing descriptive commit messages, I'm unsure if I do to format the subject line in this way.
+
+## Here's the thing
+
+I like to use an iterative approach to my workflow. I like to try things and see if they work for me. If not, I can stop or continue iterating.
+
+If working with others, should you focus on writing commits that categorise commit messages within their subject or writing descriptive commit messages that capture why the change is needed?
+
+Which provides the most value when looking back at the Git log in the future?
diff --git a/source/_daily_emails/2023-11-25.md b/source/_daily_emails/2023-11-25.md
new file mode 100644
index 00000000..85bb363c
--- /dev/null
+++ b/source/_daily_emails/2023-11-25.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Community engagement for non-technical Drupal enthusiasts
+pubDate: 2023-11-25
+permalink: >-
+ archive/2023/11/25/community-engagement-for-non-technical-drupal-enthusiasts
+tags:
+ - drupal
+ - drupalcon
+ - open-source
+ - contribution
+ - podcast
+---
+
+This week's guest on the Beyond Blocks podcast is Niklas Franke - Digital Marketing Manager at Factorial.
+
+Niklas was a fellow speaker at the recent DrupalCon conference in Lille - presenting multiple sessions, whilst Factorial were sponsors of the event.
+
+In this episode, Niklas and I discussed his first experience of DrupalCon, presenting a session on contribution for non-technical Drupalers, the German Drupal community, what the Splash Awards are and how to organise your own event.
+
+[Listen to the episode now][episode].
+
+[episode]: https://www.oliverdavies.uk/podcast/3-non-technical-contribution
diff --git a/source/_daily_emails/2023-11-26.md b/source/_daily_emails/2023-11-26.md
new file mode 100644
index 00000000..87aec28f
--- /dev/null
+++ b/source/_daily_emails/2023-11-26.md
@@ -0,0 +1,98 @@
+---
+title: >
+ To docblock or not to docblock
+pubDate: 2023-11-26
+permalink: >-
+ archive/2023/11/26/to-docblock-or-not-to-docblock
+tags:
+ - php
+ - phpstan
+ - static-analysis
+ - clean-code
+---
+
+## What are docblocks?
+
+Docblocks are comment blocks that describe a class or method and document its parameters and return types.
+
+Unfortunately, they're often overused and are outdated compared to the code they're describing, or repeat the same information again.
+
+For example, here's some PHP code:
+
+```language-php
+function sayHello(string $name, array $options = ['shout' => false]): void {
+ echo 'Hello, ' . $name;
+}
+
+sayHello('');
+sayHello('Oliver', ['shout2' => true]);
+sayHello('Oliver', ['shout' => 'banana']);
+```
+
+It's readable and understandable.
+
+It has types.
+
+We know that the name needs to be a string and that an array of options can be passed.
+
+This is how I like to write my code. In a clear and readable way with minimal comments.
+
+This code works, but there are issues with it.
+
+Do we want the name to potentially be an empty string?
+
+What if different options are passed in?
+
+## Step 1
+
+If you use PHPStan (a PHP static analysis tool), you won't get any errors until you test against level 6.
+
+Then you'll get this error:
+
+> Function sayHello() has parameter $options with no value type specified in iterable type array.
+
+Now, we can use a docblock to provide more information to PHPStan to describe the structure of the `$options` array and that it has strings for keys and boolean values.
+
+```language-php
+/**
+ * @param array $options
+ */
+```
+
+Although it's not erroring, we can add the `$name` parameter and declare it as a `string`.
+
+```language-php
+/**
+ * @param string $name
+ * @param array $options
+ */
+```
+
+Now, the docblock adds some context and value but essentially repeats the defined types.
+
+## Step 2
+
+We can do more with the docblock and tell PHPStan more about what we want the values to be.
+
+We don't want an empty string for a name and want the correct options and values.
+
+Let's change the docblock to this:
+
+```language-php
+/**
+ * @param non-empty-string $name
+ * @param array{shout: bool} $options
+ */
+```
+
+This specified the name cannot be an empty string and the shape of the options array.
+
+With this, we get these errors that weren't included before:
+
+* Parameter #1 $name of function sayHello expects non-empty-string, '' given.
+* Parameter #2 $options of function sayHello expects array{shout: bool}, array{shout2: true} given.
+* Parameter #2 $options of function sayHello expects array{shout: bool}, array{shout: 'banana'} given.
+
+## Here's the thing
+
+While I like to write minimal, readable and "self-documenting" code and not overuse docblocks by adding them everywhere, I only add them and comments where needed and provide value, either to someone reading the code in the future or to tools like PHPStan that help me make the code better.
diff --git a/source/_daily_emails/2023-11-27.md b/source/_daily_emails/2023-11-27.md
new file mode 100644
index 00000000..28dc7748
--- /dev/null
+++ b/source/_daily_emails/2023-11-27.md
@@ -0,0 +1,99 @@
+---
+title: >
+ Finding the best test base
+pubDate: 2023-11-27
+permalink: >-
+ archive/2023/11/27/finding-the-best-test-base
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - php
+ - drupal
+---
+
+As well as different base classes for types of tests - i.e. functional, kernel and unit - there are other test base classes within those that can be used to simplify things.
+
+For example, if we have this test:
+
+```language-php
+installEntitySchema(entity_type_id: 'node');
+ $this->installEntitySchema(entity_type_id: 'user');
+ }
+
+ public function testExample(): void {
+ $user = $this->createUser();
+
+ $article = $this->createNode([
+ 'title' => 'Test article',
+ 'uid' => $user,
+ ]);
+
+ self::assertSame('1', $article->getOwnerId());
+ }
+
+}
+```
+
+Both creation traits must be imported, the `node` and `user` modules must be enabled, and the entity tables must be installed.
+
+When writing a lot of tests, this can result in duplication and more complex tests that take longer to write.
+
+This can be simplified using `EntityKernelTestBase` instead of `KernelTestBase`:
+
+```language-php
+createUser();
+
+ $article = $this->createNode([
+ 'title' => 'Test article',
+ 'uid' => $user,
+ ]);
+
+ self::assertSame('1', $article->getOwnerId());
+ }
+
+}
+```
+
+The class is simpler, fewer modules must be specified, and the entity schemas are automatically installed.
+
+As well as the core modules, some contrib modules also provide their own base test cases.
+
+If you're using the Webform module, you may want to use `WebformAccessTestBase` instead of the standard `UnitTestCase`.
+
+It's definitely worth spending some time looking at what base test cases are available and which are the best ones to use for your own tests.
diff --git a/source/_daily_emails/2023-11-28.md b/source/_daily_emails/2023-11-28.md
new file mode 100644
index 00000000..50852ea9
--- /dev/null
+++ b/source/_daily_emails/2023-11-28.md
@@ -0,0 +1,52 @@
+---
+title: >
+ Which PHPStan level should you use?
+pubDate: 2023-11-28
+permalink: >-
+ archive/2023/11/28/which-phpstan-level-should-you-use
+tags:
+ - software-development
+ - clean-code
+ - static-analysis
+ - phpstan
+---
+
+Which PHPStan level should you use?
+
+PHPStan has different levels.
+
+When you run it on your code, the errors you see will depend on what level you set.
+
+[In yesterday's email][yesterday], the first example code block didn't generate an error until level 5 was used.
+
+So, how do you know which level to use?
+
+## For greenfield projects
+
+For new (greenfield) code, install and configure PHPStan before you write any code and have and have it run automatically as part of a CI pipeline.
+
+If you work on a team, speak with the other members and decide how strict you want PHPStan to be.
+
+Read the rule levels and decide which are the most valuable for your team.
+
+If you haven't used PHPStan or static analysis before, maybe start with a lower level.
+
+For me, typehints and return type checking are a must, though I like to use as high a level as possible.
+
+The more information you can provide to PHPStan, the more it will understand your code, give better results and be more likely to find potential bugs or issues.
+
+## For brownfield projects
+
+For existing (brownfield) code, start at the lowest level, which will give you the least number of errors.
+
+Fix any errors, exclude any rules you want to ignore or generate a baseline containing any existing errors.
+
+If you like, increase the level and repeat the process.
+
+Keep increasing the level as long as you feel comfortable, and PHPStan gives you meaningful results.
+
+Again, if you haven't used PHPStan or static analysis before, maybe stick with a lower level.
+
+If you start with a lower level, you can increase it later.
+
+[yesterday]: https://www.oliverdavies.uk/archive/2023/11/27/finding-the-best-test-base
diff --git a/source/_daily_emails/2023-11-29.md b/source/_daily_emails/2023-11-29.md
new file mode 100644
index 00000000..0d76b413
--- /dev/null
+++ b/source/_daily_emails/2023-11-29.md
@@ -0,0 +1,26 @@
+---
+title: >
+ The lowest level is better than no level
+pubDate: 2023-11-29
+permalink: >-
+ archive/2023/11/29/the-lowest-level-is-better-than-no-level
+tags:
+ - software-development
+ - clean-code
+ - static-analysis
+ - php
+ - phpstan
+---
+
+[Yesterday's email][yesterday] introduced the different levels that PHPStan offers and which you may want to use on your codebase.
+
+In the same way as having a single test is better than none, even if you run PHPStan at the lowest level, it's better than not running it at all.
+
+Level 0 includes:
+
+> Basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables
+
+P.S. If you want to utilise PHPStan and static analysis on your development team and get fewer bugs, I have [availability for team coaching][coaching]. I'll show you how!
+
+[coaching]: https://www.oliverdavies.uk/team-coaching
+[yesterday]: https://www.oliverdavies.uk/archive/2023/11/28/which-phpstan-level-should-you-use
diff --git a/source/_daily_emails/2023-11-30.md b/source/_daily_emails/2023-11-30.md
new file mode 100644
index 00000000..7990b3a7
--- /dev/null
+++ b/source/_daily_emails/2023-11-30.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Are bugs good for users?
+pubDate: 2023-11-30
+permalink: >-
+ archive/2023/11/30/are-bugs-good-for-users
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - static-analysis
+---
+
+I recently listened to a podcast episode that was discussing if bugs are good for users.
+
+It suggested that bugs allowed for engagement between you and the user.
+
+If someone reports a bug, you can tell them when you've fixed it. This encourages communication, and the customer will feel more connected to the product.
+
+While this may be true, I think that users would prefer applications that just work.
+
+If your application has major bugs, they may just go elsewhere. Maybe they won't even report the issue to you.
+
+Major bugs can damage your reputation with your users and potential customers, as well as affect potential sales.
+
+If you can avoid them to begin with, that's what I'd suggest. That's what tools and processes such as automated testing, test-driven development and static analysis are for.
+
+When a user reports it (if they do at all), it could be too late.
diff --git a/source/_daily_emails/2023-12-01.md b/source/_daily_emails/2023-12-01.md
new file mode 100644
index 00000000..818f5aab
--- /dev/null
+++ b/source/_daily_emails/2023-12-01.md
@@ -0,0 +1,32 @@
+---
+title: >
+ The contribution-first workflow
+pubDate: 2023-12-01
+permalink: >-
+ archive/2023/12/01/the-contribution-first-workflow
+tags:
+ - software-development
+ - open-source
+---
+
+I've worked on many software projects with a lot of custom code.
+
+Not all the code is specific to that client or project, and often, code is identified as it can be extracted from the project and open-sourced as a Drupal module, PHP or JavaScript library, or Tailwind CSS plugin.
+
+Usually, the code is written as custom code initially, with the best intentions to revisit it once the project is complete and open-source it.
+
+But this rarely happens, as there's always the next sprint or project waiting.
+
+It takes too long to extract the code as it usually needs to be tidied or refactored beforehand.
+
+It may have been written with the client or project name within the code, which needs changing.
+
+My suggestion is to avoid this step.
+
+## Here's the thing
+
+Instead of writing it as custom code and hopefully extracting it later, start it as a separate module, library or plugin, and use Composer or npm to add it to your project as another dependency.
+
+Whilst it's a slightly smaller overhead, it's better and less risky than rewriting or refactoring code later and it's already open-sourced.
+
+Plus, you may get some issues, testing and improvements from others along the way.
diff --git a/source/_daily_emails/2023-12-04.md b/source/_daily_emails/2023-12-04.md
new file mode 100644
index 00000000..04ac6c76
--- /dev/null
+++ b/source/_daily_emails/2023-12-04.md
@@ -0,0 +1,45 @@
+---
+title: >
+ Writing contrib modules as glue between your custom code
+pubDate: 2023-12-04
+permalink: >-
+ archive/2023/12/04/writing-contrib-modules-as-glue-between-your-custom-code
+tags:
+ - software-development
+ - contribution
+ - open-source
+ - drupal
+ - php
+---
+
+
+A few years ago, I worked on an event booking and management website for a charity in the UK.
+
+One required piece of functionality was to allow event organisers to send a private message to all attendees of an event.
+
+We decided to use the [Private Message module] but were concerned about hitting memory limits or timeouts, as some events had several hundred attendees.
+
+We decided that we needed to use a queue and have it process and send the messages.
+
+This split the feature into three parts:
+
+* The UI for event organisers to enter and send their messages.
+* The queue that stores and processes pending messages in the background.
+* The Private Message module that would create and send each message, provide an inbox for each user, and provide notifications.
+
+The UI for event organisers was specific to the project and had to be custom code and not open-sourced.
+
+The Private Message module is already a contributed module, but what about the queue part?
+
+This is why the [Private Message Queue module] was created.
+
+Instead of keeping it within the project's custom code, we created it as an open-source module on Drupal.org.
+
+It contains no customer or project-specific information and only adds generic functionality - it creates a queue to hold private messages to be processed in the background.
+
+It provides the glue between our custom UI and the Private Message module.
+
+As there was no reason why we needed to keep it private, we made it public and developed it as its own project from the beginning instead of planning and hoping to do so later.
+
+[private message module]: https://www.drupal.org/project/private_message
+[private message queue module]: https://www.drupal.org/project/private_message_queue
diff --git a/source/_daily_emails/2023-12-05.md b/source/_daily_emails/2023-12-05.md
new file mode 100644
index 00000000..7bcf1867
--- /dev/null
+++ b/source/_daily_emails/2023-12-05.md
@@ -0,0 +1,47 @@
+---
+title: >
+ Open-source encourages more open-source
+pubDate: 2023-12-05
+permalink: >-
+ archive/2023/12/05/open-source-encourages-open-source
+tags:
+ - software-development
+ - contribution
+ - open-source
+ - drupal
+ - php
+---
+
+[In yesterday's email][yesterday], I mentioned the Private Message Queue module - a contributed Drupal module we wrote for a project as part of a contribution-first workflow.
+
+In our experience, doing that and releasing Private Message Queue as its own open-source project encouraged more open-source contributions.
+
+We started to ask questions like, "Which user should the messages be sent from?".
+
+## System Users
+
+This led us to create the [System User module].
+
+Inspired by system users in Linux, it provides a way to identify and retrieve system users that aren't tied to individuals' accounts and without relying on "magic" user IDs.
+
+But what if a website doesn't have a system user?
+
+## Null Users
+
+This led to the [Null User module].
+
+Following the Null object pattern, if there isn't a system user, instead of returning `NULL` or `FALSE`, you return a null user that you use in the same way, though they'll have default empty values and won't perform any actions.
+
+This pattern simplifies your code as you don't need to check for `NULL` or `FALSE` values.
+
+## Here's the thing
+
+If I remember correctly, as part of the project, we created and released around ten new contributed modules to Drupal.org.
+
+We were able to move straight onto the next phase of the project.
+
+We didn't need to clean them up or refactor them beforehand. We didn't need to dedicate any additional time as they were already released.
+
+[null user module]: https://www.drupal.org/project/null_user
+[system user module]: https://www.drupal.org/project/system_user
+[yesterday]: https://www.oliverdavies.uk/archive/2023/12/04/writing-contrib-modules-as-glue-between-your-custom-code
diff --git a/source/_daily_emails/2023-12-06.md b/source/_daily_emails/2023-12-06.md
new file mode 100644
index 00000000..a337afb2
--- /dev/null
+++ b/source/_daily_emails/2023-12-06.md
@@ -0,0 +1,27 @@
+---
+title: >
+ Open-source first doesn't mean you need to cover every use case
+pubDate: 2023-12-06
+permalink: >-
+ archive/2023/12/06/open-source-first-doesnt-mean-you-need-to-cover-every-use-case
+tags:
+ - software-development
+ - open-source
+ - contribution
+---
+
+An argument against the [contribution-first and open-source-first approach](https://www.oliverdavies.uk/archive/2023/12/01/the-contribution-first-workflow) is that it takes longer than writing custom code.
+
+I think that this is due to thinking that you need to cover all use cases within the code if it's open-sourced, whereas, in custom code, you only write the code you need.
+
+My approach is to write the same code, whether it's private and custom or open-sourced.
+
+The code is based on the same set of requirements, and the only code that should be written should be enough to satisfy those requirements.
+
+It doesn't get written if something isn't part of that objective.
+
+It could be added to a public roadmap for the future if it doesn't need to be part of the initial minimal version.
+
+If someone creates an issue to request new functionality or submits a pull request to contribute potential changes, you decide whether to accept or reject it or even add them as a maintainer to manage their own contributions as well as administrative tasks like managing the issue queues.
+
+If you accept their code, you get the benefit of it (though you also need to maintain and own it) or, if you reject it, you can continue focusing on your minimum-viable version for its initial project.
diff --git a/source/_daily_emails/2023-12-07.md b/source/_daily_emails/2023-12-07.md
new file mode 100644
index 00000000..835a7400
--- /dev/null
+++ b/source/_daily_emails/2023-12-07.md
@@ -0,0 +1,20 @@
+---
+title: >
+ A Drupal case study from Oxfam
+pubDate: 2023-12-07
+permalink: >-
+ archive/2023/12/07/a-drupal-case-study-from-oxfam
+tags:
+ - software-development
+ - drupal
+ - php
+ - agile
+---
+
+In the latest episode of the Beyond Blocks podcast, Ed Crompton and I discuss his case study of upgrading 15 websites for Oxfam on how to build and test a multilingual, multisite Drupal migration.
+
+We discussed focussing on delivering value, prioritising based on usefulness to users and stakeholders, Agile vs agile, and how they pivoted from a "big bang" approach to delivering rapid increments in smaller batches.
+
+[Listen to the episode now][listen].
+
+[listen]: https://www.oliverdavies.uk/podcast/4-ed-crompton-oxfam-case-study
diff --git a/source/_daily_emails/2023-12-08.md b/source/_daily_emails/2023-12-08.md
new file mode 100644
index 00000000..6528c259
--- /dev/null
+++ b/source/_daily_emails/2023-12-08.md
@@ -0,0 +1,22 @@
+---
+title: >
+ Don't just rewrite. Re-invent.
+pubDate: 2023-12-08
+permalink: >-
+ archive/2023/12/08/dont-just-rewrite
+tags:
+ - software-development
+ - neovimconf
+---
+
+A quote that stuck out to me from today's Neovimconf conference was this by Björn Linse (aka bfredl):
+
+> Don't just rewrite. Re-invent.
+>
+> If you're going to start over from scratch, reconsider everything.
+
+This was in the context of what would be added to the core editor, what would be delegated to plugins, etc, but this also applies to other things.
+
+I'm discussing with someone whether to build a new Drupal theme or keep iterating on the existing one.
+
+If they start from scratch, they can re-invent and re-consider everything and decide which parts of the existing theme to reuse and which to leave and re-create.
diff --git a/source/_daily_emails/2023-12-09.md b/source/_daily_emails/2023-12-09.md
new file mode 100644
index 00000000..1981eed4
--- /dev/null
+++ b/source/_daily_emails/2023-12-09.md
@@ -0,0 +1,36 @@
+---
+title: >
+ Rebuild or iterate
+pubDate: 2023-12-09
+permalink: >-
+ archive/2023/12/09/rebuild-or-iterate
+tags:
+ - software-development
+ - drupal
+---
+
+As I said in [yesterday's email][yesterday], I'm discussing with a team how to implement their new website design.
+
+Their website has been live for a couple of years, and now they want to refresh its look and feel.
+
+The current theme includes a lot of technical debt and legacy code, such as using an older CSS framework and build tools that need unsupported versions of packages to compile it and generate the scripts and stylesheets.
+
+There are two ways they could approach this:
+
+They could continue to iterate on the current theme, making and releasing small changes to move forward in small steps and slowly repaying the technical debt.
+
+Alternatively, they could create a new theme from scratch.
+
+This would allow them to start with new build tools, a modern CSS framework and small and simple stylesheets.
+
+## Here's the thing
+
+There are advantages and disadvantages to both approaches.
+
+Iterating on the original theme allows for continuous improvement, but it would take longer to remove the old frameworks and build tools - if that would be possible at all.
+
+Rebuilding and re-inventing would mean immediately avoiding the technical debt and legacy tools, but it comes with its own risks, and you'd need to wait until the whole theme was completed before it could be launched.
+
+There isn't a right and wrong answer, and it will depend on the thoughts and objectives of the team and business.
+
+[yesterday]: https://www.oliverdavies.uk/archive/2023/12/08/dont-just-rewrite
diff --git a/source/_daily_emails/2023-12-10.md b/source/_daily_emails/2023-12-10.md
new file mode 100644
index 00000000..074c7515
--- /dev/null
+++ b/source/_daily_emails/2023-12-10.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Suffixing names
+pubDate: 2023-12-10
+permalink: >-
+ archive/2023/12/10/suffixing-names
+tags:
+ - software-development
+ - php
+ - drupal
+ - symfony
+ - clean-code
+---
+
+When writing code, it's common to suffix the class name with the type of class it is.
+
+I do this often for most types of classes, such as Controllers, EventListeners, Factories, Repositories and Builders.
+
+However, I don't always for value objects and data transfer objects (DTOs).
+
+Also, I don't always suffix interfaces with `Interface`.
+
+I've been re-reading the documentation for the Symfony Serializer component, which references both `NameConverterInterface` and `MyDto::class`.
+
+Whilst it does make the names more verbose, it does clarify what the class is used for.
+
+Symfony's coding standards and Drupal's PHP coding standards have conventions for this, but what do you think?
+
+Do you add suffixes to your class or interface names, or do you prefer the simplified versions?
diff --git a/source/_daily_emails/2023-12-11.md b/source/_daily_emails/2023-12-11.md
new file mode 100644
index 00000000..9cc86fdc
--- /dev/null
+++ b/source/_daily_emails/2023-12-11.md
@@ -0,0 +1,44 @@
+---
+title: >
+ Custom coding standards and conventions
+pubDate: 2023-12-11
+permalink: >-
+ archive/2023/12/11/custom-coding-standards-and-conventions
+tags:
+ - software-development
+ - php
+ - drupal
+ - symfony
+ - clean-code
+---
+
+Open-source projects like Drupal and Symfony have their own published coding standards and conventions.
+
+For example, from [Symfony's coding standards][symfony]:
+
+* Prefix all abstract classes with `Abstract` except PHPUnit `*TestCase`.
+* Suffix interfaces with `Interface`;
+* Suffix traits with `Trait`;
+
+And from [Drupal's][drupal]:
+
+* Use an indent of 2 spaces, with no tabs.
+* Lines should have no trailing whitespace at the end.
+* Variables should be named using lowercase, and words should be separated either with uppercase characters (example: `$lowerCamelCase`) or with an underscore (example: `$snake_case`). Be consistent; do not mix camelCase and snake_case variable naming inside a file.
+
+But what about within custom applications?
+
+Do you have your own agreed coding standards and conventions to keep the code consistent?
+
+Do you explicitly follow the published coding standards, customise them, or follow something else?
+
+## Here's the thing
+
+Do you know where to put new custom modules, how to name them and what conventions to follow when writing code?
+
+Do you know where to add a new stylesheet to your theme?
+
+If not, or it's implied, it's worth writing it down and being explicit - either within your project's or company's documentation or publicly.
+
+[drupal]: https://www.drupal.org/docs/develop/standards/php/php-coding-standards
+[symfony]: https://symfony.com/doc/current/contributing/code/standards.html
diff --git a/source/_daily_emails/2023-12-12.md b/source/_daily_emails/2023-12-12.md
new file mode 100644
index 00000000..3b4ee5c8
--- /dev/null
+++ b/source/_daily_emails/2023-12-12.md
@@ -0,0 +1,64 @@
+---
+title: >
+ DrupalCon session survey results
+pubDate: 2023-12-12
+permalink: >-
+ archive/2023/12/12/drupalcon-session-survey-results
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+ - php
+ - phpc
+ - drupal
+ - drupalcon
+---
+
+The survey results from my automated testing and test-driven development session at DrupalCon Lille are in, and here they are:
+
+## How would you rate the speaker(s)'s mastery of this topic?
+
+24 responses.
+
+* Excellent - 33.3%
+* Very good - 50%
+* Good - 16.7%
+* Fair - 0%
+* Poor - 0%
+
+## How would you rate the speaker(s)'s presentation skills?
+
+24 responses.
+
+* Excellent - 20.8%
+* Very good - 37.5%
+* Good - 33.3%
+* Fair - 8.3%
+* Poor - 0%
+
+## How would you rate the speaker(s)’s slides and other session materials?
+
+25 responses.
+
+* Excellent - 24%
+* Very good - 32%
+* Good - 36%
+* Fair - 8%
+* Poor - 0%
+
+## Overall, how would you rate this session?
+
+25 responses.
+
+* Excellent - 36%
+* Very good - 28%
+* Good - 36%
+* Fair - 0%
+* Poor - 0%
+
+Thanks to everyone who completed the survey for their feedback.
+
+P.S. If you'd like your own software development training or coaching, including automated testing and test-driven development, I currently have availability for [team coaching] and [private talks and workshops][workshops].
+
+[team coaching]: https://www.oliverdavies.uk/team-coaching
+[workshops]: https://www.oliverdavies.uk/pricing
diff --git a/source/_daily_emails/2023-12-13.md b/source/_daily_emails/2023-12-13.md
new file mode 100644
index 00000000..6ecc0a7d
--- /dev/null
+++ b/source/_daily_emails/2023-12-13.md
@@ -0,0 +1,42 @@
+---
+title: >
+ Reviving an old PHP project
+pubDate: 2023-12-13
+permalink: >-
+ archive/2023/12/13/reviving-an-old-php-project
+tags:
+ - php
+ - phpc
+ - open-source
+---
+
+I use Gmail/Google Apps for my email address, and I used to use a LOT of filters.
+
+Inspired by a Ruby gem, I created a PHP library that allows me to declare my filters in PHP and create them in XML.
+
+I could import the generated XML into Gmail to create the filters.
+
+## Gmail Filter Buider
+
+The project is [Gmail Filter Builder], and the last commit was in July 2020.
+
+It was based on PHP 7 (unsupported since November 2022) and uses five Symfony components and several other packages.
+
+Today, as I looked at my current Gmail filters, I decided to revisit and update Gmail Filter Builder.
+
+## Updating the project
+
+I set PHP 8.1 as the minimum required version and used a Nix Flake to ensure this was available.
+
+I updated the Symfony components from the 3.x versions to 6.x, the latest versions compatible with PHP 8.1. I also updated the other PHP packages to their compatible versions.
+
+After some small changes to the application's code, it worked with PHP 8.1 and generated filters.
+
+Once it worked, I updated [the examples][examples].
+
+Whilst it wasn't a difficult process in this instance, having a test suite I could rely on helped me to know it worked as expected during the upgrade.
+
+I don't know if I'll continue to use or maintain Gmail Filter Builder again, but it was an interesting exercise to do this morning.
+
+[examples]: https://github.com/opdavies/gmail-filter-builder/tree/3.x/examples
+[gmail filter builder]: https://github.com/opdavies/gmail-filter-builder/tree/3.x
diff --git a/source/_daily_emails/2023-12-14.md b/source/_daily_emails/2023-12-14.md
new file mode 100644
index 00000000..126b2f33
--- /dev/null
+++ b/source/_daily_emails/2023-12-14.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Save time and effort with Drupal distributions
+pubDate: 2023-12-14
+permalink: >-
+ archive/2023/12/14/save-time-and-effort-with-drupal-distributions
+tags:
+ - software-development
+ - drupal
+ - php
+ - phpc
+---
+
+Drupal distributions are pre-built versions of Drupal for specific use cases.
+
+Need an eCommerce store? Use Commerce Kickstart.
+
+Are you a local council looking for a new website? Look at LocalGov Drupal.
+
+Contenta CMS is an API-first Drupal distribution for headless and decoupled content.
+
+There are numerous others - each containing a list of pre-installed and configured modules to give you more functionality out of the box.
+
+If you're starting a new project, try starting with an appropriate distribution instead of starting from scratch with a standard installation of Drupal core and save yourself time and effort.
+
+Don't know if using a distribution could help for you? [Book a 1-on-1 consulting call][call], and I'll help you out.
+
+[call]: https://www.oliverdavies.uk/call
diff --git a/source/_daily_emails/2023-12-15.md b/source/_daily_emails/2023-12-15.md
new file mode 100644
index 00000000..5c86646d
--- /dev/null
+++ b/source/_daily_emails/2023-12-15.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Building your own in-house Drupal distribution
+pubDate: 2023-12-15
+permalink: >-
+ archive/2023/12/15/building-your-own-in-house-drupal-distribution
+tags:
+ - software-development
+ - php
+ - drupal
+---
+
+On several occasions, I've seen companies who build a lot of Drupal projects creating their own in-house [Drupal distribution] for new projects.
+
+Whilst this seems like a good idea, the ones I've seen are either not well maintained due to limited time between projects, or they're bloated with features and trying to include too much out of the box.
+
+If you maintain an in-house distribution, or are thinking of creating one, my advice is to ensure it's maintained by allocating enough time for this, and to keep it lean and only include the minimum amount of required functionality.
+
+Alternatively, maybe keep a template composer.json file to base new projects on instead of a full distribution.
+
+That could declare the modules and themes you want to include, without the additional overhead.
+
+[drupal distribution](https://www.oliverdavies.uk/archive/2023/12/14/save-time-and-effort-with-drupal-distributions)
diff --git a/source/_daily_emails/2023-12-16.md b/source/_daily_emails/2023-12-16.md
new file mode 100644
index 00000000..87fed77f
--- /dev/null
+++ b/source/_daily_emails/2023-12-16.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Adding snapshot tests to Build Configs
+pubDate: 2023-12-16
+permalink: >-
+ archive/2023/12/16/adding-snapshot-tests-to-build-configs
+tags:
+ - software-development
+ - php
+ - symfony
+ - build-configs
+ - automated-testing
+ - test-driven-development
+---
+
+This week, I've started to add snapshot tests to the [Build Configs project][build configs].
+
+I had unit tests for the DTO validation to ensure the configuration was correct, but the main thing I wanted to test was I could run it for a given configuration file and get the expected files and contents to be generated.
+
+With snapshot tests, I generate the files for each configuration and compare them to a set that I know to be correct.
+
+If the files match, the tests pass, but, if they don't - such as a bug in the code, the tests will fail.
+
+This is the level that I want to be testing this project and that provides the most value.
+
+If a snapshot test fails, I can try to replicate the underlying issue in a unit test whilst also fixing the snapshot test.
+
+[build configs]: https://www.oliverdavies.dev/build-configs
diff --git a/source/_daily_emails/2023-12-17.md b/source/_daily_emails/2023-12-17.md
new file mode 100644
index 00000000..c96b1e27
--- /dev/null
+++ b/source/_daily_emails/2023-12-17.md
@@ -0,0 +1,34 @@
+---
+title: >
+ Fail fast, fix fast
+pubDate: 2023-12-17
+permalink: >-
+ archive/2023/12/17/fail-fast-fix-fast
+tags:
+ - software-development
+ - continuous-delivery
+ - continuous-deployment
+ - deployments
+ - feature-flags
+---
+
+I recently listened to a podcast that discussed Elon Musk and quoted something like, "If 20% of attempts aren't failing, you aren't taking enough risk".
+
+In a software context, I'm not advocating that one in five production releases should fail, but I like trying new ideas and approaches.
+
+If you're releasing small changes regularly or practising continuous deployment, changes are easy to revert if there's a problem or the smaller the deployment and the more recently the code was written, then it should be easier to resolve the issue and "fix forward" instead of rolling back.
+
+Using feature flags lets you quickly turn off a feature flag while investigating and resolving the issue without needing another deployment.
+
+If you have an appropriate plan to follow in the case of an issue, that mitigates the risk and minimises the impact of a potential issue - making it quicker to resolve and restore the service.
+
+Two of the DORA metrics refer to failure rate and restoration time:
+
+* Deployment frequency
+* Lead time for changes
+* Change failure rate
+* Time to restore service
+
+Then, it depends on your organisation's tolerance for risk and what's acceptable.
+
+But, the more frequent the releases, the lower the failure rate and the quicker it will be to restore the service if there is an issue.
diff --git a/source/_daily_emails/2023-12-18.md b/source/_daily_emails/2023-12-18.md
new file mode 100644
index 00000000..2f6607ca
--- /dev/null
+++ b/source/_daily_emails/2023-12-18.md
@@ -0,0 +1,29 @@
+---
+title: >
+ Should you run static analysis on your tests?
+pubDate: 2023-12-18
+permalink: >-
+ archive/2023/12/18/static-analysis-on-tests
+tags:
+ - software-development
+ - php
+ - phpstan
+ - static-analysis
+ - automated-testing
+---
+
+I'm an advocate of both automated testing and static analysis but have mostly kept the two separate.
+
+I've typically not run PHPStan on my automated test files - ignoring them in my PHPStan configuration.
+
+As tests aren't production/implementation code, what's the benefit of analysing them?
+
+Recently, though, I've challenged this and, on some projects, started to run PHPStan on my test classes.
+
+Depending on what level PHPStan is running, the more changes you're likely to have to make to get your test classes to pass the static analysis, and whilst it results in more verbose and explicit code, I prefer that and being able to easily understand what it does rather than implicit.
+
+If you have a bug in your test, static analysis will potentially find that, too, making your test suite more robust.
+
+Looking at some large open-source PHP projects, they run static analysis on their test code.
+
+Presumably, they're benefiting from it, so I'll try it and see if I get the same.
diff --git a/source/_daily_emails/2023-12-19.md b/source/_daily_emails/2023-12-19.md
new file mode 100644
index 00000000..d6ad8f9c
--- /dev/null
+++ b/source/_daily_emails/2023-12-19.md
@@ -0,0 +1,23 @@
+---
+title: >
+ PHP TUIs, CLIs and open-source with Dan Leech
+pubDate: 2023-12-19
+permalink: >-
+ archive/2023/12/19/php-tui-dan-leech
+tags:
+ - php
+ - phpc
+ - open-source
+ - neovim
+---
+
+This week on the [Beyond Blocks podcast][podcast], I'm joined by Dan Leech - a PHP Developer and open-source project creator.
+
+He and I recently gave talks at the PHP South West meetup, where Dan introduced a new project - PHP-TUI - for building terminal user interfaces (TUIs) with PHP.
+
+I use one of Dan's other open-source projects - Phpactor - within Neovim, and he also presented at PHP South Wales about PHPBench, so it was great to discuss and learn more about these in this episode.
+
+[Listen to the episode now][episode], and I'll be back with more in the New Year.
+
+[episode]: https://www.oliverdavies.uk/podcast/6-dan-leech-php-tui
+[podcast]: https://www.oliverdavies.uk/podcast
diff --git a/source/_daily_emails/2023-12-20.md b/source/_daily_emails/2023-12-20.md
new file mode 100644
index 00000000..d5435ea0
--- /dev/null
+++ b/source/_daily_emails/2023-12-20.md
@@ -0,0 +1,34 @@
+---
+title: >
+ hover + focus = hocus
+pubDate: 2023-12-20
+permalink: >-
+ archive/2023/12/20/hover-focus-hocus
+tags:
+ - software-development
+ - accessibility
+ - css
+ - tailwind-css
+---
+
+When creating accessible websites, as well as hover states for focusable elements, such as buttons, you also need to add focus styles that apply when users navigate the page using a keyboard and focusing on an element.
+
+With Tailwind, that can mean a lot of duplication if your hover and focus states are similar or the same, as the same classes need to be added with both the `:hover` and `:focus` variants.
+
+One of Tailwind's best features is its extensibility, which means I can create a new interaction state - `:hocus` - that works for both.
+
+It's very easy to do by adding this code to your `tailwind.config.js` or `tailwind.config.ts` file:
+
+```javascript
+const plugin = require("tailwindcss/plugin");
+
+module.exports = plugin(({ addVariant }) => {
+ addVariant("hocus", ["&:hover", "&:focus"]);
+});
+```
+
+Or, use [the Tailwind CSS plugin I wrote][plugin].
+
+Get more accessible websites and less duplication today!
+
+[plugin]: https://www.npmjs.com/package/tailwindcss-plugin-hocus-state
diff --git a/source/_daily_emails/2023-12-21.md b/source/_daily_emails/2023-12-21.md
new file mode 100644
index 00000000..879cbed0
--- /dev/null
+++ b/source/_daily_emails/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/source/_daily_emails/2023-12-22.md b/source/_daily_emails/2023-12-22.md
new file mode 100644
index 00000000..194bcf50
--- /dev/null
+++ b/source/_daily_emails/2023-12-22.md
@@ -0,0 +1,23 @@
+---
+title: >
+ Which is the best programming language, CMS or framework?
+pubDate: 2023-12-22
+permalink: >-
+ archive/2023/12/22/best-language-cms-or-framework
+tags:
+ - software-development
+ - php
+ - drupal
+---
+
+I started developing websites in HTML and CSS in 2007 before adopting PHP and Drupal in 2008.
+
+Since then, I've used Drupal 6, 7, 8, 9 and 10 to deliver applications for clients, agencies and in-house teams.
+
+I also use Symfony and Laravel, as well as JavaScript, TypeScript and Vue.js.
+
+## Here's the thing
+
+There isn't one outright "best" programming language, CMS or framework.
+
+It depends on the project and its requirements as well as the knowledge and experience of the team working on it.
diff --git a/source/_daily_emails/2023-12-23.md b/source/_daily_emails/2023-12-23.md
new file mode 100644
index 00000000..b6fc4321
--- /dev/null
+++ b/source/_daily_emails/2023-12-23.md
@@ -0,0 +1,28 @@
+---
+title: >
+ Using a whole framework or part of it
+pubDate: 2023-12-23
+permalink: >-
+ archive/2023/12/23/using-a-whole-framework-or-part-of-it
+tags:
+ - software-development
+ - php
+ - composer
+ - drupal
+ - symfony
+ - laravel
+---
+
+[In yesterday's email][yesterday], I mentioned using several programming languages and frameworks.
+
+Drupal is my main specialism and the one I have the most experience and knowledge of, but you don't need to use only Drupal code.
+
+Using Composer, you can add parts of other frameworks to other projects.
+
+I don't use Laravel often as a full-stack framework, but I use the Collections library, and recently the Pipelines library, in almost every project - whether it's Drupal or Symfony, it can be added to any PHP project.
+
+Start small, keep things simple, and add what you need.
+
+You don't need to go all in on one option, you can pick the pieces you like and that work for you.
+
+[yesterday]: https://www.oliverdavies.uk/archive/2023/12/22/best-language-cms-or-framework
diff --git a/source/_daily_emails/2023-12-24.md b/source/_daily_emails/2023-12-24.md
new file mode 100644
index 00000000..552fe0a4
--- /dev/null
+++ b/source/_daily_emails/2023-12-24.md
@@ -0,0 +1,20 @@
+---
+title: >
+ This should never happen
+pubDate: 2023-12-24
+permalink: >-
+ archive/2023/12/24/this-should-never-happen
+tags:
+ - software-development
+ - clean-code
+---
+
+How often do you see comments like "This should never happen" in a software codebase?
+
+If that's true, why is it there?
+
+If it truly should never happen, the additional code only adds more noise and distracts from the code that is run.
+
+You can add a test that checks a method isn't called, but what value does this offer?
+
+If it doesn't happen or some code isn't run, remove it and keep it as simple, clean and easy to understand as possible.
diff --git a/source/_daily_emails/2023-12-25.md b/source/_daily_emails/2023-12-25.md
new file mode 100644
index 00000000..201624b4
--- /dev/null
+++ b/source/_daily_emails/2023-12-25.md
@@ -0,0 +1,206 @@
+---
+title: >
+ A sneak peek of my Drupal automated testing course
+pubDate: 2023-12-25
+permalink: >-
+ archive/2023/12/25/zero-to-test
+tags:
+ - software-development
+ - drupal
+ - php
+ - phpunit
+ - automated-testing
+ - test-driven-development
+---
+
+Happy Christmas!
+
+Here's my present - a sneak peek at the first lesson in my free upcoming Automated Testing for Drupal email course.
+
+In this lesson, we start from scratch and end with a working test suite.
+
+If you like it, [register for free and get the full course][atdc] when it launches.
+
+## Creating a Drupal project
+
+If you don't have one, you'll need to create a new Drupal project. I'd suggest using Drupal 10.2 and the instructions at .
+
+You'll need [PHP](https://www.php.net/manual/en/install.php) and [Composer](https://getcomposer.org/doc/00-intro.md).
+
+First, run `composer create-project drupal/recommended-project drupal` followed by `cd drupal && composer require --dev drupal/core-dev` to add the development dependencies, including PHPUnit.
+
+At this point, you should have a `web` directory and a `phpunit` file within `vendor/bin`.
+
+Finally, run `php -S 0.0.0.0:8000 -t web` to start a local web server.
+
+You don't need to install Drupal - as long as you see the installation page, that's fine.
+
+## Creating a custom module
+
+Before adding tests, you must create a module to place them in.
+
+Run `mkdir -p web/modules/custom/atdc` to create an empty module directory, and create an `atdc.info.yml` file within it with this content:
+
+```language-yaml
+name: Example
+type: module
+core_version_requirement: ^10
+package: Custom
+```
+
+This is the minimum content needed for a module to be installable.
+
+### Writing your first test class
+
+Test classes are placed within each module's `tests/src` directory.
+
+Run `mkdir -p web/modules/custom/atdc/tests/src/Functional && touch web/modules/custom/atdc/tests/src/Functional/ExampleTest.php` to create the directory structure and a blank test class.
+
+Then, add this content.
+
+```language-php
+ PHPUnit\TextUI\RuntimeException: Class "Drupal\Tests\BrowserTestBase" not found.
+
+This isn't an assertion failure, but that PHPUnit can't find the files it needs to run.
+
+To fix this, let's configure PHPUnit.
+
+## Configuring PHPUnit
+
+Create a new `phpunit.xml.dist` file at the root of your project, with this content:
+
+```xml
+
+
+
+
+
+
+
+
+
+
+ ./web/modules/**
+
+
+
+```
+
+This is based on `web/core/phpunit.xml.dist` with some project-specific changes.
+
+Namely, setting the `bootstrap` value to include the `web/core` path and fix the error, and populating the `SIMPLETEST_BASE_URL` and `SIMPLETEST_DB` environment variables.
+
+PHPUnit now knows where the files are, to connect to Drupal at (matching the PHP web server address) and an SQLite database.
+
+I've also added a `testsuite` that declares where any test classes will be located so the path doesn't need to be specified on the command line.
+
+## Re-running the tests
+
+Running the tests again will give the expected error about a failing assertion:
+
+> Failed asserting that false is true.
+
+Fix the assertion in the test by changing `FALSE` to `TRUE`, run `vendor/bin/phpunit` again, and you should see a passing test.
+
+> OK (1 test, 2 assertions)
+
+## Improving the tests
+
+Now you have as passing test and know PHPUnit is working, let's improve it.
+
+Instead of the basic check, let's check whether certain pages exist and are accessible.
+
+To keep things simple and focused on writing and running tests, let's use some standard Drupal pages - the front and administration pages instead of writing your own.
+
+As you're writing functional tests by extending `BrowserTestBase`, you can make HTTP requests to the web server, and make assertions on the responses.
+
+Replace the `testBasic` test method with the following:
+
+```language-php
+public function testFrontPage(): void {
+ $this->drupalGet('/');
+
+ $assert = $this->assertSession();
+ $assert->statusCodeEquals(Response::HTTP_FORBIDDEN);
+}
+
+public function testAdminPage(): void {
+ $this->drupalGet('/admin');
+
+ $assert = $this->assertSession();
+ $assert->statusCodeEquals(Response::HTTP_OK);
+}
+```
+
+These tests will make HTTP requests to the specified paths and assert the status code on the response matches the expected values.
+
+I'm using the constants on the `Response` class, but you can also use the status code numbers - e.g. `200` and `403`.
+
+## Running the updated tests
+
+Running `vendor/bin/phpunit`, you'll get two errors:
+
+> 1) Drupal\Tests\atdc\Functional\ExampleTest::testFrontPage
+> Behat\Mink\Exception\ExpectationException: Current response status code is 200, but 403 expected.
+>
+> 2) Drupal\Tests\atdc\Functional\ExampleTest::testAdminPage
+> Behat\Mink\Exception\ExpectationException: Current response status code is 403, but 200 expected.
+>
+> ERRORS!
+> Tests: 2, Assertions: 4, Errors: 2.
+
+The responses are not returning the expected status codes, so the tests are failing.
+
+Reviewing them, the front page should return a 200 response code (`HTTP_OK`) as it's accessible to all users, including anonymous users.
+
+As we're logged out, the administration page should return a 403 (`HTTP_FORBIDDEN`).
+
+Swapping the assertions should get the tests to pass.
+
+Now, running `vendor/bin/phpunit` returns no errors or failures.
+
+> OK (2 tests, 4 assertions)
+
+Congratulations!
+
+## Conclusion
+
+In this lesson, you've created a new Drupal 10 project, configured PHPUnit and created a custom module with your first passing browser tests.
+
+From this, you can hopefully see that automated testing doesn't need to be difficult, and the configuration you've done here will work for the upcoming lessons, where you'll expand on what you've done and explore more that Drupal and PHPUnit have to offer.
+
+I hope you enjoyed this sneak peek, and if you'd like to receive the course once it's complete, [register here for free][atdc].
+
+[atdc]: https://www.oliverdavies.uk/atdc
diff --git a/source/_daily_emails/2023-12-26.md b/source/_daily_emails/2023-12-26.md
new file mode 100644
index 00000000..5c341be6
--- /dev/null
+++ b/source/_daily_emails/2023-12-26.md
@@ -0,0 +1,18 @@
+---
+title: >
+ Good code is not about being easy to write
+snippet: >-
+ Good code is not about being easy to write. It's about how easy it is to change.
+pubDate: 2023-12-26
+permalink: >-
+ archive/2023/12/26/good-code-is-not-about-being-easy-to-write
+tags:
+ - software-development
+ - clean-code
+---
+
+Good code is not about being easy to write. It's about how easy it is to change.
+
+Once you've written some code, how easily and confidently could you change it in the future, either adding new features or fixing a bug?
+
+How easily could you refactor the code or remove it altogether if it's no longer needed?
diff --git a/source/_daily_emails/2023-12-27.md b/source/_daily_emails/2023-12-27.md
new file mode 100644
index 00000000..31018079
--- /dev/null
+++ b/source/_daily_emails/2023-12-27.md
@@ -0,0 +1,38 @@
+---
+title: >-
+ Writing new code is quick, to begin with
+pubDate: 2023-12-27
+permalink: >-
+ archive/2023/12/27/writing-new-code-is-quick-to-begin-with
+snippet: >-
+ Why is it quick to write new code in a new application, but slower as the project progresses,
+ with tasks that would take hours to begin with later taking days, weeks or longer.
+tags:
+ - software-development
+ - technical-debt
+ - clean-code
+---
+
+When you first start a new application, adding new features is quick and easy.
+
+There's no existing code, and everything is written from scratch.
+
+As the project progresses, you need to account for and, in some cases, work around the existing code - ensuring the existing functionality continues to work.
+
+Even if a sole Developer is working on the project, inconsistencies start to be introduced.
+
+One feature was implemented in one way and the next in a different way.
+
+One follows a particular design pattern, and the other does not.
+
+There is code within the application that isn't used and is no longer needed but hasn't been removed - creating confusion and uncertainty.
+
+It can't be removed, just in case it does something and removing it breaks something elsewhere.
+
+A task that would have taken hours to complete when the application started now takes days, weeks or longer.
+
+Having automated tests, using tools like static analysis, and minimising technical debt helps to minimise this, as does having written technical design documents, ADRs or flow charts to ensure consistency and to document the "why" for future Developers.
+
+P.S. Is your New Year's resolution to deliver better software faster? [I have availability for team coaching][team coaching] starting in January 2024 and can help you avoid issues like this in your applications.
+
+[team coaching]: https://www.oliverdavies.uk/team-coaching
diff --git a/source/_daily_emails/2023-12-28.md b/source/_daily_emails/2023-12-28.md
new file mode 100644
index 00000000..63d5bb2d
--- /dev/null
+++ b/source/_daily_emails/2023-12-28.md
@@ -0,0 +1,31 @@
+---
+title: >-
+ Don't let pride get in the way of productivity
+pubDate: 2023-12-28
+permalink: >-
+ archive/2023/12/28/pride-and-productivity
+snippet: >-
+ Have you over been too proud to ask a question, even if it affects your productivity?
+tags:
+ - software-development
+---
+
+Today, I was reading a support request on a public forum.
+
+The poster asked a question about a technical issue and explained the problem they were experiencing. I was experiencing the same thing, which is how I found it.
+
+A community member responded and suggested a solution.
+
+To this, the original poster responded:
+
+> Not too proud to ask where I [make the change].
+
+The response to this was what caught my attention:
+
+> No problem. Don't let pride get in the way of productivity.
+
+## Here's the thing
+
+Don't be afraid to ask questions or say you don't know or understand something.
+
+No one knows everything, and there's no such thing as a stupid question.
diff --git a/source/_daily_emails/2023-12-29.md b/source/_daily_emails/2023-12-29.md
new file mode 100644
index 00000000..0a060f34
--- /dev/null
+++ b/source/_daily_emails/2023-12-29.md
@@ -0,0 +1,37 @@
+---
+title: >-
+ Decide, automate, document
+pubDate: 2023-12-29
+permalink: >-
+ archive/2023/12/29/decide-automate-document
+snippet: >
+ How do you make and document decisions on your team? Here are three steps that have worked well for me.
+
+ Decide, automate, document.
+tags:
+ - software-development
+---
+
+Decide, automate, document
+
+Here are three steps to making decisions, such as introducing new tools and processes:
+
+Decide.
+
+Automate.
+
+Document.
+
+First of all, a decision needs to be made about what you will introduce.
+
+It could be whether to write automated tests, use static analysis, choose which coding standard to use, or make architecture decisions about how you want to build your application.
+
+Once you've decided and added the tool or process, automate it if you can.
+
+A CI pipeline or Git Hooks can run tests and checks automatically to know if the code complies with what was agreed upon rather than relying on this being done manually.
+
+Finally, document it so that it's available for others to read and reference, including new team members.
+
+Ensure to document why this was added, what problem it solves, any alternatives that were considered and any side effects or consequences. Technical design documents and ADRs (architectural decision records) are great for this!
+
+In the future, you may want to revisit the decision and decide if it's still correct, and you'll appreciate having the information documented.
diff --git a/source/_daily_emails/2023-12-30.md b/source/_daily_emails/2023-12-30.md
new file mode 100644
index 00000000..5b21f5d4
--- /dev/null
+++ b/source/_daily_emails/2023-12-30.md
@@ -0,0 +1,27 @@
+---
+title: >-
+ We've always done it this way
+pubDate: 2023-12-30
+permalink: >-
+ archive/2023/12/30/weve-always-done-it-this-way
+snippet: >
+ Has anyone told you "We've always done it this way." or "We've never needed to write tests before."?
+
+ In my experience, these are two of the worst phases to hear from new development teams.
+tags:
+ - software-development
+ - agile
+ - continuous-improvement
+---
+
+Two of the worst phrases I've heard when working with new development teams is "We've always done it this way" or "We've never needed to do this before".
+
+Whether it's writing automated tests, using static analysis, having a CI pipeline or using a specific framework or tool, this mindset prevents experimentation, growth and improvement.
+
+Instead, try to think about what benefits alternative approaches could offer and how they could improve any situations you're currently experiencing.
+
+You don't need to do it forever. Decide on something you want to try on a trial basis and set an end date.
+
+Then, when the trial is finished, you can decide if it achieved what you wanted, and if you want to continue with it.
+
+Even if you don't continue with it, you still learned something by trying.
diff --git a/source/_daily_emails/2023-12-31.md b/source/_daily_emails/2023-12-31.md
new file mode 100644
index 00000000..4af6b535
--- /dev/null
+++ b/source/_daily_emails/2023-12-31.md
@@ -0,0 +1,28 @@
+---
+title: Just...
+date: 2023-12-31
+permalink: >-
+ archive/2023/12/31/just
+snippet: >-
+ Can you just...
+tags:
+ - software-development
+---
+
+If you have a request that starts with "Just", it's likely a red flag!
+
+Why is it being made?
+
+What problem is it going to solve?
+
+Whose problem does it solve?
+
+Is the problem time-sensitive?
+
+What value does it add?
+
+Is it the best solution to fix the problem?
+
+Is it the best solution to fix the problem right now?
+
+To know this, we need to know why it's needed and it "just" needs doing.
diff --git a/source/_daily_emails/2024-01-01.md b/source/_daily_emails/2024-01-01.md
new file mode 100644
index 00000000..48ee7635
--- /dev/null
+++ b/source/_daily_emails/2024-01-01.md
@@ -0,0 +1,30 @@
+---
+title: >
+ Continuous improvement
+date: 2024-01-01
+permalink: daily/2024/01/01/continuous-improvement
+snippet: |
+ 1. Continuous delivery.
+ 2. Continuous deployment.
+ 3. Continuous improvement.
+tags:
+ - software-development
+ - agile
+ - continuous-improvement
+---
+
+I've written emails before about continuous delivery and continuous deployment, but there's another "continuous" I like to follow.
+
+Continuous **improvement**.
+
+Always focusing on improving, whether learning new things or getting better with things I already know.
+
+If you haven't written automated tests or done test-driven development before, try it.
+
+Try using static analysis tools if you haven't before.
+
+If your tools or approaches are outdated, try something more modern.
+
+Can you reduce the time your CI pipeline takes to run, or write better documentation?
+
+You may not like everything you try, but what works will pay dividends over time.
diff --git a/source/_daily_emails/2024-01-02.md b/source/_daily_emails/2024-01-02.md
new file mode 100644
index 00000000..32b6ec83
--- /dev/null
+++ b/source/_daily_emails/2024-01-02.md
@@ -0,0 +1,25 @@
+---
+title: Flexible Mob and Pair Programming
+date: 2024-01-02
+permalink: daily/2024/01/02/flexible-pair-programming
+snippet: |
+ Have you ever asked a colleague to review code you're writing or help you fix a bug?
+ That's pair programming.
+tags:
+ - software-development
+ - pair-programming
+---
+
+Doing pair or programming doesn't mean you need to be working in groups continuously.
+
+If you've asked a colleague to review the code you're writing or help you fix a bug, that's pair programming.
+
+You don't always need a driver and navigator, a set rotation time or dedicated allocated daily pair programming time.
+
+While that works for some teams, and on some occasions, you can do what's needed or feels right at the time to complete the task at hand.
+
+If you need a short pair programming session to fix a bug or finish a feature, to review some code before you merge it or submit it for code review, or want to pair ad-hoc or for one afternoon a week, that works, too.
+
+There isn't one way to do pair or mob programming.
+
+Do what works for you.
diff --git a/source/_daily_emails/2024-01-03.md b/source/_daily_emails/2024-01-03.md
new file mode 100644
index 00000000..93303eba
--- /dev/null
+++ b/source/_daily_emails/2024-01-03.md
@@ -0,0 +1,47 @@
+---
+title: >-
+ Why you need to start upgrading from Drupal 7 now
+date: 2024-01-03
+permalink: daily/2024/01/03/why-you-need-to-start-upgrading-from-drupal-7-now
+snippet: |
+ Are you still using Drupal 7? You need to start upgrading to Drupal 10 now instead of waiting until next year.
+tags:
+ - drupal
+ - drupal-upgrade
+ - drupal7
+ - php
+ - phpc
+---
+
+{% block content %}
+There's only one year before support for Drupal 7 support ends, but there are still more than 337,000 Drupal 7 websites, according to .
+
+Even though there's a year left, if you've got a Drupal 7 website, you need to start upgrading now!
+
+Unlike upgrading from Drupal 8 to 9 or 9 to 10, upgrading from Drupal 7 requires major changes to your code for it to be compatible. This will take time to do and test.
+
+Most websites have some or many custom modules and at least one custom theme that must be upgraded.
+
+Most use a large number of community-contributed modules.
+
+Many of these are abandoned or minimally maintained as their maintainers have focused on newer Drupal versions or a module has been marked as unsupported in favour of another.
+
+If they do have supported versions, it is likely that they haven't had a release for some time. If that's the case, they're essentially unsupported.
+
+Because of this, there may not be the same modules available with the same functionality for Drupal 10.
+
+Depending on the available modules, your functionality may need to change, or the old functionality will need to be written within a new custom module.
+
+## Here's the thing
+
+Depending on the complexity, it will take a number of months to complete an upgrade.
+
+Rather than wait until 2025, you want to do the work now whilst Drupal 7 is still supported rather than waiting and being vulnerable to security exploits if running an outdated and unsupported version.
+{% endblock %}
+
+{% block cta %}
+P.S. Are you stuck on Drupal 7? Purchase a [Drupal upgrade consulting call][call] or [upgrade roadmap][roadmap] and I'll help you on your way to Drupal 10.
+{% endblock %}
+
+[call]: {{site.url}}/call
+[roadmap]: {{site.url}}/roadmap
diff --git a/source/_daily_emails/2024-01-04.md b/source/_daily_emails/2024-01-04.md
new file mode 100644
index 00000000..7445f602
--- /dev/null
+++ b/source/_daily_emails/2024-01-04.md
@@ -0,0 +1,42 @@
+---
+title: >
+ Reuse what you can.
+date: 2024-01-04
+permalink: daily/2024/01/04/reuse-what-you-can
+snippet: |
+ Do you need to upgrade your application to Drupal 10? Reduce cost and save time by reusing what you can instead of starting from scratch.
+tags:
+ - drupal
+ - drupal7
+ - drupal10
+ - drupal-upgrade
+---
+
+{% block content %}
+A lot is different between Drupal 7 and 10, with the introduction of Composer, object-orientated code, Symfony components and other third-party libraries, to name a few things.
+
+But, when upgrading a project, the business logic may not need to change.
+
+How it integrates with the new version of Drupal may change - it may use a different module, such as Paragraphs instead of Field Collection, or be within a Controller or Service class instead of a Drupal "hook", but if the majority of the logic can remain the same, it might as well be reused instead of written from scratch.
+
+Presumably, it works as it does in Drupal 7, which may not be the case after it's been rewritten, as bugs and issues may have been introduced.
+
+This is the approach I took when migrating the Override Node Options module to Drupal 8. I picked a test, migrated it from SimpleTest (Drupal 7) to PHPUnit (Drupal 8), ported enough code to make it pass, and moved to the next test.
+
+Most custom applications, though, tend to be rewritten and the old business logic discarded.
+
+## Here's the thing
+
+If it works, why rewrite it?
+
+Migrate what you can and only rewrite what you need.
+
+As someone who works on fixed-price projects and includes a bug-free guarantee, it's in my interests to deliver working and stable software as soon as possible, which is also in my client's interests as they get their new software sooner and not from a drawn-out process where everything is re-done from scratch.
+{% endblock %}
+
+{% block cta %}
+P.S. Are you stuck on Drupal 7? Purchase a [Drupal upgrade consulting call][call] or [upgrade roadmap][roadmap] and I'll help you on your way to Drupal 10.
+{% endblock %}
+
+[call]: {{site.url}}/call
+[roadmap]: {{site.url}}/drupal-upgrade
diff --git a/source/_daily_emails/2024-01-05.md b/source/_daily_emails/2024-01-05.md
new file mode 100644
index 00000000..92014a1a
--- /dev/null
+++ b/source/_daily_emails/2024-01-05.md
@@ -0,0 +1,33 @@
+---
+title: >
+ PHP in Neovim
+date: 2024-01-05
+permalink: daily/2024/01/05/php-in-neovim
+snippet: |-
+ Yesterday, I posted some screenshots on Twitter of my upcoming automated testing email course and my PHP code in Neovim.
+tags:
+ - software-development
+ - php
+ - vim
+ - neovim
+---
+
+Yesterday, I posted a screenshot from my [automated testing in Drupal email course][atdc] on Twitter as a sneak peek of what's included.
+
+Here it is again:
+
+![Screenshot of a lesson from my automated testing email course]({{site.assets.url}}/assets/images/php-neovim-1.png)
+
+I also posted a screenshot of the accompanying code in my text editor, Neovim, which had a few likes.
+
+![Screenshot of Drupal code in Neovim]({{site.assets.url}}/assets/images/php-neovim-2.png)
+
+Since July 2021, I've used Neovim as my daily driver for writing all my code, which I spoke about during my [Working without Workspace talk].
+
+You can also see my NixOS-based [dotfiles on GitHub](https://github.com/opdavies/dotfiles) which contains my Neovim configuration.
+
+Register now to find out when the email course is live, or [read the first lesson][first lesson].
+
+[atdc]: {{site.url}}/atdc
+[first lesson]: {{site.url}}/archive/2023/12/25/zero-to-test
+[working without workspace talk]: {{site.url}}/talks/working-without-workspace
diff --git a/source/_daily_emails/2024-01-06.md b/source/_daily_emails/2024-01-06.md
new file mode 100644
index 00000000..48e07f5e
--- /dev/null
+++ b/source/_daily_emails/2024-01-06.md
@@ -0,0 +1,41 @@
+---
+title: >-
+ Sculpin - the PHP static site generator
+date: 2024-01-06
+permalink: daily/2024/01/06/sculpin-the-php-static-site-generator
+snippet: |
+ Do you use PHP? Sculpin is a static site generator written in PHP, and turns markdown files and Twig templates into static HTML
+
+ #php #phpc #sculpinphp @getsculpin
+tags: []
+---
+
+If you use PHP and need to make a static website, [Sculpin](https://sculpin.io) is a great choice!
+
+## What is it?
+
+Built with PHP and using Symfony components, it converts Markdown files and Twig templates into static HTML that can be easily deployed and hosted.
+
+Once generated, you can upload the files to a web host of your choice as the generated files are simple HTML, such as an S3 bucket with static hosting or GitHub Pages.
+
+## Why do I use it?
+
+As a PHP Developer, it's already familiar and I can immediately start instead of learning a new language or templating engine, which I'd need to do if I were to use a static site generator written in Ruby, JavaScript or Go.
+
+If I need to extend it, I already can.
+
+I already know how to write custom Twig extensions, for example, so I can do it in Sculpin in the same way. ([I made one][markdown extension] and open-sourced it)
+
+I already know how to use PHPUnit to write tests.
+
+## What do I use it for?
+
+I use Sculpin for [this website](https://github.com/opdavies/oliverdavies.uk) and client projects that don't need the features of a CMS or framework with the ability to have reusable components and functionality provided by Twig (this works great with Tailwind CSS, too).
+
+I used it to [learn Twig before Drupal 8 was released][talk1], back in 2015.
+
+I've also given a talk on [building websites with Sculpin][talk2] which I may submit to some upcoming conferences.
+
+[markdown extension]: https://github.com/opdavies/sculpin-twig-markdown-bundle
+[talk1]: {{site.url}}/test-drive-twig-with-sculpin
+[talk2]: {{site.url}}/building-static-websites-sculpin
diff --git a/source/_daily_emails/2024-01-07.md b/source/_daily_emails/2024-01-07.md
new file mode 100644
index 00000000..9aebad65
--- /dev/null
+++ b/source/_daily_emails/2024-01-07.md
@@ -0,0 +1,20 @@
+---
+title: >-
+ Things take as long as they take
+date: 2024-01-07
+permalink: daily/2024/01/07/things-take-as-long-as-they-take
+snippet: |
+ How long _should_ a software development task take to complete?
+tags:
+ - software-development
+---
+
+Today, I saw a post that asked the question:
+
+> Have you ever spent three days on an issue that should have taken 2 hours?
+
+My thought was, "Who said it should have taken two hours?".
+
+In my experience, tasks take as long as they take.
+
+Even something that seems simple can end up being something complex.
diff --git a/source/_daily_emails/2024-01-08.md b/source/_daily_emails/2024-01-08.md
new file mode 100644
index 00000000..d731d755
--- /dev/null
+++ b/source/_daily_emails/2024-01-08.md
@@ -0,0 +1,31 @@
+---
+title: Try it and see
+date: 2024-01-08
+permalink: daily/2024/01/08/try-it-and-see
+snippet: |
+ Have you tried new technologies or approaches when writing software? Did you like it or go back? Either way, you know more about it than before.
+tags:
+ - tailwind-css
+ - automated-testing
+ - test-driven-development
+---
+
+I recently saw a post with a screenshot of some code they'd written using Tailwind CSS.
+
+Reading the comments, it had the usual "re-inventing the wheel" and "just use inline styles" comments, which, to me, didn't seem very helpful and not the point of the post.
+
+When I've given a [talk on Tailwind CSS][talk], I've acknowledged that people have common initial reactions and suggested people try it for a week or so and see how it works for them before making up their minds.
+
+Someone did after a conference and posted this on Twitter:
+
+> I saw a talk on tailwind at a conference. Spent 15 minutes afterwards "discussing" with the presenter how it was horrible and against the neat way of CSS and so on. But promised to try it just once as he said it feels better than it looks.
+>
+> He was right. It's so freeing.
+
+The same approach applies to many other things, such as pair programming, automated testing, test-driven development, static analysis, Scrum, Linux and Vim - to name a few.
+
+If you use it and don't like it, don't continue and return to what you did before.
+
+Whether you keep it or not, you better understand what you're evaluating and not dismiss it out of hand.
+
+[talk]: {{site.url}}/talks/taking-flight-with-tailwind-css
diff --git a/source/_daily_emails/2024-01-09.md b/source/_daily_emails/2024-01-09.md
new file mode 100644
index 00000000..c3fefdc8
--- /dev/null
+++ b/source/_daily_emails/2024-01-09.md
@@ -0,0 +1,28 @@
+---
+title: >-
+ Using Tailwind CSS is a great way to learn CSS
+date: 2024-01-09
+permalink: daily/2024/01/09/using-tailwind-css-is-a-great-way-to-learn-css
+snippet: |
+ I think Tailwind CSS is not only a great CSS framework, but a great way to learn CSS itself.
+ #dev #SoftwareDevelopment #css #TailwindCSS
+tags: []
+---
+
+I was in a pair programming session today, working on some Twig components with Tailwind CSS.
+
+We knew what we needed to implement and did so based on an example from a Tailwind component library and some additional styles.
+
+After implementing the feature, we could review the classes we added and review what each did.
+
+We could easily move or remove a class and see what effect it had.
+
+Something nice is that the Tailwind classes usually relate to what CSS they're applying, such as `block` and `flex` for `display` and `relative` and `absolute` for positioning.
+
+This makes Tailwind a great way to learn CSS compared to other frameworks that give you prebuilt HTML and expect you to add a generic class like `card`.
+
+In that case, the knowledge is hidden within a stylesheet the Developer doesn't see, which makes it harder to read and learn from.
+
+Other utility-class frameworks have shorter class names that are less readable.
+
+Tailwind strikes the perfect balance, in my opinion.
diff --git a/source/_daily_emails/2024-01-10.md b/source/_daily_emails/2024-01-10.md
new file mode 100644
index 00000000..ec0f9db2
--- /dev/null
+++ b/source/_daily_emails/2024-01-10.md
@@ -0,0 +1,62 @@
+---
+title: Don't put business logic in templates
+date: 2024-01-10
+permalink: daily/2024/01/10/dont-put-business-logic-in-templates
+snippet: |
+ Don't do what I did. Don't put business logic in your template files.
+tags:
+ - software-development
+ - clean-code
+ - twig
+ - automated-testing
+---
+
+Here is some code from my website:
+
+![A screenshot of the code that calculates the number of talks I've given.]({{site.url}}/assets/images/talk-count-code.png)
+
+If you want, you can also [view it on GitHub](https://raw.githubusercontent.com/opdavies/oliverdavies.uk/main/source/_pages/talks.md).
+
+It is business logic responsible for counting the number of talks I've given at different events so I can display it on my Talks page.
+
+It starts at zero, loops over each talk, and increments the talk count if the event is the current day or a past date.
+
+It's only used in a single place, so the same logic isn't duplicated elsewhere.
+
+But it's in the page's Twig template.
+
+It has no test coverage.
+
+If I need to change or refactor it, I'd need to test it again manually.
+
+Don't do this.
+
+## So, what should I do?
+
+It's OK to put simple presentational logic, such as looping over a list or whether to show or hide a value within a template, but not complex business logic.
+
+Business logic should be separated and executed elsewhere. The values should be passed to the template to be rendered.
+
+This makes the business logic easier to test as you can test the logic itself and determine the value passed to the template is correct without being concerned about the templating engine.
+
+In an application, you may need to output a value to a template and a terminal. You'd have one source of truth, such as a Service, Action or Command class that calculates the value before passing it to the appropriate output.
+
+Once the logic is separated, you only need to test it once.
+
+## Here's the thing
+
+In a previous version of my website, I did this by creating a custom Twig function.
+
+It was as simple as adding `{{ talkCount }}` to the template.
+
+All the logic was moved from the template to my custom extension.
+
+The logic was separated.
+
+It had tests.
+
+This is the approach I'd take to achieve the same result for a client application.
+
+For a client, I want to run a test suite and be confident my logic works as expected - now and in the future.
+
+For myself, and for calculating something simple, this is fine.
diff --git a/source/_daily_emails/2024-01-11.md b/source/_daily_emails/2024-01-11.md
new file mode 100644
index 00000000..0f3f111a
--- /dev/null
+++ b/source/_daily_emails/2024-01-11.md
@@ -0,0 +1,32 @@
+---
+title: My Drupal testing email course is live
+date: 2024-01-11
+permalink: daily/2024/01/11/my-drupal-testing-email-course-is-live
+snippet: |
+ Do you want to learn automated testing in Drupal? My free email course is live! Learn from a DrupalCon speaker, workshop trainer, and module maintainer how to write tests in Drupal.
+tags:
+ - softare-development
+ - drupal
+ - php
+ - phpc
+ - automated-testing
+ - test-driven-development
+---
+
+{% block content %}
+Do you want to learn automated testing in Drupal?
+
+My free email course is live!
+
+Learn how to write tests in Drupal from a DrupalCon speaker, workshop trainer, and module maintainer (me!).
+
+Register for the course and get a lesson each day where you build a module from scratch with automated tests and test-driven development based on my previous talks and workshops.
+
+All emails are sent from my personal email address, so if you have questions or issues, you can press reply and let me know. I'll be happy to help!
+
+Happy testing!
+{% endblock %}
+
+{% block cta %}
+P.S. Did you on this list by mistake? If you want the email course but are getting these daily emails instead, feel free to unsubscribe from this list and re-register for the course at [{{site.url}}/atdc]({{site.url}}/atdc).
+{% endblock %}
diff --git a/source/_daily_emails/2024-01-12.md b/source/_daily_emails/2024-01-12.md
new file mode 100644
index 00000000..b5e1f22f
--- /dev/null
+++ b/source/_daily_emails/2024-01-12.md
@@ -0,0 +1,34 @@
+---
+title: >-
+ Utility classes make global scope local
+date: 2024-01-12
+permalink: daily/2024/01/12/utility-classes-make-global-scope-local
+snippet: |
+ Utility classes make global scope local, making things easier and quicker to work on - now and in the future.
+tags:
+ - software-development
+ - css
+ - tailwind-css
+---
+
+In my [recent pair programming session]({{site.url}}/archive/2024/01/09/using-tailwind-css-is-a-great-way-to-learn-css), building components with Tailwind CSS, we experienced another benefit of styling with utility classes.
+
+CSS usually has a global scope, but utility classes change it to a local scope.
+
+For example, having a card component with a `card` class on it, any changes to the styles will affect all instances of any card component that uses the `card` class.
+
+How do you know you haven't broken something in a different component without re-checking every component manually?
+
+How do you easily modify or extend it as requirements change or add more card types?
+
+If you need to make a change in the future, you're likely to add more styles and modifiers and add to the CSS, causing it to grow rather than change the existing styles - in fear of breaking something else.
+
+With utility classes, such as the ones generated by Tailwind CSS, you can see and understand what styles are applied to the HTML.
+
+This also makes it easier to change, and because the classes and styles are added directly to that element, you don't need to worry about breakages elsewhere.
+
+If you need to add a new class to that card type, you can do so knowing that it won't affect all card styles globally in your application - just the one you're working on.
+
+This means you can change things more easily in the future but also work quicker now as you don't need to worry about all that additional context.
+
+You can focus on what you're working on right now.
diff --git a/source/_daily_emails/2024-01-13.md b/source/_daily_emails/2024-01-13.md
new file mode 100644
index 00000000..4eb46e6f
--- /dev/null
+++ b/source/_daily_emails/2024-01-13.md
@@ -0,0 +1,26 @@
+---
+title: >-
+ Testing Legacy with Mike Karthauser
+date: 2024-01-13
+permalink: daily/2024/01/13/testing-legacy-with-mike-karthauser
+snippet: |
+ Last week, Mike Karthauser - Senior Software Developer at Huboo - joined me on the Beyond Blocks podcast.
+tags:
+ - software-development
+ - podcast
+ - beyond-blocks
+ - automated-testing
+ - refactoring
+---
+
+{% block content %}
+Last week, Mike Karthauser - Senior Software Developer at Huboo - [joined me on the Beyond Blocks podcast]({{site.url}}/podcast/7-mike-karthauser-testing-legacy).
+
+Mike also gave a talk recently at the PHP South West meetup on "Testing Legacy" which explained how he works with and tests legacy applications.
+
+In the episode, we discuss e-commerce, legacy code, technical debt, automated testing, test-driven development, refactoring, code vs. no-code solutions.
+{% endblock %}
+
+{% block cta %}
+If you'd like to be a guest on the Beyond Blocks podcast, [let me know](https://forms.gle/aBEtfu9tkhjJSdhd8).
+{% endblock %}
diff --git a/source/_daily_emails/2024-01-14.md b/source/_daily_emails/2024-01-14.md
new file mode 100644
index 00000000..79d7687a
--- /dev/null
+++ b/source/_daily_emails/2024-01-14.md
@@ -0,0 +1,34 @@
+---
+title: Code is a liability, not an asset
+date: 2024-01-14
+permalink: daily/2024/01/14/code-is-a-liability-not-an-asset
+snippet: |
+ Is code a liability or an asset? The more you write, the more you need to maintain.
+tags:
+ - software-development
+ - drupal
+---
+
+Something I mentioned during my [podcast episode with Mike Karthauser][episode] is a quote I saw recently:
+
+> Code is a liability, not an asset.
+
+The more code you write, the more you have to maintain.
+
+The more complex the code is, the harder it is to maintain.
+
+For example, when adding a new page to a Drupal application, should you write a custom route, a Controller, and a Repository and write accompanying tests, or should you use the Views module?
+
+Both can give the same result.
+
+One involves writing and maintaining custom code; the other uses a no-code approach available in Drupal, which creates the page and output based on your selections.
+
+There isn't a correct answer.
+
+The option you choose will depend on what problem you're solving, what deadlines you're working to, and any precedents set within the project.
+
+It also depends on whether you want to maintain the code you write over time, fix any bugs, refactor it, and upgrade it as part of major Drupal version upgrades.
+
+Like a house, car or pet, any code you write will need ongoing care and maintenance in the future - not just now.
+
+[episode]: {{site.url}}/podcast/7-mike-karthauser-testing-legacy
diff --git a/source/_daily_emails/2024-01-15.md b/source/_daily_emails/2024-01-15.md
new file mode 100644
index 00000000..e2765929
--- /dev/null
+++ b/source/_daily_emails/2024-01-15.md
@@ -0,0 +1,32 @@
+---
+title: Don't be perfect, be useful
+date: 2024-01-15
+permalink: daily/2024/01/15/don-t-be-perfect--be-useful
+snippet: |
+ Don't be perfect, be useful.
+ I heard this recently and wondered how I could apply it to software development.
+tags:
+ - software-development
+ - design-patterns
+ - automated-testing
+ - test-driven-development
+ - static-analysis
+ - pair-programming
+ - mob-programming
+---
+
+In a recent private coaching session with [Jonathan Stark](https://jonathanstark.com), he said, "Don't be perfect, be useful".
+
+He meant it relating to giving a presentation, like a talk or workshop, but I thought about how the same quote applies to some of the software development topics I cover in these emails.
+
+You don't need a perfect test suite with 100% coverage. One test is better than no tests, and some tests are better than one.
+
+You don't need to run static analysis on all your code at the highest level. If you run it on some of your code, maybe the newer code or the most crucial parts of your application, that's better than not running it at all, and it will catch many issues even at the lower levels.
+
+You don't need to know and implement all the design patterns within your code. The objective is to deliver working software for your customers and clients. Do this first and refactor later when needed.
+
+You don't need always to be pair or mob programming. Do it when it works for the people and situation.
+
+These tools and techniques are useful.
+
+They don't need to be perfect.
diff --git a/source/_daily_emails/2024-01-16.md b/source/_daily_emails/2024-01-16.md
new file mode 100644
index 00000000..a47c6eac
--- /dev/null
+++ b/source/_daily_emails/2024-01-16.md
@@ -0,0 +1,35 @@
+---
+title: Daily or quarterly?
+date: 2024-01-16
+permalink: daily/2024/01/16/daily-or-quarterly
+snippet: |
+ What if you could only deploy changes daily or quarterly? Which would you pick?
+tags:
+ - software-development
+---
+
+Imagine this scenario.
+
+You have two options on how frequently you can deploy code changes to your application.
+
+Option 1: Every day.
+
+Option 2: Once a quarter.
+
+No more, no less.
+
+I'd choose daily.
+
+I much prefer to deploy changes as often as possible rather than waiting.
+
+I'm much more confident when releasing small changes - even if it's a small refactor, such as changing a variable name or extracting a small helper method.
+
+It might even seem too small to release.
+
+But the smaller the release is, the easier it is to find and fix any issues, and knowing that the next release would only be the following day makes it easier to fix forward instead of rolling back a large release with months of changes.
+
+## Here's the thing
+
+Whilst it may seem counterintuitive initially, it's much less risky to release small changes often compared to large changes infrequently.
+
+Which option would you choose?
diff --git a/source/_daily_emails/2024-01-17.md b/source/_daily_emails/2024-01-17.md
new file mode 100644
index 00000000..d69d577a
--- /dev/null
+++ b/source/_daily_emails/2024-01-17.md
@@ -0,0 +1,30 @@
+---
+title: Please don't use short variable names
+date: 2024-01-17
+permalink: daily/2024/01/17/short-variable-names
+snippet: |
+ Why use variable names like $k, $v and $i instead of $key, $value and $index? What benefit does it add?
+tags:
+ - software-development
+ - clean-code
+---
+
+When learning to code, one of the most confusing things was using short variable names in documentation and other people's code.
+
+Things like `$k` and `$v` instead of `$key` and `$value` within loops, `$i` instead of `$index`, or `$e` when working with Exceptions.
+
+I've also seen slightly better names, such as `$idx` for index or `$ctx` for context.
+
+But what does this achieve?
+
+Why not write the full variable name and clarify what it refers to?
+
+It would be easier to read and understand for anyone reading the code, including Junior Developers and people new to your team or application.
+
+There are no limitations - at least in the languages I use - to force this, such as a maximum number of characters in a file, so why not write the full variable name?
+
+The only reason I can think of is to save time by pressing fewer keys, but code is read more than written, so it should be optimised for readability.
+
+Your tests and CI pipeline don't have a preference.
+
+The people reading the code will.
diff --git a/source/_daily_emails/2024-01-18.md b/source/_daily_emails/2024-01-18.md
new file mode 100644
index 00000000..5286ffdd
--- /dev/null
+++ b/source/_daily_emails/2024-01-18.md
@@ -0,0 +1,64 @@
+---
+title: Is zero unlimited?
+date: 2024-01-18
+permalink: daily/2024/01/18/is-zero-unlimited
+snippet: |
+ If you set a limit to be zero, would you expect it to return all the results or none?
+tags:
+ - software-development
+ - clean-code
+---
+
+Something I've seen in code is the unclear use of zero when adding limits, such as loading items from a database.
+
+In some instances, setting zero will return all items - essentially, an 'unlimited' value in disguise - rather than returning no results, which is what I'd expect.
+
+I imagine the code looks something like this:
+
+```language-php
+if ($limit > 0) {
+ $query->range(0, $limit);
+}
+```
+
+If `$limit` is greater than one, add it to the query.
+
+For me, using `0` as the unlimited value doesn't seem like the best option.
+
+I'd prefer to use a `null` value as the default and only add the limit if it's set - i.e. an integer or not null.
+
+It means the value could be either an integer or null, but I think the intent of the code is more explicit.
+
+This would make the code look like this:
+
+```language-php
+if (is_int($limit)) {
+ $query->range(0, $limit);
+}
+```
+
+Whilst this is clearer, it doesn't cover all use cases.
+
+Presumably, the limit should only be a positive integer.
+
+It wouldn't make sense to set a negative number as the limit or, as the unlimited value is `null`, setting it to zero.
+
+This is the end code I'd likely write:
+
+```language-php
+if (is_int($limit)) {
+ if ($limit < 1) {
+ throw new InvalidArgumentException('A limit must be a positive integer.');
+ }
+
+ $query->range(0, $limit);
+}
+```
+
+If the limit is not an integer, nothing happens.
+
+It throws an Exception if the value is invalid - i.e. less than one.
+
+The limit is applied if the limit is greater than or equal to one.
+
+While it's more complex as there are more checks to perform and different types in use, I think this is clearer and easier for someone reading or implementing the code to understand what it does and use it correctly.
diff --git a/source/_daily_emails/2024-01-19.md b/source/_daily_emails/2024-01-19.md
new file mode 100644
index 00000000..3d5c64c6
--- /dev/null
+++ b/source/_daily_emails/2024-01-19.md
@@ -0,0 +1,28 @@
+---
+title: Tests can assert multiple things
+date: 2024-01-19
+permalink: daily/2024/01/19/tests-can-assert-multiple-things
+snippet: |
+ Should each automated test only have a single assertion?
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+Similar to "a method should only have one return statement", I've seen similar advice when working with tests: "Tests should only have a single assertion".
+
+I don't think this is true, and in my experience, you need multiple assertions to have a thorough test.
+
+And, whilst similar assertions add some duplication, they can make the intent clearer and give better error messages.
+
+Instead, I focus on one test case per test.
+
+If I'm testing the following:
+
+* A blog page exists.
+* Only post nodes are visible.
+* Only published posts are visible,
+* Posts are returned in a specified order.
+
+These will be split into separate tests - making it easier to read and maintain the code and have faster execution times by running only the tests I want with the minimum amount of code in each - regardless of how many assertions are in each.
diff --git a/source/_daily_emails/2024-01-20.md b/source/_daily_emails/2024-01-20.md
new file mode 100644
index 00000000..82eebc17
--- /dev/null
+++ b/source/_daily_emails/2024-01-20.md
@@ -0,0 +1,26 @@
+---
+title: PHPUnit or Pest?
+date: 2024-01-20
+permalink: daily/2024/01/20/phpunit-or-pest
+snippet: |
+ Which testing framework do you prefer? PHPUnit or Pest?
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - php
+---
+
+A recent discussion has started about which testing framework should be the default one used in Laravel.
+
+PHPUnit or Pest.
+
+I've used both, and I like both.
+
+I'm more familiar with classes, object-orientated code and PHPUnit, but for people who are more familiar with JavaScript and the Jest testing framework, Pest may be the better option.
+
+Its expectation API, where you can chain multiple assertions on the same expectation, is helpful, although I don't mind some repetition in PHPUnit tests.
+
+Pest tests can become abstract, especially with some of their one-line example tests.
+
+Whether you pick PHPUnit, Pest or another framework like Behat or Codeception, the main thing is you're taking the time to write automated tests for your code, which is valuable whichever testing tool you use.
diff --git a/source/_daily_emails/2024-01-21.md b/source/_daily_emails/2024-01-21.md
new file mode 100644
index 00000000..d88cc61c
--- /dev/null
+++ b/source/_daily_emails/2024-01-21.md
@@ -0,0 +1,37 @@
+---
+title: Where is the value in your application?
+date: 2024-01-21
+permalink: daily/2024/01/21/where-is-the-value-in-your-application
+snippet: |
+ Where is the value in your software application, and where should you start when starting a new project?
+tags:
+ - software-development
+---
+
+Yesterday, I was in Birmingham for a hackathon event organised by the School of Code, who I've been a Bootcamp mentor for for the last few cohorts.
+
+At the event, I was mentoring a team of three Bootcamp graduates to plan and build a Christmas-themed application.
+
+We decided on a Christmas walking application where people can view upcoming walks, log in and book a place.
+
+After designing some initial pages, such as the Home page with a login form, a registration form, a list of walks and a walk detail page, we started to code them.
+
+Naturally, we started with the Home page, the login form and the login functionality.
+
+But, is that the most valuable part of the application?
+
+What differentiates it from other applications, such as the ones being built by other squads at the event?
+
+In this case, it's the page showing the list of walks and, if you click one, the details about that walk.
+
+The squad needed to give a presentation and demo of the application by the end of the day, so we needed to prioritise.
+
+We refocused on the walk pages and built them before moving back to the other pages to complete the user journey so it could be shown.
+
+Similarly, we didn't need a fully functional user login and registration system for the demo. We just needed to show the forms we'd built, demo the user journey and show how someone would find and register for an event.
+
+When I'm building an application, I identify the most valuable part and focus on it rather than other unrelated functionality that could likely be done manually or another way until that functionality is available.
+
+The beginning of the user journey isn't always the best first thing to start developing.
+
+It was a great day, our squad won the prize for the event, and I look forward to attending more events and continuing to work with the School of Code.
diff --git a/source/_daily_emails/2024-01-22.md b/source/_daily_emails/2024-01-22.md
new file mode 100644
index 00000000..e968c3f3
--- /dev/null
+++ b/source/_daily_emails/2024-01-22.md
@@ -0,0 +1,32 @@
+---
+title: Tailwind CSS workshop recording
+date: 2024-01-22
+permalink: daily/2024/01/22/tailwind-css-workshop-recording
+snippet: |
+ Want to learn Tailwind CSS? Here's a recording of my workshop from DrupalCamp Florida 2022.
+
+ #SoftwareDevelopment #css #TailwindCSS
+tags: []
+---
+
+{% block content %}
+At Saturday's hackathon that I mentioned in yesterday's email, most of the squads decided to try Tailwind CSS in their applications.
+
+I've been using Tailwind since it was released, and first gave [a Tailwind CSS talk][talk] in January 2018.
+
+It's one of my most popular talks and, during COVID lockdowns, I also gave a workshop/webinar on Tailwind CSS for some online conferences.
+
+[Here's a recording][recording] of the session I gave for DrupalCamp Florida, in which I cover some Tailwind CSS concepts and show how to install and customise Tailwind before rebuilding the Florida DrupalCamp website live.
+
+If this helps anyone on their Tailwind CSS learning journey, please reply and let me know!
+
+[recording]: https://www.youtube.com/watch?v=phFDKF-9j0Y
+[talk]: {{site.url}}/talks/taking-flight-with-tailwind-css
+{% endblock %}
+
+{% block cta %}
+P.S. If you'd like your own workshop on Tailwind CSS, Drupal, automated testing or something else, I offer private talks and workshops and [team coaching][coaching] or, if you need something more hands-on, monthly [Drupal development subscriptions][subscription].
+
+[coaching]: {{site.url}}/team-coaching
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-01-23.md b/source/_daily_emails/2024-01-23.md
new file mode 100644
index 00000000..01561fe3
--- /dev/null
+++ b/source/_daily_emails/2024-01-23.md
@@ -0,0 +1,34 @@
+---
+title: Why use automation tools for dependency updates
+date: 2024-01-23
+permalink: daily/2024/01/23/why-use-automation-tools-for-dependency-updates
+snippet: |
+ What are the benefits of using automation tools like violinist.io for dependency updates?
+tags:
+ - software-development
+ - php
+ - drupal
+ - composer
+---
+
+Last week, I recorded an episode of [Beyond Blocks][podcast] with Eirik Morland - the Developer of violinist.io, a tool for automating dependency updates in PHP projects.
+
+Instead of a person manually running `composer update` in each project, tools like Violinist can do that for you and submit pull or merge requests to your project for you to review.
+
+But why would you want this?
+
+There are technical reasons, such as not having to rely on everyone having the same local environment and avoiding potential conflicts, and consistency by ensuring the same command is run every time.
+
+But, the big advantage, in my opinion, is the time it saves and allows you to reuse.
+
+Instead of manually updating each project's dependencies, I can focus on tasks that deliver value to my customers and clients and move us towards our objectives.
+
+Dependency updates, such as a new version of Drupal core or a contrib module, don't contain any perceived value compared to other tasks, such as adding a new feature or fixing a bug.
+
+They happen behind the scenes, often invisibly, without any visual changes to show an update has been done.
+
+If they aren't done often, they will be riskier to deploy due to the larger changes, and the longer it takes, the greater the potential for insecure versions to be exploited - potentially affecting your reputation and your customer's and with any remedial work taking the focus from other tasks.
+
+Having a service like Violinist performing the updates for you means they can be applied and deployed more regularly, reducing the risk and making it easier to stay up-to-date and run secure versions of your dependencies.
+
+[podcast]: {{site.url}}/podcast
diff --git a/source/_daily_emails/2024-01-24.md b/source/_daily_emails/2024-01-24.md
new file mode 100644
index 00000000..f202a26d
--- /dev/null
+++ b/source/_daily_emails/2024-01-24.md
@@ -0,0 +1,31 @@
+---
+title: Defining Ubiquitous language
+date: 2024-01-24
+permalink: daily/2024/01/24/defining-ubiquitous-language
+snippet: |
+ Why should you define the ubiquitous language for a software project? Rob Allen told us during a recent meetup talk.
+tags:
+ - software-development
+ - php
+ - domain-driven-design
+---
+
+A key takeaway from Rob Allen's Domain-Driven Design talk was defining ubiquitous language and avoiding the phrase "That's not what I meant".
+
+Even a simple table or glossary that lists business and domain-specific terms and their agreed meaning is very helpful to ensure everyone in the discussion is on the same page and means the same thing.
+
+Rob's example was using the words "policy" and "risk" when dealing with insurance clients.
+
+A common issue I've seen is where people are referred to as customers by the business and users within the software.
+
+Ideally, these should be consistent, and the code should match the business terminology.
+
+This can be complicated further by different areas of the business, such as a marketing team that may refer to people as subscribers.
+
+Without the ubiquitous language being defined, the requirements are more likely to be misunderstood and the wrong solution delivered, resulting in "that's not what I meant.".
+
+This then means the work needs to be re-done and delayed, which can be expensive and time-consuming.
+
+Another approach is to work in small batches, which is something I've written about before, and getting feedback from customers as early and often as possible so, if there is a misunderstanding, the minimum amount of time has been spent before it's realised and rectified.
+
+Rob, of course, covered a lot more about DDD in his talk, and I'm looking forward to re-watching it once the video from the meetup is released.
diff --git a/source/_daily_emails/2024-01-25.md b/source/_daily_emails/2024-01-25.md
new file mode 100644
index 00000000..bbb87269
--- /dev/null
+++ b/source/_daily_emails/2024-01-25.md
@@ -0,0 +1,24 @@
+---
+title: Speaking at PHP Oxford
+date: 2024-01-25
+permalink: daily/2024/01/25/speaking-at-php-oxford
+snippet: |
+ This evening, I was at PHP Oxford, speaking about my Build Configs tool.
+tags:
+ - php
+ - phpc
+ - symfony
+---
+
+I attended the relaunched PHP Oxford user group meetup this evening, organised by Humand Talent.
+
+I gave the short version of my talk on the [Build Configs] tool I've built and used to manage multiple projects' configuration files.
+
+As it was a shorter talk, I didn't show the internals slides I did remotely for PHP Muninch on Tuesday evening.
+
+However, if anyone wants to see the full slides that show some of the Build Configs code, [they are online][talk].
+
+As well as the Drupal, Fractal, Drupal Commerce Kickstart and Drupal LocalGov examples on GitHub, I created Symfony and Laravel examples that are still unreleased in private repositories. I plan on reviewing those, making them public soon and continuing to iterate on and improve the Build Configs tool itself - making it more valuable to me and my customers and clients.
+
+[build configs]: {{site.url}}/build-configs
+[talk]: {{site.url}}/talks/building-build-configs
diff --git a/source/_daily_emails/2024-01-26.md b/source/_daily_emails/2024-01-26.md
new file mode 100644
index 00000000..48b3898d
--- /dev/null
+++ b/source/_daily_emails/2024-01-26.md
@@ -0,0 +1,24 @@
+---
+title: Write once, manage forever
+date: 2024-01-26
+permalink: daily/2024/01/26/write-once-manage-forever
+snippet: |
+ I wrote my Build Configs project so I only write a file once, but can re-use it as many times as needed.
+tags:
+ - software-development
+ - automation
+---
+
+I built my [Build Configs] tool because I only wanted to write a file once and re-use it instead of writing it over again or copying and pasting between projects.
+
+Having standardised templates for different languages and project types, I can easily set up new projects and get them running in a few minutes.
+
+If I need to add a feature or fix a bug, I can do it once in the Build Configs tool and easily regenerate the configuration files for all projects, and they'll all get the updated files.
+
+There's no "I need to copy this feature from project A or this bug fix from project B." when starting on project C.
+
+As I only work on fixed-price engagements, it's in my interest to be able to create and maintain projects in a fast and efficient manner.
+
+The Build Configs tool enables me to do that.
+
+[build configs]: {{site.url}}/build-config
diff --git a/source/_daily_emails/2024-01-27.md b/source/_daily_emails/2024-01-27.md
new file mode 100644
index 00000000..3ba68af5
--- /dev/null
+++ b/source/_daily_emails/2024-01-27.md
@@ -0,0 +1,39 @@
+---
+title: gitignore - inclusive or exclusive?
+date: 2024-01-27
+permalink: daily/2024/01/27/gitignore-inclusive-or-exclusive
+snippet: |
+ How do you write your .gitignore files?
+tags:
+ - software-development
+ - git
+---
+
+Add everything and ignore what you don't want, or ignore everything and explicitly add what you need.
+
+There are two ways to structure a .gitignore file.
+
+The default approach is that all files can be added, and you specify the files and directories you want to ignore.
+
+For example, if my `.gitignore` file was this, these two directories would be ignored:
+
+```language-plain
+vendor
+web
+```
+
+The other approach is to ignore everything and unignore the things to add. For example:
+
+```language-plain
+*
+!build.yaml
+!Dockerfile
+!docker-compose.yaml
+!web/*/custom
+```
+
+Both approaches work and are regularly used.
+
+Which approach do you prefer and why?
+
+Reply and let me know.
diff --git a/source/_daily_emails/2024-01-28.md b/source/_daily_emails/2024-01-28.md
new file mode 100644
index 00000000..7b49bbc1
--- /dev/null
+++ b/source/_daily_emails/2024-01-28.md
@@ -0,0 +1,37 @@
+---
+title: Ignoring things globally
+date: 2024-01-28
+permalink: daily/2024/01/28/ignoring-things-globally
+snippet: |
+ Have you wanted to ignore things globally? Git has a setting for that.
+tags:
+ - software-development
+ - git
+---
+
+Yesterday's email was about repository-specific .gitignore files and different ways to write them.
+
+But there's a setting that most people don't know about, where you can configure a global `.gitignore` file.
+
+## What I use it for
+
+Whilst it doesn't replace repository-specific files, it's good for operating system-specific files - such as `.DS_Store` files on macOS.
+
+I have a convention where I have a `.ignored` directory in a project, and everything in it should be ignored by Git.
+
+Instead of adding this to every `.gitignore` file, and because it's specific to me, it's a good choice for a global ignore file.
+
+Anything that affects multiple users - such as ignoring `vendor` or `node_modules` should still be set in each repository.
+
+## How do you add it?
+
+Add this to your `~/.gitconfig` or `~/.config/git/config` file to set the path for your global ignore file:
+
+```language-plain
+[core]
+ excludesFile = "~/.config/git/ignore"
+```
+
+Then, create the file and add what you want to ignore everywhere.
+
+Just remember this is specific to you, and if others have something you've ignored globally and they haven't, they could still add and commit it.
diff --git a/source/_daily_emails/2024-01-29.md b/source/_daily_emails/2024-01-29.md
new file mode 100644
index 00000000..a4b25dbd
--- /dev/null
+++ b/source/_daily_emails/2024-01-29.md
@@ -0,0 +1,22 @@
+---
+title: Violinist and automation with Eirik Morland
+date: 2024-01-29
+permalink: daily/2024/01/29/violinist-and-automation-with-eirik-morland
+snippet: |
+ This week on Beyond Blocks, I'm joined by Eirik Morland to discuss Violinist - a tool for automating PHP dependency updates.
+tags:
+ - software-development
+ - podcast
+ - php
+ - phpc
+ - composer
+---
+
+In [today's episode of the Beyond Blocks podcast][episode], I'm joined by Eirik Morland - the Developer of [Violinist].
+
+We discuss why you'd want to use a tool like Violinist to manage your dependency updates, why you'd want to automate repetitive tasks and focus on providing value for clients and customers.
+
+We also discuss running a SaaS business and why Drupal is a good choice for SaaS products - though this could be a full episode on its own.
+
+[episode]: {{site.url}}/podcast/8-eirik-morland-violinist
+[violinist]: https://violinist.io
diff --git a/source/_daily_emails/2024-01-30.md b/source/_daily_emails/2024-01-30.md
new file mode 100644
index 00000000..13535cc7
--- /dev/null
+++ b/source/_daily_emails/2024-01-30.md
@@ -0,0 +1,27 @@
+---
+title: TDD doesn't mean you know everything upfront
+date: 2024-01-30
+permalink: daily/2024/01/30/tdd-doesnt-mean-you-know-everything-upfront
+snippet: |
+ Test-Driven Development doesn't mean you need to know everything upfront.
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+I'm in the final phase of a Drupal development project for a customer.
+
+It has some custom modules and code I wrote with automated tests and test-driven development.
+
+Today, the client reported a bug.
+
+But, instead of something working incorrectly, this was a use case I hadn't considered.
+
+The tests were passing, but there wasn't one for this.
+
+I wrote the code for the use cases I was aware of when I started, and now I'm aware of another, I can add a test for it and ensure it's tested and working.
+
+To do test-driven development, you don't need to know all the use cases and functionality upfront.
+
+Write for what you know at the time, then expand and iterate in the future.
diff --git a/source/_daily_emails/2024-01-31.md b/source/_daily_emails/2024-01-31.md
new file mode 100644
index 00000000..2163153a
--- /dev/null
+++ b/source/_daily_emails/2024-01-31.md
@@ -0,0 +1,25 @@
+---
+title: Automated tests mean you can make changes quicker
+date: 2024-01-31
+permalink: daily/2024/01/31/automated-tests-mean-you-can-make-changes-quicker
+snippet: |
+ Automated tests mean you can make changes quicker and not worry about introducing regressions.
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+Before fixing [yesterday's bug][yesterday], because I'd written automated tests, I ran them to ensure they were all passing.
+
+Then, I was able to focus solely on adding the new use case - starting with a failing test to replicate the issue and then getting it to pass.
+
+Because it was already tested, I didn't need to worry about breaking any other functionality and introducing regressions.
+
+When the new test was passing, I could run the whole test suite and ensure they still passed and things continued to work.
+
+Without the tests, I'd either need to check everything else manually (which takes time) or worry that something could potentially be broken.
+
+Having tests meant I could be confident that the new and existing functionality worked.
+
+[yesterday]: {{site.url}}/archive/2024/01/30/tdd-doesnt-mean-you-know-everything-upfront
diff --git a/source/_daily_emails/2024-02-01.md b/source/_daily_emails/2024-02-01.md
new file mode 100644
index 00000000..7943e082
--- /dev/null
+++ b/source/_daily_emails/2024-02-01.md
@@ -0,0 +1,21 @@
+---
+title: Start with a failing test
+date: 2024-02-01
+permalink: daily/2024/02/01/start-with-a-failing-test
+snippet: |
+ Why should you start with a failing test?
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+When fixing a bug or adding a new feature using test-driven development, it's important to see the test fail first.
+
+You should write your test so it doesn't pass by default or accidentally.
+
+When creating data, such as users or nodes within tests, do so in a way that will force the test to fail, such as explicitly setting the title or published date into a non-default order.
+
+When fixing a bug, write a test that represents the expected outcome when the bug is fixed. This confirms the bug exists and can be replicated.
+
+Then, once the tests pass, you know the feature or fix is working and that it's because of your changes and not for any other reason.
diff --git a/source/_daily_emails/2024-02-02.md b/source/_daily_emails/2024-02-02.md
new file mode 100644
index 00000000..8485e796
--- /dev/null
+++ b/source/_daily_emails/2024-02-02.md
@@ -0,0 +1,25 @@
+---
+title: Automated tests prevent you from adding regressions
+date: 2024-02-02
+permalink: daily/2024/02/02/automated-tests-prevent-you-from-adding-regressions
+snippet: |
+ Having automated tests recently saved me from adding a regression to a project.
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+---
+
+Continuing from [my last few emails]({{site.url}}/archive/2024/01/30/tdd-doesnt-mean-you-know-everything-upfront), as well as adding the new use case more easily and quicker, having automated tests also saved me from adding a regression into the code I was changing.
+
+I'd written a condition in the query to ensure only results that started with the search term.
+
+Initially, I removed it, but then the tests failed.
+
+This reminded me why I'd written the condition that way, and I was able to re-add my fix differently.
+
+Without the tests, I'd likely have removed it and introduced a regression.
+
+Whilst fixing a bug, I'd have introduced a different bug.
+
+My tests saved me from doing that and I was able to rectify it quickly before pushing to CI or the staging environment.
diff --git a/source/_daily_emails/2024-02-03.md b/source/_daily_emails/2024-02-03.md
new file mode 100644
index 00000000..007f6556
--- /dev/null
+++ b/source/_daily_emails/2024-02-03.md
@@ -0,0 +1,29 @@
+---
+title: Reducing complexity makes contribution easier
+date: 2024-02-03
+permalink: daily/2024/02/03/reducing-complexity-makes-contribution-easier
+snippet: |
+ Keeping things simple makes it easier for others to contribute.
+tags:
+ - software-development
+ - front-end
+ - beyond-blocks
+ - podcast
+ - drupal
+ - localgov-drupal
+---
+
+This week, I spoke with [Mark Conroy][mark] for an upcoming episode of the [Beyond Blocks podcast][podcast].
+
+We discussed his approach to removing front-end build tools from projects, including the LocalGov Drupal base theme.
+
+Doing this removes dependencies such as Sass and tools like Webpack but also makes it easier for others to contribute as there's less to learn.
+
+The barrier to entry is lower.
+
+This is a big advantage in the open-source space and for companies and project teams.
+
+Having simpler code and fewer tools makes it easier for others to understand and work on your codebase, making them productive sooner.
+
+[mark]: https://mark.ie
+[podcast]: {{site.url}}/podcast
diff --git a/source/_daily_emails/2024-02-04.md b/source/_daily_emails/2024-02-04.md
new file mode 100644
index 00000000..a33194e7
--- /dev/null
+++ b/source/_daily_emails/2024-02-04.md
@@ -0,0 +1,24 @@
+---
+title: Speaking about Sculpin at PHPSW
+date: 2024-02-04
+permalink: daily/2024/02/04/speaking-about-sculpin-at-phpsw
+snippet: |
+ Next week, I'm giving my 98th talk or workshop when I speak about Sculpin at PHP South West.
+tags:
+ - php
+ - phpc
+ - sculpin
+---
+
+I'm happy to be speaking again at [PHP South West][event] next week for my 98th talk or workshop and eighth at PHPSW.
+
+This talk will be on [Sculpin](https://sculpin.io) - a static site generator written in PHP.
+
+I first presented a Sculpin talk at [DrupalCamp North in July 2015][talk] while learning Twig before Drupal 8.
+
+If you'd like a sneak peek of the demo site I'm building, [it's on GitHub][repo], and I posted a screenshot on [Twitter][tweet].
+
+[event]: https://www.meetup.com/php-sw/events/298880313
+[repo]: https://github.com/opdavies/phpsw-sculpin-demo
+[talk]: {{site.url}}/talks/test-drive-twig-with-sculpin
+[tweet]: https://twitter.com/opdavies/status/1754629305575874738
diff --git a/source/_daily_emails/2024-02-05.md b/source/_daily_emails/2024-02-05.md
new file mode 100644
index 00000000..a09ac80c
--- /dev/null
+++ b/source/_daily_emails/2024-02-05.md
@@ -0,0 +1,37 @@
+---
+title: .gitignore or .gitallow
+date: 2024-02-05
+permalink: daily/2024/02/05/gitignore-or-gitallow
+snippet: |
+ Is it a .gitignore or .gitallow file?
+tags:
+ - software-development
+ - git
+---
+
+{% block content %}
+Following last week's email on [different ways to write .gitignore files][previous], friend of the list, Daniel Harper, sent me this reply (shared with permission):
+
+> I had a debate once about this topic and we settled on ignore as the filename explicitly describes what it should be doing ie. It's not .gitallow 😆
+
+This is a good point.
+
+What do people expect to see in a `.gitignore` file?
+
+A list of directories and files to be ignored or allowed?
+
+Based on the filename, it should be the former.
+
+This would be clearer for people when they first open the file.
+
+However, if you decide to use the allow approach instead, document it in an [ADR or design document][adr] and why you decided to do it that way and provide context for people working on the codebase in the future.
+
+[adr]: {{site.url}}/archive/2022/09/23/adrs-technical-design-documents
+[previous]: {{site.url}}/archive/2024/01/27/gitignore-inclusive-or-exclusive
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-06.md b/source/_daily_emails/2024-02-06.md
new file mode 100644
index 00000000..4371b39b
--- /dev/null
+++ b/source/_daily_emails/2024-02-06.md
@@ -0,0 +1,31 @@
+---
+title: Tim Lehnen and the Drupal Association
+date: 2024-02-06
+permalink: daily/2024/02/06/tim-lehnen-and-the-drupal-association
+snippet: |
+ Last week on the Beyond Blocks podcast, I spoke with Tim Lehnen - CTO at the Drupal Association.
+tags:
+ - drupal
+ - drupal-association
+ - podcast
+ - php
+ - phpc
+---
+
+{% block content %}
+Last week on the Beyond Blocks podcast, I spoke with Tim Lehnen - CTO and former colleague at the Drupal Association.
+
+We discussed what the Drupal Association is and what it does, how companies and individuals can contribute and support the Association, some recent and upcoming improvements to Drupal.org, Drupal 7's end-of-life, and more.
+
+[Listen now][episode]
+
+This Friday, I'm releasing an episode with Ryan Weaver from SymfonyCasts.
+
+[episode]: {{site.url}}/podcast/9-tim-lehnen
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-07.md b/source/_daily_emails/2024-02-07.md
new file mode 100644
index 00000000..853ceede
--- /dev/null
+++ b/source/_daily_emails/2024-02-07.md
@@ -0,0 +1,36 @@
+---
+title: Running tests in parallel with Paratest
+date: 2024-02-07
+permalink: daily/2024/02/07/running-tests-in-parallel-with-paratest
+snippet: |
+ Run your tests quicker by executing them in parallel with Paratest.
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - phpunit
+---
+
+{% block content %}
+Something that I've recently added to my PHP projects is [Paratest].
+
+It adds parallel testing to PHPUnit, so your tests will be run in parallel instead of sequentially.
+
+For the example module in my [automated testing in Drupal email course][atdc], using Paratest reduces the execution time from ~16 seconds to ~8 seconds.
+
+In a client project with 136 tests, it reduces the time from four and a half minutes to less than two minutes.
+
+This is a big improvement just from running a single Composer command to add Paratest.
+
+There's also [an open issue][issue] for using it for Drupal core's tests, which is something I'll keep an eye on and will look to contribute to.
+
+[atdc]: {{site.url}}/atdc
+[issue]: https://www.drupal.org/project/drupal/issues/2781123
+[paratest]: https://github.com/paratestphp/paratest
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-08.md b/source/_daily_emails/2024-02-08.md
new file mode 100644
index 00000000..705ec199
--- /dev/null
+++ b/source/_daily_emails/2024-02-08.md
@@ -0,0 +1,64 @@
+---
+title: Experimenting with Architectural Testing
+date: 2024-02-08
+permalink: daily/2024/02/08/experimenting-with-architectural-testing
+snippet: |
+ Have you tried architectural testing with PHPat, Pest or a similar tool? I have been for the past few days.
+tags:
+ - software-development
+ - test-driven-development
+ - automated-testing
+ - architectural-testing
+ - php
+---
+
+{% block content %}
+[In yesterday's email][yesterday], I mentioned parallel testing and speeding up your tests by running them in parallel.
+
+Something else I've been experimenting with recently in architectural testing with PHPat.
+
+For example, ensuring classes within a namespace are `final` or not, that Controller classes all extend `ControllerBase` and have the Controller suffix in their names.
+
+Going forward, I'd like to ensure that each Drupal module only uses its own classes and is separated, as I recently had an issue where I deleted a class method in one module only to find it was used in a different module.
+
+Here's what I have so far for my [testing course codebase][atdc]:
+
+```language-php
+final class ArchitectureTest {
+
+ public function test_classes_should_be_final(): Rule {
+ return PHPat::rule()
+ ->classes(Selector::inNamespace('Drupal\atdc'))
+ ->shouldBeFinal();
+ }
+
+ public function test_controllers_should_extend_ControllerBase(): Rule {
+ return PHPat::rule()
+ ->classes(Selector::inNamespace('Drupal\atdc\Controller'))
+ ->shouldExtend()
+ ->classes(Selector::classname(ControllerBase::class));
+ }
+
+ public function test_controllers_should_have_the_Controller_suffix(): Rule {
+ return PHPat::rule()
+ ->classes(Selector::inNamespace('Drupal\atdc\Controller'))
+ ->shouldBeNamed(
+ classname: '/Controller$/',
+ regex: TRUE,
+ );
+ }
+
+}
+```
+
+I plan to continue expanding this configuration as I become more familiar with PHPat, and because it's a PHPStan extension, it's already available to run within my projects locally and within the CI pipeline.
+
+[atdc]: {{site.url}}/atdc
+[yesterday]: {{site.url}}/archive/2024/02/07/running-tests-in-parallel-with-paratest
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-09.md b/source/_daily_emails/2024-02-09.md
new file mode 100644
index 00000000..4ef5977d
--- /dev/null
+++ b/source/_daily_emails/2024-02-09.md
@@ -0,0 +1,49 @@
+---
+title: Defining boundaries between custom Drupal modules
+date: 2024-02-09
+permalink: daily/2024/02/09/defining-boundaries-between-custom-drupal-modules
+snippet: |
+ TODO
+tags:
+ - software-development
+ - automated-testing
+ - architectural-testing
+ - php
+ - drupal
+---
+
+{% block content %}
+I recently made a change to a Drupal project with several custom modules.
+
+As part of the change, there was a method that was no longer being used, so I went ahead and removed it.
+
+There were no tests for this part of the codebase, and the existing tests were still passing.
+
+My change was successfully finished and deployed, including removing the unused method.
+
+A few days later, we noticed cron jobs were no longer running on the website.
+
+The method I'd removed was attempting to be called from within a different module.
+
+Because it no longer existed, it was causing an error and stopping the cron job from running successfully.
+
+When I re-added the method, the cron jobs worked again.
+
+There were no `dependencies` set in either module's .info.yml file, though that would only prevent you from uninstalling either module.
+
+It wouldn't prevent me from deleting code used by another module.
+
+## Here's the thing
+
+This is why I've been [experimenting with architectural testing][yesterday]. To ensure that modules only use their own code and to start enforcing layers within each module.
+
+Then, if I had the same situation again, I'd know straight away that there was an issue and not have to wait for the bug to be deployed to production.
+
+[yesterday]: {{site.url}}/archive/2024/02/08/experimenting-with-architectural-testing
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-10.md b/source/_daily_emails/2024-02-10.md
new file mode 100644
index 00000000..4795bdd4
--- /dev/null
+++ b/source/_daily_emails/2024-02-10.md
@@ -0,0 +1,43 @@
+---
+title: Do you really need it?
+date: 2024-02-10
+permalink: daily/2024/02/10/do-you-really-need-it
+snippet: |
+ Do you really need that new feature? What are the long-term implications of adding it?
+tags:
+ - software-development
+---
+
+{% block content %}
+Before adding a new feature or change to a codebase, ask if it's really needed and consider its long-term implications.
+
+Code is easy to write, but needs to be maintained as newer language or framework features are added or have breaking changes.
+
+Something I've added recently to Build Configs was an option to use an [inclusive or exclusive .gitignore file][gitignore].
+
+Whilst it's only adding an if condition based on a value, it adds a separate path in my code and both need to be maintained.
+
+I've been thinking of adding `just` again to some projects instead of a `run` file, which would add separate files that need to be maintained and kept up-to-date with each other so both offer the same features.
+
+Is this something I want to maintain going forward? Does it add enough value to justify its maintenance?
+
+Different to a feature flag, which usually has a known lifespan, this could need be maintained for the whole lifespan of the application.
+
+On a client project, this could be having two sets of buttons with rounded and square corners.
+
+Do we need both?
+
+It could be the positioning of a title in a header. Fewer options mean there is less code to write and maintain.
+
+In a Drupal project, each choice could mean adding a different field, taxonomy term, or content or block type to achieve the desired result.
+
+The more we can achieve with fewer options means the application will be easier to maintain and work on in the future.
+
+[gitignore]: {{site.url}}/archive/2024/01/27/gitignore-inclusive-or-exclusive
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-11.md b/source/_daily_emails/2024-02-11.md
new file mode 100644
index 00000000..784310cd
--- /dev/null
+++ b/source/_daily_emails/2024-02-11.md
@@ -0,0 +1,32 @@
+---
+title: Twig, Symfony and SymfonyCasts with Ryan Weaver
+date: 2024-02-11
+permalink: daily/2024/02/11/ryan-weaver
+snippet: |
+ My guest on Beyond Blocks this week was Ryan Weaver from SymfonyCasts.
+tags:
+ - software-development
+ - php
+ - symfony
+ - drupal
+ - podcast
+ - beyond-blocks
+---
+
+{% block content %}
+This week's guest on Beyond Blocks is [Ryan Weaver][episode].
+
+Ryan is a Symfony Developer, Symfony core team member and writer for SymfonyCasts.
+
+We discussed recent developments in Twig templates, SymfonyCasts, release cycles, and similarities between the Drupal and Symfony projects and communities.
+
+I've been a long-time subscriber of SymfonyCasts and it was a big help when I was learning Drupal 8 for Twig and object-orientated PHP, so it was great to speak with Ryan.
+
+[episode]: {{site.url}}/podcast/10-ryan-weaver-symfonycasts
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-12.md b/source/_daily_emails/2024-02-12.md
new file mode 100644
index 00000000..4ae623d7
--- /dev/null
+++ b/source/_daily_emails/2024-02-12.md
@@ -0,0 +1,43 @@
+---
+title: Symfony conventions making their way to Drupal
+date: 2024-02-12
+permalink: daily/2024/02/12/symfony-conventions-making-their-way-to-drupal
+snippet: |
+ Since Drupal 8's release as well as more recently, I've noticed Symfony conventions making their way into Drupal.
+tags:
+ - software-development
+ - php
+ - drupal
+ - symfony
+---
+
+{% block content %}
+Drupal 8 was a major turning point for Drupal when it was released in 2015.
+
+Moving from "not invented here" to "proudly found elsewhere" and "getting off the island", Drupal 8 introduced Composer to Drupal core and several of the Symfony PHP components.
+
+Following Drupal 8's release, Drupal core started to follow semantic versioning and, six months later, released Drupal 8.1.0 with new features.
+
+In comparison, Drupal 7, with non-semantic versioning, is now on version 7.99.
+
+The approach to having fixed release dates instead of feature-based release dates is also used in Symfony, which makes it much easier to plan for.
+
+The differences between major versions, such as Drupal 9 and 10, is the removal of deprecated code - making it much easier than ever before to upgrade to the new major version of Drupal core. Sometimes, you won't need to update any custom code - especially if it's been maintained and updated during the minor releases.
+
+I've been pleased to see Symfony features such as autowiring and autoconfiguration start to be used within Drupal, as well as discussions around using PHP attributes to replace annotations and docblocks.
+
+Most recently, when writing my [automated testing email course][atdc], I saw a number of aliases have been added to core's `core.services.yml` file, which means I can use the fully qualified class name as the service name without adding aliases to my own services files.
+
+Drupal and Symfony are separate projects, and Drupal uses more than just Symfony components, but as someone who uses Drupal and Symfony, I'm happy to see them learning from and inspiring each other.
+
+I'm looking forward to seeing the next thing - [Twig components][podcast], maybe - in Drupal.
+
+[atdc]: {{site.url}}/atdc
+[podcast]: {{site.url}}/podcast/10-ryan-weaver-symfonycasts
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-13.md b/source/_daily_emails/2024-02-13.md
new file mode 100644
index 00000000..35db71cd
--- /dev/null
+++ b/source/_daily_emails/2024-02-13.md
@@ -0,0 +1,30 @@
+---
+title: It takes the drama out of open-source
+date: 2024-02-13
+permalink: daily/2024/02/13/it-takes-the-drama-out-of-open-source
+snippet: |
+ A regular, fixed release cycle takes the drama out of open-source.
+tags:
+ - software-development
+ - open-source
+---
+
+As well as the code changes, such as adopting Symfony components and other third-party code, one of my favourite things about Drupal since D8 is the new release cycle.
+
+Instead of "It'll be ready when it's ready.", since Drupal 8, Drupal releases new versions on fixed dates.
+
+If a feature is ready by that date, it will be included.
+
+If not, it will be included in a later version.
+
+As well as regular bug fixes and security updates, there is a new feature release every six months.
+
+Drupal 8.1 included features like the Layout Builder, which wasn't included in 8.0.
+
+In earlier Drupal versions, it would have been deferred to the next major version, making it longer before users get its benefits.
+
+A fixed release schedule makes it easier for users and Developers to plan their updates and prepare to upgrade to the major version.
+
+As Ryan said on a [recent episode of Beyond Blocks][episode], "It takes the drama out of open-source".
+
+[episode]: {{site.url}}/podcast/10-ryan-weaver-symfonycasts
diff --git a/source/_daily_emails/2024-02-14.md b/source/_daily_emails/2024-02-14.md
new file mode 100644
index 00000000..836ee256
--- /dev/null
+++ b/source/_daily_emails/2024-02-14.md
@@ -0,0 +1,43 @@
+---
+title: Major version updates are just removing deprecated code
+date: 2024-02-14
+permalink: daily/2024/02/14/major-version-updates-are-just-removing-deprecated-code
+snippet: |
+ Because of their release cycles, Drupal and Symfony version updates can be as simple as just removing deprecated code...
+tags:
+ - software-development
+ - php
+ - drupal
+ - symfony
+---
+
+Today, I've been watching the new [Upgrading & What's in Symfony 7][video] video course on SymfonyCasts.
+
+The first video - [recent podcast guest Ryan Weaver][podcast] - explains how Symfony's release cycle works.
+
+New feature releases that contain new features are every six months.
+
+Along with the x.4 release - such as Symfony 6,4 - there is also a new major release - in this case, Symfony 7.
+
+They are essentially identical, except for code that was deprecated in Symfony 6, which has been removed.
+
+So, updating from Symfony 6.4 to 7 means you just need to remove any deprecated code from your application and make it work in the Symfony 7 way.
+
+This is also how Drupal releases new versions, too.
+
+New releases, like Layout Builder, are added in minor versions like 8.1, and Drupal 9 is Drupal 8 without its deprecated code.
+
+Because the code in major versions is so similar, **contributed modules and themes can support multiple major versions at the same time**.
+
+## Here's the thing
+
+When upgrading projects from Drupal 8 to 9 and 9 to 10, the majority of the work can be done beforehand by keeping up to date with module releases and updating custom code to remove any deprecations.
+
+This means the upgrade can be split over several weeks or months to reduce the risk.
+
+Then, finally, you *just* update to the next major version.
+
+All the hard work has already been done.
+
+[podcast]: {{site.url}}/podcast/10-ryan-weaver-symfonycasts
+[video]: https://symfonycasts.com/screencast/symfony7-upgrade
diff --git a/source/_daily_emails/2024-02-15.md b/source/_daily_emails/2024-02-15.md
new file mode 100644
index 00000000..291a5855
--- /dev/null
+++ b/source/_daily_emails/2024-02-15.md
@@ -0,0 +1,32 @@
+---
+title: gray or grey, and center or centre?
+date: 2024-02-15
+permalink: daily/2024/02/15/gray-or-grey--and-center-or-centre
+snippet: |
+ I'm wondering whether I should still rename gray to gray when using Tailwind CSS...
+tags:
+ - css
+ - tailwind-css
+---
+
+[I previously wrote][0] about how to change `gray` to `grey` in Tailwind CSS.
+
+So, instead of writing `bg-gray-200`, I could write `bg-grey-200`.
+
+This would be the correct spelling, as I live in the UK.
+
+But I recently realised that I don't change `text-center` or `items-center` when 'centre' would also be the correct spelling.
+
+So, what value is there to renaming `gray`?
+
+It adds inconsistency as it mixes US and UK English in this project and inconsistencies between different projects.
+
+It doesn't match the CSS colour name.
+
+And, if I'm working with others on a project, they also need to be aware of this as it's different from the default configuration and could cause some confusion and affect productivity.
+
+Keeping it the default value would make it easier to work on, collaborate on and maintain.
+
+Maybe, I'll leave it as `gray` in the future.
+
+[0]: {{site.url}}/blog/renaming-gray-grey-tailwind-css
diff --git a/source/_daily_emails/2024-02-16.md b/source/_daily_emails/2024-02-16.md
new file mode 100644
index 00000000..d11f9816
--- /dev/null
+++ b/source/_daily_emails/2024-02-16.md
@@ -0,0 +1,69 @@
+---
+title: Keep logic within tests for as long as you can
+date: 2024-02-16
+permalink: daily/2024/02/16/keep-logic-within-tests-for-as-long-as-you-can
+snippet: |
+ Making the easy change to get a test to pass might mean you write more logic in your tests than you expect, at least to begin with.
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - drupal
+ - php
+ - phpunit
+---
+
+Inspired by some recent podcast guests, I've started writing the first code for a Drupal-based SaaS product that I've been thinking of creating.
+
+Here's an early iteration of the first test I wrote:
+
+```language-php
+public function test_it_creates_a_project_node_from_json(): void {
+ self::assertNull(Node::load(id: 1));
+
+ $this->installEntitySchema(entity_type_id: 'node');
+ $this->installConfig(modules: self::$modules);
+
+ $projectData = json_decode(json: self::$projectJson, associative: TRUE);
+ self::assertNotNull($projectData);
+
+ Node::create([
+ 'title' => $projectData['list'][0]['title'],
+ 'type' => 'drupal_project',
+ ])->save();
+
+ $node = Node::load(id: 1);
+
+ self::assertNotNull($node);
+ self::assertInstanceOf(actual: $node, expected: NodeInterface::class);
+ self::assertSame(actual: $node->label(), expected: 'Override Node Options');
+
+ self::assertSame(
+ actual: $node->get('field_drupalorg_node_id')->getString(),
+ expected: strval(107871),
+ );
+}
+```
+
+It checks that, given some defined JSON data, it will create a node in my database.
+
+It confirms no node ID exists when starting, runs some setup setups (this is a Kernel test), decodes the JSON, creates the node and asserts it contains the expected values.
+
+There are two things that you may be wondering...
+
+* Why do you have test setup code that you'll need within the test? Won't you need that for every test?
+* Why are you creating the node within the test and not somewhere else?
+
+The answer to both is that this is the first test, and I want to write **as little code as possible for it to pass**.
+
+When I write the second test, I'll either need to duplicate the setup lines or extract them to a `setUp()` method.
+
+I'll also need to refactor the code that creates the node.
+
+Once I've written the second test, to get it to pass, I refactored to use Repository, Builder and Action classes.
+
+If there's a regression, the test I had will fail, and I could revert to the passing version before reattempting the refactor.
+
+With test-driven development, I want to work in small and simple steps and get to green by making the smallest and easiest possible change.
+
+When I have a test that forces me to refactor and adopt a more complex approach, I'll do it.
diff --git a/source/_daily_emails/2024-02-17.md b/source/_daily_emails/2024-02-17.md
new file mode 100644
index 00000000..6ab903a8
--- /dev/null
+++ b/source/_daily_emails/2024-02-17.md
@@ -0,0 +1,59 @@
+---
+title: Another way to create test module configuration
+date: 2024-02-17
+permalink: daily/2024/02/17/another-way-to-create-test-module-configuration
+snippet: |
+ There's another way to export configuration for Drupal test modules using Drush...
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+ - drupal
+ - php
+---
+
+{% block content %}
+In one of the lessons in my [free automated testing in Drupal email course][atdc], I explain how I create configuration that I need within my tests, such as adding a custom field:
+
+> But how do you know what to name the configuration files and what content to put in them?
+>
+> Rather than trying to write them by hand, I create the configuration I need, such as fields, within a Drupal site and then export and edit the files I need.
+
+As well as creating the fields in the Drupal UI, I was also using it to export the configuration files I needed:
+
+> Once Drupal is installed and the configuration has been created, you can go to - /admin/config/development/configuration/single/export and select the configuration type and name.
+>
+> The filename is shown at the bottom of the page, and you can copy the content into files within your module.
+
+## There's another way
+
+After reading that lesson, somene replied and reminded me that there's a `--destination` option you can use with the `drush config:export` command.
+
+Instead of exporting to the standard configuration directory, I can do it to a temporary directory:
+
+```language-shell
+run drush cex --destination /app/.ignored/config
+```
+
+Everyhing in a `.ignored` direcotry is automatically ignored by Git, and to get the files I need, I can use Linux's `find` command to find any files that contain the field name and copy them into my test module directory:
+
+```language-shell
+find .ignored/config \
+ -type f \
+ -name \*drupal_project\* \
+ -exec cp -r {} web/modules/custom/foo/modules/foo_test/config/install \;
+```
+
+I still need to edit the files to remove the `uuid` and `_core` values, but this approach means less clicking in the Drupal UI which makes me more productive.
+
+I used this approach when [writing my SaaS code yesterday][yesterday] and it worked well.
+
+[atdc]: {{site.url}}/atdc
+[yesterday]: {{site.url}}/archive/2024/02/16/keep-logic-within-tests-for-as-long-as-you-can
+{% endblock %}
+
+{% block cta %}
+P.S. Do you need immediate access to an expert Drupal Developer? [With my Drupal development subscription][subscription], make unlimited requests for a fixed monthly price in less time than posting to a job board!
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-02-18.md b/source/_daily_emails/2024-02-18.md
new file mode 100644
index 00000000..076eabc2
--- /dev/null
+++ b/source/_daily_emails/2024-02-18.md
@@ -0,0 +1,34 @@
+---
+title: Build something useful in one day with Mark Conroy
+date: 2024-02-18
+permalink: daily/2024/02/18/build-something-useful-in-one-day-with-mark-conroy
+snippet: |
+ This week on Beyond Blocks, I'm joined by Mark Conroy to discuss all things front-end and building something useful in one day.
+tags:
+ - podcast
+ - drupal
+ - front-end
+ - software-development
+ - css
+cta: d7eol
+---
+
+This week on the Beyond Blocks podcast, I'm joined by Mark Conroy - Director of Development at Annertech to discuss all things front-end development and building something useful in one day.
+
+[Listen now][episode]
+
+## Talking points
+
+- Building better websites faster, including Drupal distributions, such as LocalGov.
+- What Drupal gives you out of the box and using the right tool for the job.
+- Drupal migrations and migrating Drupal configuration from a spreadsheet.
+- Saving time and improving efficiency by standardising base builds with Docksal and Composer.
+- How to build projects, like the Running Plan Generator, in a day and training for 10Ks and marathons.
+- Prioritising tasks.
+- Annertech's development workflow and standardisation by developing on remote servers.
+- Why you may not need preprocessors and complicated front-end build tools, and reducing complexity using vanilla CSS, JavaScript and web components.
+- Lowering the barrier to entry to contribute to open-source projects.
+- Building a design system/component library with web components.
+- The Content Access by Path module that was developed for Essex County Council.
+
+[episode]: {{site.url}}/podcast/11-mark-conroy
diff --git a/source/_daily_emails/2024-02-19.md b/source/_daily_emails/2024-02-19.md
new file mode 100644
index 00000000..8eac1c4c
--- /dev/null
+++ b/source/_daily_emails/2024-02-19.md
@@ -0,0 +1,39 @@
+---
+title: Introducing Versa - the versatile CLI tool
+date: 2024-02-19
+permalink: daily/2024/02/19/introducing-versa
+snippet: |
+ Introducing Versa - the versatile CLI tool
+tags:
+ - software-development
+ - php
+ - symfony
+ - open-source
+---
+
+Today, I started to build a new open-source project - Versa, the versatile command-line tool that standardises common commands across projects.
+
+After watching a Twitch streamer building something similar in Rust, I decided to build my take on it and add features I'd need, such as support for local vs Docker-based commands and to run different commands for different projects.
+
+For example, `versa run` would need to run different commands for Drupal and Sculpin projects, `versa test` should support different test frameworks for the same language - e.g. PHPUnit, Pest and ParaTest for PHP - and the commands will need to be different in Docker Compose-based projects.
+
+Currently, this logic is within my [Build Configs] project but can be moved to Versa.
+
+This reduces the complexity within that codebase and means I can open-source it as it's a separate project.
+
+At the moment, I've added PHP as the only supported language but I will add JavaScript/TypeScript support so it supports projects like Fractal.
+
+It's still in the prototype phase and includes some initial commands, but the interesting parts will be making it clever.
+
+Instead of running `versa run --type sculpin`, I'd like to just do `versa run` and have it determine the type of project automatically.
+
+`versa test` should be able to determine the testing framework automatically based on what's in the project's `composer.json` file instead of having to specify it.
+
+Likewise, for JavaScript, `versa install` should be able to determine if `npm`, `yarn` or `pnpm` is used.
+
+That'll be where the more complex code will be added and when I start doing test-driven development - maybe with Behat, which is also something I've been thinking about for Build Configs.
+
+Interested? [Take a look at the code][github].
+
+[build configs]: {{site.url}}/build-configs
+[github]: https://github.com/opdavies/versa
diff --git a/source/_daily_emails/2024-02-20.md b/source/_daily_emails/2024-02-20.md
new file mode 100644
index 00000000..91273477
--- /dev/null
+++ b/source/_daily_emails/2024-02-20.md
@@ -0,0 +1,89 @@
+---
+title: Which level is right for you?
+date: 2024-02-20
+permalink: daily/2024/02/20/which-level-is-right-for-you
+snippet: |
+ TODO
+tags:
+ - software-development
+ - static-analysis
+ - php
+ - phpstan
+---
+
+Today, whilst working on [Versa], I was experimenting with different PHPStan levels.
+
+Level 1 is the least strict level, and applies the fewest rules and returns the fewest results.
+
+As you increase the level, the stricter PHPStan is.
+
+## Levelling up to 9
+
+Here is the code to get the values of the `--extra-args` and `--working-dir` options:
+
+```language-php
+$extraArgs = $input->getOption('extra-args');
+$workingDir = $input->getOption('working-dir');
+```
+
+This passed PHPStan level 8, but these are the errors I get when running level 9:
+
+```language-plain
+------ -------------------------------------------------------------------------------------------------------
+ Line versa
+------ -------------------------------------------------------------------------------------------------------
+ 61 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 62 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+ 72 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 73 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+ 84 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 85 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+ 94 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 95 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+ 104 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 105 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+ 119 Parameter $extraArgs of static method App\Process\Process::create() expects string|null, mixed given.
+ 120 Parameter $workingDir of static method App\Process\Process::create() expects string, mixed given.
+------ -------------------------------------------------------------------------------------------------------
+
+[ERROR] Found 12 errors
+```
+
+The issue is that `$input->getOption()` from Symfony's `InputInterface` returns `mixed` - even though it always returns `null` or a string.
+
+If I did `--working-dir 2`, it would return the string `"2"`.
+
+An empty string throws an error, and an empty value (if there are no extra arguments) returns `null`.
+
+So, I know `$workingDir` will always be a string and `$extraArgs` will either a string or `null`.
+
+## Passing level 8
+
+To pass level 8, PHPStan needs to be sure the variables are what I think they are.
+
+Here's the code I can use to get it to pass:
+
+```language-php
+$extraArgs = $input->getOption('extra-args');
+$workingDir = $input->getOption('working-dir');
+assert(is_string($extraArgs) || is_null($extraArgs));
+assert(is_string($workingDir));
+```
+
+By using `assert()` and throwing an Exception if the condition fails, PHPStan is now happy with the code and my code passes level 9.
+
+## Here's the thing
+
+Although the extra code gets PHPStan to pass, it it worth it?
+
+Is this extra code adding value? Does it make the code more readable or is it likely to prevent a bug?
+
+In this case, I know the value will always be the type I expect.
+
+I can work around this using a baseline or annotations for PHPStan to ignore these lines, **or is level 8 good enough for this project**?
+
+Similar to 100% test coverage, is aiming for the highest PHPStan level an objective to be met, or is enough value being added added by the lower level?
+
+Which level is right for you and this codebase?
+
+[versa]: {{site.url}}/archive/2024/02/19/introducing-versa
diff --git a/source/_daily_emails/2024-02-21.md b/source/_daily_emails/2024-02-21.md
new file mode 100644
index 00000000..af7e966b
--- /dev/null
+++ b/source/_daily_emails/2024-02-21.md
@@ -0,0 +1,46 @@
+---
+title: Coding defensively and considering the unhappy path
+date: 2024-02-21
+permalink: daily/2024/02/21/coding-defensively-and-considering-the-unhappy-path
+snippet: |
+ Why you need to consider unhappy paths when writing software and writing defensive code.
+tags:
+ - software-development
+ - automated-testing
+ - php
+cta: d7eol
+---
+
+Last week, whilst speaking about Sculpin at PHP South West, I showed an example from a client project I'd built with Sculpin.
+
+The project was for a local gym and fitness centre, and I was demonstrating how I'd created the timetable page and kept the data separate from the HTML and Twig markup so the client could easily administer it (they edit the files on GitHub, which triggers a rebuild of the website).
+
+Each class should have a name and start and end times and be on a specified day.
+
+But what if the client didn't include a name or start or end time?
+
+What if they put a number or boolean instead of a string?
+
+What if there are no classes on a particular day?
+
+You don't know how people will use your software, so it's best to be defensive - validate and verify things before rendering them and prevent the page or whole application from breaking if something isn't as you expected or assumed.
+
+We also can't assume the "happy path" will always be correct.
+
+What if there aren't any classes? Do we put an empty message on the timetable or not show that day?
+
+## Another scenario
+
+If you were retrieving or posting data to an API endpoint, would you assume it was successful or verify the response code is what you expected?
+
+If you get the data, do you check if it's in the correct format and something you can use?
+
+If not, do you verify other actions in your application haven't run and it's not in an invalid state?
+
+## Here's the thing
+
+In PHP, a common approach is to use the `assert()` function, as we saw in [yesterday's email][yesterday].
+
+Then, write automated tests that don't test just the happy path but also the unhappy paths.
+
+[yesterday]: {{site.url}}/archive/2024/02/20/which-level-is-right-for-you
diff --git a/source/_daily_emails/2024-02-22.md b/source/_daily_emails/2024-02-22.md
new file mode 100644
index 00000000..cac29768
--- /dev/null
+++ b/source/_daily_emails/2024-02-22.md
@@ -0,0 +1,25 @@
+---
+title: Diffy and visual regression testing
+date: 2024-02-22
+permalink: daily/2024/02/22/diffy-and-visual-regression-testing
+snippet: |
+ I recently recorded a podcast episode with Yuri Gerasymov, discussing visual regression testing.
+tags:
+ - software-development
+ - automated-testing
+cta: subscription
+---
+
+I recently recorded an episode of [Beyond Blocks][podcast] with Yuri Gerasymov, who runs Diffy.
+
+He and I discussed visual regression testing, why you'd use it, and some features Diffy offers.
+
+I usually write a combination of browser, kernel and unit tests within an application framework like Drupal and Symfony or behavioural tests with Behat.
+
+These validate that my logic works as expected and that functions return the correct results or pages return the correct response codes and content.
+
+There are types of issues, though, such as breakages within the page layout or structure, which these tests won't discover but can be identified by visual regression tests that compare before and after screenshots.
+
+I added to my website during the recording and can see what value it offers as an additional layer of testing on top of the tests I already write.
+
+[podcast]: {{site.url}}/podcast
diff --git a/source/_daily_emails/2024-02-23.md b/source/_daily_emails/2024-02-23.md
new file mode 100644
index 00000000..514da52a
--- /dev/null
+++ b/source/_daily_emails/2024-02-23.md
@@ -0,0 +1,33 @@
+---
+title: Slow down to go fast
+date: 2024-02-23
+permalink: daily/2024/02/23/slow-down-to-go-fast
+snippet: |
+ Somtimes you need to slow down initially to go faster later.
+tags:
+ - software-development
+ - automated-testing
+cta: subscription
+---
+
+I've recently been improving my typing.
+
+![A screenshot of a typing test.]({{site.assets.url}}/assets/images/daily-emails/typing.png)
+
+My speed is usually good, but my accuracy is not where I'd like it to be (it's usually around 95%, and I'd like it to be nearer 99%).
+
+It may seem counterintuitive, but I need to slow down to get faster.
+
+But not focusing on the speed and prioritising accuracy, I'll still get faster as I'm not mistyping as many keys.
+
+It's the same when I run.
+
+My first few kilometres are slower as I get into the run, find my pace, focus on breathing, etc.
+
+## Here's the thing
+
+The same can also be said for automation and automated testing.
+
+They require some time investment initially but will save time as a project evolves and becomes more complex.
+
+You need to slow down initially to go faster later.
diff --git a/source/_daily_emails/2024-02-24.md b/source/_daily_emails/2024-02-24.md
new file mode 100644
index 00000000..1c74075d
--- /dev/null
+++ b/source/_daily_emails/2024-02-24.md
@@ -0,0 +1,31 @@
+---
+title: When should you start writing tests?
+date: 2024-02-24
+permalink: daily/2024/02/24/when-should-you-start-writing-tests
+snippet: |
+ When in a project's lifecycle should you start writing tests and doing test-driven development?
+tags:
+ - software-development
+ - php
+ - automated-testing
+ - test-driven-development
+cta: subscription
+---
+
+When you start a new project, when should you start writing tests and doing test-driven development?
+
+Is it before you write any code, or is it something you can start later?
+
+When starting [versa], I was only scaffolding the console commands and running some basic commands such as "composer install" and "phpunit".
+
+At that point, there wasn't any business logic to test.
+
+The first versions only supported PHP, so there was no complexity around which language the project used.
+
+There was no logic to determine which language or package manager was used.
+
+Now I've started to add this functionality - such as determining the project type from its composer.json or package.json file - there is logic to test, and I've started to write tests and do test-driven development.
+
+At this phase, I can see the value, which I couldn't when setting up the application to begin with, and different have any logic worth testing.
+
+[versa]: {{site.url}}/archive/2024/02/19/introducing-versa
diff --git a/source/_daily_emails/2024-02-25.md b/source/_daily_emails/2024-02-25.md
new file mode 100644
index 00000000..93a0f97e
--- /dev/null
+++ b/source/_daily_emails/2024-02-25.md
@@ -0,0 +1,45 @@
+---
+title: Why do people still use Git Flow?
+date: 2024-02-25
+permalink: daily/2024/02/25/why-do-people-still-use-git-flow
+snippet: |
+ Why do people still use Git Flow in 2024?
+tags:
+ - software-development
+ - git
+cta: d7eol
+---
+
+[The first conference talk I gave][talk] was at DrupalCamp London 2014.
+
+The talk was about Git Flow - a popular branching scheme I was using to manage a project, where there are different branches for development and production versions of the software and separate branches for features, releases and hotfixes.
+
+It's been a standard approach as I've worked on different projects and teams, usually with pull or merge requests and code reviews.
+
+But why do people still use it?
+
+I was conducting technical interviews recently and every candidate explained how they used Git Flow or something inspired by it, and GitHub and GitLab have their own simplified versions.
+
+Vincent Driessen wrote the original Git Flow blog post in January 2010, though he updated it in March 2020 to add this note of reflection:
+
+> This model was conceived in 2010, now more than 10 years ago, and not very long after Git itself came into being. In those 10 years, git-flow (the branching model laid out in this article) has become hugely popular in many a software team to the point where people have started treating it like a standard of sorts — but unfortunately also as a dogma or panacea.
+>
+> During those 10 years, Git itself has taken the world by a storm, and the most popular type of software that is being developed with Git is shifting more towards web apps — at least in my filter bubble. Web apps are typically continuously delivered, not rolled back, and you don't have to support multiple versions of the software running in the wild.
+>
+> This is not the class of software that I had in mind when I wrote the blog post 10 years ago. If your team is doing continuous delivery of software, I would suggest to adopt a much simpler workflow (like GitHub flow) instead of trying to shoehorn git-flow into your team.
+>
+> If, however, you are building software that is explicitly versioned, or if you need to support multiple versions of your software in the wild, then git-flow may still be as good of a fit to your team as it has been to people in the last 10 years. In that case, please read on.
+>
+> To conclude, always remember that panaceas don't exist. Consider your own context. Don't be hating. Decide for yourself.
+
+Since adopting trunk-based development and continuous integration and delivery, I've worked faster and avoided merge conflicts, which wasn't the case before, even when I was the only one working on a codebase.
+
+It's a simpler workflow.
+
+I don't need to think about whether this branch is a feature or a hotfix, and I've rarely seen release and hotfix branches used as described in the original blog post.
+
+## Here's the thing
+
+Do what works best for you and your team, but don't adopt something because it's the "standard" approach.
+
+[talk]: {{site.url}}/talks/git-flow
diff --git a/source/_daily_emails/2024-02-26.md b/source/_daily_emails/2024-02-26.md
new file mode 100644
index 00000000..609faa87
--- /dev/null
+++ b/source/_daily_emails/2024-02-26.md
@@ -0,0 +1,17 @@
+---
+title: Docker and content creation with Nick Janetakis
+date: 2024-02-26
+permalink: daily/2024/02/26/docker-and-content-creation-with-nick-janetakis
+tags:
+ - software-development
+ - docker
+ - podcast
+snippet: |
+ This week's guest on Beyond Blocks is Docker Captain, Nick Janetakis.
+---
+
+This week's guest on the Beyond Blocks podcast is Nick Janetakis - a Software Developer, Docker Captain and Teacher who focuses on building and deploying web apps.
+
+I'm a long-time consumer of Nick's content via his blog, YouTube channel and courses, so it was great to discuss Docker, content creation and more with him.
+
+[Listen to the episode]({{site.url}}/podcast/12-nick-janetakis-docker)
diff --git a/source/_daily_emails/2024-02-27.md b/source/_daily_emails/2024-02-27.md
new file mode 100644
index 00000000..2a6d0c15
--- /dev/null
+++ b/source/_daily_emails/2024-02-27.md
@@ -0,0 +1,30 @@
+---
+title: Building a design system in a few hours with Symfony
+date: 2024-02-27
+permalink: daily/2024/02/27/building-a-design-system-in-a-few-hours-with-symfony
+tags:
+ - softare-development
+ - symfony
+ - php
+ - podcast
+cta: d7eol
+snippet: |
+ Today, I started a design system with Symfony in a few hours, based on recent podcast episodes with Mark Conroy and Ryan Weaver.
+---
+
+[I recently spoke with Mark Conroy][mark], Director of Development at Annertech, on the Beyond Blocks podcast.
+We discussed building something useful in a day and building design systems with web components.
+
+Inspired by that conversation, I spent this afternoon experimenting with web components and seeing how I could use them within a design system we're building, as I think they can solve a particular need we have.
+
+Following that, I thought I'd see how I could build my own design system and decided to do it with Symfony and see what I could achieve within a few hours.
+
+It was a great opportunity to take Symfony 7 for a spin and explore and test some things that [Ryan Weaver and I discussed in our episode][ryan], such as Symfony UX and Twig components.
+
+Each component is a Twig component with its own PHP class and Twig template, which is rendered when I visit its URL, and I can use the HTML-like `` syntax to include child components.
+
+You can [view the code on GitHub][repo], and it may be something I use and work on in the future.
+
+[mark]: {{site.url}}/podcast/11-mark-conroy
+[repo]: https://github.com/opdavies/symfony-design-system
+[ryan]: {{site.url}}/podcast/10-ryan-weaver-symfonycasts
diff --git a/source/_daily_emails/2024-02-28.md b/source/_daily_emails/2024-02-28.md
new file mode 100644
index 00000000..7a5315a7
--- /dev/null
+++ b/source/_daily_emails/2024-02-28.md
@@ -0,0 +1,33 @@
+---
+title: Why I don't branch
+date: 2024-02-28
+permalink: daily/2024/02/28/why-i-dont-branch
+tags:
+ - softare-development
+ - git
+cta: d7eol
+snippet: |
+ Why I no longer create different Git branches for every change, and why I switched to trunk-based development.
+---
+
+A few days ago, I asked [why people are still using Git Flow in 2024][previous].
+
+I moved to trunk-based development two years ago and haven't looked back.
+
+## Why did I do that?
+
+Only having a single branch instead of separate `main` and `develop` branches and branches for each feature and fix is much simpler.
+
+I don't get merge conflicts when trying to merge branches together, as everything is on a single branch.
+
+A couple of years ago, I was working on two features for a project. I was demoing them to a client and broke my local environment when switching branches from feature A to feature B.
+
+It was embarrassing, and it took me time to resolve the issues before I could continue working.
+
+## Here's the thing
+
+Working mostly on a single branch avoids merge conflicts, saves time, and simplifies my workflow.
+
+No more confusion, merge conflicts or broken demos.
+
+[previous]: {{site.url}}/archive/2024/02/25/why-do-people-still-use-git-flow
diff --git a/source/_daily_emails/2024-02-29.md b/source/_daily_emails/2024-02-29.md
new file mode 100644
index 00000000..eaaa0dff
--- /dev/null
+++ b/source/_daily_emails/2024-02-29.md
@@ -0,0 +1,28 @@
+---
+title: Experimenting with web components
+date: 2024-02-29
+permalink: daily/2024/02/29/experimenting-with-web-components
+tags:
+ - softare-development
+ - web-components
+ - front-end
+cta: subscription
+snippet: |
+ After speaking with Mark Conroy, I've been experimenting with web components.
+---
+
+After my Beyond Blocks episode with Mark Conroy, I've spent some time this week experimenting with web components.
+
+The team and I are building a new design system in Fractal and, as Drupal is our main application, we're using Twig as our templating language within Fractal so the changes are easier to port between systems.
+
+Web components are agnostic, so they work within different languages and frameworks.
+
+We also use other technologies, such as Vue.js, and third-party suppliers, so having an agnostic web component would reduce the time and effort needed to implement the design system across different technologies and applications.
+
+If we can make self-contained web components that include their own styling and behaviour, that also improves re-usability and reduces the maintenance overhead as there would be one canonical version for everyone to use - not just a reference implementation everyone would need to recreate.
+
+After this spike, I'm intrigued to see how we could use web components and what potential issues we can solve with them whilst reducing our implementation and maintenance efforts.
+
+Are you interested in web components, too? [Listen to the podcast episode with Mark Conroy][episode].
+
+[episode]: {{site.url}}/podcast/11-mark-conroy
diff --git a/source/_daily_emails/2024-03-01.md b/source/_daily_emails/2024-03-01.md
new file mode 100644
index 00000000..01556a4b
--- /dev/null
+++ b/source/_daily_emails/2024-03-01.md
@@ -0,0 +1,30 @@
+---
+title: Back to live streaming
+date: 2024-03-01
+permalink: daily/2024/03/01/back-to-live-streaming
+tags:
+ - software-development
+ - live-streaming
+ - symfony
+ - php
+cta: subscription
+snippet: |
+ This week, I did my first coding live stream in around two years - working on my Symfony-based Build Configs tool.
+---
+
+Today, after saying I wanted to get back into it, I did my first live coding stream in over two years.
+
+I spent around an hour and a half working on [Build Configs] - a Symfony command line application I wrote to generate build configuration files.
+
+To learn more about it, I [gave a meetup talk][talk] about it recently.
+
+On stream, I explained what Build Configs is, added a `--dry-run` option that prevents any files from being created and started to look again at Behat to see how I might use it to test the app's functionality.
+
+I want to do at least one stream a week going forward. Most likely, it will be on Friday afternoons.
+You can [watch the full stream][video] on YouTube now. I'll split it into sections this week and upload some lightly edited versions to the same channel.
+
+I won't post a link to every video here, so please subscribe to my YouTube channel to be notified when I go live next.
+
+[build configs]: {{site.url}}/build-configs
+[talk]: {{site.url}}/talks/building-build-configs
+[video]: https://www.youtube.com/watch?v=Wlkcf1PLWN8
diff --git a/source/_daily_emails/2024-03-02.md b/source/_daily_emails/2024-03-02.md
new file mode 100644
index 00000000..8838ce4a
--- /dev/null
+++ b/source/_daily_emails/2024-03-02.md
@@ -0,0 +1,24 @@
+---
+title: Are your tests good enough?
+date: 2024-03-02
+permalink: daily/2024/03/02/are-your-tests-good-enough
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-drupal
+cta: testing_course
+snippet: |
+ You're about to refactor or add to some existing application code. How confident are you it will work afterwards?
+---
+
+You've been asked to add a new feature to or refactor some existing code.
+
+Assuming you have automated tests already (if not, why not?), before you change the code, you should ask whether they're good enough.
+
+They need to be passing, but do you feel confident the existing functionality will still work after you make your changes?
+
+Do you have all the existing use cases covered?
+
+If so, carry on.
+
+If not, spend some time improving your tests first to get that confidence before making any changes.
diff --git a/source/_daily_emails/2024-03-03.md b/source/_daily_emails/2024-03-03.md
new file mode 100644
index 00000000..476f44a7
--- /dev/null
+++ b/source/_daily_emails/2024-03-03.md
@@ -0,0 +1,48 @@
+---
+title: Centarro and Drupal Commerce with Ryan Szrama
+date: 2024-03-03
+permalink: /archive/2024/03/03/centarro-and-drupal-commerce-with-ryan-szrama
+tags:
+ - software-development
+ - drupal
+ - drupal-commerce
+ - podcast
+cta: d7eol
+snippet: |
+ This week on Beyond Blocks, Oliver is joined by Ryan Szrama, CEO of Centarro.
+---
+
+This week on Beyond Blocks, I'mj oined by Ryan Szrama, CEO of Centarro, to discuss Drupal Commerce, Commerce Kickstart, Mario Kart and the dreaded `cache_form` table.
+
+[Listen to the episode now][episode].
+
+## Key points
+
+- eCommerce, Ubercart and Drupal Commerce.
+- How Commerce Guys started.
+- How Ryan started in the eCommerce space.
+- The origins of Drupal Commerce and Commerce Guys.
+- Commerce Kickstart.
+
+## Quotes
+
+- The best code isn't the most novel or most compact, it's the most easily readable and easily extendable (RS).
+- My only resource for learning PHP was php.net (RS)
+- I'm a self-taught Developer or community-taught, I suppose (OD).
+- Porting osCommerce into Drupal, which became Ubercart (RS).
+- Do we do this in Ubercart and Drupal 6 that we know works, or this new thing that was Drupal Commerce in Drupal 7 (OD).
+- It was built in Ubercart and was in production until quite recently, considering we're in 2024 (OD).
+- Once you get thoroughly entrenched in a platform, the cost to re-platform outweighs the cost of maintaining it in-house (RS).
+- If there's 10,000 of anybody, they're going to want to pay for support (RS).
+- How do we convince them to invest in an upgrade that doesn't see them jettison Drupal entirely? (RS)
+- One thing I like about Drupal Commerce is its flexibility. (OD)
+- It doesn't need to be a t-shirt or book shop. You can do some outside the box things with it. (OD)
+- Being a native extension of Drupal has a lot more advantages and pros than cons. (RS)
+- Ubercart was more "batteries included" and "this is what it does", whereas Drupal Commerce is more flexible and although it requires a bit more setup to begin with, you can plug it together the way you want to. (OD)
+- Our vision was to go the next step of getting off the Drupal island. (RS)
+- The Commerce Addressing library is now over 17,000,000 downloads. (OD)
+- Composer allowed us to separate our projects and separate our concerns. (RS)
+- Do you know when you should not use Views and when you decouple that component and use JavaScript and the REST API? (RS)
+- If we can reduce the number of times introduce those kinds of problems, that's how I would certify somebody. (RS)
+
+[episode]: {{site.url}}/podcast/13-ryan-szrama-centarro
diff --git a/source/_daily_emails/2024-03-04.md b/source/_daily_emails/2024-03-04.md
new file mode 100644
index 00000000..c7508d08
--- /dev/null
+++ b/source/_daily_emails/2024-03-04.md
@@ -0,0 +1,32 @@
+---
+title: Why you need layers in your application code
+date: 2024-03-04
+permalink: daily/2024/03/04/why-you-need-layers-in-your-application-code
+tags:
+ - software-development
+ - software-architecture
+ - clean-code
+cta: ~
+snippet: |
+ Why should you make your code more robust and flexible by introducing layers into your code?
+---
+
+You need to add an integration with a new service or supplier to your application code.
+
+You should avoid writing code that interacts directly with that service or supplier - a.k.a tightly-coupled code.
+
+What if you change to a different service or supplier in the future?
+
+What if they release a new version of their API that includes breaking changes?
+
+If your code is tightly coupled to a single implementation, you'd need to rewrite the code, and there wouldn't be a way to easily switch from the old version to the new one.
+
+By introducing an adapter layer, you make your code more loosely coupled.
+
+You can have multiple implementations, with one for each different supplier, service, or version.
+
+You can have a consistent interface and API for every implementation, making them hot-swappable and making it easy to switch between different implementations.
+
+If you change supplier or they release a new version, you write a new implementation for it and switch when you're ready.
+
+Also, as every implementation satisfies a common interface, it's easy to make a fake implementation that you can use for testing.
diff --git a/source/_daily_emails/2024-03-05.md b/source/_daily_emails/2024-03-05.md
new file mode 100644
index 00000000..5c8210f5
--- /dev/null
+++ b/source/_daily_emails/2024-03-05.md
@@ -0,0 +1,31 @@
+---
+title: Why write framework-agnostic code
+date: 2024-03-05
+permalink: daily/2024/03/05/why-write-framework-agnostic-code
+tags:
+ - software-development
+ - php
+ - clean-code
+cta: testing_course
+snippet: |
+ Why you should consider separating your business logic from your framework code. What benefits does it offer?
+---
+
+[Yesterday], I wrote about writing layers in your application code and the benefits of loosely coupled code.
+
+Something else you can do with this approach is to write framework-agnostic code.
+
+By writing your business logic in code that isn't tied to a specific framework or CMS, with a small adapter layer, you can upgrade to a newer version of the framework, such as Drupal 7 to 10, or a different framework, keep most of the code the same and only update the parts that connect the business logic and the framework.
+
+This is something that Commerce Guys (now Centarro) did when creating Drupal Commerce 2.0.
+
+The logic around addressing, tax, etc., was released in separate PHP libraries, each with its own release cycle and reusable logic.
+
+This meant the Drupal modules were much smaller, and other eCommerce systems and frameworks could use the agnostic libraries.
+
+It's something to consider when writing your next Drupal module.
+
+It's something [I did recently][nre parser] and have done on client projects previously, and it can be a good approach.
+
+[nre parser]: https://github.com/opdavies/national-rail-enquiries-feed-parser
+[yesterday]: {{site.url}}//archive/2024/03/04/why-you-need-layers-in-your-application-code
diff --git a/source/_daily_emails/2024-03-06.md b/source/_daily_emails/2024-03-06.md
new file mode 100644
index 00000000..654227a2
--- /dev/null
+++ b/source/_daily_emails/2024-03-06.md
@@ -0,0 +1,33 @@
+---
+title: Types are optional
+date: 2024-03-06
+permalink: daily/2024/03/06/types-are-optional
+tags:
+ - software-development
+ - php
+cta: subscription
+snippet: |
+ Types are optional in the programming languages I write most in. I like them, but I also like people can decide whether to use types or not.
+---
+
+The main programming languages I write are PHP and JavaScript.
+
+Both offer types where, as well as declaring a parameter or property, you can define what type it is - whether it's a string, array, boolean, etc.
+
+Adding types is optional.
+
+You don't need to add types to your PHP code, and you can choose to write plain JavaScript instead of TypeScript.
+
+Some people prefer simpler or cleaner code or less "visual debt".
+
+I like the extra clarity that types add.
+
+I like to be able to read some code and immediately know what types things should be.
+
+I like the clearer errors and messages if a different type is given than was expected.
+
+Tools like PHPStan know more about my code and give better recommendations than if I don't add types.
+
+I like the better autocompletion I get when writing code that has types.
+
+I like types, but I also like the flexibility of whether or not to add them and for Developers and development teams to make their own decisions based on their preferences.
diff --git a/source/_daily_emails/2024-03-07.md b/source/_daily_emails/2024-03-07.md
new file mode 100644
index 00000000..3686bf10
--- /dev/null
+++ b/source/_daily_emails/2024-03-07.md
@@ -0,0 +1,28 @@
+---
+title: Why write software for this?
+date: 2024-03-07
+permalink: daily/2024/03/07/why-write-software-for-this
+tags:
+ - software-development
+cta: ~
+snippet: |
+ What questions do you ask when speaking to prospective clients?
+---
+
+Recently, when speaking with prospective clients, instead of focusing on the features they want, I like to ask questions like:
+
+What's wrong with what you have now?
+
+Why not fix what you have instead of rebuilding?
+
+What problem are you trying to solve?
+
+Why write software for this at all?
+
+Why not do it manually?
+
+Why do you need to do this now?
+
+What results would you expect to see after this project?
+
+If they can answer these types of questions and explain the business outcomes they're looking to achieve and what value I can add, those are the projects I want to work on.
diff --git a/source/_daily_emails/2024-03-08.md b/source/_daily_emails/2024-03-08.md
new file mode 100644
index 00000000..851eecf0
--- /dev/null
+++ b/source/_daily_emails/2024-03-08.md
@@ -0,0 +1,36 @@
+---
+title: Conventions over readability?
+date: 2024-03-08
+permalink: daily/2024/03/08/conventions-over-readability
+tags:
+ - software-development
+ - clean-code
+ # - php
+ # - podcast
+cta: ~
+snippet: |
+ Which is more important? To write readable code or following existing conventions?
+---
+
+I previously wrote about why you shouldn't use variable names like `$x` and `$y` in your code and why you should use more descriptive names.
+
+But what if there is an existing convention?
+
+For example, I use Lua to configure Neovim and noticed that it's common to use shortened variable names, such as `buffer` instead of `buffer_number` or `bufferNumber`.
+
+It's also common to use the variable `M` to declare a module. For example:
+
+```language-lua
+local M = {}
+M.find_files = function()
+ // ...
+end
+
+return M
+```
+
+Whilst `Module` would be a more descriptive name, would deviating from the convention be more confusing for anyone reading the code?
+
+Do the benefits of following a convention outweigh the benefits of using more descriptive variable and function names?
+
+Which would be easier for newcomers to your project or team to understand and allow them to be productive sooner?
diff --git a/source/_daily_emails/2024-03-09.md b/source/_daily_emails/2024-03-09.md
new file mode 100644
index 00000000..6b9771cc
--- /dev/null
+++ b/source/_daily_emails/2024-03-09.md
@@ -0,0 +1,26 @@
+---
+title: Override Node Options is used on 40,624 Drupal websites
+date: 2024-03-09
+permalink: daily/2024/03/09/override-node-options-40624-drupal-websites
+tags:
+ - software-development
+ - drupal
+ - php
+cta: testing_course
+snippet: |
+ As of the 3rd of March, the Override Node Options module is used on 40,624 Drupal websites.
+---
+
+In my [Test-Driven Drupal talk slides][talk], I show a screenshot of a tweet from February 2012 by Tim Millwood asking if anyone wanted to maintain the Override Node Options module.
+
+I said yes and took over maintainership.
+
+In April 2012, the module was installed on 9,212 Drupal websites - just over 7,000 Drupal 6 websites and just over 2,000 Drupal 7 websites.
+
+Before DrupalCon Lille, the module was used on 38,096 websites and was 173rd in the most used modules.
+
+As of the 3rd of March, the Override Node Options module is used on 40,624 Drupal websites and is up to the 169th most used module.
+
+That's pretty cool!
+
+[talk]: {{site.url}}/talks/tdd-test-driven-drupal
diff --git a/source/_daily_emails/2024-03-10.md b/source/_daily_emails/2024-03-10.md
new file mode 100644
index 00000000..2df3a231
--- /dev/null
+++ b/source/_daily_emails/2024-03-10.md
@@ -0,0 +1,48 @@
+---
+title: Visual testing and Diffy with Yuri Gerasymov
+date: 2024-03-10
+permalink: daily/2024/03/10/visual-testing-and-diffy-with-yuri-gerasymov
+tags:
+ - software-development
+ - drupal
+ - podcast
+ - automated-testing
+cta: subscription
+snippet: |
+ This week on Beyond Blocks, I'm joined by Yuri Gerasymov to discuss Diffy visual regression testing.
+---
+
+This week on the Beyond Blocks podcast, I'm joined by Yuri Gerasymov to discuss Diffy visual regression testing.
+
+## Talking Points
+
+- What is visual regression testing?
+- How do you deal with false positives?
+- Different use cases for visual regression testing.
+- Automatic updates.
+- Scheduling content.
+- Visual regression testing in CI.
+- Diffy in WordPress.
+- What's a baseline?
+- Initial setup and onboarding feedback.
+- Testing dark mode?
+- Component testing with Storybook and Fractal?
+- Testing local environments.
+- Testing as authenticated users.
+- The roadmap for Diffy.
+
+## Quotable Quotes
+
+- We help development teams to have less visual bugs in their website. We take screenshots of the pages and compare them so you can see what changed and how. (YG)
+- We built tools for you to mock the content. You provide selectors for the elements with the content of the article and we'll replace it with lorem ipsum text so it will be exactly the same across multiple environments. (YG)
+- I can still write an assertion to check the text is on the page or not, but it won't confirm it's in the correct place. (OD)
+- Having a tool checking for changes on a regular basis instead of only after a deployment would be very useful. (OD)
+- So, you could have a tool like Violinst automatically creating pull requests and Diffy checking those PRs, so the two could work together? (OD)
+- With visual testing, it's very easy to get started. (YG)
+- Visual testing is great for showing your client your work. (YG)
+
+I learned a lot during this conversation and have added visual regression testing to my testing toolbox for working on projects.
+
+[Listen to the episode][episode]
+
+[episode]: {{site.url}}/podcast/14-yuri-gerasymov-diffy
diff --git a/source/_daily_emails/2024-03-11.md b/source/_daily_emails/2024-03-11.md
new file mode 100644
index 00000000..18c3bb6d
--- /dev/null
+++ b/source/_daily_emails/2024-03-11.md
@@ -0,0 +1,50 @@
+---
+title: Feature flags should be short-lived
+date: 2024-03-11
+permalink: daily/2024/03/11/feature-flags-should-be-short-lived
+tags:
+ - software-development
+ - feature-flags
+cta: subscription
+snippet: |
+ Feature flags should be short-lived. Once the change has been released, the flags should be removed.
+---
+
+Today, I [posted a tweet][tweet] with a screenshot of some code.
+
+When previously working on the [Versa CLI tool][versa], I had a TODO comment saying "What if there are multiple languages?".
+
+Versa is a tool for standardising commands between different languages and frameworks, but some projects, like my personal website, use multiple languages.
+
+The website is powered by Sculpin, a static site generator written in PHP (so there is a composer.json file) and node to compile the front-end assets (so there is also a package.json file).
+
+## What Problem Am I Trying to Solve?
+
+Depending on the language, commands like `versa install` will need to execute a different command - e.g., composer install` or `npm install` (or an equivalent node package manager).
+
+I added PHP support first, so if a composer.json file is found, the PHP command is run as the default.
+
+What I thought was for projects with multiple languages, to prompt the user to select the language when running the command if no explicit language is set.
+
+This led me to do a spike of using Symfony Console's `choice` method to see what that would look like so I could add a screenshot to the GitHub issue.
+
+Once I'd finished with the spike, rather than deleting the code, I wrapped it in an `if (false)` condition so it wouldn't be executed, but I could still re-enable it in the future.
+
+The screenshot in the tweet showed this, along with the text "Minimum viable feature flag."
+
+This is only supposed to be there for a short time until I revisit the code and implement the feature I was spiking on.
+
+If it would be a long time before I looked at it again, I'd take a different approach.
+
+## Here's the Thing
+
+One of the main rules of using feature flags is that they should be short-lived.
+
+It's less than ideal to read through a codebase and see it scattered with feature flags that are no longer needed and were used to release a feature several months ago, but the flag hasn't been removed.
+
+A feature flag is a temporary solution for separating the deployment of code from the release of a change.
+
+Once it's been released, the flag should be removed.
+
+[tweet]: https://twitter.com/opdavies/status/1767846980250714261
+[versa]: {{site.url}}/archive/2024/02/19/introducing-versa
diff --git a/source/_daily_emails/2024-03-12.md b/source/_daily_emails/2024-03-12.md
new file mode 100644
index 00000000..d6e9581b
--- /dev/null
+++ b/source/_daily_emails/2024-03-12.md
@@ -0,0 +1,26 @@
+---
+title: You should know when to remove a feature flag
+date: 2024-03-12
+permalink: daily/2024/03/12/you-should-know-when-to-remove-a-feature-flag
+tags:
+ - software-development
+ - feature-flags
+cta: subscription
+snippet: |
+ Yesterday, I said feature flags should be short-lived. But how do you know when a flag can be removed?
+---
+
+[In yesterday's email][yesterday], I mentioned my recent ["minimum viable feature flag" tweet][tweet] and that I think feature flags should be short-lived.
+
+But how do you know when a feature flag should be removed?
+
+My approach is to add a TODO comment above where I use a feature flag.
+
+In that comment, I added why the feature flag was added and when it can be removed.
+
+It can be something like "Remove this when x is deployed" and/or a targeted date when I'd expect to be able to remove the flag.
+
+Then, when reading through the code, anyone can see when it should be possible to remove each feature flag, and it's easy to find flags that can be removed by reviewing the TODO comments.
+
+[tweet]: https://twitter.com/opdavies/status/1767846980250714261
+[yesterday]: {{site.url}}/archive/2024/03/11/feature-flags-should-be-short-lived
diff --git a/source/_daily_emails/2024-03-13.md b/source/_daily_emails/2024-03-13.md
new file mode 100644
index 00000000..c259b68f
--- /dev/null
+++ b/source/_daily_emails/2024-03-13.md
@@ -0,0 +1,20 @@
+---
+title: 80% of PHP?
+date: 2024-03-13
+permalink: daily/2024/03/13/80--of-php
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Why do people put things like "I know 80% of PHP on their CVs and websites? Is that what matters to prospective clients or employers?
+---
+
+Something I see on many Developers' websites and CVs is percentages or levels of how well they know certain tools and frameworks.
+
+Things like "80% of PHP" or "Advanced in HTML and CSS".
+
+But how do you quantify that?
+
+Do people alter their percentages accordingly if a new feature is added to a language or framework?
+
+Or, instead of trying to show how much you understand, focus on what problems you can solve with those tools and how you can provide value to customers or employers instead of what tools you'd use to do it.
diff --git a/source/_daily_emails/2024-03-14.md b/source/_daily_emails/2024-03-14.md
new file mode 100644
index 00000000..a35ad518
--- /dev/null
+++ b/source/_daily_emails/2024-03-14.md
@@ -0,0 +1,28 @@
+---
+title: Just say Drupal
+date: 2024-03-14
+permalink: daily/2024/03/14/just-say-drupal
+tags:
+ - software-development
+ - drupal
+ - php
+cta: subscription
+snippet: |
+ Should we remove the version number from Drupal's marketing materials and standardise how we refer to legacy and modern versions of Drupal?
+---
+
+Today, I've been following a conversation on Twitter and reading a blog post about Drupal naming and removing the version number from promotional materials.
+
+In the post, the author recommends stopping using the version number and "just say Drupal" and referring to Drupal 7 and older as "Legacy Drupal".
+
+Here's a quote from the article that stood out to me:
+
+> This is no longer true! We have successfully eliminated the need for organizations to leave Drupal because “it’s cheaper to just rebuild it in Wordpress than upgrade from 8 to 9 or from 9 to 10.” We’ve made it easier for our clients to spend less on major upgrades, we should be proud!
+
+Another suggestion was to also use the term "Modern Drupal" for anything since Drupal 8.
+
+I've been doing this or calling it "Drupal 8+" on streams and podcast episodes, but I like this approach and I'm going to standardise on this, help change the perception of Drupal and that large rebuilds are no longer needed to upgrade as they were between the older legacy versions.
+
+[Read the article][article] for more information about this.
+
+[article]: https://ten7.com/blog/post/just-say-drupal
diff --git a/source/_daily_emails/2024-03-15.md b/source/_daily_emails/2024-03-15.md
new file mode 100644
index 00000000..861a793d
--- /dev/null
+++ b/source/_daily_emails/2024-03-15.md
@@ -0,0 +1,24 @@
+---
+title: Everything is a trade-off
+date: 2024-03-15
+permalink: daily/2024/03/15/everything-is-a-trade-off
+tags:
+ - software-development
+cta: d7eol
+snippet: |
+ All solutions have advantages and disadvantages. Which works best for you?
+---
+
+I recently added a custom `wrapper` class within a Tailwind CSS project.
+
+It combined the `max-w-6xl`, `mx-auto` and `px-4` classes using `@apply`, which I rarely use.
+
+I added it so we didn't have to add the same classes multiple times.
+
+The advantage was it removed some duplication, but people needed to switch from the Twig template to the CSS file to remember what the `wrapper` class did.
+
+This undoes some of the advantages of Tailwind CSS and utility classes - the ability to stay in one file without needing to context switching, and easily reading what classes are on an element and immediately knowing what styles are applied to it.
+
+Everything is a trade-off.
+
+You need to decide which option feels right for you.
diff --git a/source/_daily_emails/2024-03-16.md b/source/_daily_emails/2024-03-16.md
new file mode 100644
index 00000000..0dfdce47
--- /dev/null
+++ b/source/_daily_emails/2024-03-16.md
@@ -0,0 +1,32 @@
+---
+title: Adding tests to the Content Access by Path module
+date: 2024-03-16
+permalink: daily/2024/03/16/adding-tests-to-the-content-access-by-path-module
+tags:
+ - software-development
+ - drupal
+ - php
+ - automated-testing
+cta: subscription
+snippet: |
+ As promised, I've added some tests to the Content Access by Path module.
+---
+
+Last month, I released the [Beyond Blocks podcast episode][episode] where I spoke with Mark Conroy.
+
+We spoke about a number of things, including the 'Content Access by Path' Drupal module he wrote, and I promised I'd write some automated tests for it as there weren't any at the time.
+
+[Yesterday on my Friday live stream][stream], I installed the module and learnt how it works whilst writing some automated tests.
+
+As is common, the first test took a little while to do as I got the setup steps working and learned how the module worked. Once that was passing, adding the others was fairly straight forward.
+
+After the stream, I [created an issue][issue] with a merge request to add the tests I wrote and enabling GitLab CI so they'll be automatically run for any other changes.
+
+Hopefully, it'll be reviewed soon, but I've done what I promised, contributed to more open-source software, learned more about a new module and, hopefully, others will have learned things from the stream too.
+
+[Subscribe to my YouTube channel][channel] to be notified of future live streams!
+
+[channel]: https://www.youtube.com/@opdavies
+[episode]: {{site.url}}/podcast/11-mark-conroy
+[issue]: https://www.drupal.org/project/content_access_by_path/issues/3428680
+[stream]: https://www.youtube.com/live/XTpliKd47Lg?si=o4-my-XHGvcM_mWS
diff --git a/source/_daily_emails/2024-03-17.md b/source/_daily_emails/2024-03-17.md
new file mode 100644
index 00000000..640a69bd
--- /dev/null
+++ b/source/_daily_emails/2024-03-17.md
@@ -0,0 +1,31 @@
+---
+title: Patches vs Merge Requests
+date: 2024-03-17
+permalink: daily/2024/03/17/patches-vs-merge-requests
+tags:
+ - software-development
+ - drupal
+ - php
+ - open-source
+cta: d7eol
+snippet: |
+ Which do you prefer? Patches or merge requests?
+---
+
+I'm aware of the ongoing changes to the issue queues on Drupal.org, I haven't contributed or committed as much recently, so I haven't had to use the new approaches, such as issue forks and GitLab merge requests.
+
+Yesterday, though, I was able to do that whilst submitting [the tests I wrote to the Content Access by Path module][yesterday].
+
+I've made many contributions to projects on Drupal.org, including Drupal core and Drupal.org itself, so I'm very familiar with how the issue queues and the patch workflow work.
+
+When I first started contributing, we were using CVS, and before the "Great Git Migration".
+
+I'm also familiar with the pull or merge request approach from working on open-source and team projects on GitHub, GitLab and Bitbucket.
+
+I can see how a merge request-based workflow on Drupal.org will lower the barriers for new contributors, which seemed to be the case at DrupalCon Lille.
+
+I look forward to adapting and using it more now that the patch workflow is deprecated and will soon no longer work as everything will switch to merge requests and leverage more of GitLab's features.
+
+Another step forward for Drupal.org and the Drupal project.
+
+[yesterday]: {{site.url}}/archive/2024/03/16/adding-tests-to-the-content-access-by-path-module
diff --git a/source/_daily_emails/2024-03-18.md b/source/_daily_emails/2024-03-18.md
new file mode 100644
index 00000000..7ebcbc53
--- /dev/null
+++ b/source/_daily_emails/2024-03-18.md
@@ -0,0 +1,40 @@
+---
+title: Automated Drupal 11 compatibility fixes
+date: 2024-03-18
+permalink: daily/2024/03/18/automated-drupal-11-compatibility-fixes
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ First "Automated Drupal 11 compatibility fixes" email spotted...
+---
+
+Yesterday, I received the first "Automated Drupal 11 compatibility fixes" email from the Rector-powered Project Update Bot.
+
+It was for the [Feature Toggle Twig module](https://www.drupal.org/project/feature_toggle_twig) that adds a `featureIsEnabled()` function to Twig to check if a feature toggle is enabled.
+
+For example:
+
+```language-twig
+{% verbatim -%}
+{% if featureIsEnabled('foo') %}
+ {# ... #}
+{% endif %}
+{%- endverbatim %}
+```
+
+## What Changes Were Needed?
+
+The only change needed to make the module Drupal 11 compatible was updating the `core_version_requirement` to `^10 || ^11` - allowing the module to support Drupal 10 and 11 at the same time as it uses no deprecated code.
+
+That's a great thing about modern Drupal compared to legacy versions - no major changes or rewrites to support a new major version!
+
+## Here's the Thing
+
+I thought this was a great initiative in previous versions and I'm glad to see it again for Drupal 11, and it's great that it's being done with time before the Drupal 11 release as it gives maintainers the time to update their projects so as many modules as possible will be Drupal 11-compatible when it's released.
+
+I look forward to getting more of these emails for my [other contributed projects on Drupal.org][override node options].
+
+[override node options]: {{site.url}}/archive/2024/03/09/override-node-options-40624-drupal-websites
diff --git a/source/_daily_emails/2024-03-19.md b/source/_daily_emails/2024-03-19.md
new file mode 100644
index 00000000..99e3c1eb
--- /dev/null
+++ b/source/_daily_emails/2024-03-19.md
@@ -0,0 +1,37 @@
+---
+title: 'Drupal Commerce: not just for selling t-shirts and hats'
+date: 2024-03-19
+permalink: daily/2024/03/19/drupal-commerce-not-just-for-selling-t-shirts-and-hats
+tags:
+ - software-development
+ - drupal
+ - drupal-commerce
+ - php
+cta: subscription
+snippet: |
+ Drupal Commerce can do so much more than just selling t-shirts, hats and furniture.
+---
+
+I recently had Ryan Szrama as a guest on the [Beyond Blocks podcast][podcast].
+
+Ryan is the CEO of Centarro - the company behind Drupal Commerce, the eCommerce platform built on the Drupal CMS.
+
+I've used Drupal Commerce for a number of projects since it was released in 2011, as well as Ubercart before that.
+
+One of the major things I like about it is its flexibility.
+
+The Commerce Kickstart distribution is a great way to create a demo Drupal Commerce project that shows a typical eCommerce store selling everything from books to hats, furniture and inflatable flamingos.
+
+I've used Drupal Commerce for these typical scenarios but also for some non-typical ones.
+
+I created a multi-site Drupal Commerce store for a gadget insurance company, dealing with many products and product variations. I built a custom Vue.js form that created an order with the required items before passing customers to a Drupal Commerce checkout flow.
+
+I created a yearly photography competition website that photographers can enter by purchasing a product and uploading their photographs to the order. I built custom judging functionality, which allows jurors to score each entry and the site owner to see the totals and which submission won the competition.
+
+I created an events management and booking website where each event was a product with different variations based on the different prices - early bird, regular and last minute. Each event had a maximum number of places and, potentially, a waitlist.
+
+This website also included a loyalty scheme for event organisers and attendees, who received coupons after organising or attending a certain number of events.
+
+Drupal Commerce can do a lot and isn't just selling t-shirts, hats, books or furniture.
+
+[podcast]: {{site.url}}/podcast/13-ryan-szrama-centarro
diff --git a/source/_daily_emails/2024-03-20.md b/source/_daily_emails/2024-03-20.md
new file mode 100644
index 00000000..f3179ff5
--- /dev/null
+++ b/source/_daily_emails/2024-03-20.md
@@ -0,0 +1,37 @@
+---
+title: What is legacy code?
+date: 2024-03-20
+permalink: daily/2024/03/20/what-is-legacy-code
+tags:
+ - software-development
+ - clean-code
+cta: ~
+snippet: |
+ How do _you_ define legacy code? I can think of several potential definitions.
+---
+
+How do you define legacy code?
+
+Is it code written by previous Developers who worked on the codebase?
+
+Is it code you wrote last week or last month?
+
+Is it code for features everyone no longer uses?
+
+Is it the "old" part of the application that no one wants to work on?
+
+It is any code that's not nice to work on or difficult to change?
+
+Is it code written with different conventions to your current ones or in a different style?
+
+Is it any code that doesn't have automated tests or wasn't written with test-driven development?
+
+Is it code built with outdated tooling or frameworks (like CSS libraries) that were popular then but have since been replaced by something newer?
+
+## Here's the thing
+
+These are just some of the potential definitions I can think of.
+
+The term "legacy code" and others, such as "technical debt", often mean different things.
+
+What's your definition? Reply and let me know.
diff --git a/source/_daily_emails/2024-03-21.md b/source/_daily_emails/2024-03-21.md
new file mode 100644
index 00000000..9b9ee931
--- /dev/null
+++ b/source/_daily_emails/2024-03-21.md
@@ -0,0 +1,29 @@
+---
+title: Git hooks - yay or nay?
+date: 2024-03-21
+permalink: daily/2024/03/21/git-hooks---yay-or-nay
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Are you in favour of Git hooks or not?
+---
+
+Many people are very for or against Git hooks - scripts that run automatically on events such as pre-commit and pre-push.
+
+Commonly, they are used for running tasks such as altering a commit message or running before committing automated tests and static analysis before pushing a commit.
+
+I'm on the fence.
+
+I've used them and added support for them to Build Configs, but I don't feel strongly about them.
+
+They are awkward to set up (you need to edit the configuration for them to work) and can be easily disabled or bypassed.
+
+Some people think it's the Developer's responsibility to run the tasks before pushing changes or that they'll be run in a CI pipeline, so why would they need to be run locally?
+
+As I write many small commits and push changes regularly, I can find hooks irritating and prefer to use watchers instead with tools like `watchexec` and `entr`.
+
+There are also tools like Captain Hook that are built to manage Git hooks. Maybe, I should investigate it more.
+
+What do you think? Are you yay or nay for Git hooks?
diff --git a/source/_daily_emails/2024-03-22.md b/source/_daily_emails/2024-03-22.md
new file mode 100644
index 00000000..45303d90
--- /dev/null
+++ b/source/_daily_emails/2024-03-22.md
@@ -0,0 +1,21 @@
+---
+title: Watching all the things
+date: 2024-03-22
+permalink: daily/2024/03/22/watching-all-the-things
+tags:
+ - software-development
+ - php
+cta: ~
+snippet: |
+ For some things, I use watch commands. For others, I have integrations in ny text editor.
+---
+
+[In yesterday's email][yesterday], I mentioned that I use watch commands such as `nodemon`, `watchexec` and `entr` whilst developing to run commands automatically when I change code.
+
+For example, running `find web/modules/custom | entr ./run test` will re-run my test suite when any custom module changes.
+
+This works well for tests, but for other checks, such as static analysis with PHPStan or coding standards with PHPCS, I have integrations in Neovim, and I get real-time feedback as I code.
+
+If a line fails static analysis or coding standards, a diagnostic message is shown so I can fix it immediately, and I don't need to use a watcher or wait for my CI pipeline to fail.
+
+[yesterday]: {{site.url}}/archive/2024/03/21/git-hooks---yay-or-nay
diff --git a/source/_daily_emails/2024-03-23.md b/source/_daily_emails/2024-03-23.md
new file mode 100644
index 00000000..cfe8ff5a
--- /dev/null
+++ b/source/_daily_emails/2024-03-23.md
@@ -0,0 +1,30 @@
+---
+title: Write programs that do one thing and do it well
+date: 2024-03-23
+permalink: daily/2024/03/23/write-programs-that-do-one-thing-and-do-it-well
+tags:
+ - software-development
+ - unix
+ - linux
+cta: ~
+snippet: |
+ Write programs that do one thing and do it well.
+---
+
+Over the last few days, I've written about watchers and running commands such as automated tests when files are changed.
+
+Some tools have this built in, whilst others don't.
+
+I've used different tools to do this and recently switched to `entr`.
+
+The previous one wasn't showing me the output from running Drupal automated tests, which `entr` does.
+
+I also like that it follows the UNIX philosophy of doing one thing well and working well with other programs.
+
+For example, to run my automated tests when I change a file, I need to run `find web/modules/custom | entr ./run test`.
+
+`entr` isn't concerned with how to find the list of files to watch - only what to do with them.
+
+To get the list of files, I use the `find` command and provide the files to `entr`.
+
+I also like to do this with my application code. I like to write small modules and libraries with clear boundaries and responsibilities, do their tasks well, and work well with other parts of the application.
diff --git a/source/_daily_emails/2024-03-24.md b/source/_daily_emails/2024-03-24.md
new file mode 100644
index 00000000..c650a951
--- /dev/null
+++ b/source/_daily_emails/2024-03-24.md
@@ -0,0 +1,31 @@
+---
+title: Why I don't use a GUI for Git
+date: 2024-03-24
+permalink: daily/2024/03/24/why-i-dont-use-a-gui-for-git
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Do you use a GUI when working with Git? This is why I don't.
+---
+
+I've been a Git user since my first full-time Developer position in 2010.
+
+I've used other version control systems, too, early in my career, but I settled on Git and haven't looked back.
+
+I've used GUI tools for Git, such as Sourcetree and GitHub Desktop, but I prefer to use Git on the command line instead of a GUI or TUI.
+
+As a Developer who uses a command-line-focused workflow and works mainly in a terminal, there is less context switching, but I want to focus on learning the tool itself rather than a wrapper around it.
+
+Some GUIs add their own terminology or functionality, making it difficult for people to debug something on the command line if they experience an issue.
+
+It's easier to solve problems if you understand the tool itself.
+
+What if I had a favourite Git GUI that became no longer supported or maintained?
+
+Would any time spent learning that GUI have been wasted?
+
+This was also a reason why I switched to using Docker and Docker Compose instead of pre-built wrappers.
+
+I want to better understand and be efficient with the underlying tool, not only someone else's implementation of it.
diff --git a/source/_daily_emails/2024-03-25.md b/source/_daily_emails/2024-03-25.md
new file mode 100644
index 00000000..3d1c1c3d
--- /dev/null
+++ b/source/_daily_emails/2024-03-25.md
@@ -0,0 +1,23 @@
+---
+title: Newport City Council running LocalGov Drupal
+date: 2024-03-25
+permalink: daily/2024/03/25/newport-city-council-running-localgov-drupal
+tags:
+ - software-development
+ - drupal
+ - php
+ - localgov
+cta: subscription
+snippet: |
+ Newport City Council is now the first Welsh council to use LocalGov Drupal.
+---
+
+Last week, it was announced that Newport City Council's (my local council) website is now running on LocalGov Drupal - a distribution for council websites.
+
+This increases the total to 44 councils in the UK and Ireland.
+
+Newport is the first Welsh council to use it and the first LocalGov website to be bilingual, serving content in both English and Welsh.
+
+It's great to see Drupal adoption continue to grow in Wales and within the Welsh public sector, and LocalGov being adopted by more councils across the UK and Ireland.
+
+I think LocalGov Drupal is a great project and one [I've contributed to previously](https://github.com/localgovdrupal/localgov_alert_banner/pull/225), and I plan to do more in the future.
diff --git a/source/_daily_emails/2024-03-26.md b/source/_daily_emails/2024-03-26.md
new file mode 100644
index 00000000..14e3c7c2
--- /dev/null
+++ b/source/_daily_emails/2024-03-26.md
@@ -0,0 +1,37 @@
+---
+title: Let someone else do the work
+date: 2024-03-26
+permalink: daily/2024/03/26/let-someone-else-do-the-work
+tags:
+ - software-development
+ - drupal
+ - php
+ - open-source
+cta: ~
+snippet: |
+ Why would I write something myself if there's already code available that solves my problem?
+---
+
+Yesterday, I was investigating a CSS issue.
+
+It's a known issue due to some legacy code in the website's CSS that I'd fixed before but now needed to extend.
+
+Instead of blindly following the same path and extending my previous fix, I decided to rethink the problem and my approach.
+
+I re-read my documentation and re-reviewed potential solutions I'd evaluated previously.
+
+I decided to take a different approach to solving the problem and found an open-source plugin that someone else had written that gave me the functionality I needed instead of writing it from scratch.
+
+I read the code and did a short spike to see if it worked with the existing configuration.
+
+After some experimentation, I got it to work and added it to the project.
+
+## Here's the Thing
+
+The plugin I used was only 34 lines of code, but these are lines I didn't need to write or will need to maintain.
+
+If it works, why would I write it myself?
+
+I'd rather use what someone else has written and contribute if I find a bug or need a new feature.
+
+That's the benefit of open-source software, and why I use Drupal, PHP, Sculpin, Tailwind CSS, Nix, and others.
diff --git a/source/_daily_emails/2024-03-27.md b/source/_daily_emails/2024-03-27.md
new file mode 100644
index 00000000..35a32f7f
--- /dev/null
+++ b/source/_daily_emails/2024-03-27.md
@@ -0,0 +1,62 @@
+---
+title: Hotfixing without branches
+date: 2024-03-27
+permalink: daily/2024/03/27/hotfixing-without-branches
+tags:
+ - software-development
+ - git
+cta: subscription
+snippet: |
+ How do I deal with hotfixes if I don't branch?
+---
+
+{% block content %}
+Last month, I wrote an email explaining [why I don't create branches][post].
+
+After sending that email, I received this question from a reader (shared with permission):
+
+> I'm trying to work at one feature at a time, so I usually don't need feature branches.
+>
+> There's one thing that's difficult for me, maybe you could tell us something about this in one of your upcoming posts:
+>
+> How do you deal with hot fixes?
+>
+> I know, there's keeping features small, commit often and early. But sometimes this isn't possible, and a feature will take e.g. 3 days of work. Now, if there's an urgent bug in production that should be fixed asap, what are you doing?
+>
+> Git stash probably won't help here, as there might be commits already that would deliver an incomplete feature.
+
+## Option 1: Worktrees
+
+Whilst I don't create branches, I do use [Git worktrees][], which allows me to have multiple versions of the code checked out at the same time - similar to having multiple clones of a repository.
+
+Having multiple worktrees, you don't need to stash the code for your incomplete feature or worry about commits you haven't pushed yet.
+
+You can create a new worktree, fix the urgent bug and switch back to your `main` worktree when you're finished.
+
+You'll still need to update the original worktree with your new changes which may result in conflicts - the same as merging or rebasing onto a branch.
+
+## Option 2: Feature Flags
+
+My preferred approach is to use [feature flags], a.k.a. feature toggles.
+
+My wrapping the incomplete feature in a feature flag, it can be deployed but won't be active until the flag is enabled - similar to writing a new Drupal module but not enabling it.
+
+This is a technique I use often as it works well with trunk-based development and continuous integration and delivery.
+
+When the incomplete feature is feature-flagged, you can fix the bug and deploy the hotfix without stashing or rebasing any changes, and you can leave the flag disabled.
+When the feature is ready, enable the feature flag to activate it and, if you need to turn it off again (maybe that's causing the next bug), you can easily disable it without needing to revert and deploy the code again.
+
+You can just turn the feature flag back off.
+
+I hope that helps!
+
+[git worktrees]: {{site.url}}/archive/2022/08/12/git-worktrees-docker-compose
+[feature flags]: {{site.url}}/archive/2022/12/07/separating-releases-from-deployments-with-feature-flags
+[post]: {{site.url}}/archive/2024/02/28/why-i-dont-branch
+{% endblock %}
+
+{% block cta %}
+P.S. If you want to learn how to use feature flags and continuous integration and delivery, register for team coaching and training as part of my [unlimited monthly Drupal consulting subscription][subscription].
+
+[subscription]: {{site.url}}/subscription
+{% endblock %}
diff --git a/source/_daily_emails/2024-03-28.md b/source/_daily_emails/2024-03-28.md
new file mode 100644
index 00000000..f4e8fd0c
--- /dev/null
+++ b/source/_daily_emails/2024-03-28.md
@@ -0,0 +1,28 @@
+---
+title: Starting to sprinkle JavaScript with Simulus
+date: 2024-03-28
+permalink: daily/2024/03/28/starting-to-sprinkle-javascript-with-simulus
+tags:
+ - software-development
+ - symfony
+ - stimulus
+cta: ~
+snippet: |
+ Have you used Stimulus? I took it for a test drivet this week.
+---
+
+I've been watching the new "Cosmic Coding with Symfony 7" series on SymfonyCasts, and today's video was about Stimulus - a "modest JavaScript framework for the HTML you already have".
+
+As I'm comfortable with other frameworks, such as Vue.js and Alpine.js, I've usually skipped videos about Stimulus, but today, it caught my eye.
+
+I was intrigued by it and experimented with it by refactoring a component from a project I am working on.
+
+I like the organisation Stimulus provides by using JavaScript classes and controllers while keeping things simple in the HTML code.
+
+I initially did this in Fractal but then created [an example project][repo] using Stimulus with esbuild. It's now on my GitHub profile and includes other tools such as Nix, just, and Tmuxinator.
+
+After this short evaluation, I like Stimulus and will use it on other components in this project, maybe using third-party Stimulus controllers - either directly or for inspiration.
+
+Hat tip to Ryan Weaver and SymfonyCasts for showing Stimulus and Nick Janetakis for showing me esbuild.
+
+[repo]: https://github.com/opdavies/stimulus-esbuild-example
diff --git a/source/_daily_emails/2024-03-29.md b/source/_daily_emails/2024-03-29.md
new file mode 100644
index 00000000..6b2be637
--- /dev/null
+++ b/source/_daily_emails/2024-03-29.md
@@ -0,0 +1,44 @@
+---
+title: How I Git
+date: 2024-03-29
+permalink: daily/2024/03/29/how-i-git
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Here's more about how I use Git.
+---
+
+
+After [Wednesday's email][wednesday], someone said, "It sounds like you and I use git very differently." So, I wanted to explain what my typical Git workflow is.
+
+I used to use Git Flow, but now, I almost never create a new branch when starting a new task.
+
+I keep my workflow as simple as possible by using trunk-based development and working on a single branch as much as I can.
+
+Before I start, I make sure any uncommitted changes are committed or reset and that the automated tests, static analysis, coding standards checks, etc., are passing so I know I'm starting from a good place.
+
+Then, I start working on the task.
+
+I like to work in small steps and make small, regular commits, but I don't always push each individual commit to the remote repository.
+
+Sometimes, I'll make a number of "work in progress" commits and squash them into one before pushing them.
+
+I want the time between making and pushing the commit to be as short as possible, and I want each commit to be deployable.
+
+If I'm doing test-driven development, I'll typically commit each time a test is passing - whether it's adding a new test or extending one.
+
+I run any tests often whilst writing code to ensure they pass, either using a watch command or a keybinding in Neovim.
+
+I won't push a commit that would cause the code to not work, a test to fail, or block any other (potentially more urgent) changes from being pushed to production.
+
+If I push a commit that breaks the CI pipeline, I'll fix it quickly, which is usually possible as the changes are small.
+
+If not, I'll revert the commit to get back to a deployable state as quickly as possible.
+
+If I'm going to add a feature flag, I'll usually know that in advance and avoid rushing to add one later if a more urgent task comes in.
+
+By keeping each commit in a working and deployable state, a change can be feature flagged and deployed but not activated until the feature flag is enabled.
+
+[wednesday]: {{site.url}}/archive/2024/03/27/hotfixing-without-branches
diff --git a/source/_daily_emails/2024-03-30.md b/source/_daily_emails/2024-03-30.md
new file mode 100644
index 00000000..2fb17061
--- /dev/null
+++ b/source/_daily_emails/2024-03-30.md
@@ -0,0 +1,23 @@
+---
+title: Leaving a trail of breadcrumbs
+date: 2024-03-30
+permalink: daily/2024/03/30/leaving-a-trail-of-breadcrumbs
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ A commit log is like leaving a trail of breadcrumbs for yourself as you work on a task.
+---
+
+A great thing about committing often is that you leave a trail of breadcrumbs for yourself, and you can easily find your way back.
+
+If you are trying to get a test to pass or fix a bug and you get a bit lost, you can see what you've changed since your last commit instead of everything since you started working on your task.
+
+If needed, you can discard your changes and reset to your last working commit to try again, similar to using the "test and commit or revert" approach.
+
+If I commit too often, I can squash them before pushing.
+
+If I don't commit often enough, I can regret not committing more regularly if I get stuck or lost.
+
+I'd rather do the former.
diff --git a/source/_daily_emails/2024-03-31.md b/source/_daily_emails/2024-03-31.md
new file mode 100644
index 00000000..ac7f2f5e
--- /dev/null
+++ b/source/_daily_emails/2024-03-31.md
@@ -0,0 +1,29 @@
+---
+title: Making Git work the way you want
+date: 2024-03-31
+permalink: daily/2024/03/31/making-git-work-the-way-you-want
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Merge or rebase - which do you use?
+---
+
+Another question that followed my recent Git emails was, " I assume you use rebase over merge?"
+
+The short answer is "yes". I like to keep the history of my repositories clean and simple to read by keeping the logs linear and not full of merge commits.
+
+The longer answer is that I do merges, but only fast-forward merges, at least by default.
+
+If, when merging, Git can fast-forward my branch to the latest commit without creating a merge commit, it will do so.
+
+If not, I can then rebase my changes to make them linear and fast-forwardable. Alternatively, if the commits have already been pushed and cannot be overwritten, I can explicitly allow a non-fast-forward merge in that situation.
+
+I have Git configured to work this way as that's how I want it to work, and that configurability is something I like about Git.
+
+If you want to see how I have Git configured, my settings are in [my dotfiles repository][dotfiles] (note this file is written in the Nix language as I use Nix to manage my configuration).
+
+If you're working in a team, I'd suggest having a common configuration for everyone and defined rules for how you're going to use Git (branch names, merge or rebase, etc) to avoid inconsistencies.
+
+[dotfiles]: https://github.com/opdavies/dotfiles.nix/blob/462eff64f227332d58c7c3652eeaa88b692c064d/lib/shared/modules/git.nix#L95-L135
diff --git a/source/_daily_emails/2024-04-01.md b/source/_daily_emails/2024-04-01.md
new file mode 100644
index 00000000..2776e740
--- /dev/null
+++ b/source/_daily_emails/2024-04-01.md
@@ -0,0 +1,22 @@
+---
+title: I'm attending LocalGov Drupal Camp
+date: 2024-04-01
+permalink: daily/2024/04/01/i-m-attending-localgov-drupal-camp
+tags:
+ - software-development
+ - drupal
+ - localgov-drupal
+ - drupalcamp
+cta: ~
+snippet: |
+ In a few weeks, I'll be attending a LocalGov Drupal Camp in Birmingham, UK.
+---
+
+On the 24th of April, I'll be attending a LocalGov Drupal Camp in Birmingham, UK.
+
+As someone keen to get more involved and contribute more to the project, and who's [local council recently switched to LocalGov][newport], I'm looking forward to the chance to learn and contribute on the day and afterwards.
+
+If you want to attend also, there are a few remaining tickets available and you can [register on Eventbrite][event].
+
+[event]: https://www.eventbrite.co.uk/e/localgov-drupal-camp-2024-tickets-847025314517
+[newport]: {{site.url}}/archive/2024/03/25/newport-city-council-running-localgov-drupal
diff --git a/source/_daily_emails/2024-04-02.md b/source/_daily_emails/2024-04-02.md
new file mode 100644
index 00000000..39d98240
--- /dev/null
+++ b/source/_daily_emails/2024-04-02.md
@@ -0,0 +1,27 @@
+---
+title: Releasing a new project one page at a time
+date: 2024-04-02
+permalink: daily/2024/04/02/releasing-a-new-project-one-page-at-a-time
+tags:
+ - software-development
+ - drupal
+cta: ~
+snippet: |
+ How do you release a new website? One page at a time.
+---
+
+How do you release a new project?
+
+Do you build everything and release everything at once?
+
+I've used the strategy of building and releasing it a page at a time and running two versions simultaneously.
+
+The main live version stays running, and you use a tool like NGINX or Cloudflare as a gatekeeper to direct traffic to the correct application - either the current one or the new one - based on the requested page.
+
+When a page is ready, you add it to the list of pages to serve from the new application to put it live.
+
+If there's an issue, it is also easy to revert to the original page.
+
+I've used this approach with my website and for client Drupal upgrade projects, where some pages are on Drupal 7 and some on Drupal 10.
+
+It's not the right approach for every situation, but it's a useful one to have in the toolkit.
diff --git a/source/_daily_emails/2024-04-03.md b/source/_daily_emails/2024-04-03.md
new file mode 100644
index 00000000..5a22874a
--- /dev/null
+++ b/source/_daily_emails/2024-04-03.md
@@ -0,0 +1,25 @@
+---
+title: Switching web servers using Build Configs
+date: 2024-04-03
+permalink: daily/2024/04/03/switching-web-servers-using-build-configs
+tags:
+ - software-development
+ - build-configs
+cta: ~
+snippet: |
+ Today, I used my Build Configs tool to easily switch a project from one web server to another.
+---
+
+Have you been in a situation where you needed to switch something in a project, like the type of database or a payment provider?
+
+Today, I decided to switch a project from NGINX to Apache.
+
+Usually, this would involve using a different base Docker image, creating new configuration files, and changing things like the root directory for my project.
+
+But, because I'd built this into [Build Configs], I was able to change a few lines in one file, and when I re-generated the configuration files, this project was running Apache.
+
+This is an excellent example of why I built this tool: to save time and reduce duplication across my projects.
+
+For this change, it did both.
+
+[build configs]: {{site.url}}/talks/building-build-configs
diff --git a/source/_daily_emails/2024-04-04.md b/source/_daily_emails/2024-04-04.md
new file mode 100644
index 00000000..af38e321
--- /dev/null
+++ b/source/_daily_emails/2024-04-04.md
@@ -0,0 +1,24 @@
+---
+title: "PHP attributes: coming soon to a Drupal version near you"
+date: 2024-04-04
+permalink: daily/2024/04/04/php-attributes--coming-soon-to-a-drupal-version-near-you
+tags:
+ - software-development
+ - drupal
+ - php
+cta: ~
+snippet: |
+ Have you used PHP attributes in Drupal yet? They've started to be available for some plugin types since version 10.2.
+---
+
+Since Drupal 10.2, the framework has started to adopt PHP attributes - a new feature since PHP 8 - as an alternative to annotations when defining plugins, such as blocks and queues.
+
+From the 10.2 release notes:
+
+> Drupal core has started adopting PHP attributes, a modern PHP language feature, to provide better developer experience for plugin annotations. Contributed and custom code can begin adopting this improved API for their plugins, and Block and Action plugins can all be converted to the new API.
+
+It seems that what's been added so far is the first phase of converting the core's plugins, with more to follow in future versions.
+
+There are also discussions about supporting both attributes and annotations in Drupal 11.
+
+I love to see Drupal continuing to evolve and adopt new features from the PHP language and Symfony framework (such as autowiring and autoconfiguration), and I'm looking forward to using attributes in my projects.
diff --git a/source/_daily_emails/2024-04-05.md b/source/_daily_emails/2024-04-05.md
new file mode 100644
index 00000000..5c9ee650
--- /dev/null
+++ b/source/_daily_emails/2024-04-05.md
@@ -0,0 +1,20 @@
+---
+title: One Drupal fits all
+date: 2024-04-05
+permalink: daily/2024/04/05/one-drupal-fits-all
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ Drupal works well for small and simple applications, as well large and compex applications.
+---
+
+Two of the main things I like about Drupal are its flexibility and scalability.
+
+It works well for basic applications, such as personal websites and blogs (like mine) and for large, complex applications such as Drupal.org itself and many others.
+
+I don't need to learn one tool for small or simple projects and another for large or complex projects.
+
+Drupal is one size fits all.
diff --git a/source/_daily_emails/2024-04-06.md b/source/_daily_emails/2024-04-06.md
new file mode 100644
index 00000000..e8f9f359
--- /dev/null
+++ b/source/_daily_emails/2024-04-06.md
@@ -0,0 +1,28 @@
+---
+title: Drupal is a content management framework
+date: 2024-04-06
+permalink: daily/2024/04/06/drupal-is-a-content-management-framework
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ Drupal isn't just a content management system. It's a content management framework.
+---
+
+There used to be a saying:
+
+If you want to build a website, use . If you want to build , use Drupal.
+
+I think I've heard it used with all the other content management systems, and it isn't about saying one is better.
+
+It highlights that Drupal isn't just a content management system - it's a content management framework.
+
+A framework you use to build your content management system to meet your needs.
+
+Straight away after installing Drupal, you can create as many content types as you want with as many fields as you want to build as simple or complex a content model as you need.
+
+You aren't restricted to the default page and article content types or a fixed set of fields.
+
+That, along with Views - a built-in query builder to build pages and blocks of your content, user login and registration, and JSON:API to allow other applications, such as mobile apps, to access your data, to name a few things, makes Drupal a very powerful option.
diff --git a/source/_daily_emails/2024-04-07.md b/source/_daily_emails/2024-04-07.md
new file mode 100644
index 00000000..40f211cc
--- /dev/null
+++ b/source/_daily_emails/2024-04-07.md
@@ -0,0 +1,22 @@
+---
+title: Avoiding nesting
+date: 2024-04-07
+permalink: daily/2024/04/07/avoiding-nesting
+tags:
+ - software-development
+ - clean-code
+cta: ~
+snippet: |
+ How many levels of nesting do you have in your code? It's something I try to keep to a minimum.
+---
+One of my goals when coding is to reduce the amount of nesting in the code I write.
+
+I mean both in my PHP code where if conditions and foreach loops can be nested within each other, and CSS and Sass files, which support nesting CSS rules.
+
+My aim is to have a maximum of two or three levels of indentation, though sometimes this isn't possible.
+
+Doing so where I can, though, makes my code easier to read and understand and encourages other clean code approaches, such as having small and well-named functions.
+
+In CSS or Sass, avoiding nesting makes it easier to find a rule I'm looking for instead of having to find how rules have been nested or names have been concatenated - making it hard to search or grep for a string.
+
+This approach is part of "object callisthenics", which was introduced by Jeff Bay and includes other approaches that I like to follow, such as not using the `else` keyword and other good practices that I like to try and implement when possible.--
diff --git a/source/_daily_emails/2024-04-08.md b/source/_daily_emails/2024-04-08.md
new file mode 100644
index 00000000..bea64ac1
--- /dev/null
+++ b/source/_daily_emails/2024-04-08.md
@@ -0,0 +1,23 @@
+---
+title: Come for the software, stay for the community
+date: 2024-04-08
+permalink: daily/2024/04/08/come-for-the-software--stay-for-the-community
+tags:
+ - software-development
+ - drupal
+ - php
+cta: ~
+snippet: Come for the software, stay for the community
+---
+
+One of my favourite Drupal phrases is "Come for the software, stay for the community".
+
+I started using Drupal so I could build a website for the Tae Kwon-Do school I was training at, and then started to get involved with the community online and at events, such as local meetups and conferences, such as DrupalCamps and DrupalCon.
+
+I started to contribute code to Drupal core and contrib projects and was a contribution mentor at my first DrupalCon in Prague in 2017 as well as others since, helping first time Drupal contributors.
+
+I've got jobs and projects from my involvement with the community, including working for the Drupal Association itself.
+
+I've met people and travelled to places I otherwise wouldn't have because of the Drupal community, as well as the wider PHP, open source and software development communities,
+
+I came to Drupal for the code, and stayed for the code and the community.
diff --git a/source/_daily_emails/2024-04-09.md b/source/_daily_emails/2024-04-09.md
new file mode 100644
index 00000000..61b1fc5c
--- /dev/null
+++ b/source/_daily_emails/2024-04-09.md
@@ -0,0 +1,36 @@
+---
+title: Paying it forward
+date: 2024-04-09
+permalink: daily/2024/04/09/paying-it-forward
+tags:
+ - software-development
+ - drupal
+ - php
+cta: ~
+snippet: |
+ Now, it's my turn to pay it forward.
+---
+
+As well as building applications with PHP and Drupal, I spend a lot of time helping others and "paying it forward".
+
+I write and contribute to open-source software and offer free online pair programming sessions to work on open-source projects.
+
+I speak at conferences and meetups.
+
+I create content, including videos and coding live streams.
+
+I mentor at in-person events, such as DrupalCon, and for bootcamps, such as School of Code.
+
+I've organised events, such as PHP South Wales and DrupalCamp Bristol, and reviewed session submissions for DrupalCon.
+
+But I wouldn't have been able to do this without others doing the same when I was learning and getting into software development.
+
+In July 2008, when I was evaluating technologies, I posted a question on a forum (I was learning HTML, PHP and MySQL then).
+
+Someone replied and recommended using Drupal, which is how I learned about the project.
+
+If they hadn't done that, I may not be in the position I am now.
+
+I might not have found Drupal, contributed to it, worked for the Drupal Association, or spoken at DrupalCon.
+
+Now, it's my turn to pay it forward.
diff --git a/source/_daily_emails/2024-04-10.md b/source/_daily_emails/2024-04-10.md
new file mode 100644
index 00000000..40efc65f
--- /dev/null
+++ b/source/_daily_emails/2024-04-10.md
@@ -0,0 +1,23 @@
+---
+title: Resurrecting the Speakerdeck Field module
+date: 2024-04-10
+permalink: daily/2024/04/10/resurrecting-the-speakerdeck-field-module
+tags:
+ - software-development
+ - drupal
+ - php
+ - open-source
+cta: ~
+snippet: |
+ Resurrecting the Speakerdeck Field Drupal module
+---
+
+This week, I've resurrected the [Speakerdeck field Drupal module][module].
+
+It's a module I wrote in 2017 for the Drupal 8 version of my website to embed Speakerdeck slides on my talk pages.
+
+My website now runs on Drupal 10, but the great thing is that the same code that worked for Drupal 8 also works for Drupal 9 and 10.
+
+There was no rewrite for each major version, and as I'm not using any deprecated code, the same code works for all the modern versions mentioned, and it looks like it will for Drupal 11, too.
+
+[module]: https://www.drupal.org/project/speakerdeck_field
diff --git a/source/_daily_emails/2024-04-11.md b/source/_daily_emails/2024-04-11.md
new file mode 100644
index 00000000..9ef6b89f
--- /dev/null
+++ b/source/_daily_emails/2024-04-11.md
@@ -0,0 +1,24 @@
+---
+title: Over 100 ATDC subscribers
+date: 2024-04-11
+permalink: daily/2024/04/11/over-100-atdc-subscribers
+tags:
+ - software-development
+ - drupal
+ - php
+ - automated-testing
+ - test-driven-development
+cta: ~
+snippet: |
+ Over 100 people have taken my automated testing in Drupal email course!
+---
+
+Since launching my Automated Testing in Drupal email course, over 100 people have subscribed and received the free ten daily lessons where I explain how to start from scratch to build a Drupal module with automated tests and test-driven development.
+
+Thanks to everyone who has taken the course so far and those who have provided feedback.
+
+Automated testing and test-driven development were game changers for me and enabled me to deliver better projects.
+
+If you'd like to take the course and learn how to do automated testing in Drupal, you can [register for free][register] and get them direct to your inbox.
+
+[register]: {{site.url}}/atdc
diff --git a/source/_daily_emails/2024-04-12.md b/source/_daily_emails/2024-04-12.md
new file mode 100644
index 00000000..e5cecb8a
--- /dev/null
+++ b/source/_daily_emails/2024-04-12.md
@@ -0,0 +1,24 @@
+---
+title: Drupal Rector and the Project Update Bot
+date: 2024-04-12
+permalink: daily/2024/04/12/drupal-rector-and-the-project-update-bot
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ How do I know the SpeakerDeck Field module still works on Drupal 10 and 11?
+---
+
+[In Wednesday's email][wednesday], I said I was resurrecting the Speakerdeck Field module, and the same version works on Drupal 8, 9, 10 and 11.
+
+How do I know this?
+
+One of my favourite PHP libraries is Rector - a tool for upgrading code to the newest versions of PHP or, in this case, Drupal using Drupal Rector.
+
+It runs automatically on modules, including Speakerdeck Field, via the Project Upgrade Bot and generates a set of updates to apply.
+
+CI pipelines with GitLab CI and a reliable test suite make it much easier to upgrade modules to the latest Drupal version and ensure they still work.
+
+[wednesday]: {{site.url}}/archive/2024/04/10/resurrecting-the-speakerdeck-field-module
diff --git a/source/_daily_emails/2024-04-13.md b/source/_daily_emails/2024-04-13.md
new file mode 100644
index 00000000..da6ff426
--- /dev/null
+++ b/source/_daily_emails/2024-04-13.md
@@ -0,0 +1,28 @@
+---
+title: Rector is not just for Drupal
+date: 2024-04-13
+permalink: daily/2024/04/13/rector-is-not-just-for-drupal
+tags:
+ - software-development
+ - drupal
+ - php
+cta: ~
+snippet: |
+ Why spend time doing manual tasks that can be automated? Instead, save time by using tools like Rector.
+---
+
+I like framework-agnostic tools.
+
+I like to reuse knowledge and tools across projects, whether I'm working with Drupal, Symfony, Laravel or Sculpin.
+
+Rector is one of those tools.
+
+[Yesterday] I said I use it to create automatic updates to my Drupal module code, but it can be used for other PHP projects, too.
+
+If you're upgrading a PHP library and want to use promoted constructor properties, for example, Rector can do that for you - and a lot more.
+
+You define which rules or presets you want to use, run Rector on the code, and it will make those changes.
+
+Having Rector do this work leaves me free to stay focused on other tasks.
+
+[yesterday]: {{site.url}}/archive/2024/04/12/drupal-rector-and-the-project-update-bot
diff --git a/source/_daily_emails/2024-04-14.md b/source/_daily_emails/2024-04-14.md
new file mode 100644
index 00000000..d9c4f702
--- /dev/null
+++ b/source/_daily_emails/2024-04-14.md
@@ -0,0 +1,26 @@
+---
+title: What about updating custom modules and themes?
+date: 2024-04-14
+permalink: daily/2024/04/14/what-about-updating-custom-modules-and-themes
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ But, how do you update custom modules and themes between major modern versions of Drupal?
+---
+
+[Yesterday's email][yesterday] was about using Drupal Rector and the Automated Project Update bot to update contributed modules.
+
+But what about custom modules within your application?
+
+To do this, I use the `drupal-check` tool, which is built on PHPStan, and the Upgrade Status module.
+
+They scan your custom modules and themes and report any deprecated code within your custom projects - i.e. code that will be removed in a future major version - and tell you what new code to use instead.
+
+Once you've removed any deprecations, your module or theme will be ready for the next major version of Drupal.
+
+This is the approach I've used to upgrade numerous websites between major modern versions of Drupal, making small updates to existing code instead of having to rewrite it from scratch.
+
+[yesterday]: {{site.url}}/archive/2024/04/12/drupal-rector-and-the-project-update-bot
diff --git a/source/_daily_emails/2024-04-15.md b/source/_daily_emails/2024-04-15.md
new file mode 100644
index 00000000..9d143016
--- /dev/null
+++ b/source/_daily_emails/2024-04-15.md
@@ -0,0 +1,31 @@
+---
+title: A note to open-source software maintainers
+date: 2024-04-15
+permalink: daily/2024/04/15/a-note-to-open-source-software-maintainers
+tags:
+ - software-development
+ - drupal
+ - php
+ - open-source
+cta: ~
+snippet: |
+ If you want people to use your open-source software, make it easy to use and update.
+---
+
+I recently updated a website to the latest version of Drupal.
+
+Doing so introduced a bug in a contributed module I was using.
+
+A fix was committed to the 2.x branch of the module, which is still in an unstable alpha phase, and the issue was closed.
+
+There was no fix for the stable 1.x branch.
+
+There was no fix backported to the 1.x branch.
+
+There are breaking changes between the 1.x and 2.x branches that require me to update custom code that uses the module, which I don't want to do yet, and I don't want to update to an unstable version.
+
+If you maintain open-source software, don't force people to update too quickly.
+
+If you can, make it easy for people to update to the next major version by keeping breaking changes to a minimum and providing time and clear instructions for doing so.
+
+If these are too difficult, it could discourage or prevent people from using your software.
diff --git a/source/_daily_emails/2024-04-16.md b/source/_daily_emails/2024-04-16.md
new file mode 100644
index 00000000..0b73a833
--- /dev/null
+++ b/source/_daily_emails/2024-04-16.md
@@ -0,0 +1,25 @@
+---
+title: Regularly releasing open-source software
+date: 2024-04-16
+permalink: daily/2024/04/16/regularly-releasing-open-source-software
+tags:
+ - software-development
+ - open-source
+cta: ~
+snippet: |
+ As with client applications, I recommend releasing new versions of open-source software as often as possible.
+---
+
+As with client applications, I recommend releasing new versions of open-source software as often as possible.
+
+This makes it easier for users to update to newer versions as they can easily see the changes, and less risky as it's easier to roll back or diagnose the problem if there is an issue.
+
+If you've added a feature or fixed a bug, fewer people will likely use it if it's not within a released version of your project and sat on a development branch or waiting for a tagged release. This means they're not benefiting from the changes and getting value from them.
+
+You can add feature flags to hide work-in-progress features that you don't want people to use yet, but you don't want to block yourself from releasing a new version until it's complete.
+
+Regular releases encourage smaller and simpler changes rather than larger and more complex - and potentially breaking - changes.
+
+I like to have a release day each month to release new versions of my open-source projects, which works well for me.
+
+I have a recurring task on my To Do list to review my projects and tag and release any new versions that are needed.
diff --git a/source/_daily_emails/2024-04-17.md b/source/_daily_emails/2024-04-17.md
new file mode 100644
index 00000000..1e6eef87
--- /dev/null
+++ b/source/_daily_emails/2024-04-17.md
@@ -0,0 +1,19 @@
+---
+title: Regular releases encourage contribution
+date: 2024-04-17
+permalink: daily/2024/04/17/regular-releases-encourage-contribution
+tags:
+ - software-development
+ - open-source
+cta: d7eol
+snippet: |
+ Regular open-source releases encourage contribution to your project.
+---
+
+As well as writing and maintaining my open-source software projects, I regularly contribute to other people's - including PHP libraries, Drupal modules and Tailwind CSS plugins.
+
+I'm more likely to contribute to your project if you release new versions regularly.
+
+Why would I if my changes may sit on a development branch for a long time or not be released at all?
+
+If I can see that my changes are likely to be released soon, I'm more likely to spend the time and effort to contribute instead of looking for a different solution.
diff --git a/source/_daily_emails/2024-04-18.md b/source/_daily_emails/2024-04-18.md
new file mode 100644
index 00000000..463763ab
--- /dev/null
+++ b/source/_daily_emails/2024-04-18.md
@@ -0,0 +1,23 @@
+---
+title: I made my first commit to LocalGov Drupal Microsites
+date: 2024-04-18
+permalink: daily/2024/04/18/first-commit-localgov-drupal-microsites
+tags:
+ - software-development
+ - drupal
+ - localgov-drupal
+ - open-source
+cta: subscription
+snippet: |
+ This week, I submitted my first change to the LocalGov Microsites distribution.
+---
+
+This week, I submitted [my first change][pr] to the LocalGov Microsites project.
+
+It was a small change - correcting a typo that I spotted within the README file.
+
+It's OK to start small, especially when first working on a new codebase.
+
+It was a good introduction to the project and the first of what I hope to be numerous contributions to the Microsites distribution and LocalGov Drupal in general.
+
+[pr]: https://github.com/localgovdrupal/localgov_microsites_project/pull/43
diff --git a/source/_daily_emails/2024-04-19.md b/source/_daily_emails/2024-04-19.md
new file mode 100644
index 00000000..363892b0
--- /dev/null
+++ b/source/_daily_emails/2024-04-19.md
@@ -0,0 +1,25 @@
+---
+title: When should you tag 1.0?
+date: 2024-04-19
+permalink: daily/2024/04/19/when-should-you-tag-1-0
+tags:
+ - software-development
+ - open-source
+cta: ~
+snippet: |
+ When should you tag version 1.0 of your project?
+---
+
+Something I've seen, both with contributed Drupal modules and other open-source projects, over the past few years is they spend a lot of time in the 0.x versions or releasing alpha and beta versions rather than releasing a 1.0 or stable version.
+
+I presume it's a concern around backward compatibility and maintaining that once a stable version is released.
+
+But, if you want people to use your module or upgrade it to the latest version, that's much easier to do once there's a stable version.
+
+Some organisations prohibit using alpha or unstable versions of projects so, if there isn't a stable version, they wouldn't be able to use it.
+
+Personally, if I'm using one of my open-source modules, plugins or libraries in production, there should be a stable 1.0 version tagged.
+
+Once it's in production, I'm already making an implied commitment that it's going to be stable and I won't break everything in the next release, so why not make that explicit and tag a stable release?
+
+Version numbers are free and nothing is stopping you from deprecating code and releasing a new major version with breaking changes in the future, so go ahead and tag that stable version.
diff --git a/source/_daily_emails/2024-04-20.md b/source/_daily_emails/2024-04-20.md
new file mode 100644
index 00000000..57b3bd2a
--- /dev/null
+++ b/source/_daily_emails/2024-04-20.md
@@ -0,0 +1,24 @@
+---
+title: Speaking at DrupalCamp Belgium
+date: 2024-04-20
+permalink: daily/2024/04/20/speaking-at-drupalcamp-belgium
+tags:
+ - drupal
+ - drupalcamp
+ - public-speaking
+cta: ~
+snippet: |
+ I'm happy to be speaking at DrupalCamp Belgium next month.
+---
+
+I'm happy to be speaking at DrupalCamp Belgium next month, on the 10th and 11th of May in Ghent.
+
+I'll be presenting two sessions on [automated testing in Drupal][testing] (Friday) and [Tailwind CSS][tailwind] (Saturday).
+
+I spoke about testing most recently at DrupalCon Lille, and I'm looking forward to updating my Tailwind talk again to include the latest features within the framework.
+
+[Tickets are still available][tickets] and it would be great to see you there.
+
+[testing]: https://www.drupalcamp.be/en/drupalcamp-ghent-2024/schedule/friday
+[tailwind]: https://www.drupalcamp.be/en/drupalcamp-ghent-2024/schedule/saturday
+[tickets]: https://www.drupalcamp.be/en/drupalcamp-ghent-2024/tickets
diff --git a/source/_daily_emails/2024-04-21.md b/source/_daily_emails/2024-04-21.md
new file mode 100644
index 00000000..92258f57
--- /dev/null
+++ b/source/_daily_emails/2024-04-21.md
@@ -0,0 +1,28 @@
+---
+title: Almost at 100 talks and workshops
+date: 2024-04-21
+permalink: daily/2024/04/21/almost-at-100-talks-and-workshops
+tags:
+ - software-development
+ - drupal
+ - drupalcamp
+ - php
+ - public-speaking
+cta: ~
+snippet: |
+ I'm almost at 100 talks and presentations given!
+---
+
+[My talks page][talks] on my website says I've presented 98 talks and workshops at different events since September 2012.
+
+Next month, I'm giving two talks at DrupalCamp Ghent.
+
+One on [automated testing and test-driven development][testing] and another on [Tailwind CSS].
+
+This means that these will be my 99th and 100th presentations!
+
+I enjoy speaking at events such as meetups and conferences, and I hope people have learned from them as well.
+
+[tailwind css]: {{site.url}}/talks/taking-flight-with-tailwind-css
+[testing]: {{site.url}}/talks/tdd-test-driven-drupal
+[talks]: {{site.url}}/talks
diff --git a/source/_daily_emails/2024-04-22.md b/source/_daily_emails/2024-04-22.md
new file mode 100644
index 00000000..f4853e33
--- /dev/null
+++ b/source/_daily_emails/2024-04-22.md
@@ -0,0 +1,22 @@
+---
+title: Building websites with PHP and Sculpin
+date: 2024-04-22
+permalink: daily/2024/04/22/building-websites-with-php-and-sculpin
+tags:
+ - software-development
+ - php
+ - public-speaking
+cta: ~
+snippet: |
+ The video of my most recent talk at PHPSW has been released.
+---
+
+
+The video of the most recent version of my [Building static websites with PHP and Sculpin][talk] from February's PHP South West meetup [has been released][video].
+
+In the talk, I explain what Sculpin is and how it works before a live demo where I rebuild part of the PHPSW website (which I worked on originally).
+
+If you have any feedback or questions, reply to this email and let me know.
+
+[talk]: {{site.url}}/talks/building-static-websites-sculpin
+[video]: https://youtu.be/axy6ltc9meA?si=FtR4DZ5BVi_Se60J
diff --git a/source/_daily_emails/2024-04-23.md b/source/_daily_emails/2024-04-23.md
new file mode 100644
index 00000000..a236a71b
--- /dev/null
+++ b/source/_daily_emails/2024-04-23.md
@@ -0,0 +1,28 @@
+---
+title: Why use a static site generator
+date: 2024-04-23
+permalink: daily/2024/04/23/why-use-a-static-site-generator
+tags:
+ - software-development
+ - php
+ - sculpin
+cta: ~
+snippet: |
+ Why use a static site generator instead of a CMS?
+---
+
+[In February][yesterday], I spoke at the PHP South West meetup about Sculpin - a static site generator written in PHP.
+
+Sculpin uses Twig, HTML and Markdown to generate static HTML files that you can upload to any web server.
+
+You don't need PHP or a database server - making it simpler and cheaper to host compared to a CMS-powered site.
+
+There's also no database for people to hack into and, as they're just static HTML pages, they are very quick to load.
+
+The downside is that files need to be created and edited locally or editing Git files on GitHub, etc, as there's no CMS to log into.
+
+Still, for some projects, static site generators are a great option.
+
+For Drupal, there's Tome - a module that creates a static website from a Drupal installation, and something I plan to investigate.
+
+[yesterday]: {{site.url}}/archive/2024/04/22/building-websites-with-php-and-sculpin
diff --git a/source/_daily_emails/2024-04-24.md b/source/_daily_emails/2024-04-24.md
new file mode 100644
index 00000000..5ca0d850
--- /dev/null
+++ b/source/_daily_emails/2024-04-24.md
@@ -0,0 +1,27 @@
+---
+title: Testing topic branches in isolation
+date: 2024-04-24
+permalink: daily/2024/04/26/testing-topic-branches-in-isolation
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Do you test topic branches in isolation?
+---
+
+I was recently asked about setting up different testing environments based on topic (a.k.a. feature) branches.
+
+When a feature or bug fix was finished, it would create a new environment for it to be tested.
+
+If it passed testing, the topic branch was merged and it would be included in the next release.
+
+But, there's no guarantee it still works once it's been merged.
+
+It could conflict with changes from a different topic branch and no longer work - even if it worked when it was tested in isolation on its own branch.
+
+To ensure it still works, it will need to be tested again.
+
+So, what is the benefit of testing it in isolation if it needs to be tested again once it's merged?
+
+This is why I prefer continuous integration and delivery (CI/CD), as I always know all changes work together and not just in isolation.
diff --git a/source/_daily_emails/2024-04-25.md b/source/_daily_emails/2024-04-25.md
new file mode 100644
index 00000000..01ce9d75
--- /dev/null
+++ b/source/_daily_emails/2024-04-25.md
@@ -0,0 +1,15 @@
+---
+title: If everyone branches, no-one gets the updates
+date: 2024-04-25
+permalink: daily/2024/04/25/if-everyone-branches-no-one-gets-updates
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ If everyone works on their own branch, no-one gets any changes.
+---
+
+A common response I get when debating topic branches is "I regularly pull `develop` or `main` and get the latest changes.
+
+But if everyone is working on individual topic branches instead of the mainline branch, where do the changes come from?
diff --git a/source/_daily_emails/2024-04-26.md b/source/_daily_emails/2024-04-26.md
new file mode 100644
index 00000000..702271e9
--- /dev/null
+++ b/source/_daily_emails/2024-04-26.md
@@ -0,0 +1,31 @@
+---
+title: Don't cherry-pick features from a branch to deploy
+date: 2024-04-26
+permalink: daily/2024/04/26/don-t-cherry-pick-features-from-a-branch-to-deploy
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Don't cherry-pick features from a branch to deploy
+---
+
+I previously worked on a project where, after a code change had been reviewed and merged, it was pushed to a UAT environment for the client to test.
+
+This usually resulted in a group of changes pushed to the UAT environment, waiting for the client to test them.
+
+They would, and then decide which changes they wanted to be moved to production.
+
+Maybe changes 1, 2 and 4 would be asked to be deployed, but not 3 or 5.
+
+Someone would then cherry pick the relevant commits onto the mainline branch and deploy them to production.
+
+But, if the code isn't the same as on that UAT environment, how do you know it still works?
+
+Could a commit have been missed or could not including a non-selected commit have caused a regression or unintended side effects?
+
+`git cherry-pick` isn't a command I use often, and definitely not in this scenario.
+
+If you want to select which changes go live, feature flags are a better option as you don't need to change the commits or code you're pushing.
+
+You push all the commits from UAT to production and enable the feature flags for the things you want to release.
diff --git a/source/_daily_emails/2024-04-27.md b/source/_daily_emails/2024-04-27.md
new file mode 100644
index 00000000..6f160e46
--- /dev/null
+++ b/source/_daily_emails/2024-04-27.md
@@ -0,0 +1,15 @@
+---
+title: Can you make a test fail?
+date: 2024-04-27
+permalink: daily/2024/04/27/can-you-make-a-test-fail
+tags:
+ - software-development
+ - automated-testing
+cta: ~
+snippet: |
+ Can you make an automated test fail when you want?
+---
+
+Can you make an automated test fail when you want it to?
+
+If not, how do you know it's testing the correct thing?
diff --git a/source/_daily_emails/2024-04-28.md b/source/_daily_emails/2024-04-28.md
new file mode 100644
index 00000000..cb60b132
--- /dev/null
+++ b/source/_daily_emails/2024-04-28.md
@@ -0,0 +1,15 @@
+---
+title: Replicating a bug with a test
+date: 2024-04-28
+permalink: daily/2024/04/28/replicating-a-bug-with-a-test
+tags:
+ - software-development
+ - automated-testing
+cta: ~
+snippet: |
+ When fixing a bug, do you try to replicate it with a test?
+---
+
+When fixing a bug, can you write a new failing test to replicate the bug?
+
+If so, you verify the bug exists, you know when it's fixed (the test passes), and you know you won't introduce the same bug again - otherwise, the new test will fail.
diff --git a/source/_daily_emails/2024-04-29.md b/source/_daily_emails/2024-04-29.md
new file mode 100644
index 00000000..cb54d705
--- /dev/null
+++ b/source/_daily_emails/2024-04-29.md
@@ -0,0 +1,27 @@
+---
+title: Some kind words
+date: 2024-04-29
+permalink: daily/2024/04/29/some-kind-words
+tags:
+ - software-development
+ - drupal
+ - automated-testing
+ - test-driven-development
+cta: atdc
+snippet: |
+ I recently received these kind words someone who recently completed my Drupal automated testing email course.
+---
+
+I recently received these kind words from Frank Landry, who recently completed my [Drupal automated testing email course][course]:
+
+> The course was very informative.
+>
+> One of the biggest pain points with Drupal testing was that there was no clear and definitive guide on setting up the php unit XML file to get functional and kernel tests working right away.
+>
+> Your guide was fantastic and I will definitely be using it going forward in my module development for work.
+
+Thanks, Frank, for your feedback.
+
+It's great to get feedback on my content and to know it's helping and providing value to people.
+
+[course]: {{site.url}}/atdc
diff --git a/source/_daily_emails/2024-04-30.md b/source/_daily_emails/2024-04-30.md
new file mode 100644
index 00000000..236dde08
--- /dev/null
+++ b/source/_daily_emails/2024-04-30.md
@@ -0,0 +1,36 @@
+---
+title: Stepping back into debugging
+date: 2024-04-30
+permalink: daily/2024/04/30/stepping-back-into-debugging
+tags:
+ - software-development
+ - php
+cta: ~
+snippet: |
+ This week, I've set up Xdebug on a new project to help with some complicated debugging.
+---
+
+In PHP, we have functions like `var_dump()`, `dump()` and `dd()` that are used to debug code and print output to the screen.
+
+In Drupal, we have functions like `dpm()` and `kint()`, too.
+
+These functions are great for simple debugging but sometimes I need more, which is when I reach for a step debugger - namely, Xdebug.
+
+This is common when working in complex legacy code, where you need to be able to see a breakpoint and step through the code to see what path it takes and what the state is at each step.
+
+## Enter Xdebug
+
+Xdebug is a tool I use fairly often and something I have configured on an individual project basis.
+
+This week, I spent some time adding it to a new project and ensured my notes and documentation still worked.
+
+I use Docker and Docker Compose on Linux, so there are slight changes compared to running PHP natively, so I wanted to make sure it still works.
+
+I've added my latest setup to my [Drupal Docker Example repository][repo] and plan to add it to my standard [Build Configs] setup for Drupal projects.
+
+If you use Docker Compose on Linux, it may be useful for you.
+
+If you haven't tried Xdebug before, I suggest giving it a try and see if improves your debugging.
+
+[build configs]: {{site.url}}/build-configs
+[repo]: https://github.com/opdavies/docker-example-drupal
diff --git a/source/_daily_emails/2024-05-01.md b/source/_daily_emails/2024-05-01.md
new file mode 100644
index 00000000..4718a274
--- /dev/null
+++ b/source/_daily_emails/2024-05-01.md
@@ -0,0 +1,30 @@
+---
+title: Broken pipeline? Fix or revert it.
+date: 2024-05-01
+permalink: daily/2024/05/01/broken-pipeline-fix-or-revert-it
+tags:
+ - software-development
+ - continuous-integration
+ - trunk-based-development
+cta: ~
+snippet: |
+ What do you do if someone's pushed a failing commit and broken the CI pipeline?
+---
+
+If you're doing trunk-based development where multiple people are committing and pushing work to the same branch, what do you do if you've pushed a commit that fails the checks and breaks the pipeline?
+
+This is a bad state and needs to be solved as soon as possible as it's causing a problem for everyone else.
+
+If the pipeline is failing, someone else could push a change and have it fail for a different reason, but wouldn't know.
+
+The responsibility is on the person who pushed the failing commit to resolve it and get the pipeline passing again as soon as possible.
+
+You break it, you bought it.
+
+Hopefully, the changes in the failing commit are small and it's something you can resolve quickly and push a fixed commit.
+
+If you can't fix it within a few minutes, revert the failing commit and try again.
+
+What if someone's pushed a failing commit and hasn't fixed it in a timely manner?
+
+Revert it for them, fix the pipeline and unblock the rest of the team.
diff --git a/source/_daily_emails/2024-05-02.md b/source/_daily_emails/2024-05-02.md
new file mode 100644
index 00000000..dad2c02f
--- /dev/null
+++ b/source/_daily_emails/2024-05-02.md
@@ -0,0 +1,31 @@
+---
+title: Re-evaluating old tools
+date: 2024-05-02
+permalink: daily/2024/05/02/re-evaluating-old-tools
+tags:
+ - software-development
+ - devops
+ - ansible
+cta: ~
+snippet: |
+ Today, I gave Ansible a spin again after not using it for a while.
+---
+
+It's been a while since I used Ansible.
+
+I used it for automating infrastructure and deploying applications.
+
+[I gave a talk about it][talk] on several occasions, including remotely for the Ansible London meetup during COVID.
+
+I haven't had to use it recently but, today, I [brought it back][commit] out of my toolkit.
+
+I was reviewing how I manage my website's configuration and files and Ansible seemed to be a perfect choice.
+
+The files need to be uploaded to the server and, to handle redirects, I also have a custom NGINX virtual host configuration that needs to be uploaded if I change it and the NGINX service reloaded.
+
+Ansible is a great tool for this type of task and, just because it's a tool I haven't used it for a while, that doesn't mean I can't re-evaluate it and see if fits my current requirements.
+
+It's still in my toolkit, just in case I need it.
+
+[commit]: https://github.com/opdavies/oliverdavies.uk/commit/cd6575c6fcc091a0b7c98b6985b3a92b85e279e3
+[talk]: {{site.url}}/talks/deploying-php-ansible-ansistrano
diff --git a/source/_daily_emails/2024-05-03.md b/source/_daily_emails/2024-05-03.md
new file mode 100644
index 00000000..21e25821
--- /dev/null
+++ b/source/_daily_emails/2024-05-03.md
@@ -0,0 +1,38 @@
+---
+title: Don't add boolean arguments
+date: 2024-05-03
+permalink: daily/2024/05/03/dont-add-boolean-arguments
+tags:
+ - software-development
+ - drupal
+ - php
+cta: ~
+snippet: |
+ Don't add boolean arguments to your methods.
+---
+
+A convention I like from the Laravel framework is to avoid adding boolean arguments to methods.
+
+For example, if I have this function:
+
+```php
+public function getPosts() { ... }
+```
+If I wanted to only get published posts, one way would be to add a boolean argument:
+
+```php
+public function getPosts(boolean $onlyPublished) { ... }
+```
+
+Then, I'd need to use that within the method body to add another condition (this is referred to as control coupling, where one method affects another).
+
+The non-boolean approach would be to create a separate method with its own distinct name.
+
+For example, `getPosts()` could be named `getAllPosts()` and there could be a separate `getPublishedPosts()` method for only getting published posts:
+
+```php
+public function getAllPosts() { ... }
+
+public function getPublishedPosts() { ... }
+```
+Whilst we have two methods now instead of one, it's much clearer what each does and there aren't any random `true` or `false`s wherever the method is used.
diff --git a/source/_daily_emails/2024-05-04.md b/source/_daily_emails/2024-05-04.md
new file mode 100644
index 00000000..81fc8eea
--- /dev/null
+++ b/source/_daily_emails/2024-05-04.md
@@ -0,0 +1,38 @@
+---
+title: Strict typing in PHP
+date: 2024-05-04
+permalink: daily/2024/05/04/strict-typing-in-php
+tags:
+ - software-development
+ - php
+cta: ~
+snippet: |
+ Do you enable strict types in your PHP code?
+---
+
+I prefer writing and working with strictly typed code.
+
+One of the major improvements in PHP has been the option to enable strict types.
+
+For example, this code will usually not error and give the result:
+
+```php
+function add(int $a, int $b): void
+{
+ var_dump($a + $b);
+}
+
+add(1, '1');
+```
+
+However, I'd prefer if it failed as I'm passing the function an integer and a string, but specifying they should both be integers.
+
+Fixing this is simple, by adding this line to the top of the file:
+
+```php
+declare(strict_types=1);
+```
+
+I add this to every PHP file by default.
+
+I want my code to be as strict and predictable as possible, and to error when I want it to and make any bugs more explicit and easier to find and fix.
diff --git a/source/_daily_emails/2024-05-05.md b/source/_daily_emails/2024-05-05.md
new file mode 100644
index 00000000..5775dc57
--- /dev/null
+++ b/source/_daily_emails/2024-05-05.md
@@ -0,0 +1,30 @@
+---
+title: Making PHPStan stricter
+date: 2024-05-05
+permalink: daily/2024/05/05/making-phpstan-stricter
+tags:
+ - software-development
+ - php
+ - phpstan
+cta: ~
+snippet: |
+ As well as PHP, you can make PHPStan stricter.
+---
+
+Continuing yesterday's thought on [strictness in PHP][yesterday], today I want to talk about adding more strictness to PHPStan.
+
+Adding the [PHPStan Strict Rules extension][extension] makes PHPStan stricter by adding new, more opinionated rules.
+
+For example:
+
+* Require booleans in if, elseif, ternary operator, after !, and on both sides of && and ||.
+* Use the `$strict` parameter with `in_array`, `array_search`, `array_keys` and `base64_decode`.
+* Disallow empty().
+* Require calling parent constructor.
+
+You can enable and disable rules as needed but, like setting the PHPStan level, ideally I like to enable them all by default and see how strict I go.
+
+It depends on the code being tested and the preference of the team, though I find the stricter the rules, the less bugs there are.
+
+[extension]: https://github.com/phpstan/phpstan-strict-rules
+[yesterday]: {{site.url}}/archive/2024/05/04/strict-typing-in-php
diff --git a/source/_daily_emails/2024-05-06.md b/source/_daily_emails/2024-05-06.md
new file mode 100644
index 00000000..beeeb0a7
--- /dev/null
+++ b/source/_daily_emails/2024-05-06.md
@@ -0,0 +1,50 @@
+---
+title: Interactive staging
+date: 2024-05-06
+permalink: daily/2024/05/06/interactive-staging
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ TODO
+---
+
+A major addition to my Git workflow has been the ability to interactively add hunks of code to be committed.
+
+There's `git add -i` to interactively add, though I usually go straight to `git add -p` to use `patch`.
+
+This will ask you to confirm if you want to add each hunk to the commit (a.k.a. the staging area) or not.
+
+For example, here's the prompt I get whilst working on the post for this email:
+
+```shell
+diff --git a/source/_daily_emails/2024-05-06.md b/source/_daily_emails/2024-05-06.md
+index 42fe48f..ef36a2b 100644
+--- a/source/_daily_emails/2024-05-06.md
++++ b/source/_daily_emails/2024-05-06.md
+@@ -4,10 +4,12 @@ date: 2024-05-06
+ permalink: daily/2024/05/06/interactive-staging
+ tags:
+ - software-development
+- # - drupal
+- # - php
+- # - podcast
++ - git
+ cta: ~
+ snippet: |
+ TODO
+ ---
++
++A major addition to my Git workflow has been the ability to interactively add hunks of code to be committed.
++
++There's `git add -i` to interactively add, though I usually go straight to `git add -p` to use `patch`.
++There's `git add -i` to interactively add, though I usually go straight to `git add -p` to use `patch`.
+(1/1) Stage this hunk [y,n,q,a,d,s,e,?]?
+```
+
+I can add the whole hunk, split it into smaller hunks, add all the hunks in the file or ignore this hunk and later hunks in the file.
+
+Then the process is repeated for any following hunks.
+
+This means I can add the relevant hunks to craft the commit I want and I can keep my commits small and meaningful, and easy to revert if there is an issue.
diff --git a/source/_daily_emails/2024-05-07.md b/source/_daily_emails/2024-05-07.md
new file mode 100644
index 00000000..97a615c4
--- /dev/null
+++ b/source/_daily_emails/2024-05-07.md
@@ -0,0 +1,32 @@
+---
+title: Drupal 7.100.2
+date: 2024-05-07
+permalink: daily/2024/05/07/drupal-7-100-2
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ We made it to Drupal 7.100!
+---
+
+In [April 2023][post], I wondered if we'd see a 7.100 release of Drupal.
+
+I just noticed that we did.
+
+It was released on the 6th of March.
+
+From the release notes:
+
+> Maintenance release of the Drupal 7 series. Includes bug fixes and small API/feature improvements only (no major, non-backwards-compatible new functionality). Unusually, this release does include a new core module.
+
+This is also the first Drupal release to be affected by the Year 2000 problem, a.k.a. the Y2K problem, or the Millennium Bug:
+
+> Note that this is the first Drupal 7 release with 3 digits. If you receive a report that your version of Drupal is over a decade out of date, see https://en.wikipedia.org/wiki/Year_2000_problem.
+
+According to the usage figures on Drupal.org, there are at least 316,843 active Drupal 7 websites and, with only 243 days left until D7 is end-of-life, hopefully most of them will be upgrading to Drupal 10 (or 11) soon.
+
+If you're stuck on Drupal 7, I can help! Reply to this email and let's start a conversation.
+
+[post]: {{site.url}}/archive/2023/04/30/will-we-see-drupal-7-100
diff --git a/source/_daily_emails/2024-05-08.md b/source/_daily_emails/2024-05-08.md
new file mode 100644
index 00000000..385d8f36
--- /dev/null
+++ b/source/_daily_emails/2024-05-08.md
@@ -0,0 +1,42 @@
+---
+title: Assertions aren't just for tests
+date: 2024-05-08
+permalink: daily/2024/05/08/assertions-arent-just-for-tests
+tags:
+ - software-development
+ - drupal
+ - php
+ - automated-testing
+cta: ~
+snippet: |
+ `assert()` isn't just for automated tests.
+---
+
+If you've written or seen automated tests in PHP, you'll have seen lines like this:
+
+```php
+self::assertTrue(FALSE);
+```
+
+But, did you know assertions can be used outside of tests.
+
+PHP has an `assert()` function that can be used anywhere.
+
+For example, if I had this code:
+
+```php
+$node = Node::load(1);
+
+assert($node instanceof NodeInterface);
+assert($node->bundle() === 'page');
+```
+
+I know `$node` is a node with the correct bundle type and I can continue.
+
+I've made my assumptions explicit.
+
+If `$node` is not the correct type or returns an unexpected bundle, the assertion will fail and an Exception will be thrown.
+
+I think this is better than assuming or hoping the values are as you expect, and it also makes the intent of the code much easier to see and understand.
+
+If you haven't tried `assert()` before, give it a try.
diff --git a/source/_daily_emails/2024-05-09.md b/source/_daily_emails/2024-05-09.md
new file mode 100644
index 00000000..7a9cbc0d
--- /dev/null
+++ b/source/_daily_emails/2024-05-09.md
@@ -0,0 +1,22 @@
+---
+title: Do you have a deadline?
+date: 2024-05-09
+permalink: daily/2024/05/09/do-you-have-a-deadline
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Do you have a deadline or a goal?
+---
+
+Does your task or project have a deadline for completion?
+
+Is there a date that it must be completed by?
+
+Or, is your "deadline" an arbitrary date that can be moved?
+
+If so, you don't have a deadline.
+
+You have a goal.
+
+Understand and be clear whether you have a fixed deadline or a flexible goal.
diff --git a/source/_daily_emails/2024-05-10.md b/source/_daily_emails/2024-05-10.md
new file mode 100644
index 00000000..ede06b28
--- /dev/null
+++ b/source/_daily_emails/2024-05-10.md
@@ -0,0 +1,25 @@
+---
+title: Optimise for revertability
+date: 2024-05-10
+permalink: daily/2024/05/10/optimise-for-revertability
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ If you needed to revert a commit in a codebase, could you do so easily?
+---
+
+There are two things I avoid when merging changes in Git.
+
+Merge commits and squashing commits.
+
+Both make it hard to revert changes if needed once they've been merged, such as a major bug in production and you quickly need to roll back.
+
+Merge commits are difficult to revert and if a commit has been squashed into one larger commit, you can't revert it without also reverting everything else.
+
+Working with small, unsquashed commits makes it simple to revert a specific one and only that one.
+
+If I need to revert something, I want to be able to do as simply and specifically as possible.
+
+Optimise for revertability.
diff --git a/source/_daily_emails/2024-05-11.md b/source/_daily_emails/2024-05-11.md
new file mode 100644
index 00000000..c7027947
--- /dev/null
+++ b/source/_daily_emails/2024-05-11.md
@@ -0,0 +1,25 @@
+---
+title: Don't delete my commit messages
+date: 2024-05-11
+permalink: daily/2024/05/11/don-t-delete-my-commit-messages
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Please don't squash my commits and delete my commit messages.
+---
+
+Another reason I don't like squashing commits within pull/merge request is losing detail within the commit messages.
+
+As someone who usually writes detailed commit messages that explain why the change is being made, any gotchas or alternative approaches that were tried, etc, I want that information to be retained.
+
+Previously, when working on a team and doing merge/pull requests, when merging a feature or release branch, either the tool or reviewer would delete all the messages from the squashed commits.
+
+The time I spent writing the messages was wasted, and the information was lost.
+
+I'd rather [keep the original commits intact][yesterday] but, if you need to squash commits, please don't remove the previous messages as they could be useful in the future.
+
+People can see the changes by viewing the commits, but the information within the commit messages are valuable, too.
+
+[yesterday]: {{site.url}}/archive/2024/05/10/optimise-for-revertability
diff --git a/source/_daily_emails/2024-05-12.md b/source/_daily_emails/2024-05-12.md
new file mode 100644
index 00000000..b8530783
--- /dev/null
+++ b/source/_daily_emails/2024-05-12.md
@@ -0,0 +1,43 @@
+---
+title: Merging without merge commits
+date: 2024-05-12
+permalink: daily/2024/05/12/merging-without-merge-commits
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ How to do Git merges without merge commits.
+---
+
+Since I posted about [optimising for revertability][1], I've received a few questions about how I avoid merge commits when working with Git.
+
+This is an extract from my `.config/git/.config` file:
+
+```ini
+[merge]
+ ff = "only"
+
+[pull]
+ ff = "only"
+ rebase = true
+```
+
+This changes the behaviour of when I run `git pull` to always include `--rebase` by default and to only allow fast-forward merges and pulls.
+
+Only allowing fast-forward merges avoids merge commits as Git can just move the pointer for the branch to the latest commit.
+
+If I can't do a fast-forward merge, I need to rebase first to update everything and bring it up to date.
+
+Sometimes, when working in team, merge commits will still creep in sometimes and there are situations where you can only create a merge commit.
+
+In this situation, I can do `git merge --ff` to allow a merge commit temporarily, but this is the exception instead of the default.
+
+> Hint: there's a lot more information on the configuration and arguments if you run and read `man git-merge`.
+
+When working with online tools such as GitHub and GitLab, I avoid any options like `Squash and merge` or `Create a merge commit` and will use rebase options, although I've seen where different commit IDs have been generated when merged in the UI, which is why I prefer to do merges locally.
+
+Or use [trunk-based development][2] and don't work on topic branches at all.
+
+[1]: {{site.url}}/archive/2024/05/10/optimise-for-revertability
+[2]: {{site.url}}/archive/2023/06/17/avoid-git-merge-hell-with-trunk-based-development
diff --git a/source/_daily_emails/2024-05-13.md b/source/_daily_emails/2024-05-13.md
new file mode 100644
index 00000000..068fd837
--- /dev/null
+++ b/source/_daily_emails/2024-05-13.md
@@ -0,0 +1,25 @@
+---
+title: DrupalCamp Ghent
+date: 2024-05-13
+permalink: daily/2024/05/13/drupalcamp-ghent
+tags:
+ - software-development
+ - drupal
+ - php
+ - drupalcamp
+cta: ~
+snippet: |
+ Last week, I attended and spoke at DrupalCamp Ghent in Belgium.
+---
+
+Last Friday and Saturday, I was happy to attend and present two sessions at DrupalCamp Ghent in Belgium.
+
+I was able to present talks on automated testing and Tailwind CSS, which were my 99th and 100th talks, respectively!
+
+The sessions were streamed live, or the slides and previous recordings [are on my website][1].
+
+It was a great event and it's always nice to see and meet new people within the Drupal community, to see new places and share knowledge by giving presentations.
+
+Reply and let me know if you have any feedback on the sessions or if you'd like me to present a talk or workshop at your event.
+
+[1]: {{site.url}}/dcg
diff --git a/source/_daily_emails/2024-05-14.md b/source/_daily_emails/2024-05-14.md
new file mode 100644
index 00000000..63c8a500
--- /dev/null
+++ b/source/_daily_emails/2024-05-14.md
@@ -0,0 +1,21 @@
+---
+title: Free code reviews
+date: 2024-05-14
+permalink: daily/2024/05/14/free-code-reviews
+tags:
+ - software-development
+ - open-source
+cta: ~
+snippet: |
+ Do you want free code reviews? What about contributing to open-source?
+---
+
+Do you want to contribute to open-source software, such as Drupal core or one of the thousands of modules or themes?
+
+Are you worried about receiving negative comments or feedback?
+
+Instead, think of it as free code reviews.
+
+Contributing to open-source is a great way to gain experience and learn from other Developers, and something that I still do often, 17 years after starting to develop software.
+
+I'm also happy to review people's open-source for free. If that would be of interest, reply and let me know.
diff --git a/source/_daily_emails/2024-05-15.md b/source/_daily_emails/2024-05-15.md
new file mode 100644
index 00000000..f3526564
--- /dev/null
+++ b/source/_daily_emails/2024-05-15.md
@@ -0,0 +1,29 @@
+---
+title: Should you include issue IDs in your commit messages?
+date: 2024-05-15
+permalink: daily/2024/05/15/should-you-include-issue-ids-in-your-commit-messages
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Do you include issue or ticket IDs in your commit messages?
+---
+
+It's shown in the examples of the [conventional commits specification][1] as part of the optional footer data.
+
+But is it useful?
+
+It can be if your issue tracker is linked to your Git repository and you can click the issue ID in a commit message and see the issue.
+
+But, how often do teams change issue-tracking software or the project is passed to a different company that uses a different issue tracker?
+
+That makes the issue IDs that reference the old IDs useless as no one has access to the issues it references.
+
+I'd recommend putting as much information in the commit message itself and not relying on it being in an external source, like an issue tracker.
+
+The Git log and commit messages will remain even if a different issue tracker is used, or a different team starts working on the project, and that additional information isn't lost.
+
+I'm not against putting the issue ID in the commit message but don't do it instead of writing a descriptive commit message.
+
+[1]: {{site.url}}/archive/2023/11/24/are-conventional-commits-worth-it
diff --git a/source/_daily_emails/2024-05-16.md b/source/_daily_emails/2024-05-16.md
new file mode 100644
index 00000000..3379e287
--- /dev/null
+++ b/source/_daily_emails/2024-05-16.md
@@ -0,0 +1,36 @@
+---
+title: The first test is the hardest
+date: 2024-05-16
+permalink: daily/2024/05/16/the-first-test-is-the-hardest
+tags:
+ - software-development
+ - drupal
+ - php
+ - automated-testing
+ - test-driven-development
+cta: ~
+snippet: |
+ Getting the first automated test working is the hardest part.
+---
+
+Whether you're writing tests before the implementation code or not, the first test is always the hardest to write.
+
+What will the arrange and act phases look like?
+
+What dependencies will you need?
+
+What do you need to mock or create fakes of?
+
+In a Drupal test, what other modules and configuration do you need to install?
+
+What installation profile and default theme do you need to use?
+
+What other unknown or complicated setup steps are there?
+
+Do you need to configure your environment to run the tests and get the expected output?
+
+## Here's the thing
+
+The hardest part is getting the arrange/setup phase working and getting to when the test is running your business logic.
+
+Once you've got the first test running, adding more for similar use cases will be much easier.
diff --git a/source/_daily_emails/2024-05-17.md b/source/_daily_emails/2024-05-17.md
new file mode 100644
index 00000000..d64afec2
--- /dev/null
+++ b/source/_daily_emails/2024-05-17.md
@@ -0,0 +1,27 @@
+---
+title: Why I don't commit with -m
+date: 2024-05-17
+permalink: daily/2024/05/17/why-i-dont-commit-with--m
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Why I don't use `git commit -m` when committing changes.
+---
+
+A lot of tutorials show using `git commit -m` to create commits using an inline message.
+
+I don't do that, though.
+
+Using the `-m` option to specify an inline commit message encourages writing short one-line commit messages instead of using the subject and body effectively to document more about the change, such as why it was needed, any other approaches taken and the consequences of the change within the commit.
+
+Alternatively, people could write a longer commit message in one line and not follow the 50 character limit for the subject line.
+
+Whilst it's possible to write multi-line commits on the command-line, I use my editor (Neovim) to write my commit messages.
+
+I can write as much information as I need, I have coloured columns for the 50 character subject limit and the 72 characters for wrapping the body message and, if I write more than that, it will either wrap for me, or I can format the message for it to be compliant.
+
+These are rules that aren't also enforced in some Git tools, so I prefer knowing my setup is configured correctly.
+
+Though, whether you use `-m` or not, capture as much information in the message as you can, as future Developers on the project (including you) will thank you for it.
diff --git a/source/_daily_emails/2024-05-18.md b/source/_daily_emails/2024-05-18.md
new file mode 100644
index 00000000..97b4ed38
--- /dev/null
+++ b/source/_daily_emails/2024-05-18.md
@@ -0,0 +1,36 @@
+---
+title: Should you strictly enforce the 50/72 rule?
+date: 2024-05-18
+permalink: daily/2024/05/18/should-you-strictly-enforce-the-5072-rule
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Should you strictly enforce the 50/72 rule in your commit messages?
+---
+
+[Yesterday], I mentioned the 50/72 rule when writing Git commit messages.
+
+The first line in the commit message is the subject line and should be no longer than 50 characters.
+
+Any additional lines are the message body and should be wrapped at 72 characters.
+
+As I said, I have Neovim configured to format my commit messages based on these rules, although they're more like guidelines.
+
+There's no hard limit on the number of characters in the subject line or the number of characters in the body.
+
+The commit will work and not be rejected when pushing to your remote repository.
+
+There are likely post-commit [Git hooks] to do this, but by default, things will work.
+
+A commit message to Drupal core today was 178 characters long, including the issue ID and contributors.
+
+When working on project teams, ideally, everyone would follow the 50/72 rule, but if they don't consistently, I don't think it's an issue.
+
+I'd rather they focused on writing a good and descriptive commit message and if it's formatted correctly, that's a bonus.
+
+Whilst I could automate checks for this, I don't think it's the best use of everyone's time and, especially for Junior Developers who already have enough to learn already, not where their focus should be.
+
+[git hooks]: {{site.url}}/archive/2022/08/16/what-are-git-hooks-why-are-they-useful
+[yesterday]: {{site.url}}/archive/2024/05/17/why-i-dont-commit-with--m
diff --git a/source/_daily_emails/2024-05-19.md b/source/_daily_emails/2024-05-19.md
new file mode 100644
index 00000000..d7d93004
--- /dev/null
+++ b/source/_daily_emails/2024-05-19.md
@@ -0,0 +1,27 @@
+---
+title: Better commit messages means better pull requests
+date: 2024-05-19
+permalink: daily/2024/05/19/better-commit-messages-better-pull-requests
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ If you write better commit messages, you'll get better pull requests.
+---
+
+If you're working on a team or project that uses pull or merge requests, then [writing commit messages with detailed descriptions][0] using the message body and not just the subject line, will result in better pull requests.
+
+Whatever text you put in the message body will be used as the description for your pull or merge request, as well as the subject line being used for the title.
+
+So, instead of writing the message after completing the work, when you may forget important details, write it at the time in the message when writing the commit and re-use it in the PR or MR.
+
+Pull or merge requests with more information and detail are more likely to be accepted and merged.
+
+The text will also remain in the pull or merge request, even if [someone squashes your commits and deletes the old messages][1].
+
+The issue then is, [what if you move to a different Git hosting service][2]?
+
+[0]: {{site.url}}/daily/2024/05/17/why-i-dont-commit-with--m
+[1]: {{site.url}}/daily/2024/05/11/don-t-delete-my-commit-messages
+[2]: {{site.url}}/daily/2024/05/15/should-you-include-issue-ids-in-your-commit-messages
diff --git a/source/_daily_emails/2024-05-20.md b/source/_daily_emails/2024-05-20.md
new file mode 100644
index 00000000..69ac9113
--- /dev/null
+++ b/source/_daily_emails/2024-05-20.md
@@ -0,0 +1,44 @@
+---
+title: Referencing other commits in commit messages
+date: 2024-05-20
+permalink: daily/2024/05/20/referencing-other-commits-in-commit-messages
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Have you tried referencing other commits when writing a commit message?
+---
+
+Last week, I asked [whether you should include issue IDs in commit messages][0].
+
+Another thing I like to reference in a commit message is the commit ID (or SHA) of a related commit.
+
+For example, when I run `git log` in my website repository, I see commits like this:
+
+```plain
+commit 0c91825c16217d0fe7eff4ea100a67550051c4a9
+Author: Oliver Davies
+Date: Sat May 11 15:32:07 2024 +0200
+
+ Create a cached talk counter
+
+ Create a cached version of the talk counter service that returns a
+ cached result of the talk count for that day.
+
+ This uses the Decorator design pattern to decorate the existing
+ `TalkCounter` service and works as they both implement the same
+ `TalkCounterInterface`.
+```
+
+The sha for this commit is `0c91825c16217d0fe7eff4ea100a67550051c4a9`.
+
+If I was to make another commit that was related to this one, I can include this commit sha in my new commit message.
+
+I also don't need to include the entire thing - only enough for it to be unique (usually five or six characters).
+
+Once pushed, the commit IDs should never change, so this will be a permanent reference to the first commit.
+
+Helpfully, websites like GitHub, GitLab and Bitbucket will identify it as a commit sha and make it clickable so you can easily navigate to the referenced commit.
+
+[0]: {{site.url}}/daily/2024/05/15/should-you-include-issue-ids-in-your-commit-messages
diff --git a/source/_daily_emails/2024-05-21.md b/source/_daily_emails/2024-05-21.md
new file mode 100644
index 00000000..8557dd56
--- /dev/null
+++ b/source/_daily_emails/2024-05-21.md
@@ -0,0 +1,29 @@
+---
+title: Which commit has the largest message?
+date: 2024-05-21
+permalink: daily/2024/05/21/which-commit-has-the-largest-message
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ Which commit in your Git repository has the largest commit message?
+---
+
+[I write and advocate for others to write][0] detailed Git commit messages within the subject body to provide context and information about why the commit was needed, what other options were considered, any consequences or knock-on effects there could be, or even code snippets or pseudo code.
+
+Recently, I was curious to know which commit in a repository has the longest commit message, what code has changed in that commit, and who wrote it.
+
+I was hoping for a command like `git shortlog --summary --all` (which shows all authors to a codebase and their number of commits), but couldn't find one, so [I wrote a script to do it][1].
+
+It's a bash script that loops over the commits in the repo, calculates the length of each message, sorts them and shows the commit with longest message.
+
+It was an interesting task and shows examples of using various UNIX commands and Linux coreutils, such as `find`, `cut`, `sort` and `wc` in combination with Git.
+
+The longest in this website's code base is [546 characters][2], which is fairly small compared to some of my messages in other projects.
+
+What's the longest commit message in the repository you're working in?
+
+[0]: {{site.url}}/daily/2024/05/17/why-i-dont-commit-with--m
+[1]: https://github.com/opdavies/git-commit-length-counter
+[2]: https://github.com/opdavies/oliverdavies.uk-drupal/commit/cbd1417b24a608df8b451a3ab5c9f888de41e758
diff --git a/source/_daily_emails/2024-05-22.md b/source/_daily_emails/2024-05-22.md
new file mode 100644
index 00000000..380dd4b2
--- /dev/null
+++ b/source/_daily_emails/2024-05-22.md
@@ -0,0 +1,29 @@
+---
+title: '`git revert` is your friend'
+date: 2024-05-22
+permalink: daily/2024/05/22/git-revert-is-your-friend
+tags:
+ - software-development
+ - git
+cta: ~
+snippet: |
+ `git revert` is your friend.
+---
+
+Imagine you've made a commit and want to undo it, or a particular commit is causing issues in production and you want to roll it back.
+
+Instead of having to change it back manually, `git revert` can do it for you.
+
+You specify the commit SHA you want to revert and Git will automatically try and revert that commit.
+
+It creates its own commit message which includes the original commit message and [the reverted commit SHA][0], so you can easily find or navigate to the original commit.
+
+For example:
+
+> Revert "Sort talks only by the event date"
+>
+> This reverts commit cbd1417b24a608df8b451a3ab5c9f888de41e758.
+
+Next time, instead of manually reverting a commit, give `git revert` a try.
+
+[0]: {{site.url}}/daily/2024/05/20/referencing-other-commits-in-commit-messages
diff --git a/source/_daily_emails/2024-05-23.md b/source/_daily_emails/2024-05-23.md
new file mode 100644
index 00000000..b64ccbaa
--- /dev/null
+++ b/source/_daily_emails/2024-05-23.md
@@ -0,0 +1,37 @@
+---
+title: Why I use long parameter names in scripts
+date: 2024-05-23
+permalink: daily/2024/05/23/why-i-use-long-parameter-names-in-scripts
+tags:
+ - software-development
+ - bash
+ - zsh
+ - linux
+cta: ~
+snippet: |
+ Why I use long parameter names in scripts, such as `--force` instead of `-f`.
+---
+
+The other day, [I posted about a script I'd written][0] that found the longest commit message in a repository.
+
+As I couldn't find a native way to do this with Git, the script loops over each commit in the repository, calculates its length and stores the length and commit SHA in a file.
+
+The lines in the file are sorted so the longest commit is first.
+
+Whilst I commonly use short parameters, such as `git add -p` when typing commands, in scripts, I prefer to use the equivalent longer parameters, where possible.
+
+For example, in the script, I execute this command to sort the lines:
+
+```bash
+sort "${result_file}" --reverse --numeric-sort --output "${result_file}"
+```
+
+This could be re-written as:
+
+```bash
+sort "${result_file}" -rn -o "${result_file}"
+```
+
+Whilst the original is more verbose and longer to type, I prefer its verbosity which makes it easier for me or others to read and understand in the future.
+
+[0]: {{site.url}}/daily/2024/05/21/which-commit-has-the-largest-message
diff --git a/source/_daily_emails/2024-05-24.md b/source/_daily_emails/2024-05-24.md
new file mode 100644
index 00000000..0646043c
--- /dev/null
+++ b/source/_daily_emails/2024-05-24.md
@@ -0,0 +1,27 @@
+---
+title: Don't put HTML in your body field
+date: 2024-05-24
+permalink: daily/2024/05/24/dont-put-html-in-your-body-field
+tags:
+ - software-development
+ - drupal
+cta: d7eol
+snippet: |
+ Do you put raw HTML code in your rich-text fields?
+---
+
+I often see Drupal projects where people have put raw HTML code into their body or other rich-text fields.
+
+Whilst it can be useful for short-term prototyping, I don't think it should be done for content that will be reused or kept for a period of time.
+
+If you have structured HTML code in multiple nodes, you can't make changes without editing each instance.
+
+What if you need to fix a bug and have hundreds or thousands of instances?
+
+If you have inline styles, they won't be updated or affected by changes to your stylesheets, such as changing colour or font family.
+
+Instead, create first-class components that use templates that are easier to change and maintain and have a single source of truth that adheres to your design system.
+
+In Drupal, use structured data in fields with Paragraphs or Layout Builder and build the templates around them.
+
+This makes it easier to maintain and also for people to add and edit content.
diff --git a/source/_daily_emails/2024-05-25.md b/source/_daily_emails/2024-05-25.md
new file mode 100644
index 00000000..f80e73d0
--- /dev/null
+++ b/source/_daily_emails/2024-05-25.md
@@ -0,0 +1,24 @@
+---
+title: Testing is a reusable skill
+date: 2024-05-25
+permalink: daily/2024/05/25/testing-is-a-reusable-skill
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+cta: testing_course
+snippet: |
+ Writing automated tests is a reusable skill.
+---
+
+I like skills and technologies that I can re-use.
+
+If there's a solution that's only available in one framework and another that is framework-agnostic, I'll use the agnostic one, if possible.
+
+I'd rather invest my time learning something I'll be able to re-use and get the most benefit from.
+
+Automated testing is an example of something re-usable.
+
+Regardless of the CMS, framework or language, how to write and structure automated tests is the same, and you still get the benefits from writing them and/or doing test-driven development.
+
+Whilst the syntax can be different, even in the PHP space comparing PHPUnit, Pest and Behat, the fundamentals and approaches are the same.
diff --git a/source/_daily_emails/2024-05-26.md b/source/_daily_emails/2024-05-26.md
new file mode 100644
index 00000000..643da7ec
--- /dev/null
+++ b/source/_daily_emails/2024-05-26.md
@@ -0,0 +1,23 @@
+---
+title: Is it time to stop writing Sass?
+date: 2024-05-26
+permalink: daily/2024/05/26/is-it-time-to-stop-writing-sass
+tags:
+ - software-development
+ - css
+cta: ~
+snippet: |
+ Is it time to stop writing stylesheets is Sass?
+---
+
+I've seen a lot of recent posts that ask questions like "Is it time to stop writing Sass?".
+
+I haven't written a Less or Sass stylesheet since I adopted utility classes and Tachyons, and then Tailwind CSS, and I moved to PostCSS.
+
+But, with recent native browser support added for some Sass features, such as [CSS nesting][nesting] and [CSS custom properties][custom properties] (variables), people are considering moving from Sass to regular CSS.
+
+Using regular CSS also makes it easier to onboard new Developers onto your project, which is particularly helpful in open-source projects, as [Mark Conroy and I discussed][podcast] on the Beyond Blocks podcast.
+
+[custom properties]: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
+[nesting]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting
+[podcast]: {{site.url}}/podcast/11-mark-conroy
diff --git a/source/_daily_emails/2024-05-27.md b/source/_daily_emails/2024-05-27.md
new file mode 100644
index 00000000..971095f7
--- /dev/null
+++ b/source/_daily_emails/2024-05-27.md
@@ -0,0 +1,21 @@
+---
+title: Why do you still write Sass?
+date: 2024-05-27
+permalink: daily/2024/05/27/why-do-you-still-write-sass
+tags:
+ - software-development
+ - css
+cta: ~
+snippet: |
+ If you still write Sass, why do you do it?
+---
+
+Yesterday, I asked [if it's time to stop writing Sass][0].
+
+If you still use Sass and are writing new styles with Sass, I'd like to know why.
+
+Reply to this email and let me know.
+
+I'm working on a project and migrating from the existing Sass styles to Tailwind CSS-generated utility classes, but with CSS custom properties (variables) and other Sass-like features now supported by browsers, writing vanilla CSS again is an interesting option.
+
+[0]: {{site.url}}/daily/2024/05/26/is-it-time-to-stop-writing-sass
diff --git a/source/_daily_emails/2024-05-28.md b/source/_daily_emails/2024-05-28.md
new file mode 100644
index 00000000..d372d6ca
--- /dev/null
+++ b/source/_daily_emails/2024-05-28.md
@@ -0,0 +1,22 @@
+---
+title: Why is everyone moving to SQLite?
+date: 2024-05-28
+permalink: daily/2024/05/28/why-is-everyone-moving-to-sqlite
+tags:
+ - software-development
+cta: d7eol
+snippet: |
+ Why is everyone moving to SQLite?
+---
+
+I've noticed a lot of Developers recently adopting SQLite for their database and I wonder why this is.
+
+Laravel changed their default database to SQLite for local development.
+
+It simplifies the development environment as there's no need for a separate database like MySQL or MariaDB but, if you'll be using one of those in production, won't that cause more issues when you migrate your local application?
+
+Drupal supports using SQLite, but, other than for [my automated testing course][course], or when running automated tests, I've always used a MySQL or MariaDB database.
+
+Maybe this is something to keep an eye on and potentially use more for some scenarios in the future.
+
+[course]: {{site.url}}/atdc
diff --git a/source/_daily_emails/2024-05-29.md b/source/_daily_emails/2024-05-29.md
new file mode 100644
index 00000000..c5e075d7
--- /dev/null
+++ b/source/_daily_emails/2024-05-29.md
@@ -0,0 +1,24 @@
+---
+title: Make it easy
+date: 2024-05-29
+permalink: daily/2024/05/29/make-it-easy
+tags:
+ - software-development
+cta: d7eol
+snippet: |
+ What can you do to make your current task easier to achieve?
+---
+
+What can you do to make your current task easier to achieve?
+
+Can you refactor the existing code to make it easier to change?
+
+Are there requirements that are no longer needed and can be de-scoped to make the code simpler or smaller?
+
+Is there a more minimum-viable version that you can release now and iterate on it later?
+
+Is there an existing solution, such as a library, module or plugin you can use instead of implementing it yourself?
+
+Is there a different or simpler implementation that satisfies most of the requirements that you can use?
+
+Taking an easier option means less code to maintain and a more stable application.
diff --git a/source/_daily_emails/2024-05-30.md b/source/_daily_emails/2024-05-30.md
new file mode 100644
index 00000000..c86f74e1
--- /dev/null
+++ b/source/_daily_emails/2024-05-30.md
@@ -0,0 +1,25 @@
+---
+title: Ask questions
+date: 2024-05-30
+permalink: daily/2024/05/30/ask-questions
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Don't ask only technical questions.
+---
+
+As a Software Developer, it's common to hear that you need to ask questions to progress or work efficiently.
+
+You shouldn't just ask technical questions, though.
+
+Also ask questions like:
+
+- What do we want to achieve by delivering this feature?
+- How do we know if it's a success (or not)?
+- What business value does this add and who will benefit?
+- Why do this now? Why not wait a few months or not do it at all?
+- Is there an existing solution for this?
+- Can we achieve the same or a similar result in a different way?
+
+As well as knowing how to do something, it's important to know why it needs to be done.
diff --git a/source/_daily_emails/2024-05-31.md b/source/_daily_emails/2024-05-31.md
new file mode 100644
index 00000000..a00f9d59
--- /dev/null
+++ b/source/_daily_emails/2024-05-31.md
@@ -0,0 +1,20 @@
+---
+title: Putting glue on pizza
+date: 2024-05-31
+permalink: daily/2024/05/31/putting-glue-on-pizza
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Do you use AI-based tools in your development workflow?
+---
+
+I recently saw articles and videos about an AI service telling people to put glue on pizza and gave a recommended number of rocks to eat every day.
+
+From my understanding, the service had indexed some satirical articles and then returned the information within responses to questions and searches.
+
+As well as the obvious issues with AI returning incorrect or dangerous information in general, this applies to software development as a number of Developers using AI services as coding assistants or pair programming partners, or having it provide AI-powered code completion.
+
+My experience of using AI hasn't been great with it suggesting broken solutions or to use functionality that doesn't exist, so I don't use it often.
+
+If you do, make sure to double-check the results it gives you and use what it gives you as a starting point instead of just copying and pasting it into your code.
diff --git a/source/_daily_emails/2024-06-01.md b/source/_daily_emails/2024-06-01.md
new file mode 100644
index 00000000..ba1d094a
--- /dev/null
+++ b/source/_daily_emails/2024-06-01.md
@@ -0,0 +1,29 @@
+---
+title: Don't use AI to write your automated tests
+date: 2024-06-01
+permalink: daily/2024/06/01/dont-use-ai-to-write-your-automated-tests
+tags:
+ - software-development
+ - automated-testing
+cta: testing_course
+snippet: |
+ Do you rely on AI tools to write your automated tests?
+---
+
+In [yesterday's email][0], I mentioned some of the recent issues I've seen from AI tools.
+
+I'm wary of any code generated by AI, as I've often found it to be incorrect.
+
+If you rely on AI-generated code, I'd be especially wary if it also generates the automated tests.
+
+Automated tests verify your application works as expected, so you need to ensure they are testing the correct things and the logic is correct.
+
+Can you make a test purposely fail by changing some logic within the test or implementation code?
+
+Is it clear what each test is doing?
+
+Are the tests running the implementation code or just testing mocks or running meaningless assertions like `self::assertTrue(TRUE)`?
+
+Writing tests is about building confidence, which you can't do if you don't know what your tests are testing or how.
+
+[0]: {{site.url}}/daily/2024/05/31/putting-glue-on-pizza
diff --git a/source/_daily_emails/2024-06-02.md b/source/_daily_emails/2024-06-02.md
new file mode 100644
index 00000000..39a5b9a4
--- /dev/null
+++ b/source/_daily_emails/2024-06-02.md
@@ -0,0 +1,26 @@
+---
+title: Only seven months left of Drupal 7 support
+date: 2024-06-02
+permalink: daily/2024/06/02/only-seven-months-left-of-drupal-7-support
+tags:
+ - software-development
+ - drupal
+ - php
+cta: d7eol
+snippet: |
+ Are you still on Drupal 7? There are only seven months left of support and updates remaining!
+---
+
+It's June, so there's only seven months left of security updates for Drupal 7.
+
+Originally released in 2011, Drupal 7 is now on version 7.101 and there are still over 315,000 active Drupal 7 websites according to the project page on Drupal.org.
+
+Are you stuck on D7 or haven't upgraded yet?
+
+I'm interested to know why. Reply to this email and let me know.
+
+Will you be migrating to Drupal 10, or something else?
+
+If you need help, with [my Drupal 7 upgrade roadmap][roadmap], I'll create an individual plan to upgrade and enjoy easy upgrades to Drupal 11 and beyond!
+
+[roadmap]: {{site.url}}/drupal-upgrade
diff --git a/source/_daily_emails/2024-06-03.md b/source/_daily_emails/2024-06-03.md
new file mode 100644
index 00000000..498878c5
--- /dev/null
+++ b/source/_daily_emails/2024-06-03.md
@@ -0,0 +1,20 @@
+---
+title: Writing comments first
+date: 2024-06-03
+permalink: daily/2024/06/03/writing-comments-first
+tags:
+ - software-development
+cta: d7eol
+snippet: |
+ Why I usually start by writing my code comments before my code.
+---
+
+Something I often do before writing new code is to write out what it needs to do, either in a README file or as code comments.
+
+It could be paragraphs of text explaining the problem I'm solving, or a short checklist of what the code needs to do.
+
+This clarifies the situation and the approach and allows uncovering any potential questions or issues.
+
+It takes time, but I can complete the task quicker as I've made the decisions and answered any questions upfront.
+
+I'll either remove the comments as I write the code or, if they still add value, I'll keep them to add more context and information.
diff --git a/source/_daily_emails/2024-06-04.md b/source/_daily_emails/2024-06-04.md
new file mode 100644
index 00000000..39303887
--- /dev/null
+++ b/source/_daily_emails/2024-06-04.md
@@ -0,0 +1,62 @@
+---
+title: Is the abstraction worth it?
+date: 2024-06-04
+permalink: daily/2024/06/04/is-the-abstraction-worth-it
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Is adding an abstraction within your code beneficial?
+---
+
+I'm currently working on a project, building the initial components and pages in Fractal - a component library tool.
+
+The templates are written in Twig (or twig.js, as Fractal is written in JavaScript), and my JavaScript is using Stimulus.
+
+So far, I've been writing the data attributes Stimulus needs, such as `data-controller="timeline` and `data-timeline-closed-by-default-value="true"` by hand but, yesterday I decided to write some custom Stimulus functions for this - inspired by the ones in the Symfony UX bundle.
+
+After a few hours, I had them working and, although they weren't feature comparable with Symfony's, they were good enough to use in my codebase and I migrated the Stimulus code I'd written so far.
+
+Today, I removed them and reverted my code.
+
+## Causing obscurity through abstraction
+
+Here's an example of some code with and without a helper function:
+
+```html
+{% verbatim %}
+{# With the helper function. #}
+
+
+{# Without the helper function. #}
+
+{% endverbatim %}
+```
+
+Although it's less code, I prefer to be able to see and understand the generated code.
+
+I don't have to remember the parameters of the helper function, so there's less mental overhead.
+
+I can debug this easily as I can find the same code that's in the generated HTML.
+
+If I need to find `closed-by-default`, it doesn't exist in the template if I'm using the helper function as keys are written in camel-case and converted to kebab-case. This would be likely to cause me an issue in the future if I forgot, and could cause confusion if I needed to explain it to other Developers.
+
+## Fewer dependencies
+
+To convert keys from camel case in Twig for kebab case in HTML attributes, I installed a library that I no longer need. This means I can remove that dependency.
+
+## Less code to maintain
+
+Now I've removed those functions, I no longer need to maintain them and I can focus on completing the code for my client and moving forward with the project.
+
+The functions weren't feature comparable with Symfony's and would have needed more development and potential bug fixes in the future. By removing them, I'm no longer responsible for maintaining and extending it and the codebase is leaner.
+
+## Here's the thing
+
+It was an interesting experiment, but, after thinking about it and trying it out, I decided not to keep the helper functions on this project.
+
+The abstraction wasn't providing value and I prefer to keep the code as simple and easy to work on as possible.
diff --git a/source/_daily_emails/2024-06-05.md b/source/_daily_emails/2024-06-05.md
new file mode 100644
index 00000000..f707306b
--- /dev/null
+++ b/source/_daily_emails/2024-06-05.md
@@ -0,0 +1,71 @@
+---
+title: Writing assertions first
+date: 2024-06-05
+permalink: daily/2024/06/05/writing-assertions-first
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+cta: testing_course
+snippet: |
+ Sometimes, I write my test assertions first.
+---
+
+As well as [writing comments first][0], when writing tests, I sometimes like to write my tests backwards and start by writing the assertions first.
+
+I know what I want to assert in the test, so it's an easy place to start.
+
+I'll run it, see the error, fix it and continue working backwards.
+
+For example, I could start with this:
+
+```php
+public function testOnlyPostNodesAreShown(): void {
+ $assert = $this->assertSession();
+ $assert->pageTextContains('Post one');
+ $assert->pageTextContains('Post two');
+ $assert->pageTextNotContains('This is not a post');
+}
+```
+
+This test will fail when I run it, but it makes me think about what I need to do to fix the error and how to do so in the best way.
+
+In this case, I need to make a request to the page that should render the text:
+
+```php
+public function testOnlyPostNodesAreShown(): void {
+ $this->drupalGet('/blog');
+
+ $assert = $this->assertSession();
+ $assert->pageTextContains('Post one');
+ $assert->pageTextContains('Post two');
+ $assert->pageTextNotContains('This is not a post');
+}
+```
+
+This will still fail, as I also need to create the required posts:
+
+```php
+public function testOnlyPostNodesAreShown(): void {
+ PostBuilder::create()->setTitle('Post one')->getPost();
+ PostBuilder::create()->setTitle('Post two')->getPost();
+
+ $this->createNode([
+ 'title' => 'This is not a post',
+ 'type' => 'page',
+ ]);
+
+ $this->drupalGet('/blog');
+
+ $assert = $this->assertSession();
+ $assert->pageTextContains('Post one');
+ $assert->pageTextContains('Post two');
+ $assert->pageTextNotContains('This is not a post');
+}
+```
+
+Now the test passes.
+
+Doing test-driven development keeps my code clean and minimal, and I find this approach keeps my test clean, too.
+
+[0]: {{site.url}}/daily/2024/06/03/writing-comments-first
diff --git a/source/_daily_emails/2024-06-06.md b/source/_daily_emails/2024-06-06.md
new file mode 100644
index 00000000..d8dcbc53
--- /dev/null
+++ b/source/_daily_emails/2024-06-06.md
@@ -0,0 +1,20 @@
+---
+title: End the day with a failing test
+date: 2024-06-06
+permalink: daily/2024/06/06/end-the-day-with-a-failing-test
+tags:
+ - software-development
+ - automated-testing
+ - test-driven-development
+cta: testing_course
+snippet: |
+ Do you know what to start working on tomorrow? Finish the day with a failing test.
+---
+
+Are you unsure what task to start with tomorrow?
+
+Do you sometimes forget where you were in a task after taking a break or the start of a new workday or week?
+
+If you write a failing test, you can run your test suite and be find out what you were doing and know your next step.
+
+Get that test to pass.
diff --git a/source/_daily_emails/2024-06-07.md b/source/_daily_emails/2024-06-07.md
new file mode 100644
index 00000000..6c9c865f
--- /dev/null
+++ b/source/_daily_emails/2024-06-07.md
@@ -0,0 +1,23 @@
+---
+title: Not invented here
+date: 2024-06-07
+permalink: daily/2024/06/07/not-invented-here
+tags:
+ - software-development
+ - drupal
+cta: d7eol
+snippet: |
+ Drupal used to suffer from a case of "not invented here".
+---
+
+Drupal used to suffer from a case of "not invented here" syndrome.
+
+Prior to Drupal 8, all the code within Drupal (with the exception of jQuery, I believe) was written by Drupal Developers.
+
+The PHP code was mostly procedural and didn't match how modern PHP code was being written in other projects.
+
+There was no other third-party code and we had to rely on downloading zip files from Drupal.org, using `drush dl` or Drush Make - a Drupal-only tool for specifying and downloading the specified versions of Drupal and other modules you were using - to get the latest updates.
+
+Drupal.org has its own Git hosting, testing infrastructure and issue queues.
+
+Luckily, since Drupal 8's release in 2015, this has been changing.
diff --git a/source/_daily_emails/2024-06-08.md b/source/_daily_emails/2024-06-08.md
new file mode 100644
index 00000000..a378be22
--- /dev/null
+++ b/source/_daily_emails/2024-06-08.md
@@ -0,0 +1,30 @@
+---
+title: Drupal is older than...
+date: 2024-06-08
+permalink: daily/2024/06/08/drupal-is-older-than
+tags:
+ - software-development
+ - drupal
+cta: d7eol
+snippet: |
+ Drupal is older than...
+---
+
+Whilst writing [yesterday's email][yesterday] about "not invented here", I started thinking about how Drupal's timeline (which was created 23 years ago) compares to some of the other similar or related projects.
+
+Here's a list of project release dates from ChatGPT, which seem correct to me at a glance:
+
+- Drupal: January 15, 2001.
+- Git: April 7, 2005.
+- Symfony 1: October 22, 2005.
+- GitHub and Bitbucket: 2008.
+- GitLab: October 2011.
+- Laravel: June 9, 2011.
+- Drupal 7: January 5, 2011.
+- Symfony 2: July 28, 2011.
+- Composer: March 1, 2012.
+- Drupal 8: November 19, 2015.
+
+Looking at this list, when speaking about "not invented here", a lot of what Drupal would come to use and depend on just didn't exist in its early years.
+
+[yesterday]: {{site.url}}/daily/2024/06/07/not-invented-here
diff --git a/source/_daily_emails/2024-06-09.md b/source/_daily_emails/2024-06-09.md
new file mode 100644
index 00000000..7b334bc3
--- /dev/null
+++ b/source/_daily_emails/2024-06-09.md
@@ -0,0 +1,31 @@
+---
+title: Proudly found elsewhere
+date: 2024-06-09
+permalink: daily/2024/06/09/proudly-found-elsewhere
+tags:
+ - software-development
+ - drupal
+cta: ~
+snippet: |
+ Drupal got off the island.
+---
+
+A few days ago, I wrote about [where Drupal used to be][0], and some of the things that Drupal predates - such as Git, GitHub and Composer.
+
+With Drupal 8, Drupal changed and switched from "not invented here" to "proudly found elsewhere" and started use and embrace third-party code.
+
+Now, we use Composer to manage Drupal core's dependencies, as well as for individual Drupal projects - a tool widely used and central to the PHP community and its projects.
+
+This allowed us to include and use third-party code within Drupal, including Symfony components, Twig templates, Doctrine libraries, Guzzle and more - using tried and tested solutions instead of writing everything from scratch.
+
+We use PHPUnit for our automated tests and PHPStan for static analysis.
+
+We use Rector, a PHP tool to automate code updates and refactorings, to automatically create updates for modules to make them compatible with the next major Drupal version.
+
+Drupal.org have migrated its code repositories to GitLab, now support merge requests instead of patch files, and will soon be migrating issues, too, making Drupal easier to maintain and contribute to.
+
+As well as the code, we've also been influenced by approaches, such as the modern Drupal release cycle and version management - following semantic versioning, backwards compatibility policies, twice-yearly feature releases and no "rewrite everything" major version upgrades.
+
+Looking back, a lot has improved since 2015 which makes Drupal a very interesting place to be.
+
+[0]: {{site.url}}/daily/2024/06/07/not-invented-here
diff --git a/source/_daily_emails/2024-06-10.md b/source/_daily_emails/2024-06-10.md
new file mode 100644
index 00000000..bfea3ee4
--- /dev/null
+++ b/source/_daily_emails/2024-06-10.md
@@ -0,0 +1,33 @@
+---
+title: Online Drupal mob contribution sessions
+date: 2024-06-10
+permalink: daily/2024/06/10/online-drupal-mob-contribution-sessions
+tags:
+ - software-development
+ - drupal
+ - php
+ - open-source
+cta: ~
+snippet: |
+ Would you join an online group Drupal contribution session?
+---
+
+I enjoy and advocate for pair and mob programming, and the benefits they offer when working in a team - sharing knowledge whilst onboarding and upskilling the team members, whilst also getting continuous real-time feedback and review of the code that's being written.
+
+I'm also an open-source maintainer and contributor.
+
+I've contributed code to Drupal core.
+
+I've written and maintain Drupal projects, such as the Override Node Options module and the Tailwind CSS starter kit theme.
+
+I've been a mentor for first-time contributors at several DrupalCon events, helping them get started contributing to Drupal core.
+
+Usually, the initial problems are finding an issue to work on and how to get started.
+
+Something I've been considering organising are **online Drupal mob contribution sessions**, where people can work on tasks together in a mob programming approach.
+
+Not working on Drupal applications (although, I offer [paid pair programming sessions][0]), this would be for contributing to Drupal core, contrib projects, or initiatives like Starshot or LocalGov Drupal.
+
+If you have ideas or feedback, or if this is something you'd be interested in attending, reply and let me know!
+
+[0]: {{site.url}}/pair
diff --git a/source/_daily_emails/2024-06-11.md b/source/_daily_emails/2024-06-11.md
new file mode 100644
index 00000000..3792f766
--- /dev/null
+++ b/source/_daily_emails/2024-06-11.md
@@ -0,0 +1,42 @@
+---
+title: Do you separate your logic?
+date: 2024-06-11
+permalink: daily/2024/06/11/do-you-separate-your-logic
+tags:
+ - software-development
+ - clean-code
+cta: ~
+snippet: |
+ Do you separate your logic into different categories?
+---
+
+I recently watched [a video about separating logic][0] into different categories within your custom code.
+
+It wasn't a PHP video, but the concept applies to any programming language or framework.
+
+This was the final structure of the directories:
+
+```plain
+src/
+ Controllers/
+ Domain/
+ Persistence/
+ Properties/
+ Services/
+```
+
+It was described as using `Controllers` for presentational logic, `Domain` for domain logic, and `Services` for application logic, and reminds me of a domain-driven design (DDD) approach to organising code.
+
+I remember watching other older videos showing separating business and presentational logic in React into different components (if I remember correctly).
+
+This isn't an approach I see in Drupal code, maybe more-so in other PHP framework-based projects like Symfony or Laravel.
+
+It's something I've been thinking of trying, potentially on my website codebase.
+
+Do you organise your code in this or a similar way?
+
+If so, why?
+
+What advantages does it bring?
+
+[0]: https://www.youtube.com/watch?v=DuozyaJQQ1U
diff --git a/source/_daily_emails/2024-06-12.md b/source/_daily_emails/2024-06-12.md
new file mode 100644
index 00000000..73059ba3
--- /dev/null
+++ b/source/_daily_emails/2024-06-12.md
@@ -0,0 +1,32 @@
+---
+title: Recording architectural decisions
+date: 2024-06-12
+permalink: daily/2024/06/12/recording-architectural-decisions
+tags:
+ - software-development
+cta: ~
+snippet: |
+ Do you record architectural and technological decisions made on your projects?
+---
+
+I recently [saw this post on X][0], talking about an open-source project.
+
+This was the part that I want to highlight:
+
+> I was also impressed by the decisions documents. More projects should implement this concept.
+
+Looking at the repository, it contains records of 36 decisions made on the project between May 2023 and April 2024.
+
+Decision records provide useful information to new people to a project, whether you want to contribute to an open-source project or it's a new client or work codebase.
+
+The code and project will likely continue once you've finished working on it, so capturing decisions for future Developers is key.
+
+I've often joined projects and wondered why or how something was done, and can only guess as the decision wasn't recorded or is somewhere not available to me, such as an old wiki or ticketing system.
+
+## Here's the thing
+
+I agree with the poster.
+
+More people should record the decisions made on their project, whether it's open-source or not.
+
+[0]: https://x.com/StefanGalescu/status/1798421063355007017
diff --git a/source/_daily_emails/2024-06-13.md b/source/_daily_emails/2024-06-13.md
new file mode 100644
index 00000000..12693b98
--- /dev/null
+++ b/source/_daily_emails/2024-06-13.md
@@ -0,0 +1,41 @@
+---
+title: Vetting third-party open-source software
+date: 2024-06-13
+permalink: daily/2024/06/13/vetting-third-party-open-source-software
+tags:
+ - software-development
+ - drupal
+ - open-source
+cta: ~
+snippet: |
+ How do you vet open-source software you're thinking of adding to your project?
+---
+
+Open-source software, such as Drupal modules and themes, PHP libraries and Tailwind CSS plugins, is great.
+
+Instead of writing everything from scratch, if someone else has written what you need, you can use it.
+
+In the Drupal ecosystem, there's a saying - "There's a module for that!".
+
+But, assuming you find a project that adds the functionality you need, you should review and vet it before adding it to your application.
+
+Adding too many modules and libraries can cause performance issues, add a maintenance overhead, introduce upstream bugs and add potential security vulnerabilities.
+
+As well as reading the code, here are some questions I ask and things I look for when deciding to add a project or not:
+
+- Does it do what I need?
+- Does it add too much functionality? Is there a more minimal version that does what I need without the extra overhead?
+- Does it have a stable release? If there's only a development or alpha release (which are unstable and can break at any time), I wouldn't add it.
+- Is it extendable? Can I configure or extend it if I need to add more or alter it's default functionality?
+- How many other websites are using it? Websites like Drupal.org and Packagist will show usage statistics.
+- How many open issues are there?
+- When was the most recent commit and release?
+- Does it have automated tests? If so, are they passing?
+- Does it have a README.md file or other documentation?
+- Who are the maintainers?
+- Are they responsive to issues and accepting of outside contributions? If I find a bug, can I fix and contribute it?
+- Does the project have a published roadmap?
+
+Finally:
+
+Do I really need it?
diff --git a/source/_daily_emails/2024-06-14.md b/source/_daily_emails/2024-06-14.md
new file mode 100644
index 00000000..407e24a7
--- /dev/null
+++ b/source/_daily_emails/2024-06-14.md
@@ -0,0 +1,35 @@
+---
+title: Dead or done
+date: 2024-06-14
+permalink: daily/2024/06/14/dead-or-done
+tags:
+ - software-development
+ - open-source
+cta: ~
+snippet: |
+ How do you know if a project is dead or feature complete?
+---
+
+Yesterday, I wrote about [some things I look for when evaluating open-source projects][0].
+
+One thing I said was "When was the most recent commit and release?".
+
+If a project hasn't had many recent commits, it could be outdated or no longer supported.
+
+Alternatively, it could be considered feature complete and not getting new features, and only getting bug fixes and maintenance updates.
+
+I see this a lot with Vim plugins that were written several years ago and are now minimally maintained and updated, but getting no new features.
+
+This happens in the Drupal space, too, when people wrote a module for a project which they have since completed, or no longer work with that client or for that company.
+
+If there are at least commits for security compatibility, such as new versions of PHP or node, that's a sign the project is in a maintenance phase.
+
+If there are no recent commits, the project could be dead and I'd carefully consider if you want to add or use it.
+
+Something that could help is if maintainers are explicit about what state their project is in.
+
+Add a note to the README.md or CONTRIBUTING.md file saying if the project is feature complete or what the maintenance state is.
+
+If the project is no longer maintained, you can also document it and potentially archive the repository too to show that it will no longer be updated and to avoid confusion.
+
+[0]: {{site.url}}/daily/2024/06/13/vetting-third-party-open-source-software
diff --git a/source/_daily_emails/2024-06-15.md b/source/_daily_emails/2024-06-15.md
new file mode 100644
index 00000000..00059c67
--- /dev/null
+++ b/source/_daily_emails/2024-06-15.md
@@ -0,0 +1,31 @@
+---
+title: Is the code extensible?
+date: 2024-06-15
+permalink: daily/2024/06/15/is-the-code-extensible
+tags:
+ - software-development
+ # - drupal
+ # - php
+ # - podcast
+cta: ~
+snippet: |
+ How easy it is to configure or extend the code?
+---
+
+Rarely you're going to find a module that does exactly what you need out of the box.
+
+Usually there will be some configuration options, or it will get you to 80% or 90% and you need to fill in any gaps.
+
+If you need to extend, overwrite or customise a module, have its Developers made it possible or easy to do that?
+
+Good code should be easy to change or extend.
+
+Are there hooks you can implement or events you can subscribe to and run your own code?
+
+Are there Interfaces and base classes you can implement or extend that allow you to use design patterns such as the Decorator pattern?
+
+Are there public services you can use instead of re-writing and duplicating existing functionality?
+
+Is there documentation or examples showing how to extend the module?
+
+Is it a stable foundation for you to build on?
diff --git a/source/_daily_emails/2024-06-16.md b/source/_daily_emails/2024-06-16.md
new file mode 100644
index 00000000..233b446f
--- /dev/null
+++ b/source/_daily_emails/2024-06-16.md
@@ -0,0 +1,26 @@
+---
+title: Bug free guarantee
+date: 2024-06-16
+permalink: daily/2024/06/16/bug-free-guarantee
+tags:
+ - software-development
+cta: ~
+snippet: |
+ What is a bug-free guarantee?
+---
+
+[All of my software development proposals and services][0] include a bug-free guarantee.
+
+What does that mean?
+
+For a set period after the code is delivered, if it's broken or doesn't work as you expect, I'll fix it.
+
+For free.
+
+You just let me know, and I'll make it work.
+
+No additional charges, invoices or change requests.
+
+Just working code.
+
+[0]: {{site.url}}/pricing
diff --git a/source/_daily_emails/2024-06-17.md b/source/_daily_emails/2024-06-17.md
new file mode 100644
index 00000000..72e08dda
--- /dev/null
+++ b/source/_daily_emails/2024-06-17.md
@@ -0,0 +1,28 @@
+---
+title: Do you still need TypeScript?
+date: 2024-06-17
+permalink: daily/2024/06/17/do-you-still-need-typescript
+tags:
+ - software-development
+ - typescript
+ - javascript
+cta: ~
+snippet: |
+ Do you still need TypeScript?
+---
+
+There have been many discussions and videos recently asking if people still need to use TypeScript.
+
+There have also been large open-source projects moving from TypeScript back to plain JavaScript.
+
+The popular approach is using JSDoc comments - similar to PHP docblocks - to replicate some of TypeScript's features, such as autocompletion in IDEs and text editors.
+
+The suggested benefits are cleaner code and no build step, making it easier to work with and contribute to the code.
+
+I like using types in PHP and using static analysis tools such as PHPStan so, naturally, I gravitated to TypeScript.
+
+I wrote a custom form with TypeScript and Vue.js that was an entrypoint to a Drupal Commerce application - populating data from Drupal using an API endpoint and determining and creating a cart with the correct items based on the customer's selections.
+
+Whilst doing so, I found TypeScript very beneficial and I'll probably continue to use it in the future.
+
+But, leveraging JSDoc more in situations where I can't use TypeScript, such as writing Tailwind plugins and Stimulus applications, is great to know and to get the best of both.
diff --git a/source/_daily_emails/2024-06-18.md b/source/_daily_emails/2024-06-18.md
new file mode 100644
index 00000000..8db3c60c
--- /dev/null
+++ b/source/_daily_emails/2024-06-18.md
@@ -0,0 +1,30 @@
+---
+title: Re-learning Behat
+date: 2024-06-18
+permalink: daily/2024/06/18/re-learning-behat
+tags:
+ - software-development
+ - drupal
+ - php
+ - automated-testing
+ - test-driven-development
+ - behat
+cta: ~
+snippet: |
+ A few months ago, I started re-learning Behat whilst live streaming.
+---
+
+A few months ago, I started doing some [live coding sessions on YouTube][0] again.
+
+As well as [writing automated tests for the Content Access by Path module][1], I [started to re-learn Behat][2] - a behavioural testing tool for PHP.
+
+I've used Behat before but mainly use PHPUnit in Drupal to write my automated tests, so I thought I'd try it again in my [Build Configs][3] tool written in Symfony.
+
+In that stream, I was able to install it, do some research to refresh my memory, and get some initial tests running.
+
+I've been busy finishing some client development projects recently (and still have some availability for Q3 projects), but I will pick up the live streaming again soon!
+
+[0]: https://www.youtube.com/@opdavies/livhttps://www.youtube.com/watch?v=Wlkcf1PLWN8e
+[1]: {{site.url}}/archive/2024/03/16/adding-tests-to-the-content-access-by-path-module
+[2]: https://www.youtube.com/watch?v=Wlkcf1PLWN8
+[3]: {{site.url}}/build-configs
diff --git a/source/_daily_emails/2024-06-19.md b/source/_daily_emails/2024-06-19.md
new file mode 100644
index 00000000..6d185651
--- /dev/null
+++ b/source/_daily_emails/2024-06-19.md
@@ -0,0 +1,27 @@
+---
+title: Today I learned
+date: 2024-06-19
+permalink: daily/2024/06/19/today-i-learned
+tags:
+ - software-development
+ - drupal
+cta: ~
+snippet: |
+ TIL
+---
+
+As a continuous learner, I always try to learn and incorporate new things into my development workflow.
+
+To keep track of them, I recently started to add them to a TIL.txt file.
+
+It's a simple plain-text file in my wiki directory that I append to when I learn something new, and that I can reference in the future.
+
+Whether it's a useful Drupal module, some API documentation, a Git command or something else, my TIL file is becoming a collection of small but valuable pieces of information.
+
+Here's one I added today:
+
+> When adding links in Drupal's menu UI, as well as using `` to create an empty link, you can also use `
+
+## Making it responsive
+
+The second stage began with making the existing desktop version responsive - particularly making the navigation menu behave and appear differently on mobile and tablet screens, and stacking the main content area and the sidebar on mobile screens. This was all achieved using Tailwind’s responsive variants.
+
+```html
+
+ ...
+
+````
+
+In this example, the `pb-4` class adds 1rem of bottom padding to the element by
+default, then increases it to 3rem at large screen sizes due to the `lg:pb-12`
+class.
+
+## Adding interactivity
+
+This is how the main navigation menu works on mobile:
+
+![The main navigation menu on mobile.](/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-mobile.png)
+
+The show and hide text appears next to a hamburger menu, and clicking it toggles
+the visiblity of the menu links which are stacked below, as well as the wording
+of the text itself.
+
+The code for this was moved into a separate `MainMenu` component, which means
+that it was easier to have dedicated data properties for whether the menu was
+open or not, as well as computed properties for building the show/hide text. The
+`open` value can then be used to apply the appropriate classes to the main menu
+to toggle it.
+
+I also moved the links into `data` too - each link is it’s own object with it's
+`title` and `href` values. This means that I can use a `v-for` directive to loop
+over the data items and inject dynamic values, removing the duplication of
+markup which makes the component easier to read and maintain.
+
+`src/components/MainMenu.vue`:
+
+
+
+```vue-html
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+## The result
+
+The whole task only took around two hours to complete, and although some of the
+colours and spacings are slightly different due to the decision to stick with
+the default Tailwind configuration values, I’m happy with the result.
+
+### The original version
+
+![The original Bartik theme in a new installation of Drupal 8](/images/blog/rebuilding-bartik-vue-tailwind/original.png)
+
+### The Vue.js and Tailwind CSS version
+
+![The Vue.js/Tailwind CSS version, hosted on Netlify](/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-desktop.png)
+
+
+I’ve also made some additional changes since this version, which are described in [this follow-up post](/blog/rebuilding-bartik-with-vuejs-tailwind-css-part-2).
+
+
+[0]: https://www.drupal.org
+[1]: https://vuejs.org
+[2]: https://tailwindcss.com
+[3]: https://github.com/opdavies/rebuilding-bartik
+[4]: https://rebuilding-bartik.oliverdavies.uk
+[5]: https://www.drupal.org/project/tailwindcss
diff --git a/source/_posts/reflections-speaking-unifieddiff.md b/source/_posts/reflections-speaking-unifieddiff.md
new file mode 100644
index 00000000..72eac389
--- /dev/null
+++ b/source/_posts/reflections-speaking-unifieddiff.md
@@ -0,0 +1,40 @@
+---
+title: Reflections on speaking at UnifiedDiff
+date: 2012-09-06
+excerpt: Yesterday evening I went along and spoke at the UnifiedDiff meetup in Cardiff.
+tags:
+ - speaking
+---
+
+Yesterday evening I went along and spoke at the
+[UnifiedDiff meetup](http://www.unifieddiff.co.uk) in Cardiff, having offered
+previously to do a presentation providing an introduction to Drupal.
+
+I'm an experienced Drupal Developer, but not an experienced public speaker
+(although I have done several user training sessions and Drupal demonstrations
+for clients previously), and I think that some of the nerves that I had
+beforehand were apparent during the presentation, and being the first speaker
+for the evening probably didn't help, although I did get a
+[nice tweet](https://twitter.com/craigmarvelley/status/243418608720543745)
+mid-way through.
+
+Initially, after aiming for a 20-minute presentation plus Q&A, I think I wrapped
+up the presentation in around 14 minutes, although I did about 6 minutes of
+answering questions afterwards including the apparently mandatory "Why use
+Drupal compared to WordPress or Joomla?" question, some Drupal 8 and Symfony
+questions, as well as an interesting question about the White House development
+project after I'd listed it within a list of example sites. Next time, I think
+that some more detailed presenter notes are needed. Typically, as soon as it sat
+back in my seat, the majority of things that I'd managed to remember beforehand
+all came flooding back to me and I thought "I should have said that whilst I was
+up speaking".
+
+Overall, considering my inexperience at speaking to this type of audience, I was
+fairly happy with my presentation, although I'm sure that I'll change my mind
+once I've watched the video of it on the UnifiedDiff website. Regardless, I
+think that it was a great experience and I enjoyed doing it, and I'd like to
+thank the organisers of UnifiedDiff for having me speak at their meetup. It was
+great to have a more relaxed conversation with some people after the other
+speakers had been up, and having introduced Drupal I would be more than happy to
+come back and do a more in-depth presentation if there is an interest for me to
+do so.
diff --git a/source/_posts/renaming-gray-grey-tailwind-css.md b/source/_posts/renaming-gray-grey-tailwind-css.md
new file mode 100644
index 00000000..25194d35
--- /dev/null
+++ b/source/_posts/renaming-gray-grey-tailwind-css.md
@@ -0,0 +1,32 @@
+---
+title: Renaming gray to grey in Tailwind CSS
+excerpt: How to change the colour "gray" to "grey" in Tailwind CSS.
+tags:
+ - tailwind-css
+date: 2020-09-04
+---
+
+In `tailwind.config.js`:
+
+```
+const { colors } = require('tailwindcss/defaultTheme')
+
+module.exports = {
+ purge: ["./public/**/*.html"],
+ theme: {
+ extend: {
+ colors: {
+ // Remove the "gray" colours from the theme.
+ gray: {},
+
+ // Create a new set of "grey" colours, using the original "gray" values.
+ grey: colors['gray']
+ }
+ },
+ },
+ variants: {},
+ plugins: [],
+};
+```
+
+Based on a configuration file from https://github.com/tailwindlabs/tailwindcss-playground.
diff --git a/source/_posts/restructuring-my-tailwindjs-configuration-files.md b/source/_posts/restructuring-my-tailwindjs-configuration-files.md
new file mode 100644
index 00000000..59bc62c2
--- /dev/null
+++ b/source/_posts/restructuring-my-tailwindjs-configuration-files.md
@@ -0,0 +1,236 @@
+---
+title: Restructuring my tailwind.js configuration files
+date: 2019-03-08
+excerpt: How I’ve started structuring my tailwind.js configuration files in preparation for Tailwind 1.0.
+tags:
+ - laravel-mix
+ - tailwind-css
+---
+
+After watching Adam Wathan’s recent
+["Working on Tailwind 1.0" YouTube video](https://www.youtube.com/watch?v=SkTKN38wSEM)
+and seeing some of the proposed changes to the `tailwind.js` configuration file,
+I’ve started to structure my current config files a little differently in
+preparation for 1.0.
+
+## The current tailwind.js file format
+
+Currently when you run `tailwind init` to create a new config file, it includes
+all of Tailwind’s default values, and then you can add, edit and remove values
+as needed.
+
+Some values like colours, font families, plugins and modules you are likely to
+change for each project, whilst others like shadows, leading, z-index and
+opacity, you’re less likely to need to change.
+
+It’s 952 lines including comments, which is quite long and could potentially be
+daunting for new Tailwind users.
+
+The contents of the full file can be found in the
+[Tailwind CSS documentation](https://tailwindcss.com/docs/configuration#default-configuration),
+or it can be found in
+[various GitHub repositories](https://github.com/tailwindcss/plugin-examples/blob/master/tailwind.js).
+
+## A preview of the new tailwind.js file format
+
+In Adam’s [Laracon Online](https://laracon.net) talk, Tailwind CSS by Example,
+he showed the new configuration file format. Here is a snippet:
+
+```js
+module.exports {
+ theme: {
+ extend: {
+ spacing: {
+ 7: '1.75rem',
+ },
+ },
+ colors: {
+ white: {
+ default: '#fff',
+ 20: 'rgba(255,255,255,.2)',
+ 40: 'rgba(255,255,255,.4)',
+ 60: 'rgba(255,255,255,.6)',
+ 80: 'rgba(255,255,255,.8)',
+ },
+ ...
+ }
+ ...
+ }
+}
+```
+
+You’ll notice that the structure of the file is quite different, and that all of
+the default values have been removed and are now maintained by Tailwind itself.
+
+This means that the configuration file contains only your custom changes, where
+you've either overridden a default value (e.g. colours) or added your own using
+`extend` (e.g. adding another spacing value, as in this example).
+
+I think that's a great improvement and makes the file so much cleaner, and
+easier to read and understand.
+
+## An interim approach
+
+If you don’t want to wait until 1.0, or potentially 0.8, you can get some of
+this functionality now by restructuring your Tailwind configuration file.
+
+Here is the complete `tailwind.js` file for the
+[DrupalCamp Bristol 2019 static landing page](https://dcb-2019-static.netlify.com),
+which uses Tailwind in addition to the existing traditional CSS:
+
+```js
+let defaultConfig = require('tailwindcss/defaultConfig')();
+
+var colors = {
+ ...defaultConfig.colors,
+ black: '#000',
+};
+
+module.exports = {
+ ...defaultConfig,
+ colors: colors,
+ textColors: colors,
+ backgroundColors: colors,
+ borderColors: Object.assign({ default: colors['grey-light'] }, colors),
+ plugins: [
+ require('tailwindcss-interaction-variants')(),
+ require('tailwindcss-spaced-items'),
+ ],
+ modules: {
+ ...defaultConfig.modules,
+ textStyle: [...defaultConfig.modules.textStyle, 'hocus'],
+ },
+ options: {
+ ...defaultConfig.options,
+ prefix: 'tw-',
+ important: true,
+ },
+};
+```
+
+Here are the steps that I took to create this file:
+
+
+
+
**Get the default configuration**. This is done using `require('tailwindcss/defaultConfig')()`. Essentially this has the same contents as the current `tailwind.js` file, though now it’s owned and maintained within Tailwind itself, and not by the user.
+
Also any new or updated values within the default configuration will be automatically available.
+
This line is present but commented out in the current generated `tailwind.js` file.
+
+
+
+
**Create the colors object.** This will by default override Tailwind’s default colours, however you can add `...defaultConfig.colors` to include them and then add or edit values as needed.
+
In this example, I’m overridding the value used for the `black` colour classes to match the existing colour in the other CSS.
+
+
+
+
**Return the main configuration object.** For sites with no overrides, this could just be `module.exports = defaultConfig` for a minimal configuration.
+
To extend the defaults, add `...defaultConfig` at the beginning.
+
+
+
+
**Assign our colours.** Use them for `colors`, `textColors`, `backgroundColors` and `borderColours`.
+
+
+
+
**Add any plugins**. I use plugins on most projects, in this case I’m using [tailwindcss-interaction-variants](https://www.npmjs.com/package/tailwindcss-interaction-variants) and [tailwindcss-spaced-items](https://www.npmjs.com/package/tailwindcss-spaced-items). Usually the default `container` plugin would be here too.
+
+
+
+
**Add or override modules.** Here I’m adding the `hocus` (hover and focus) variant provided by the interaction variants plugin to the text style classes.
+
+
+
+
**Add or override options.** As this markup was originally from a Drupal website, I needed to override some of the options values. I’ve added the `tw-` prefix to avoid Tailwind classes from clashing with Drupal’s default markup, and set all Tailwind classes to use `!important` so that they override any existing styles.
+
+
+
+This file is only 27 lines long, so considerably shorter than the default file,
+and I think that it’s much easier to see what your additional and overridden
+values are, as well able to quickly recognise whether a class is generated from
+a custom value or from a Tailwind default value.
+
+To move this file to the new format I think would be much easier as there’s no
+default configuration to filter out, and you can move across only what is
+needed.
+
+## Other changes
+
+### Consistent spacing for padding and margin
+
+Similar to defining colours, you could also set some standard spacing values,
+and using those for padding, margin and negative margin to ensure that they are
+all consistent.
+
+In this case, we can use `defaultConfig.margin` to get the default, add or
+override any values, and then assign it to the relevant sections of the main
+object.
+
+```js
+const spacing = {
+ ...defaultConfig.margin,
+ '2px': '2px',
+};
+
+module.exports = {
+ ...defaultConfig,
+ // ...
+ padding: spacing,
+ margin: spacing,
+ negativeMargin: spacing,
+ // ...
+};
+```
+
+### Picking values with lodash
+
+In the opposite to extending, if we wanted to limit the number of values within
+a part of the configuration, we can do that too. I’d suggest using the
+[pick method](https://lodash.com/docs/4.17.11#pick) provided by
+[Lodash](https://lodash.com).
+
+From the documentation:
+
+> Creates an object composed of the picked object properties.
+
+For example, if we only wanted normal, medium and bold font weights:
+
+```js
+module.exports = {
+ ...defaultConfig,
+ // ...
+ fontWeights: _.pick(defaultConfig.fontWeights, ['normal', 'medium', 'bold']),
+ // ...
+};
+```
+
+### Renaming the file
+
+Also in Tailwind 1.0, it seems that the configuration file name is changing from
+`tailwind.js` to `tailwind.config.js`.
+
+If you use [Laravel Mix](https://laravel-mix.com) and the
+[Laravel Mix Tailwind plugin](https://github.com/JeffreyWay/laravel-mix-tailwind)
+like I do on this site (even though it’s a Sculpin site), it will look for a
+`tailwind.js` file by default or you can specify whatever filename you need.
+
+Here is an excerpt of the Tailwind configuration file for this site, using
+`tailwind.config.js`:
+
+```js
+mix
+ .postCss('assets/css/app.css', 'source/dist/css')
+ .tailwind('tailwind.config.js');
+```
+
+## Looking foward to Tailwind CSS 1.0!
+
+Adam has said that Tailwind 1.0 should be released within a few weeks of the
+time of writing this, I assume once
+[the 1.0 To-Do list](https://github.com/tailwindcss/tailwindcss/issues/692) is
+completed.
+
+I really like some of the improvements that are coming in 1.0, including the new
+configuration file format and the ability to easily add and extend values, as
+well as the file itself now being completely optional.
+
+I can’t wait for it to land!
diff --git a/source/_posts/review-adminhover-module.md b/source/_posts/review-adminhover-module.md
new file mode 100644
index 00000000..fcca7695
--- /dev/null
+++ b/source/_posts/review-adminhover-module.md
@@ -0,0 +1,58 @@
+---
+title: Review of the Admin:hover Module
+date: 2010-08-10
+excerpt: My review of Drupal’s admin:hover module.
+tags:
+ - admin:hover
+ - administration
+ - drupal-6
+ - drupal-modules
+ - drupal-planet
+---
+
+Sorry for the lack of Blog posts lately, but
+[my new job](http://horseandcountry.tv) that I started a few weeks ago has
+certainly been keeping me busy! I've got a few more posts that I'm preparing
+content for, and I'll hopefully be back into my weekly-post routine before too
+long!
+
+Today, I'd like to just give a quick overview of the
+[Admin:hover](http://drupal.org/project/admin_hover) module. It basically adds
+an administrative menu that pops up when you hover over a node or block within
+your Drupal website - the kind of functionality that was present within previous
+versions of the [Admin module](http://drupal.org/project/admin). It also
+integrates well with the [Devel](http://drupal.org/project/devel) and
+[Clone](http://drupal.org/project/node_clone) modules.
+
+I've found this to be extremely useful whilst working on photo galleries etc.
+where multiple nodes are displayed in a grid format and I quickly need to
+publish or unpublish something for testing purposes. No longer do I need to open
+each node, or go into the administration area to perform the required actions.
+
+It is also possible to customise which links are available from within the
+adminstration area. The possible selections that I currently have on this site
+are as follows:
+
+**Node links:**
+
+- Edit
+- Publish
+- Unpublish
+- Promote
+- Unpromote
+- Make sticky
+- Make unsticky
+- Delete
+- Clone
+- Dev load
+- View author
+- Edit author
+- Add
+
+**Block links:**
+
+- Configure block
+- Add block
+
+Although, as I have additional contributed modules installed, some of these may
+not neccassaily be available out of the box.
diff --git a/source/_posts/review-image-caption-module.md b/source/_posts/review-image-caption-module.md
new file mode 100644
index 00000000..d7983ec0
--- /dev/null
+++ b/source/_posts/review-image-caption-module.md
@@ -0,0 +1,40 @@
+---
+title: Review of the Image Caption Module
+date: 2010-08-20
+excerpt: My review of Drupal’s Image Caption module.
+tags:
+ - drupal
+ - drupal-6
+ - drupal-planet
+ - image-caption
+ - imagefield
+---
+
+Up until as recent as last week, whenever I added an image into one of my Blog
+posts, I was manually adding the caption below each image and styling it
+accordingly. That was until I installed the
+[Image Caption](http://drupal.org/project/image_caption) module.
+
+The Image Caption module uses jQuery to dynamically add captions to images. Here
+is a walkthrough of the process that I followed to install and configure the
+module. As always, I used Drush to download and enable the module, then visited
+the Image Caption Settings page (admin/settings/image_caption). Here, I select
+which node types should be included in image captioning. In my case, I only
+wanted this to apply to Blog posts.
+
+As I use the [FileField](http://drupal.org/project/filefield),
+[ImageField](http://drupal.org/project/imagefield) and
+[Insert](http://drupal.org/project/insert) modules to add images to my posts, as
+opposed to via a WYSIWYG editor, I'm able to add the CSS class of 'caption' to
+my images.
+
+Now, all images inserted this way will have the CSS class of 'caption'.
+
+As the Image Caption module uses the image's title tag to create the displayed
+caption, I enabled the custom title text for my Image field so that when I
+upload an image, I'm prompted to enter text for the caption.
+
+This results in a span called `image-caption-container` around the inserted
+image, and a caption below it called `image-caption` containing the text.
+
+All that's left is to style these classes within your CSS stylesheet.
diff --git a/source/_posts/review-teleport-module.md b/source/_posts/review-teleport-module.md
new file mode 100644
index 00000000..3aa995c7
--- /dev/null
+++ b/source/_posts/review-teleport-module.md
@@ -0,0 +1,39 @@
+---
+title: Review of the Teleport Module
+date: 2010-07-12
+excerpt: My review of Drupal’s Teleport module.
+tags:
+ - drupal-planet
+ - drupal-6
+ - drupal-modules
+ - teleport
+---
+
+As a heavily-reliant
+[Quicksilver](http://en.wikipedia.org/wiki/Quicksilver_%28software%29) user on
+my MacBook Pro, I was glad when I found the
+[Teleport](http://drupal.org/project/teleport) module for
+[Drupal](http://drupal.org) _(due to Elliott Rothman's
+[tweet](http://twitter.com/elliotttt/status/18044234238))_.
+
+When you press a configurable hot-key, a jQuery dialog box appears where you can
+search for nodes by title or path, or directly enter the path that you want to
+navigate to. This will greatly reduce the number of clicks that I need to
+perform to get to my desired page - even compared to the
+[Admin](http://drupal.org/project/admin) and
+[Administration Menu](http://drupal.org/project/admin_menu) modules.
+
+Although it's not a new module (the first commits were 2 years ago), I hope that
+they are still planning on achieving the list of future directions listed on
+their Drupal.org project page:
+
+- Make interface act more like Quicksilver (i.e. you should only have to press
+ Enter once to launch)
+- 'Actions' like Quicksilver: if you select a node, a second input should appear
+ with options to go to the View page, Edit page, (un)publish, etc. Same with
+ users.
+- Hook into more non-node content, like taxonomy terms and functions in the API
+ module.
+
+Personally, this will make navigation around both the front-end and
+administration area of my Drupal sites so much easier.
diff --git a/source/_posts/running-drupal-88-symfony-local-server.md b/source/_posts/running-drupal-88-symfony-local-server.md
new file mode 100644
index 00000000..33de2ccc
--- /dev/null
+++ b/source/_posts/running-drupal-88-symfony-local-server.md
@@ -0,0 +1,323 @@
+---
+title: Running Drupal 8.8 with the Symfony Local Server
+excerpt: How to use Symfony's local web server to run a Drupal 8.8 website.
+date: 2020-03-09
+tags:
+ - drupal
+ - drupal-8
+ - symfony
+---
+
+![A screenshot of a terminal window running a Drupal project with the Symfony local server](/images/blog/running-drupal-with-symfony-local-server/terminal.png)
+
+
+
+## Installation
+
+
+
+The Symfony server is bundled as part of the `symfony` binary that is available
+to download from .
+
+To install it, run this command:
+
+```bash
+curl -sS https://get.symfony.com/cli/installer | bash
+```
+
+Even though it’s by Symfony, the local webserver works with any type of
+project - including Drupal 8 (and 9) and Drupal 7.
+
+## Getting started
+
+Here are the basic commands to start and stop the server:
+
+```bash
+# Alias for server:start, starts the server
+symfony serve
+
+# Run the server in daemon mode (in the background)
+symfony serve -d
+
+# Display the status of the server
+symfony server:status
+
+# Stop the server
+symfony server:stop
+```
+
+If your Drupal files are within a `web` or `docroot` directory, it will
+automatically be used as the document root for the server, so files are served
+from there if you run the serve command.
+
+If you use a different subdirectory name - one that isn't loaded automatically -
+you can use the `--document-root` option:
+
+```bash
+symfony serve --document-root www
+```
+
+## Different PHP Versions
+
+One of the most useful features of the Symfony server is that it
+[supports multiple versions of PHP](https://symfony.com/doc/current/setup/symfony_server.html#different-php-settings-per-project)
+if you have them installed, and a different version can be selected per
+directory.
+
+This is done by adding a `.php-version` file to the root of the project that
+contains the PHP version to use. For example:
+
+```bash
+echo "7.3" > .php-version
+```
+
+Next time the server is started, this file will be read and the correct version
+of PHP will be used.
+
+If you’re using macOS and want to install another version of PHP, you can do it
+using Homebrew:
+
+```bash
+# Install PHP 7.3
+brew install php@7.3
+```
+
+[Further PHP customisations can be made per project](https://symfony.com/doc/current/setup/symfony_server.html#overriding-php-config-options-per-project)
+by adding a `php.ini` file.
+
+## Securing Sites Locally
+
+The Symfony server allows for serving sites via HTTPS locally by installing its
+own local certificate authority.
+
+If it’s not installed automatically, run this command to install it:
+
+```
+symfony server:ca:install
+```
+
+Now any site will be served via HTTPS by default, and any HTTP requests will be
+automatically redirected.
+
+If you need to run a site with just HTTP, add the `--no-tls` option to the
+`serve` command.
+
+## Adding Databases (and other services) with Docker
+
+The Symfony server has an integration with Docker for providing extra services -
+such as databases that we’ll need to install Drupal.
+
+This is my `docker-compose.yaml` file which defines a `database` service for
+MySQL:
+
+```yaml
+version: '2.1'
+
+services:
+ database:
+ image: mysql:5.7
+ ports: [3306]
+ environment:
+ MYSQL_ROOT_PASSWORD: secret
+ volumes:
+ - mysql-data:/var/lib/mysql
+
+volumes:
+ mysql-data:
+```
+
+Because port 3306 is exposed, the server recognises it as a database service and
+automatically creates environment variables prefixed with `DATABASE_`.
+
+A list of all the environment variables can be seen by running
+`symfony var:export` (add `| tr " " "\n"` if you want to view each one on a new
+line, and `| sort` if you want to list them alphabetically):
+
+```
+DATABASE_DATABASE=main
+DATABASE_DRIVER=mysql
+DATABASE_HOST=127.0.0.1
+DATABASE_NAME=main
+DATABASE_PASSWORD=secret
+DATABASE_PORT=32776
+DATABASE_SERVER=mysql://127.0.0.1:32776
+DATABASE_URL=mysql://root:secret@127.0.0.1:32776/main?sslmode=disable&charset=utf8mb4
+DATABASE_USER=root
+DATABASE_USERNAME=root
+SYMFONY_DOCKER_ENV=1
+SYMFONY_TUNNEL=
+SYMFONY_TUNNEL_ENV=
+```
+
+Now these environment variables can be used within `settings.php` file to allow
+configure Drupal’s database connection settings:
+
+```php
+// web/sites/default/settings.php
+
+if ($_SERVER['SYMFONY_DEFAULT_ROUTE_URL']) {
+ $databases['default']['default'] = [
+ 'driver' => $_SERVER['DATABASE_DRIVER'],
+ 'host' => $_SERVER['DATABASE_HOST'],
+ 'database' => $_SERVER['DATABASE_NAME'],
+ 'username' => $_SERVER['DATABASE_USER'],
+ 'password' => $_SERVER['DATABASE_PASSWORD'],
+ 'port' => $_SERVER['DATABASE_PORT'],
+ 'prefix' => '',
+ 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
+ 'collation' => 'utf8mb4_general_ci',
+ ];
+}
+```
+
+To keep things organised, I usually like to split these settings into their own
+file and include it:
+
+```php
+if ($_SERVER['SYMFONY_DEFAULT_ROUTE_URL'] && file_exists(__DIR__ . '/settings.symfony.php')) {
+ require_once __DIR__ . '/settings.symfony.php';
+}
+```
+
+## Installing Drupal
+
+Now that Drupal can connect to the (empty) database, we can install the site. I
+usually do this using Drush, which is added as a dependency via Composer.
+
+The command that I’d usually run is:
+
+```bash
+cd web
+
+../vendor/bin/drush site-install
+```
+
+However, this will cause an error like this because Drupal cannot connect to the
+database when Drush is run in this way.
+
+> Error: Class 'Drush\Sql\Sql' not found in Drush\Sql\SqlBase::getInstance()
+
+To fix this, ensure that the command is prefixed with `symfony php`. This will
+ensure that the correct PHP version and configuration is used, and that the
+appropriate environment variables are available.
+
+```bash
+symfony php ../vendor/bin/drush site-install
+```
+
+This also applies to all other Drush commands.
+
+## Custom Domain Names
+
+Currently we can only access the site via the localhost URL with a specific
+port. The port is determined automatically when the server is started so it can
+change if you have multiple projects running.
+
+Symfony server also allows for
+[adding local domain names through a proxy](https://symfony.com/doc/current/setup/symfony_server.html#local-domain-names).
+This is useful if you always want to access the site from the same URL, or if
+the site relies on using a specific URL such as a multisite setup (multiple
+domains served from the same codebase).
+
+{% include 'figure' with {
+ image: {
+ src: '/images/blog/running-drupal-with-symfony-local-server/proxy.png',
+ alt: 'A screenshot of the proxy overview screen, showing three local projects with their local domains, ports and directories.',
+ },
+ caption: 'The proxy overview screen'
+} only %}
+
+### Setting up a multisite
+
+Here’s an example of how I would use local domains to configure a multisite
+Drupal installation (taken from
+).
+
+The first thing is to add the subdomain to the proxy. In this example, I’m going
+to set up a version of the Umami demo installation profile at
+`https://umami.wip`.
+
+```bash
+# Add umami.wip to the proxy and attach it to this directory
+symfony proxy:domain:attach umami
+```
+
+Now we can add it to Drupal’s `sites.php` file to route requests to the correct
+site directory:
+
+```php
+// web/sites/sites.php
+
+// This maps https://umami.wip to the sites/umami directory
+$sites['umami.wip'] = 'umami';
+```
+
+To create the directory, we can duplicate the `default` site directory and its
+contents.
+
+```
+cp -R web/sites/default web/sites/umami
+```
+
+To create a separate database, we add a new service to the `docker-compose.yaml`
+file and a new MySQL volume to store the data. We can use labels to generate
+site specific environment variables.
+
+```diff
+ version: '2.1'
+
+ services:
+ database:
+ image: mysql:5.7
+ ports: [3306]
+ environment:
+ MYSQL_ROOT_PASSWORD: secret
+ volumes:
+ - mysql-data:/var/lib/mysql
+
++ database_umami:
++ image: mysql:5.7
++ ports: [3306]
++ environment:
++ MYSQL_ROOT_PASSWORD: secret
++ volumes:
++ - mysql-data-umami:/var/lib/mysql
++ labels:
++ com.symfony.server.service-prefix: 'UMAMI_DATABASE'
+
+ volumes:
+ mysql-data:
++ mysql-data-umami:
+```
+
+These can then be added to `sites/umami/settings.php`:
+
+```php
+$databases['default']['default'] = [
+ 'driver' => $_SERVER['UMAMI_DATABASE_DRIVER'],
+ 'host' => $_SERVER['UMAMI_DATABASE_HOST'],
+ 'database' => $_SERVER['UMAMI_DATABASE_NAME'],
+ 'username' => $_SERVER['UMAMI_DATABASE_USER'],
+ 'password' => $_SERVER['UMAMI_DATABASE_PASSWORD'],
+ 'port' => $_SERVER['UMAMI_DATABASE_PORT'],
+ 'prefix' => '',
+ 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
+ 'collation' => 'utf8mb4_general_ci',
+];
+```
+
+Now that the Umami site is able to connect to its own database, we can install
+Drupal - specifying the installation profile to use and also the site directory
+to target.
+
+```bash
+symfony php ../vendor/bin/drush site-install \
+ demo_umami \
+ -l umami \
+ --no-interaction
+```
diff --git a/source/_posts/sculpin-twig-resources.md b/source/_posts/sculpin-twig-resources.md
new file mode 100644
index 00000000..0aeb7915
--- /dev/null
+++ b/source/_posts/sculpin-twig-resources.md
@@ -0,0 +1,51 @@
+---
+title: Sculpin and Twig Resources
+date: 2015-07-19
+excerpt: A list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.
+tags:
+ - drupalcamp
+ - drupalcamp-north
+ - sculpin
+ - twig
+---
+
+Here’s a list of resources that I compiled whilst preparing for my
+[Sculpin and Twig talk](http://drupalcampnorth.org/session/test-drive-twig-sculpin)
+at [DrupalCamp North](http://drupalcampnorth.org).
+
+## General Information
+
+-
+-
+
+## Where to Get Sculpin
+
+-
+-
+-
+-
+
+## Source Code Examples
+
+-
+- - the source repository for this
+ site.
+-
+-
+-
+-
+-
+-
+- Google for "`sculpin_site.yml site:github.com`" for more examples.
+
+## Videos
+
+- - a YouTube playlist of Sculpin videos.
+
+## Twig
+
+-
+- - variables, filters,
+ functions, template inheritance, expressions etc.
+- Go to http://twig.sensiolabs.org/{foo} to search for a tag, filter, test or
+ function.
diff --git a/source/_posts/simplifying-drupal-migrations-xautoload.md b/source/_posts/simplifying-drupal-migrations-xautoload.md
new file mode 100644
index 00000000..d5792ed3
--- /dev/null
+++ b/source/_posts/simplifying-drupal-migrations-xautoload.md
@@ -0,0 +1,135 @@
+---
+title: Simplifying Drupal Migrations with xautoload
+date: 2016-05-03
+excerpt: How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.
+tags:
+ - autoloading
+ - drupal
+ - drupal-7
+ - drupal-planet
+ - php
+---
+
+How to use the [xautoload][1] module to autoload migration classes within your
+Drupal 7 migration modules.
+
+## What is xautoload?
+
+[xautoload][1] is a Drupal module that enables the autoloading of PHP classes,
+in the same way that you would do so in a [Composer][2] based project such as
+Drupal 8 or Symfony.
+
+It supports both the [PSR-0][3] and [PSR-4][4] standards, as well as providing a
+wildcard syntax for Drupal’s `file[]` syntax in .info files.
+
+To use it, download and enable it from Drupal.org as you would for any other
+module, and then add it as a dependency within your module. The xautoload
+project page suggests including a minimum version in this format:
+
+```ini
+dependencies[] = xautoload (>= 7.x-5.0)
+```
+
+This will ensure that the version of xautoload is 7.x-5.0 or newer.
+
+## How to use it
+
+### Wildcard syntax for .info files
+
+Here is an example .info file for a migrate module.
+
+```ini
+; foo_migrate.info
+
+name = Foo Migration
+core = 7.x
+package = Foo
+
+files[] = includes/user.inc
+files[] = includes/nodes/article.inc
+files[] = includes/nodes/page.inc
+```
+
+In this example, each custom migration class is stored in it’s own file within
+the `includes` directory, and each class needs to be loaded separately using the
+`files[] = filename` syntax.
+
+One thing that the xautoload module does to enable for the use of wildcards
+within this syntax. By using wildcards, the module file can be simplified as
+follows:
+
+```ini
+files[] = includes/**/*.inc
+```
+
+This will load any .inc files within the `includes` directory as well as any
+sub-directories, like 'node' in the original example.
+
+This means that any new migration classes that are added will be automatically
+loaded, so you don’t need to declare each include separately within
+foo_migrate.info again. The great thing about this approach is that it works
+with the existing directory and file structure.
+
+### Use the PSR-4 structure
+
+If you want to use the [PSR-4][4] approach, you can do that too.
+
+In order to do so, you’ll need to complete the following steps:
+
+1. Rename the `includes` directory to `src`.
+2. Ensure that there is one PHP class per file, and that the file extension is
+ `.php` rather than `.inc`.
+3. Ensure that the name of the file matches the name of the class -
+ `FooArticleNodeMigration` would be in a file called
+ `FooArticleNodeMigration.php`.
+4. Add a namespace to each PHP file. This uses the same format as Drupal 8,
+ including the machine name of the module. For example, `Drupal\foo_migrate`.
+ - If the class is within a sub-directory, then this will also need to be
+ included within the namespace - e.g. `Drupal\foo_migrate\Node`.
+ - You’ll also need to import any class names that you are referencing,
+ including class names that are you extending, by adding `use` statements at
+ the top of the file. You may be able to prefix it with `\` instead (e.g.
+ `\DrupalNode6Migration`), but I prefer to use imports.
+
+Now your class may look something like this:
+
+```php
+ 'Drupal\foo_migrate\Node\FooArticleNodeMigration',
+ 'source_type' => 'story',
+ 'destination_type' => 'article',
+);
+```
+
+## Resources
+
+- [xautoload module][1]
+- [migrate module][5]
+- [migrate_d2d module][6]
+- [PSR-0][3]
+- [PSR-4][4]
+
+[1]: https://www.drupal.org/project/xautoload
+[2]: http://getcomposer.org
+[3]: http://www.php-fig.org/psr/psr-0/
+[4]: http://www.php-fig.org/psr/psr-4/
+[5]: https://www.drupal.org/project/migrate
+[6]: https://www.drupal.org/project/migrate_d2d
diff --git a/source/_posts/site-upgraded-drupal-7.md b/source/_posts/site-upgraded-drupal-7.md
new file mode 100644
index 00000000..de4ea387
--- /dev/null
+++ b/source/_posts/site-upgraded-drupal-7.md
@@ -0,0 +1,22 @@
+---
+title: Site Upgraded to Drupal 7
+date: 2012-01-04
+excerpt: As the vast majority of the Drupal websites that I currently work on are built on Drupal 7, I thought that it was time that I upgraded this site.
+tags:
+ - drupal
+---
+
+As the vast majority of the Drupal websites that I currently work on are built
+on Drupal 7, I thought that it was time that I upgraded this site. Following the
+[core upgrade process](http://drupal.org/node/570162) and the
+[CCK migration process](http://drupal.org/node/1144136), everything was upgraded
+smoothly without any issues.
+
+I've upgraded a handful of essential contrib modules to the latest stable
+version, [Administration Menu](http://drupal.org/project/admin_menu),
+[Views](http://drupal.org/project/views) etc., and will continue upgrading the
+other modules on the site as time allows.
+
+I also prefer [Bartik](http://drupal.org/project/bartik) to
+[Garland](http://drupal.org/project/garland) - but I will be creating a new
+custom theme when I get a chance.
diff --git a/source/_posts/some-useful-git-aliases.md b/source/_posts/some-useful-git-aliases.md
new file mode 100644
index 00000000..339b67d3
--- /dev/null
+++ b/source/_posts/some-useful-git-aliases.md
@@ -0,0 +1,34 @@
+---
+title: Some Useful Git Aliases
+date: 2014-01-15
+excerpt: Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.
+tags:
+ - git
+---
+
+Here are some bash aliases that I use and find helpful for quickly writing Git
+and Git Flow commands.
+
+These should be placed within your `~/.bashrc` or `~/.bash_profile` file:
+
+```bash
+alias gi="git init"
+alias gcl="git clone"
+alias gco="git checkout"
+alias gs="git status"
+alias ga="git add"
+alias gaa="git add --all"
+alias gc="git commit"
+alias gcm="git commit -m"
+alias gca="git commit -am"
+alias gm="git merge"
+alias gr="git rebase"
+alias gps="git push"
+alias gpl="git pull"
+alias gd="git diff"
+alias gl="git log"
+alias gfi="git flow init"
+alias gff="git flow feature"
+alias gfr="git flow release"
+alias gfh="git flow hotfix"
+```
diff --git a/source/_posts/some-useful-links-using-simpletest-drupal.md b/source/_posts/some-useful-links-using-simpletest-drupal.md
new file mode 100644
index 00000000..9f6f5a23
--- /dev/null
+++ b/source/_posts/some-useful-links-using-simpletest-drupal.md
@@ -0,0 +1,19 @@
+---
+title: Some useful links for using SimpleTest in Drupal
+date: 2013-06-13
+excerpt: Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.
+tags:
+ - drupal
+ - drupal-planet
+ - simpletest
+ - tdd
+ - test-driven-development
+ - testing
+---
+
+- [An Introduction to Unit Testing in Drupal](http://www.lullabot.com/blog/articles/introduction-unit-testing-drupal 'An Introduction to Unit Testing in Drupal')
+- [Module Developer's Guide to SimpleTest](http://www.lullabot.com/blog/articles/drupal-module-developers-guide-simpletest "Module Developer's Guide to SimpleTest")
+- [SimpleTest Tutorial (Drupal 6)](https://drupal.org/simpletest-tutorial 'SimpleTest Tutorial (Drupal 6)')
+- [SimpleTest Tutorial (Drupal 7)](https://drupal.org/simpletest-tutorial-drupal7 'SimpleTest Tutorial (Drupal 7)')
+- [SimpleTest Reference](https://drupal.org/node/278126 'SimpleTest Reference')
+- [Testing with SimpleTest](https://drupal.org/node/1128366 'Testing with SimpleTest')
diff --git a/source/_posts/south-wales-drupal-user-group.md b/source/_posts/south-wales-drupal-user-group.md
new file mode 100644
index 00000000..30fedffa
--- /dev/null
+++ b/source/_posts/south-wales-drupal-user-group.md
@@ -0,0 +1,20 @@
+---
+title: The Inaugural Meetup for the South Wales Drupal User Group
+date: 2010-09-26
+excerpt: If you do Drupal and you're in the area, come and join us for the first SWDUG meetup!
+tags:
+ - drupal
+ - drupal-planet
+ - meetups
+ - swdug
+---
+
+If you do Drupal and you're in the area, come and join us for the first SWDUG
+meetup!
+
+We'll be meeting in the communal area just outside of the
+[SubHub](http://www.subhub.com) HQ, at:
+
+4, The Studios 3 Burt Street Cardiff CF10 5FZ
+
+For more information and to signup, visit .
diff --git a/source/_posts/speaking-drupalcon-amsterdam.md b/source/_posts/speaking-drupalcon-amsterdam.md
new file mode 100644
index 00000000..8bf23594
--- /dev/null
+++ b/source/_posts/speaking-drupalcon-amsterdam.md
@@ -0,0 +1,39 @@
+---
+title: Speaking at DrupalCon Amsterdam
+date: 2019-07-25
+excerpt: I’m going to be attending DrupalCon Europe again this year, but for the first time as a speaker.
+tags:
+ - drupalcon
+ - personal
+ - speaking
+has_tweets: true
+---
+
+
I’ve attended numerous DrupalCons since my first in Prague in 2013, as a delegate, as a [{{site.companies.drupal_association.name}}]({{site.companies.drupal_association.url}}) staff member, and also as a contribution sprint mentor. I’m excited to be attending DrupalCon Amsterdam again this year - but as my first time as a DrupalCon speaker.
— Oliver Davies (@opdavies) July 16, 2019'
+} %}
+
+The session that I’m going to be presenting is a twenty minute version of my
+[Deploying PHP applications with Ansible, Ansible Vault and Ansistrano](/talks/deploying-php-ansible-ansistrano)
+talk.
+
+{% include 'figure' with {
+ image: {
+ src: '/images/blog/speaking-drupalcon-amsterdam/drupalcon-schedule.jpg',
+ alt: 'My session on the DrupalCon Amsterdam schedule.',
+ },
+ caption: 'My session on the DrupalCon Amsterdam schedule.',
+} %}
+
+I’ve been working with Drupal since 2007 (or maybe 2008), and it was the subject
+of my [first meetup talk](/talks/so-what-is-this-drupal-thing) in 2012. Since
+then I’ve given 48 more talks
+(including one workshop) at various user groups and conferences on a range of
+development and systems administration topics. So it’s a nice conincedence that
+this will be my fiftieth (50th) talk.
+
+Thanks also to my employer,
+[{{site.companies.inviqa.name}}]({{site.companies.inviqa.url}}), who are giving
+me the time and covering my costs to attend the conference.
diff --git a/source/_posts/speaking-drupalcon-europe-2020.md b/source/_posts/speaking-drupalcon-europe-2020.md
new file mode 100644
index 00000000..8be4cab7
--- /dev/null
+++ b/source/_posts/speaking-drupalcon-europe-2020.md
@@ -0,0 +1,17 @@
+---
+title: Speaking at DrupalCon Europe 2020
+excerpt: I'm excited to be speaking again at DrupalCon, this time online at DrupalCon Europe.
+tags:
+ - drupal
+ - conferences
+ - speaking
+date: 2020-07-30
+---
+
+After giving my [Ansible and Ansistrano talk](/talks/deploying-php-ansible-ansistrano) in Amsterdam, I'm excited that another of my talks has been accepted for DrupalCon!
+
+This year, my [TDD - Test-Driven Drupal](/talks/tdd-test-driven-drupal) talk has been accepted for DrupalCon Europe, will is being held online from December 8-11th.
+
+I first gave this talk at DrupalCamp London 2017 and again a number of times over the last few years including at Drupal Developer Days in Lisbon and most recently for the North West (UK) Drupal user group in May. I've always had good feedback from it, and enjoy teaching others about testing and hopefully continue to inspire people to start writing tests themselves.
+
+This is definitely one of my favourite topics. I've enjoyed updating and improving this talk over the years, and I'm looking forward to giving it at DrupalCon this year.
diff --git a/source/_posts/speaking-remotely-during-covid-19.md b/source/_posts/speaking-remotely-during-covid-19.md
new file mode 100644
index 00000000..c72af93c
--- /dev/null
+++ b/source/_posts/speaking-remotely-during-covid-19.md
@@ -0,0 +1,84 @@
+---
+title: Speaking remotely during COVID-19
+excerpt: I've been quite busy during this lockdown, giving talks remotely at conferences and user groups.
+date: 2020-07-07
+tags:
+ - speaking
+---
+
+I've been quite busy during COVID-19 and various lockdowns, giving talks remotely at conferences and user groups.
+
+In mid-April, I send a tweet with an open offer to any user groups that needed a speaker, with some suggestions for talks that I'd given recently that I could present remotely.
+
+
+
+As well as this, I also applied to some open calls for papers for remote conferences, such as [CMS Philly](https://cmsphilly.org "The CMS Philly conference") (formerly Drupaldelphia) that was taking place online this year.
+
+At the time of writing, these are the talks that I've given remotely or are already planned for future dates. I'll be updating this list going forward as new talks are added, as well as my [talks page](/talks "My upcoming and past talks").
+
+If you'd like me to speak at your online conference or user group and be added to this list, please contact me and we can see if we can find a suitable date.
+
+## Test-Driven Drupal
+
+An overview of automated testing in Drupal, and a demo of building a new Drupal 8 (or 9) module using test driven development.
+
+- [NWDUG](http://nwdrupal.org.uk) - 11th May
+- [BADCamp 2020](https://2020.badcamp.org/session/tdd-test-driven-drupal) - 16th October
+- [DrupalCon Europe 2020](https://events.drupal.org/europe2020/sessions/tdd-test-driven-drupal) - 8th December
+
+## Deploying PHP with Ansible and Ansistrano
+
+How to use Ansible, Ansible Vault and Ansistrano to deploy PHP applications, using a Drupal 8 application for a demo.
+
+- [Drupal Edinburgh](https://www.meetup.com/Drupal-Edinburgh/events/267905594) - 11th March
+- [CMS Philly](https://cmsphilly.org) - 30th April
+- [Drupal Yorkshire](https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc) - 20th May
+- [PHP London](https://www.meetup.com/phplondon/events/270930524) - 4th June
+- [PHP North East](https://www.meetup.com/phpnortheast) - 16th June
+- [PHP Sussex](https://www.meetup.com/PHP-Sussex) - 1st July
+- [Midwest PHP 2021](https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible,_Ansible_Vault_and_Ansistrano) - 23rd April 2021
+
+## Taking Flight with Tailwind CSS
+
+An introduction to utility-based CSS and how to use Tailwind CSS in PHP projects using tools such as Webpack Encore and Laravel Mix.
+
+- [CMS Philly](https://cmsphilly.org) - 30th April
+- [PHP Hampshire](https://www.meetup.com/meetup-group-yzpbvTYv) - 8th July
+- [Drupal Yorkshire](https://www.meetup.com/DrupalYorkshire/events/zwzsfpybclbbc) - 20th August
+- [DigitalCamp Atlanta](https://www.drupalcampatlanta.com/2020/sessions/taking-flight-tailwind-css) - 11th September
+- [Bristol JS](https://techtalks.io/events/f8e26038-2561-484e-8a74-7a1e3a0369b8) - 30th September
+- [Drupal Virtual Cafe](https://groups.drupal.org/node/536142) (Drupal Kyiv) - 15th October
+- [PHP Cambridge](https://www.meetup.com/phpcambridge/events/273686561) - 19th January 2021
+- [Nashville PHP](https://www.meetup.com/nashvillephp/events/kzkdwryccdbmb) - 9th February 2021
+
+## Updating to Drupal 9
+
+How to update your site to Drupal 9, and why it's much different to any major Drupal version upgrade before!
+
+- [Drupal NYC](https://ti.to/drupalnyc/meetup-2020-08-05) - 2nd September
+- [Leeds PHP](https://www.meetup.com/leedsphp/events/272504993) - 23rd September
+- [Midwest PHP 2021](https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9) - 22nd April 2021
+
+## Working with Workspace
+
+- [NWDUG](https://www.meetup.com/nwdrupal/events/272098270) - 11th August (lightning talk)
+- [PHP South West](https://www.meetup.com/php-sw/events/272787346) - 9th September (lightning talk)
+- PHP North West - 2nd February 2021
+
+## Automated Testing and Test-Driven Development in Drupal 8 (workshop)
+
+- [DrupalCamp London](https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8) - 13th March (in-person, just before UK lockdown)
+- [DrupalCamp NYC](https://2020.drupalcamp.nyc/training/automated-testing-and-test-driven-development-drupal-8) - 14th November
+
+## Building Slides and Presenting with rst2pdf
+
+- [PHP South Wales](https://www.meetup.com/PHP-South-Wales/events/275625320) - January 28th 2021
+
+## Soaring with Utility CSS and Tailwind (workshop)
+
+- [DrupalCamp Florida 2021](https://www.fldrupal.camp/training/soaring-utility-css-and-tailwind) - Feburary 18th 2021
+
+## Building Static Websites with Sculpin
+
+- [Drupal Yorkshire](https://www.meetup.com/DrupalYorkshire/events/280100968) - 19th August 2021
+- PHP North West - 7th September
diff --git a/source/_posts/splitting-new-drupal-project-from-repo.md b/source/_posts/splitting-new-drupal-project-from-repo.md
new file mode 100644
index 00000000..4805617d
--- /dev/null
+++ b/source/_posts/splitting-new-drupal-project-from-repo.md
@@ -0,0 +1,163 @@
+---
+title: How to split a new Drupal contrib project from within another repository
+date: 2018-03-10
+excerpt: How to use Git to split a directory from within an existing repository into it’s own.
+tags:
+ - drupal
+ - drupal-7
+ - drupal-8
+ - drupal-planet
+ - git
+ - open-source
+---
+
+Yay! You’ve written a new Drupal module, theme or installation profile as part
+of your site, and now you’ve decided to open source it and upload it to
+Drupal.org as a new contrib project. But how do you split it from the main site
+repository into it’s own?
+
+Well, there are a couple of options.
+
+## Does it need to be part of the site repository?
+
+An interesting thing to consider is, does it _need_ to be a part of the site
+repository in the first place?
+
+If from the beginning you intend to contribute the module, theme or distribution
+and it’s written as generic and re-usable from the start, then it _could_ be
+created as a separate project on Drupal.org or as a private repository on your
+Git server from the beginning, and added as a dependency of the main project
+rather than part of it. It could already have the correct branch name and adhere
+to the Drupal.org release conventions and be managed as a separate project, then
+there is no later need to "clean it up" or split it from the main repo at all.
+
+This is how I worked at the [Drupal Association][2] - with all of the modules
+needed for Drupal.org hosted on Drupal.org itself, and managed as a dependency
+of the site repository with Drush Make.
+
+Whether this is a viable option or not will depend on your processes. For
+example, if your code needs to go through a peer review process before releasing
+it, then pushing it straight to Drupal.org would either complicate that process
+or bypass it completely. Pushing it to a separate private repository may depend
+on your team's level of familiarity with [Composer][3], for example.
+
+It does though avoid the “we’ll clean it up and contribute it later” scenario
+which probably happens less than people intend.
+
+## Create a new, empty repository
+
+If the project is already in the site repo, this is probably the most common
+method - to create a new, empty repository for the new project, add everything
+to it and push it.
+
+For example:
+
+```bash
+cd web/modules/custom/my_new_module
+
+# Create a new Git repository.
+git init
+
+# Add everything and make a new commit.
+git add -A .
+git commit -m 'Initial commit'
+
+# Rename the branch.
+git branch -m 8.x-1.x
+
+# Add the new remote and push everything.
+git remote add origin username@git.drupal.org:project/my_new_module.git
+git push origin 8.x-1.x
+```
+
+There is a huge issue with this approach though - **you now have only one single
+commit, and you’ve lost the commmit history!**
+
+This means that you lose the story and context of how the project was developed,
+and what decisions and changes were made during the lifetime of the project so
+far. Also, if multiple people developed it, now there is only one person being
+attributed - the one who made the single new commit.
+
+Also, if I’m considering adding your module to my project, personally I’m less
+likely to do so if I only see one "initial commit". I’d like to see the activity
+from the days, weeks or months prior to it being released.
+
+What this does allow though is to easily remove references to client names etc
+before pushing the code.
+
+## Use a subtree split
+
+An alternative method is to use [git-subtree][0], a Git command that "merges
+subtrees together and split repository into subtrees". In this scenario, we can
+use `split` to take a directory from within the site repo and split it into it’s
+own separate repository, keeping the commit history intact.
+
+Here is the description for the `split` command from the Git project itself:
+
+> Extract a new, synthetic project history from the history of the
+> subtree. The new history includes only the commits (including merges) that
+> affected , and each of those commits now has the contents of
+> at the root of the project instead of in a subdirectory. Thus, the newly
+> created history is suitable for export as a separate git repository.
+
+
+__Note__: This command needs to be run at the top level of the repository. Otherwise you will see an error like "You need to run this command from the toplevel of the working tree.".
+
+To find the path to the top level, run `git rev-parse --show-toplevel`.
+
+
+
+In order to do this, you need specify the prefix for the subtree (i.e. the
+directory that contains the project you’re splitting) as well as a name of a new
+branch that you want to split onto.
+
+```
+git subtree split --prefix web/modules/custom/my_new_module -b split_my_new_module
+```
+
+When complete, you should see a confirmation message showing the branch name and
+the commit SHA of the branch.
+
+```
+Created branch 'split_my_new_module'
+7edcb4b1f4dc34fc3b636b498f4284c7d98c8e4a
+```
+
+If you run `git branch`, you should now be able to see the new branch, and if
+you run `git log --oneline split_my_new_module`, you should only see commits for
+that module.
+
+If you do need to tidy up a particular commit to remove client references etc,
+change a commit message or squash some commits together, then you can do that by
+checking out the new branch, running an interactive rebase and making the
+required amends.
+
+```
+git checkout split_my_new_module
+git rebase -i --root
+```
+
+Once everything is in the desired state, you can use `git push` to push to the
+remote repo - specifying the repo URL, the local branch name and the remote
+branch name:
+
+```
+git push username@git.drupal.org:project/my_new_module.git split_my_new_module:8.x-1.x
+```
+
+In this case, the new branch will be `8.x-1.x`.
+
+Here is a screenshot of example module that I’ve split and pushed to GitLab.
+Notice that there are multiple commits in the history, and each still attributed
+to it’s original author.
+
+![Screenshot of a split project repo on GitLab](/images/blog/subtree-split-drupal-module.png)
+
+Also, as this is standard Git functionality, you can follow the same process to
+extract PHP libraries, Symfony bundles, WordPress plugins or anything else.
+
+[0]: https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt
+[1]:
+ https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt#L101-L108
+[2]: {{site.companies.drupal_association.url}}
+[3]: https://getcomposer.org
diff --git a/source/_posts/streaming-spabby-gary-hockin-about-drupal.md b/source/_posts/streaming-spabby-gary-hockin-about-drupal.md
new file mode 100644
index 00000000..d536b76d
--- /dev/null
+++ b/source/_posts/streaming-spabby-gary-hockin-about-drupal.md
@@ -0,0 +1,22 @@
+---
+title: Streaming with Spabby (Gary Hockin) about Drupal
+excerpt: I recently joined my friend Gary on his stream to discuss Drupal.
+tags:
+ - drupal
+ - php
+ - drupal-9
+ - streaming
+date: 2020-07-30
+---
+
+I recently joined my friend and fellow [PHP South Wales](https://phpsouthwales.uk) regular [Gary Hockin](https://twitter.com/GeeH "Gary on Twitter") (aka GeeH, aka Spabby) on his stream to discuss one of my favourite topics, Drupal.
+
+I've noticed that a lot of Developers within the wider PHP community have maybe used or looked at an earlier version of Drupal, like 4, 5 or 6, but not a more recent version, so this seemed like a good opportunity to discuss and demo some of the modern features and improvements in Drupal to Gary's mostly PHP focussed audience.
+
+You can currently [view the video on Gary's Twitch page](https://www.twitch.tv/videos/689269586), or I've embedded it below.
+
+We touched on the topic of decoupled Drupal, and we're planning a follow-up stream where we pair program and set up Drupal together with a front-end React application, which would be great fun!
+
+
+
+
diff --git a/source/_posts/style-drupal-6s-taxonomy-lists-php-css-and-jquery.md b/source/_posts/style-drupal-6s-taxonomy-lists-php-css-and-jquery.md
new file mode 100644
index 00000000..783df001
--- /dev/null
+++ b/source/_posts/style-drupal-6s-taxonomy-lists-php-css-and-jquery.md
@@ -0,0 +1,75 @@
+---
+title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery
+date: 2010-04-05
+excerpt: Getting started with Drupal theming by styling Drupal’s taxonomy lists.
+tags:
+ - drupal-6
+ - drupal-planet
+ - drupal-theming
+ - taxonomy
+---
+
+Whilst developing this, and other Drupal websites for clients, I decided that I
+wanted to categorise content using the taxonomy system. However, I wasn't happy
+with the way that Drupal displayed the terms lists by default, and I started
+comparing this to other websites that I look at.
+
+To start with, I wanted to have something that described what the list was
+displaying - like in the second example above. I wanted to have the words
+'Posted in' displayed before the list of terms. To do this, I had to edit the
+node template file that exists within my theme folder (sites/all/themes). As I
+only wanted this change to affect my Blog posts, the file that I needed to
+change is **node-blog.tpl.php**
+
+I scrolled down until I found the piece of code that displayed the terms list:
+
+```php
+
+
+
+
+
+```
+
+Adding `print t(' Posted in ')` will print the words 'Posted in' before
+outputing the terms.
+
+I then added some CSS to re-size the spacing between the items, and then add the
+commas between them to seperate them:
+
+```css
+.terms ul.links li {
+ margin-right: 1px;
+ padding: 0;
+}
+
+.terms ul.links li:after {
+ content: ",";
+}
+
+.terms ul.links li.last:after {
+ content: ".";
+}
+```
+
+I created a file named **script.js** in my theme folder with the following code
+in it. After clearing Drupal's caches, this file is automatically recognised by
+Drupal 6.
+
+```js
+if (Drupal.jsEnabled) {
+ $(document).ready(function() {
+ $('.terms ul.links li.last').prev().addClass('test');
+ })
+}
+```
+
+This code finds the last item in the list, uses **.prev** to select the one
+before it, and then uses **.addClass** to assign it the HTML class of "test". We
+can then use this class to target it with specific CSS.
+
+```css
+.terms ul.links li.test:after {
+ content: " and";
+}
+```
diff --git a/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md b/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md
new file mode 100644
index 00000000..5f4e7eba
--- /dev/null
+++ b/source/_posts/survey-results-my-drupalcon-europe-session-test-driven-drupal.md
@@ -0,0 +1,96 @@
+---
+title: Survey results from my DrupalCon Europe session (Test-Driven Drupal)
+excerpt: Here are the results from the session survey for my DrupalCon session (Test-Driven Drupal) on Drupal automated testing and test-driven development.
+tags:
+ - drupalcon
+ - speaking
+date: 2021-01-22
+---
+
+In December [I gave a talk at DrupalCon Europe](/blog/test-driven-drupal-presentation-drupalcon-europe) on automated testing and test-driven development in Drupal. At the end of each session, the attendees were shown a survey to complete and the results have just been released to the speakers.
+
+Here are the results from my session, and I've included the screenshot of the graphs at the bottom of this post. I'd like to thank everyone who attended the session live, and those who left valuable feedback afterward.
+
+If you want to see the slides and video for that session, click the link above to see the embedded slides and video.
+
+## Survey results
+
+Attendance: 134
+
+### Did the session description accurately represent the content presented?
+
+* Yes - 96.8%
+* No - 3.2%
+
+Total survey responses: 62
+
+### Overall, how would you rate this session?
+
+* 5 - 44.8%
+* 4 - 29.3%
+* 3 - 19%
+* 2 - 6.9%
+* 1 - 0%
+
+Total survey responses: 58
+
+### How would you rate the speaker(s)'s mastery of this topic?
+
+* Excellent - 64.4%
+* Very good - 24.4%
+* Good - 11.1%
+* Fair - 0%
+* Poor - 0%
+
+Total survey responses: 45
+
+### How would you rate the speaker(s)'s presentation skills?
+
+* Excellent - 46.8%
+* Very good - 31.9%
+* Good - 10.6%
+* Fair - 8.5%
+* Poor - 2.1%
+
+Total survey responses: 47
+
+### How would you rate the speaker(s)’s slides and other session materials?
+
+* Excellent - 47.8%
+* Very good - 30.4%
+* Good - 15.2%
+* Fair - 6.5%
+* Poor - 0%
+
+Total survey responses: 46
+
+### What changes could the speaker(s) have made for you to give it a higher rating?
+
+* A little more insights (e.g. on test environment setup)
+* Everything was perfect! Thank you :)
+* He ist to fast ;)
+* Just felt the end examples were rushed through slightly compared to the introduction at the start.
+* Less examples to more focus.
+* Nothing, was excellent
+* Not to shy and interact afterwards
+* Slower - too much content in too little time
+* Speak a little slower, especially when going through the example code
+* Yes
+
+### What did the speaker(s) do really well?
+
+* Broken down the steps into real clear examples
+* Clear, concise slides, minimal code (Which can be hard to read)
+* CodeBlocks
+* Covers all relevant topics.
+* End to end examples without just being a high level overview.
+* Examples
+* Good examples
+* Good preparation, Good speed
+* Good structured walkthrough
+* Great knowledge
+* Introduce the idea of TDD
+* Yes
+* You explained your workflow very clearly. You have a skill for making tricky concepts very clear. Thanks for a great talk.
+
+
diff --git a/source/_posts/test-driven-ansible-role-development-molecule.md b/source/_posts/test-driven-ansible-role-development-molecule.md
new file mode 100644
index 00000000..9c78b5d3
--- /dev/null
+++ b/source/_posts/test-driven-ansible-role-development-molecule.md
@@ -0,0 +1,39 @@
+---
+title: Test-Driven Ansible Role Development with Molecule
+date: 2019-06-02
+excerpt: Some resources that I found for testing Ansible roles with a tool called Molecule.
+tags:
+ - ansible
+ - molecule
+ - testing
+ - video
+---
+
+I used to maintain a number of [Ansible roles][roles], and I recently wrote one
+for automatically generating `settings.php` files for Drupal projects that I use
+for some client projects as part of the [Ansible and Ansistrano deployment
+process][talk], as it can populate these files with credentials stored in
+Ansible Vault.
+
+I uploaded an initial version of the role [onto GitHub][github], but haven’t yet
+released it onto Ansible Galaxy.
+
+I’d seen in other people’s roles and read elsewhere about writing automated
+tests for Ansible roles using a tool called [Molecule][molecule], and wanted to
+write some tests for this role before publishing it onto Galaxy.
+
+I looked around for resources about Molecule, and found a [blog post by Jeff
+Geerling][jeff-post], but also this YouTube video that I found very helpful.
+
+I’ve since been re-writing the role from scratch based on Molecule, and plan to
+release an official version of it soon.
+
+{% include 'youtube-video' with { id: DAnMyBZ8-Qs } %}
+
+[github]: https://github.com/opdavies/ansible-role-drupal-settings
+[jeff-post]:
+ https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule
+[molecule]: https://molecule.readthedocs.io
+[roles]:
+ https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html
+[talk]: /talks/deploying-php-ansible-ansistrano
diff --git a/source/_posts/test-driven-drupal-on-gitstore-leanpub.md b/source/_posts/test-driven-drupal-on-gitstore-leanpub.md
new file mode 100644
index 00000000..db670b81
--- /dev/null
+++ b/source/_posts/test-driven-drupal-on-gitstore-leanpub.md
@@ -0,0 +1,37 @@
+---
+title: Test-Driven Drupal on Gitstore and Leanpub
+excerpt: The work-in-progress codebase for the example application is now on Gitstore.
+date: 2020-04-22
+tags:
+ - drupal
+ - drupal-8
+ - drupal-association
+ - drupal-planet
+ - drupalcares
+ - testing
+ - test-driven-drupal
+has_tweets: true
+---
+
+Some time ago, I announced that I was planning on writing a book on automated testing and test driven development with Drupal. I [created a landing page][landing page] and set up a mailing list, but I wasn't sure at that point what I was going to cover or create as part of the book.
+
+
+{% include 'tweet' with {
+ class: 'my-6',
+ data_cards: true,
+ content: '
I'm going to write a book on automated testing in Drupal. Join the mailing list for updates, and I'm happy to take suggestions on what to cover. https://t.co/YXNpe6f8Ft#drupal
— Oliver Davies (@opdavies) May 15, 2018',
+} %}
+
+Being a meetup and DrupalCamp conference organiser, after some thought I decided to build a website for an example conference, and that some of this code would then be included in the book as example content. This seemed to cover most of what I originally wanted, through features like a call for papers for potential speakers to propose sessions, allowing organisers to administer and moderate those proposals, automatically sending notification emails to submitters and displaying the accepted sessions.
+
+I've started building it with Drupal 8.8 and it is [now available on GitStore][gitstore] to purchase access to, including all future updates as I continue building the application - adding new features and upgrading to Drupal 9 once it is released. There are some other interesting things there too, such as using feature flags to enable or disable functionality, and using GitHub Actions to run the tests automatically.
+
+The book itself I've [added a page for on Leanpub][leanpub], and I'll be continuing to add content to it in parallel to building the example codebase. Once there is enough content, I will release the first draft for purchase.
+
+Any purchases that are made via Gitstore or Leanpub, an amount will be donated to the [Drupal Association][] and the [#DrupalCares campaign][drupalcares] to help sustain the Association during COVID-19.
+
+[drupal association]: https://www.drupal.org/association
+[drupalcares]: https://www.drupal.org/association/drupal-cares-challenge
+[gitstore]: https://enjoy.gitstore.app/repositories/opdavies/test-driven-drupal-conference-app
+[landing page]: /test-driven-drupal
+[leanpub]: https://leanpub.com/test-driven-drupal
diff --git a/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md b/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md
new file mode 100644
index 00000000..41393eaa
--- /dev/null
+++ b/source/_posts/test-driven-drupal-presentation-drupalcon-europe.md
@@ -0,0 +1,22 @@
+---
+title: Test-Driven Drupal presentation from DrupalCon Europe
+excerpt: Links to the video and slides from my automated testing session from DrupalCon Europe.
+tags:
+ - drupal
+ - drupal-8
+ - drupalcon
+ - speaking
+date: 2021-01-12
+---
+
+Today, the sessions from DrupalCon Europe were posted on the [Drupal Association YouTube channel](https://www.youtube.com/playlist?list=PLpeDXSh4nHjTP7vRC6LCak9adK2yp1P5S), including my session on automated testing and test-driven development in Drupal 8 (and 9):
+
+Here is the video of my presentation:
+
+
+
+
+
+Here is an embedded version of the slides, which I've updated since the talk:
+
+
diff --git a/source/_posts/testing-tailwind-css-plugins-jest.md b/source/_posts/testing-tailwind-css-plugins-jest.md
new file mode 100644
index 00000000..d22568af
--- /dev/null
+++ b/source/_posts/testing-tailwind-css-plugins-jest.md
@@ -0,0 +1,284 @@
+---
+title: Testing Tailwind CSS plugins with Jest
+date: 2019-04-29
+excerpt: How to write tests for Tailwind CSS plugins using Jest.
+tags:
+ - javascript
+ - jest
+ - tailwind-css
+ - testing
+promoted: true
+---
+
+
+**Note:** The content of this post is based on tests seen in Adam Wathan’s ["Working on Tailwind 1.0" video][working-on-tailwind-video], the Jest documentation website, and existing tests for other Tailwind plugins that I’ve used such as [Tailwind CSS Interaction Variants][tailwindcss-interaction-variants].
+
+
+## Preface
+
+In Tailwind 0.x, there was a `list-reset` utility that reset the list style and
+padding on a HTML list, though it was removed prior to 1.0 and moved into
+Tailwind’s base styles and applied by default.
+
+However, on a few projects I use Tailwind in addition to either existing custom
+styling or another CSS framework, and don’t use `@tailwind base` (formerly
+`@tailwind preflight`) so don’t get the base styles.
+
+Whilst I could re-create this by replacing it with two other classes
+(`list-none` and `p-0`), I decided to write [my own Tailwind CSS plugin][repo]
+to re-add the `list-reset` class. This way I could keep backwards compatibility
+in my projects and only need to add one class in other future instances.
+
+In this post, I’ll use this as an example to show how to write tests for
+Tailwind CSS plugins with a JavaScript testing framework called [Jest][jest].
+
+More information about plugins for Tailwind CSS themselves can be found on the
+[Tailwind website][tailwind-docs-plugins].
+
+## Add dependencies
+
+To start, we need to include `jest` as a dependency of the plugin, as well as
+`jest-matcher-css` to perform assertions against the CSS that the plugin
+generates.
+
+We also need to add `tailwindcss` and `postcss` so that we can use them within
+the tests.
+
+```
+yarn add -D jest jest-matcher-css postcss tailwindcss@next
+```
+
+This could be done with `yarn add` or `npm install`.
+
+## Writing the first test
+
+In this plugin, the tests are going to be added into a new file called
+`test.js`. This file is automatically loaded by Jest based on it’s [testRegex
+setting][jest-testregex-setting].
+
+This is the format for writing test methods:
+
+```js
+test('a description of the test', () => {
+ // Perform tasks and write assertions
+});
+```
+
+The first test is to ensure that the correct CSS is generated from the plugin
+using no options.
+
+We do this by generating the plugin’s CSS, and asserting that it matches the
+expected CSS within the test.
+
+```js
+test('it generates the list reset class', () => {
+ generatePluginCss().then(css => {
+ expect(css).toMatchCss(`
+ .list-reset {
+ list-style: none;
+ padding: 0
+ }
+ `);
+ });
+});
+```
+
+However, there are some additional steps needed to get this working.
+
+### Generating the plugin’s CSS
+
+Firstly, we need to import the plugin’s main `index.js` file, as well as PostCSS
+and Tailwind. This is done at the beginning of the `test.js` file.
+
+```js
+const plugin = require('./index.js');
+const postcss = require('postcss');
+const tailwindcss = require('tailwindcss');
+```
+
+Now we need a way to generate the CSS so assertions can be written against it.
+
+In this case, I’ve created a function called `generatePluginCss` that accepts
+some optional options, processes PostCSS and Tailwind, and returns the CSS.
+
+```js
+const generatePluginCss = (options = {}) => {
+ return postcss(tailwindcss())
+ .process('@tailwind utilities;', {
+ from: undefined,
+ })
+ .then(result => result.css);
+};
+```
+
+Alternatively, to test the output of a component, `@tailwind utilities;` would
+be replaced with `@tailwind components`.
+
+```js
+.process('@tailwind components;', {
+ from: undefined
+})
+```
+
+Whilst `from: undefined` isn’t required, if it’s not included you will get this
+message:
+
+> Without `from` option PostCSS could generate wrong source map and will not
+> find Browserslist config. Set it to CSS file path or to `undefined` to prevent
+> this warning.
+
+### Configuring Tailwind
+
+In order for the plugin to generate CSS, it needs to be enabled within the test,
+and Tailwind’s core plugins need to be disabled so that we can assert against
+just the output from the plugin.
+
+As of Tailwind 1.0.0-beta5, this can be done as follows:
+
+```
+tailwindcss({
+ corePlugins: false,
+ plugins: [plugin(options)]
+})
+```
+
+In prior versions, each plugin in `corePlugins` needed to be set to `false`
+separately.
+
+I did that using a `disableCorePlugins()` function and [lodash][lodash], using
+the keys from `variants`:
+
+```
+const _ = require('lodash')
+
+// ...
+
+const disableCorePlugins = () => {
+ return _.mapValues(defaultConfig.variants, () => false)
+}
+```
+
+### Enabling CSS matching
+
+In order to compare the generated and expected CSS, [the CSS matcher for
+Jest][jest-css-matcher] needs to be required and added using
+[expect.extend][jest-expect-extend].
+
+```js
+const cssMatcher = require('jest-matcher-css')
+
+...
+
+expect.extend({
+ toMatchCss: cssMatcher
+})
+```
+
+Without it, you’ll get an error message like _"TypeError: expect(...).toMatchCss
+is not a function"_ when running the tests.
+
+## The next test: testing variants
+
+To test variants we can specify the required variant names within as options to
+`generatePluginCss`.
+
+For example, this is how to enable `hover` and `focus` variants.
+
+```js
+generatePluginCss({ variants: ['hover', 'focus'] });
+```
+
+Now we can add another test that generates the variant classes too, to ensure
+that also works as expected.
+
+```js
+test('it generates the list reset class with variants', () => {
+ generatePluginCss({ variants: ['hover', 'focus'] }).then(css => {
+ expect(css).toMatchCss(`
+ .list-reset {
+ list-style: none;
+ padding: 0
+ }
+
+ .hover\\:list-reset:hover {
+ list-style: none;
+ padding: 0
+ }
+
+ .focus\\:list-reset:focus {
+ list-style: none;
+ padding: 0
+ }
+ `);
+ });
+});
+```
+
+## Running tests locally
+
+Now that we have tests, we need to be able to run them.
+
+With Jest included as a dependency, we can update the `test` script within
+`package.json` to execute it rather than returning a stub message.
+
+```diff
+- "test": "echo \"Error: no test specified\" && exit 1"
++ "test": "jest"
+```
+
+This means that as well as running the `jest` command directly to run the tests,
+we can also run `npm test` or `yarn test`.
+
+After running the tests, Jest will display a summary of the results:
+
+![A screenshot of the Jest output after running the tests, showing 1 passed test suite and 2 passed tests, as well as the test run time.](/images/blog/testing-tailwindcss-plugins/running-tests.png)
+
+## Running tests automatically with Travis CI
+
+As well as running the tests locally, they can also be run automatically via
+services like [Travis CI][travis] when a new pull request is submitted or each
+time new commits are pushed.
+
+This is done by adding a `.travis-ci.yml` file to the repository, like this one
+which is based on the [JavaScript and Node.js example][travis-nodejs-example]:
+
+```yaml
+language: node_js
+
+node_js:
+ - '8'
+
+cache:
+ directories:
+ - node_modules
+
+before_install:
+ - npm update
+
+install:
+ - npm install
+
+script:
+ - npm test
+```
+
+With this in place, the project can now be enabled on the Travis website, and
+the tests will be run automatically.
+
+For this plugin, you can see the results at
+.
+
+[jest-css-matcher]: https://www.npmjs.com/package/jest-matcher-css
+[jest-expect-extend]: https://jestjs.io/docs/en/expect#expectextendmatchers
+[jest-testregex-setting]:
+ https://jestjs.io/docs/en/configuration#testregex-string-array-string
+[jest]: https://jestjs.io
+[lodash]: https://lodash.com
+[repo]: https://github.com/opdavies/tailwindcss-list-reset
+[tailwind-docs-plugins]: https://tailwindcss.com/docs/plugins
+[tailwindcss-interaction-variants]:
+ https://www.npmjs.com/package/tailwindcss-interaction-variants
+[travis-nodejs-example]:
+ https://docs.travis-ci.com/user/languages/javascript-with-nodejs
+[travis]: https://travis-ci.org
+[working-on-tailwind-video]: https://www.youtube.com/watch?v=SkTKN38wSEM
diff --git a/source/_posts/thanks.md b/source/_posts/thanks.md
new file mode 100644
index 00000000..ac7ce5fe
--- /dev/null
+++ b/source/_posts/thanks.md
@@ -0,0 +1,14 @@
+---
+title: Thanks
+date: 2014-05-06
+excerpt: Thanks everyone or their comments about my move to the Drupal Association.
+tags:
+ - drupal
+ - drupal-association
+ - personal
+---
+
+This is just a quick post to thank everyone for their comments and
+congratulations after my previous post about
+[joining the Drupal Association](/blog/drupal-association/). I’m looking forward
+to my first day in the job tomorrow.
diff --git a/source/_posts/turning-drupal-module-into-feature.md b/source/_posts/turning-drupal-module-into-feature.md
new file mode 100644
index 00000000..b34da9b4
--- /dev/null
+++ b/source/_posts/turning-drupal-module-into-feature.md
@@ -0,0 +1,35 @@
+---
+title: Turning Your Custom Drupal Module into a Feature
+date: 2017-05-20
+excerpt: How to turn a custom Drupal module into a Feature.
+tags:
+ - drupal
+ - drupal-7
+ - drupal-planet
+ - features
+---
+
+Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I
+decided that I was going to add some tests to ensure that the bug was fixed and
+doesn’t get accidentially re-introduced in the future. The test though required
+me to have a particular content type and fields which are specific to this site,
+so weren’t present within the standard installation profile used to run tests.
+
+I decided to convert the custom module into a [Feature][0] so that the content
+type and it’s fields could be added to it, and therefore present on the testing
+site once the module is installed.
+
+To do this, I needed to expose the module to the Features API.
+
+All that’s needed is to add this line to the `mymodule.info` file:
+
+```ini
+features[features_api][] = api:2
+```
+
+After clearing the cache, the module is now visible in the Features list - and
+ready to have the appropriate configuration added to it.
+
+!['The features list showing the custom module'](/images/blog/custom-module-as-a-feature.png)
+
+[0]: https://www.drupal.org/project/features
diff --git a/source/_posts/tweets-drupalcamp-london.md b/source/_posts/tweets-drupalcamp-london.md
new file mode 100644
index 00000000..13506a2b
--- /dev/null
+++ b/source/_posts/tweets-drupalcamp-london.md
@@ -0,0 +1,69 @@
+---
+title: Tweets from DrupalCamp London
+date: 2018-03-04
+excerpt: I wasn’t able to make it to DrupalCamp London, but here are some of the tweets that I saw.
+tags:
+ - drupal
+ - drupalcamp
+ - drupalcamp-london
+has_tweets: true
+---
+
+In the end, I wasn’t able to make it to DrupalCamp London because of the heavy
+snow that’s hit the UK over the last few days. I did though keep a close eye on
+Twitter and still had good conversations with some of the attendees, so it did
+feel that in some ways I was still part of the conference.
+
+Thanks to [@ChandeepKhosa](https://twitter.com/ChandeepKhosa),
+[@OrangePunchUK](https://twitter.com/OrangePunchUK),
+[@hussainweb](https://twitter.com/hussainweb),
+[@littlepixiez](https://twitter.com/littlepixiez),
+[@cferthorney](https://twitter.com/cferthorney) and others for taking the time
+to tweet whilst enjoying the event.
+
+Here are some of my favourites that I saw, and no snow next year, please!
+
+
This weekend at @DrupalCampLDN will be 5 years since my 1st #Drupal conference. It was life-changing, leading to travel across Europe learning, being inspired & speaking at 25 others. Thanks everyone who helped shape my journey, see you soon! #DCLondonpic.twitter.com/BeulE0XqET
A great weekend. Thanks to the organisers for putting on a great show. Thanks to @ReasonDigital for sending me. Lots of new stuff to try out on Monday! https://t.co/Xxvl7ZYcqj
A huge huge huge thank you to all our sponsors, speakers, volunteers, attendees and everyone else involved in that Camp. It was a fantastic weekend! Look out for the post Camp Survey and more! #DCLondon
diff --git a/source/_posts/uis-ive-rebuilt-tailwind-css.md b/source/_posts/uis-ive-rebuilt-tailwind-css.md
new file mode 100644
index 00000000..044ab8d4
--- /dev/null
+++ b/source/_posts/uis-ive-rebuilt-tailwind-css.md
@@ -0,0 +1,22 @@
+---
+title: UIs that I've Rebuilt with Tailwind CSS
+excerpt: A collection of all of the UIs that I've rebuilt using Tailwind CSS for talk demos etc.
+tags:
+ - css
+ - tailwind-css
+date: 2020-11-02
+---
+
+Like Adam Wathan and other Tailwind CSS users, I've rebuilt a number of existing websites and user interfaces with [Tailwind CSS](https://tailwindcss.com), either for practice, to try out some new features, or for a demo for a talk where I like to have a relevant example for that audience.
+
+I thought that I'd list them all here, and keep the list up to date for future reference. Most of them are [tagged on GitHub](/tailwind-repos), though I have been using [Tailwind Play](https://play.tailwindcss.com) for the newest ones.
+
+Here is the list (last updated in November 2020):
+
+- [Bartik](https://rebuilding-bartik.oliverdavies.uk) (Drupal's default theme), built with Vue.js. I've also made a version using Alpine JS.
+- [Acquia's hosting dashboard](https://rebuilding-acquia.oliverdavies.uk), built with Vue.js.
+- [The WordPress 2019 theme](https://wp-tailwind.oliverdavies.uk), built for WordCamp Bristol 2019.
+- [Symfony.com website](http://rebuilding-symfony.oliverdavies.uk), built for Leeds PHP meetup.
+- [Bristol JS website](https://rebuilding-bristol-js.oliverdavies.uk), built with Vue.js for Bristol JS meetup.
+- [Platform.sh's hosting dashboard](https://rebuilding-platformsh.oliverdavies.uk) - in progress.
+- [Pantheon's hosting dashboard](/rebuilding-pantheon) - in progress.
diff --git a/source/_posts/updating-features-adding-components-using-drush.md b/source/_posts/updating-features-adding-components-using-drush.md
new file mode 100644
index 00000000..144da7e7
--- /dev/null
+++ b/source/_posts/updating-features-adding-components-using-drush.md
@@ -0,0 +1,74 @@
+---
+title: Updating Features and Adding Components Using Drush
+date: 2014-10-21
+excerpt: How to update features on the command line using Drush.
+tags:
+ - drupal
+ - drupal-planet
+ - drush
+ - features
+---
+
+If you use the [Features module](http://drupal.org/project/features) to manage
+your Drupal configuration, it can be time consuming to update features through
+the UI, especially if you are working on a remote server and need to keep
+downloading and uploading files.
+
+If you re-create a feature through the UI, you'll be prompted to download a new
+archive of the feature in its entirety onto your local computer. You could
+either commit this into a local repository and then pull it remotely, or use a
+tool such as SCP to upload the archive onto the server and commit it from there.
+You can simplify this process by using [Drush](http://drush.org).
+
+## Finding Components
+
+To search for a component, use the `drush features-components` command. This
+will display a list of all components on the site. As we're only interested in
+components that haven't been exported yet, add the `--not-exported` option to
+filter the results.
+
+To filter further, you can also use the `grep` command to filter the results.
+For example, `drush features-components --not-exported field_base | grep foo`,
+would only return non-exported field bases containing the word "foo".
+
+The result is a source and a component, separated by a colon. For example,
+`field_base:field_foo`.
+
+## Exporting the Feature
+
+Once you have a list of the components that you need to add, you can export the
+feature. This is done using the `drush features-export` command, along with the
+feature name and the component names.
+
+For example:
+
+```bash
+$ drush features-export -y myfeature field_base:field_foo field_instance:user-field_foo
+```
+
+In this example, the base for field_boo and it's instance on the user object is
+being added to the "myfeature" feature.
+
+If you are updating an existing feature, you'll get a message informing you that
+the module already exists and asking if you want to continue. This is fine, and
+is automatically accepted by including `-y` within the command. If a feature
+with the specified name doesn't exist, it will be created.
+
+If you're creating a new feature, you can define where the feature will be
+created using the `--destination` option.
+
+Once complete, you will see a confirmation message.
+
+> Created module: my feature in sites/default/modules/custom/features/myfeature
+
+## The Result
+
+Once finished, the feature is updated in it's original location, so there's no
+download of the feature and then needing to re-upload it. You can add and commit
+your changes into Git or continue with your standard workflow straight away.
+
+## Useful Links
+
+- [The Features project page on Drupal.org](http://www.drupal.org/project/features)
+- [The "drush features-components" command](http://www.drushcommands.com/drush-6x/features/features-components)
+- [The "drush features-export" command](http://www.drushcommands.com/drush-6x/features/features-export)
diff --git a/source/_posts/updating-forked-github-repos.md b/source/_posts/updating-forked-github-repos.md
new file mode 100644
index 00000000..e4602b03
--- /dev/null
+++ b/source/_posts/updating-forked-github-repos.md
@@ -0,0 +1,121 @@
+---
+title: Updating Forked Repositories on GitHub
+date: 2015-06-18
+excerpt: I just had to update a repo that I forked on GitHub. This is how I did it. Did I do it the correct way?
+tags:
+ - git
+ - github
+ - phpstorm
+ - sculpin
+---
+
+I just had to update a repo that I forked on GitHub. This is how I did it. Did I
+do it the correct way?
+
+## Sculpin
+
+People may or may not know, but this site runs on
+[Sculpin](https://sculpin.io/), a PHP based static site generator (this may be
+the first time that I've mentioned it on this site). The source code is hosted
+on [GitHub](https://github.com/opdavies/oliverdavies.uk), and I've listed the
+site on the [Community page](https://sculpin.io/community/) on the Sculpin
+website.
+
+To get it there, I forked the
+[main sculpin.io repository](https://github.com/sculpin/sculpin.io) so that I
+had [my own copy](https://github.com/opdavies/sculpin.io), created a branch,
+made my additions and submitted a pull request. Easy enough!
+
+## New Domain
+
+In the last week or so, I've changed this site URL from .co.uk to just .uk, and
+also updated the GitHub repo URL to match, so I wanted to update the Community
+page to use the correct URL.
+
+There had been commits to the main repo since my pull request was merged, I
+didn't want to delete my repo and fork again, and making any changes against and
+old codebase isn't best practice, so I wanted to merge the latest changes into
+my forked repo before I did anything else - just to check that I didn't break
+anything!
+
+## Updating my Local Repo
+
+I had a quick look for a _Update my fork_ button or something, but couldn't see
+one to I added the main repository as an additional remote called `upstream` and
+fetched the changes.
+
+```bash
+$ git remote add upstream https://github.com/sculpin/sculpin.io.git
+
+$ git fetch upstream
+remote: Counting objects: 33, done.
+remote: Total 33 (delta 6), reused 6 (delta 6), pack-reused 27
+Unpacking objects: 100% (33/33), done.
+From https://github.com/sculpin/sculpin.io
+* [new branch] master -> upstream/master
+* [new branch] pr/4 -> upstream/pr/4
+```
+
+Now my local site knows about the upstream repo, and I could rebase the changes
+(`git pull upstream master` should have worked too) and push them back to
+origin.
+
+```bash
+$ git rebase upstream/master
+First, rewinding head to replay your work on top of it...
+...
+Fast-forwarded master to upstream/master.
+
+$ git push origin master
+```
+
+This seems to have worked OK - the commits are still authored by the correct
+people and at the correct date and time - and I went ahead and created a new
+feature branch and pull request based on that master branch.
+
+{% include 'figure' with {
+ image: {
+ src: '/images/blog/forked-github-repo-commits.png',
+ alt: 'The commits on my master branch after rebasing',
+ },
+ caption: 'The commits on my forked master branch after rebasing and pushing. All good!',
+} %}
+
+{% include 'figure' with {
+ image: {
+ src: '/images/blog/my-commit-to-the-rebased-branch.png',
+ alt: 'The new feature branch with my additional commit',
+ },
+ caption: 'The new feature branch with the new commit.',
+} %}
+
+## Is There a Better Way?
+
+Did I miss something? Is there a recommended and/or better way to update your
+forked repos, maybe through the UI? Please
+send
+me a tweet with any comments.
+
+## Up
+
+**December 2015:** I’ve found that PhpStorm has an option available to rebase a
+fork from within the IDE. This is within the _VCS_ > _Git_ menu.
+
+I believe that it will use an existing "upstream" remote if it exists, otherwise
+it will add one automatically for you, linking to the repository that you forked
+from.
+
+Once you’ve completed the rebase, you can then push your updated branch either
+from the terminal, or using the _Push_ command from the same menu.
+
+![Rebasing a forked repository in PhpStorm using the VCS menu.](/images/blog/github-fork-rebase-phpstorm.png)
+
+It would be great to see something similar added to
+[hub](https://hub.github.com) too (I’ve created
+[an issue](https://github.com/github/hub/issues/1047))!
+
+## Resources
+
+- [PhpStorm - Advanced GitHub Integration: Rebase My GitHub Fork (blog post)](http://blog.jetbrains.com/idea/2011/02/advanced-github-integration-rebase-my-github-fork/)
+- [Rebasing a GitHub fork inside PhpStorm (video)](https://www.youtube.com/watch?v=Twy-dhVgN4k)
+- [hub](https://hub.github.com) - makes Git better with GitHub
diff --git a/source/_posts/upgrading-dransible-project-drupal-9.md b/source/_posts/upgrading-dransible-project-drupal-9.md
new file mode 100644
index 00000000..33e7d352
--- /dev/null
+++ b/source/_posts/upgrading-dransible-project-drupal-9.md
@@ -0,0 +1,51 @@
+---
+title: Upgrading the Dransible project to Drupal 9
+excerpt: How I recently upgraded the Dransible example project from Drupal 8.8 to 9.0.
+tags:
+ - composer
+ - dransible
+ - drupal
+ - drupal-9
+ - drupal-planet
+ - php
+date: 2020-09-05
+---
+
+This week I gave [a new talk on upgrading to Drupal 9](/talks/upgrading-your-site-drupal-9) for the Drupal NYC meetup. Whilst preparing for that, I decided to upgrade my [Dransible example project](https://github.com/opdavies/dransible) that I use for my [Ansible and Ansistrano talk](/talks/deploying-php-ansible-ansistrano) to Drupal 9 and document the process.
+
+Whilst the steps taken are in the slides for that talk, here is the full list of steps that I took including the Composer commands.
+
+## Updating from Drupal 8.8 to 8.9 { #updating-from-drupal-88-to-89 }
+
+To begin with, let's update to the latest version of Drupal 8 so that we can do some testing and see all of the latest deprecation notices before moving to Drupal 9.
+
+1. Remove Drush temporarily using `composer remove drush/drush` as it will cause us being stuck on Drupal 8.9.0-beta2 rather than a newer, stable 8.9 version.
+1. Update `^8.8` to `^8.9` in composer.json for `drupal/core-recommended`, `drupal/core-dev` and `drupal/core-composer-scaffold`, and run `composer update drupal/core-* --with-dependencies` to update core to 8.9.5.
+1. Re-add Drush so that it's present for the deployment by running `composer require drush/drush:^9`.
+
+## Preparing for Drupal 9 {#preparing-drupal-9}
+
+1. Add the [Upgrade Status module](https://www.drupal.org/project/upgrade_status) by running `composer require drupal/upgrade_status`.
+1. Upgrade to Drush 10 by running `composer require drush/drush:^10`.
+1. Remove the [Config Installer module](https://www.drupal.org/project/config_installer) by running `composer remove drupal/config_installer`. This is no longer needed since Drupal 8.6, and there will be no Drupal 9 version.
+1. Update the [Admin Toolbar module](https://www.drupal.org/project/admin_toolbar) to 2.3, a Drupal 9 compatible version, by running `composer update drupal/admin_toolbar`.
+
+As I'd previously updated the Simple Message custom module to be Drupal 9 compatible (adding the `core_version_requirement` key to the info.yml file, and removing usages of deprecated code), no changes needed to be made to that.
+
+## Upgrading to Drupal 9 {#upgrading-drupal-9}
+
+1. Update `^8.9` to `^9.0` for the core packages in composer.json, and run `composer update drupal/core-* --with-dependencies` to update to 9.0.5.
+1. Re-add Drush by running `composer require drush/drush`. This will install Drush 10 by default.
+
+## Post upgrade {#post-upgrade}
+
+Although everything seemed to have updated OK locally, there were some errors when running a deployment to the Vagrant virtual machine that needed to be addressed, as well as some post-upgrade housekeeping steps to perform.
+
+1. Fix the deployment error by adding the [Symfony Configuration component](https://symfony.com/components/Config) as a dependency by running `composer require symfony/config:^4`.
+1. Alias `Drupal\Core\Messenger\MessengerInterface` to `messenger` in `simple_message.services.yml` to fix the autowiring error.
+1. Add `settings["config_sync_directory"]` to settings file variables (this will be added automatically in the next version of the [Drupal settings Ansible role](https://github.com/opdavies/ansible-role-drupal-settings)).
+1. Remove the Upgrade Status module by running `composer remove drupal/upgrade_status`, as it's no longer needed.
+
+And that's it! The Dransible demo project is upgraded, and if you see my Ansible deployments talk in the future, the demo site will be running on Drupal 9.
+
+If you want to see the original pull request, it's at .
diff --git a/source/_posts/use-authorized-keys-create-passwordless-ssh-connection.md b/source/_posts/use-authorized-keys-create-passwordless-ssh-connection.md
new file mode 100644
index 00000000..eda31b02
--- /dev/null
+++ b/source/_posts/use-authorized-keys-create-passwordless-ssh-connection.md
@@ -0,0 +1,33 @@
+---
+title: How to use Authorized Keys to Create a Passwordless SSH Connection
+date: 2012-02-01
+excerpt: How to generate a SSH key, and how to use to log in to a server using SSH without entering a password.
+tags:
+ - linux
+ - ssh
+---
+
+If you're accessing Linux servers or automating tasks between servers, rather
+than having to enter your user password every time, you can also use SSH public
+key authentication. This is a simple process that involves creating a local key
+and storing it within the _authorized_keys_ file on the remote server.
+
+1. Check if you already have a SSH key. `$ ssh-add -L`
+1. If you don't have one, create one. `$ ssh-keygen`
+1. Upload the key onto the server. Replace _myserver_ with the hostname or IP
+ address of your remote server. `$ ssh-copy-id myserver`
+
+If you're using Mac OS X and you don't have ssh-copy-id installed, download and
+install [Homebrew](http://mxcl.github.com/homebrew 'Homebrew') and run the
+`brew install ssh-copy-id` command.
+
+If successful, you should now see a message like:
+
+> Now try logging into the machine, with "ssh 'myserver'", and check in:
+>
+> ~/.ssh/authorized_keys
+>
+> to make sure we haven't added extra keys that you weren't expecting.
+
+Now the next time that you SSH onto the server, it should log you in without
+prompting you for your password.
diff --git a/source/_posts/use-regular-expressions-search-replace-coda-or-textmate.md b/source/_posts/use-regular-expressions-search-replace-coda-or-textmate.md
new file mode 100644
index 00000000..eaacc8f3
--- /dev/null
+++ b/source/_posts/use-regular-expressions-search-replace-coda-or-textmate.md
@@ -0,0 +1,57 @@
+---
+title: Use Regular Expressions to Search and Replace in Coda or TextMate
+date: 2010-11-04
+excerpt: How to perform searches using regular expressions.
+tags:
+ - coda
+ - database
+ - regular-expression
+ - sequel-pro
+ - taxonomy
+ - textmate
+---
+
+As in
+[the original post](/blog/add-taxonomy-term-multiple-nodes-using-sql/ 'Quickly adding a taxonomy term to multiple nodes using SQL'),
+I'd generated a list of node ID values, and needed to add structure the SQL
+update statment formatted in a certain way. However, I changed my inital query
+slightly to out put the same nid value twice.
+
+```sql
+SELECT nid, nid FROM node WHERE TYPE = 'blog' ORDER BY nid ASC;
+```
+
+Then, I could select all of the returned rows, copy the values, and paste them
+into Coda:
+
+As before, I needed my SQL update statement to be in the following format:
+
+```sql
+INSERT INTO term_node VALUE (nid, vid, tid), (nid2, vid2, tid);
+```
+
+As I mentioned previously, the nid and vid values are the same for each node,
+and the tid will remain constant. In this case, the tid value that I needed to
+use was '63'.
+
+So, using the 'Find and Replace' function within Coda, combined with
+[regular expressions](http://en.wikipedia.org/wiki/Regular_expression) (regex),
+I can easily format the values as needed. To begin with, I need to ensure that
+the RegEx search option is enabled, and that I'm using the correct escape
+character.
+
+The first thing that I wanted to do was add the seperating comma between the two
+values. To do this, I perform a search for `\s*\t`. This searches for everything
+that is whitespace AND is a tab value. I can then add the comma as the
+replacement for each result.
+
+All 31 lines have been changed.
+
+Next, I can use `\n` to target the lines between the rows. I'll replace it with
+the next comma, the number 63 (the tid value), the closing bracket, another
+comma, re-add the line and add the opening bracket.
+
+The only two lines that aren't changed are the first and last, as they don't
+have any line breaks following them. I can complete these lines manually. Now
+all I need to do is add the beginning of the SQL update statement, then copy and
+paste it into Sequel Pro.
diff --git a/source/_posts/use-sass-and-compass-drupal-7-using-sassy.md b/source/_posts/use-sass-and-compass-drupal-7-using-sassy.md
new file mode 100644
index 00000000..2ebae84f
--- /dev/null
+++ b/source/_posts/use-sass-and-compass-drupal-7-using-sassy.md
@@ -0,0 +1,79 @@
+---
+title: How to use SASS and Compass in Drupal 7 using Sassy
+date: 2012-12-06
+excerpt: Use PHPSass and the Sassy module to use Sass and Compass in your Drupal theme.
+tags:
+ - compass
+ - css
+ - drupal
+ - drupal-7
+ - drupal-planet
+ - less
+ - preprocessing
+ - sass
+---
+
+I've recently started using [SASS](http://sass-lang.com) rather than LESS to do
+my CSS preprocessing - namely due to its integration with
+[Compass](http://compass-style.org) and it's built-in CSS3 mixins. Here are
+three modules that provide the ability to use SASS within Drupal.
+
+- [Sassy](http://drupal.org/project/sassy 'Sassy module on drupal.org')
+- [Prepro](http://drupal.org/project/prepro 'Prepro module on drupal.org')
+- [Libraries API](http://drupal.org/project/libraries 'Libraries API module on drupal.org')
+
+Alternatively, you could use a base theme like
+[Sasson](http://drupal.org/project/sasson 'Sasson theme on drupal.org') that
+includes a SASS compiler.
+
+## Download the PHPSass Library
+
+The first thing to do is download the PHPSass library from
+[GitHub](https://github.com/richthegeek/phpsass 'PHPSass on GitHub'), as this is
+a requirement of the Sassy module and we can't enable it without the library.
+So, in a Terminal window:
+
+```bash
+$ mkdir -p sites/all/libraries;
+$ cd sites/all/libraries;
+$ wget https://github.com/richthegeek/phpsass/archive/master.tar.gz;
+$ tar zxf master.tar.gz;
+$ rm master.tar.gz;
+$ mv phpsass-master/ phpsass
+```
+
+Or, if you're using Drush Make files:
+
+```ini
+libraries[phpsass][download][type] = "get"
+libraries[phpsass][download][url] = "https://github.com/richthegeek/phpsass/archive/master.tar.gz"
+```
+
+The PHPSass library should now be located at `sites/all/libraries/phpsass`.
+
+## Download and enable the Drupal modules
+
+This is easy if you use [Drush](http://drupal.org/project/drush):
+
+```bash
+$ drush dl libraries prepro sassy
+$ drush en -y libraries prepro sassy sassy_compass
+```
+
+Otherwise, download the each module from it's respective project page and place
+it within your `sites/all/modules` or `sites/all/modules/contrib` directory.
+
+## Configuring the Prepro module
+
+The Prepro module provides various settings that can be changed for each
+preprocessor. Go to `admin/config/media/prepro` to configure the module as
+required.
+
+Personally, in development, I'd set caching to 'uncached' and the error
+reporting method to 'show on page'. In production, I'd change these to "cached"
+and "watchdog" respectively. I'd also set the output style to "compressed",
+
+## Adding SASS files into your theme
+
+With this done, you can now add SASS and SCSS files by adding a line like
+`stylesheets[all][] = css/base.scss` in your theme's .info file.
diff --git a/source/_posts/useful-drupal-6-modules.md b/source/_posts/useful-drupal-6-modules.md
new file mode 100644
index 00000000..1b482bd7
--- /dev/null
+++ b/source/_posts/useful-drupal-6-modules.md
@@ -0,0 +1,57 @@
+---
+title: 10 Useful Drupal 6 Modules
+date: 2010-06-25
+excerpt: A list of 10 contributed modules that I currently use on each Drupal project.
+tags:
+ - drupal
+ - drupal-6
+ - drupal-modules
+ - drupal-planet
+---
+
+Aside from the obvious candidates such as Views, CCK etc, here are a list of 10
+contributed modules that I currently use on each Drupal project.
+
+So, in no particular order:
+
+- **[Admin](http://drupal.org/project/admin):** The admin module provides UI
+ improvements to the standard Drupal admin interface. I've just upgraded to the
+ new [6.x-2.0-beta4](http://drupal.org/node/835870) version, and installed the
+ newly-required
+ [Rubik](http://code.developmentseed.org/rubik)/[Tao](http://code.developmentseed.org/tao)
+ themes. So far, so good!
+- **[Better Permissions](http://drupal.org/project/better_perms)/[Filter Permissions](http://drupal.org/project/filter_perms):
+ **Basic permissions is a basic module which enhances the Drupal
+ Permissions page to support collapsing and expanding permission rows. Filter
+ permissions provides filters at the top of the Permissions page for easier
+ management when your site has a large amount of roles and/or permissions.
+- **[Better Formats](http://drupal.org/project/better_formats): **Better
+ formats is a module to add more flexibility to Drupal's core input format
+ system.
+- **[Clone module](http://drupal.org/project/node_clone):** Allows users to
+ make a copy of an existing item of site content (a node) and then edit that
+ copy.
+- **[Vertical Tabs](http://drupal.org/project/vertical_tabs): **Integrated
+ into Drupal 7 core, this module adds vertical tabs to the node add and edit
+ forms.
+- **[Context](http://drupal.org/project/context): **Context allows you to
+ manage contextual conditions and reactions for different portions of your
+ site. You can think of each context as representing a "section" of your site.
+ For each context, you can choose the conditions that trigger this context to
+ be active and choose different aspects of Drupal that should react to this
+ active context.
+- **[Node Picker](http://drupal.org/project/nodepicker):** A rewrite of the
+ module [TinyMCE Node Picker](http://drupal.org/project/tinymce_node_picker).
+ Allows you to easily create links to internal nodes.
+- **[Module Filter](http://drupal.org/project/module_filter):** What this
+ module aims to accomplish is the ability to quickly find the module you are
+ looking for without having to rely on the browsers search feature which more
+ times than not shows you the module name in the 'Required by' or 'Depends on'
+ sections of the various modules or even some other location on the page like a
+ menu item.
+- **[Zenophile](http://drupal.org/project/zenophile):** Quickly create Zen
+ subthemes.
+- **[Add Another](http://drupal.org/project/addanother):** Add another
+ displays a message after a user creates a node, and/or displays an "Add
+ another" tab on nodes allowing them to make another node of the same type. You
+ can control what roles and node types see this feature.
diff --git a/source/_posts/useful-vagrant-commands.md b/source/_posts/useful-vagrant-commands.md
new file mode 100644
index 00000000..0e63a7e7
--- /dev/null
+++ b/source/_posts/useful-vagrant-commands.md
@@ -0,0 +1,24 @@
+---
+title: Useful Vagrant Commands
+date: 2013-11-27
+excerpt: Here are the basic commands that you need to adminster a virtual machine using Vagrant.
+tags:
+ - vagrant
+---
+
+[Vagrant](http://www.vagrantup.com 'About Vagrant') is a tool for managing
+virtual machines within [VirtualBox](https://www.virtualbox.org) from the
+command line. Here are some useful commands to know when using Vagrant.
+
+| Command | Description |
+| :--------------------------- | :----------------------------------------------------------------------------------------------------------- |
+| vagrant init {box} | Initialise a new VM in the current working directory. Specify a box name, or "base" will be used by default. |
+| vagrant status | Shows the status of the Vagrant box(es) within the current working directory tree. |
+| vagrant up (--provision) | Boots the Vagrant box. Including "–provision" also runs the "vagrant provision" command. |
+| vagrant reload (--provision) | Reloads the Vagrant box. Including "--provision" also runs the "vagrant provision" command. |
+| vagrant provision | Provision the Vagrant box using Puppet. |
+| vagrant suspend | Suspend the Vagrant box. Use "vagrant up" to start the box again. |
+| vagrant halt (-f) | Halt the Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation. |
+| vagrant destroy (-f) | Destroys a Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation. |
+
+The full Vagrant documentation can be found at .
diff --git a/source/_posts/using-imagecache-and-imagecrop-my-portfolio.md b/source/_posts/using-imagecache-and-imagecrop-my-portfolio.md
new file mode 100644
index 00000000..422901aa
--- /dev/null
+++ b/source/_posts/using-imagecache-and-imagecrop-my-portfolio.md
@@ -0,0 +1,44 @@
+---
+title: Using ImageCache and ImageCrop for my Portfolio
+date: 2010-04-28
+excerpt: How to create thumbnail images using the ImageCache and ImageCrop modules.
+tags:
+ - drupal
+ - drupal-6
+ - cck
+ - imagecache
+ - imagecrop
+ - imagefield
+---
+
+Whilst working on my own portfolio/testimonial website, I decided to have a
+portfolio page displaying the name of each site and a thumbnail image. For this
+Blog post, I'll be using a site called
+[Popcorn Strips](http://popcornstrips.com) which I built for a friend earlier
+this year as an example.
+
+I created a content type called 'Project' with a CCK ImageField called
+'Screenshot'. I created a project called
+[Popcorn Strips](http://popcornstrips.com), used the
+[ScreenGrab](https://addons.mozilla.org/addon/1146) add-on for Mozilla Firefox
+to take a screenshot of the website, and uploaded it to the project node.
+
+I created a View to display the published projects, and an ImageCache preset to
+create the thumbnail image by scaling and cropping the image to a size of
+200x100 pixels.
+
+Although, this automatically focused the crop on the centre of the image,
+whereas I wanted to crop from the top and left of the image - showing the site's
+logo and header.
+
+I installed the [ImageCrop](http://drupal.org/project/imagecrop) module, which
+add a jQuery crop function to the standard ImageCache presents. I removed the
+original Scale and Crop action and replaced it with a Scale action with a width
+of 200px.
+
+I then added a new 'Javascript crop' action with the following settings:
+
+- Width: 200px
+- Height: 100px
+- xoffset: Left
+- yoffset: Top
diff --git a/source/_posts/using-laravel-collections-drupal.md b/source/_posts/using-laravel-collections-drupal.md
new file mode 100644
index 00000000..e3345206
--- /dev/null
+++ b/source/_posts/using-laravel-collections-drupal.md
@@ -0,0 +1,71 @@
+---
+title: Examples of using Laravel Collections in Drupal
+date: 2018-08-23
+excerpt: Some examples of using Laravel’s Illuminate Collections within Drupal projects.
+tags:
+ - drupal
+ - drupal-7
+ - drupal-8
+ - drupal-planet
+ - laravel
+ - laravel-collections
+ - php
+has_tweets: true
+---
+
+Since starting to work with Laravel as well as Drupal and Symfony, watching Adam
+Wathan’s [Refactoring to Collections][0] course as well as [lessons on
+Laracasts][6], I’ve become a fan of [Laravel’s Illuminate Collections][1] and
+the object-orientated pipeline approach for interacting with PHP arrays.
+
+In fact I’ve given a talk on [using Collections outside Laravel][2] and have
+written a [Collection class module][3] for Drupal 7.
+
+I’ve also tweeted several examples of code that I’ve written within Drupal that
+use Collections, and I thought it would be good to collate them all here for
+reference.
+
+Thanks again to [Tighten][4] for releasing and maintaining the
+[tightenco/collect library][5] that makes it possible to pull in Collections via
+Composer.
+
+
+ {% include 'tweet' with {
+ class: 'block mb-4 lg:w-1/2 lg:px-2 lg:mb-0',
+ data_cards: true,
+ content: '
— Oliver Davies (@opdavies) February 14, 2018',
+ } %}
+
+ {% include 'tweet' with {
+ class: 'block mb-4 lg:w-1/2 lg:px-2 lg:mb-0',
+ data_cards: true,
+ content: '
I knew that you could specify a property like 'price' in Twig and it would also look for methods like 'getPrice()', but I didn't know (or had maybe forgotten) that @laravelphp Collections does it too.
This means that these two Collections return the same result.
— Oliver Davies (@opdavies) August 10, 2018',
+ } %}
+
+ {% include 'tweet' with {
+ class: 'block mb-4 lg:w-1/2 lg:px-2 lg:mb-0',
+ data_cards: true,
+ content: '
Some more #Drupal 8 fun with Laravel Collections. Loading the tags for a post and generating a formatted string of tweetable hashtags. pic.twitter.com/GbyiRPzIRo
+
+[0]: https://adamwathan.me/refactoring-to-collections
+[1]: https://laravel.com/docs/collections
+[2]: /talks/using-laravel-collections-outside-laravel
+[3]: https://www.drupal.org/project/collection_class
+[4]: https://tighten.co
+[5]: https://packagist.org/packages/tightenco/collect
+[6]: https://laracasts.com/series/how-do-i/episodes/18
diff --git a/source/_posts/using-pcss-extension-postcss-webpack-encore.md b/source/_posts/using-pcss-extension-postcss-webpack-encore.md
new file mode 100644
index 00000000..9033e5dc
--- /dev/null
+++ b/source/_posts/using-pcss-extension-postcss-webpack-encore.md
@@ -0,0 +1,94 @@
+---
+title: Using the pcss extension for PostCSS with Webpack Encore
+excerpt: How to use the .pcss file extension for PostCSS files with Webpack Encore.
+date: 2020-04-01
+tags:
+ - encore
+ - postcss
+ - symfony
+ - webpack
+---
+
+I’ve been watching Christopher Pitt ([assertchris][assertchris-twitter])’s [streams on Twitch][assertchris-twitch] over the last few months, in one of which he was doing some work with Tailwind CSS and using a `.pcss` file extension for his PostCSS files.
+
+I couldn’t remember seeing this extension before, but this made a lot of sense to me compared to the standard `.css` extension - both to make it clear that it’s a PostCSS file and features like nesting can be used, and also for better integration and highlighting with IDEs and text editors such as PhpStorm.
+
+It’s also shorter that the `.postcss` extension, and has been suggested by [@PostCSS on Twitter](https://twitter.com/PostCSS/status/661645290622083073) previously.
+
+Some of my projects use [Laravel Mix][] which support this extension by default, but some of them use Symfony’s [Webpack Encore][] which didn’t seem to, so I decided to look into it. (Note that both are agnostic and not coupled to their respective frameworks, so can be used with other projects too including Drupal and Sculpin).
+
+## Updating Webpack Encore’s configuration
+
+I was able to review the existing configuration and confirm this by using `console.log()` to output Encore’s generated webpack configuration - specifically the module rules.
+
+```js
+console.log(Encore.getWebpackConfig().module.rules)
+```
+
+There I can see the the test for PostCSS supports the `.css` and `.postcss` file extensions, but not `.pcss`.
+
+```
+test: /\.(css|postcss)$/,
+```
+
+There is documentation on the Symfony website for [adding custom webpack loaders and plugins](https://symfony.com/doc/current/frontend/encore/custom-loaders-plugins.html) but this wasn’t quite what I needed, as I needed to edit the existing `css` loader rather than add a new one.
+
+The page that I needed was [Advanced Webpack Config](https://symfony.com/doc/current/frontend/encore/advanced-config.html#having-the-full-control-on-loaders-rules) - specifically the section on 'Having the full control on Loaders Rules'.
+
+This suggests using `.configureLoaderRule()` and using that to override `test` directly.
+
+It does though come with a warning:
+
+> This is a low-level method. All your modifications will be applied just before pushing the loaders rules to Webpack. It means that you can override the default configuration provided by Encore, which may break things. Be careful when using it.
+
+My first pass was to add the full `.pcss` extension, but as this is a regular expression, I did a second pass that adds an second capturing group that would cover both PostCSS extensions.
+
+```
+// First pass
+loaderRule.test = /\.(css|pcss|postcss)$/
+
+// Second pass
+loaderRule.test = /\.(css|p(ost)?css)$/
+```
+
+To see this running, go to .
+
+## The final configuration
+
+This is my full `webpack.config.js` file for this site, including the `.pcss` extension support:
+
+```js
+Encore
+ .disableSingleRuntimeChunk()
+ .cleanupOutputBeforeBuild()
+ .setOutputPath('source/build/')
+ .setPublicPath('/build')
+ .addEntry('app', './assets/js/app.js')
+ .enablePostCssLoader()
+ .configureLoaderRule('css', loaderRule => {
+ loaderRule.test = /\.(css|p(ost)?css)$/
+ })
+ .enableSourceMaps(!Encore.isProduction())
+
+if (Encore.isProduction()) {
+ Encore
+ .enableVersioning()
+ .addPlugin(new PurgecssPlugin(purgecssConfig))
+} else {
+ Encore.enableSourceMaps()
+}
+
+module.exports = Encore.getWebpackConfig()
+```
+
+Alternatively, you can view it in the [codebase on GitHub](https://github.com/opdavies/oliverdavies.uk/blob/796578d7f0f3332724cb8335982c69b36bc11e53/webpack.config.js).
+
+## Contributing back to Encore
+
+I’ve also submitted a pull request to Encore to add support for the `.pcss` extension by default: . If accepted, then these changes in `webpack.config.js` would no longer be needed.
+
+[assertchris-twitch]: https://www.twitch.tv/assertchris "assertchris on Twitch"
+[assertchris-twitter]: https://twitter.com/assertchris "assertchris on Twitter"
+[gitstore]: https://gitstore.app
+[laravel mix]: https://laravel-mix.com
+[webpack encore]: https://github.com/symfony/webpack-encore
diff --git a/source/_posts/using-remote-files-when-developing-locally-stage-file-proxy-module.md b/source/_posts/using-remote-files-when-developing-locally-stage-file-proxy-module.md
new file mode 100644
index 00000000..084212cf
--- /dev/null
+++ b/source/_posts/using-remote-files-when-developing-locally-stage-file-proxy-module.md
@@ -0,0 +1,37 @@
+---
+title: Using Remote Files when Developing Locally with Stage File Proxy Module
+date: 2014-11-20
+excerpt: How to install and configure the Stage File Proxy module to serve remote images on your local Drupal site.
+tags:
+ - drupal
+ - drupal-planet
+ - servers
+---
+
+How to install and configure the
+[Stage File Proxy](https://www.drupal.org/project/stage_file_proxy) module to
+serve remote images on your local Drupal site.
+
+As this module is only going to be needed on pre-production sites, it would be
+better to configure this within your settings.php or settings.local.php file. We
+do this using the `$conf` array which removes the need to configure the module
+through the UI and store the values in the database.
+
+```php
+// File proxy to the live site.
+$conf['stage_file_proxy_origin'] = 'http://www.example.com';
+
+// Don't copy the files, just link to them.
+$conf['stage_file_proxy_hotlink'] = TRUE;
+
+// Image style images are the wrong size otherwise.
+$conf['stage_file_proxy_use_imagecache_root'] = FALSE;
+```
+
+If the origin site is not publicly accessible yet, maybe it's a pre-live or
+staging site, and protected with a basic access authentication, you can include
+the username and password within the origin URL.
+
+```php
+$conf['stage_file_proxy_origin'] = 'http://user:password@prelive.example.com';
+```
diff --git a/source/_posts/using-tailwind-css-your-drupal-theme.md b/source/_posts/using-tailwind-css-your-drupal-theme.md
new file mode 100644
index 00000000..2a81d89c
--- /dev/null
+++ b/source/_posts/using-tailwind-css-your-drupal-theme.md
@@ -0,0 +1,112 @@
+---
+title: Using Tailwind CSS in your Drupal Theme
+date: 2018-02-05
+excerpt: What is Tailwind CSS, and how do I use it in Drupal theme?
+tags:
+ - drupal
+ - drupal-planet
+ - drupal-theming
+ - tailwind-css
+---
+
+## What is Tailwind?
+
+> Tailwind is a utility-first CSS framework for rapidly building custom user
+> interfaces.
+
+It generates a number of utility classes that you can add to your theme's markup
+to apply different styling, as well as the ability to apply classes to other
+markup and create components comprised of utility classes using a custom
+`@apply` PostCSS directive.
+
+## Initial Configuration
+
+The installation and configuration steps are essentially the same as those
+outlined within the [Tailwind documentation][1], and should be performed within
+your custom theme's directory (e.g. `sites/all/themes/custom/mytheme` for Drupal
+7 or `themes/custom/mytheme` for Drupal 8:
+
+1. Require PostCSS and Tailwind via `npm` or `yarn`.
+1. Generate a configuration file using `./node_modules/.bin/tailwind init`.
+1. Tweak the settings as needed.
+1. Add a `postcss.config.js` file.
+1. Configure your build tool (Gulp, Grunt, Webpack).
+1. Generate the CSS.
+1. Include a path to the generated CSS in your `MYTHEME.info`,
+ `MYTHEME.info.yml` or `MYTHEME.libraries.yml` file.
+
+## PostCSS Configuration
+
+Create a `postcss.config.js` file and add `tailwindcss` as a plugin, passing the
+path to the config file:
+
+```js
+module.exports = {
+ plugins: [
+ require('tailwindcss')('./tailwind.js'),
+ ]
+}
+```
+
+## Configuration for Drupal
+
+There are some configuration settings within `tailwind.js` that you’ll need to
+change to make things work nicely with Drupal. These are within the `options`
+section:
+
+```js
+options: {
+ prefix: 'tw-',
+ important: true,
+ ...
+}
+```
+
+### Prefix
+
+By adding a prefix like `tw-`, we can ensure that the Tailwind classes don’t
+conflict with core HTML classes like `block`. We can also ensure that they won't
+conflict with any other existing HTML or CSS.
+
+No prefix:
+
+![](/images/blog/using-tailwind-drupal/prefix-1.png){.with-border}
+
+With prefix:
+
+![](/images/blog/using-tailwind-drupal/prefix-2.png){.with-border}
+
+### Important
+
+We can also set the `!important` rule on all Tailwind’s generated classes. We
+need to do this if we want to override core styles which have more specific
+rules.
+
+For example: if I had this core markup then the left margin added by `tw-ml-4`
+would be overridden by core’s `.item-list ul` styling.
+
+```html
+
+
+ ...
+
+
+```
+
+![](/images/blog/using-tailwind-drupal/important-1.png){.with-border}
+
+With the `!important` rule enabled though, the Tailwind’s class takes precedence
+and is applied.
+
+![](/images/blog/using-tailwind-drupal/important-2.png){.with-border}
+
+## Example
+
+For an example of Tailwind within a Drupal 8 theme, see the custom theme for the
+[Drupal Bristol website][0] on GitHub.
+
+[0]:
+ https://github.com/drupalbristol/drupal-bristol-website/tree/master/web/themes/custom/drupalbristol
+[1]: https://tailwindcss.com/docs/installation
+[2]: https://www.npmjs.com/get-npm
+[3]: https://yarnpkg.com/lang/en/docs/install
diff --git a/source/_posts/using-transition-props-vuejs.md b/source/_posts/using-transition-props-vuejs.md
new file mode 100644
index 00000000..5d6d8d4c
--- /dev/null
+++ b/source/_posts/using-transition-props-vuejs.md
@@ -0,0 +1,13 @@
+---
+title: Using Transition Class Props in Vue.js
+date: 2019-06-06
+type: tweet
+excerpt: Adam Wathan shows a more Tailwind-esque approach to writing Vue.js transitions.
+tags:
+ - vuejs
+external_url: https://twitter.com/adamwathan/status/1118670393030537217
+---
+
+{% include 'tweet' with {
+ content: '🔥 Using the transition class props instead of the `name` prop for @vuejs transitions makes it really easy to compose transitions on the fly using utility classes.
This is how I do all my transitions in Vue these days — fits a lot better with the @tailwindcss philosophy 👌🏻 pic.twitter.com/shQCxaFZ8A— Adam Wathan (@adamwathan) April 18, 2019'
+} %}
diff --git a/source/_posts/weeknotes-2021-06-05.md b/source/_posts/weeknotes-2021-06-05.md
new file mode 100644
index 00000000..b9719fae
--- /dev/null
+++ b/source/_posts/weeknotes-2021-06-05.md
@@ -0,0 +1,26 @@
+---
+title: 'Weeknotes: June 5th'
+excerpt: Starting at Transport for Wales.
+date: ~
+tags:
+ - personal
+ - week-notes
+---
+
+After the Bank Holiday weekend, I started working this week as a Lead Developer at [Transport for Wales](https://trc.cymru). I really enjoyed working at Inviqa, but felt that moving again to an in-house team would offer some new types of challenges whilst also getting to lead and manage a team.
+
+It's been an interesting first week, and I've met a lot of new colleagues whilst also going through the regular TfW induction processes and getting to know the current team.
+
+
+
+
+
+
Image
+
+
+
+
+
+
+
+I'm looking forward to helping build and lead the development team at TfW, and plan on publishing regular weeknotes on the work that we're doing at Transport for Wales and TfW Rail.
diff --git a/source/_posts/weeknotes-2021-06-12.md b/source/_posts/weeknotes-2021-06-12.md
new file mode 100644
index 00000000..2c68a4bb
--- /dev/null
+++ b/source/_posts/weeknotes-2021-06-12.md
@@ -0,0 +1,36 @@
+---
+title: 'Weeknotes: June 12th'
+excerpt: Developing on Windows, organising dotfiles, and helping organise DrupalCon.
+date: 2021-06-12
+tags:
+ - personal
+ - week-notes
+---
+
+## Local development with Windows and WSL 2
+
+As a long-time Linux and macOS user, the last couple of weeks have been my first experience of using the Windows operating system for some time. After some research, I've been using the WSL 2 (Windows Subsystem for Linux) functionality built into Windows 10, with Ubuntu 20.04 installed within it. The codebase that I'm currently working on is using Lando, and that seems to be running fine within this setup after following some [instructions on the Lando documentation](https://docs.lando.dev/guides/setup-lando-on-windows-with-wsl-2.html) and a [blog post by Cal Evans](https://blog.calevans.com/2020/06/18/making-lando-work-inside-wsl2).
+
+I spend most of the day working within the WSL 2 environment which is a lot more familiar for me for development, but also for more simple tasks like generating SSH keys and cloning and configuring [my dotfiles](https://github.com/opdavies/dotfiles).
+
+## Re-organised dotfiles
+
+It was easy to clone my Dotfiles repository into the WSL 2 container but they still required to be symlinked into the correct place for them to be used. I'd previously used [rcm](https://github.com/thoughtbot/rcm), a tool from Thoughtbot, to do this but I wanted to review other approaches.
+
+I decided to try an approach of [using a local bare Git repository](https://www.atlassian.com/git/tutorials/dotfiles) and using Git's worktree functionality to clone the files into my home directory. This means no more symlinks, and no additional tool to manage the files. The structure of my dotfiles repo is now a lot simpler, though I do miss the grouping of files by 'tag' so I might look to re-implement this somehow in the future.
+
+## DrupalCon Europe kick-off meeting
+
+This week was the kick-off meeting for the DrupalCon Program Track Chair team, which I'm a part of this year.
+
+I've been proud to speak at the last two DrupalCon Europe conferences (2019 in Amsterdam, and online in 2020) and this year I wanted to contribute in a different way.
+
+I'm part of the Open Web & Community track and I'm looking forward to reviewing all of the sessions and experiencing DrupalCon in a new way again this year.
+
+## Inviqa blog post published
+
+My final task before leaving Inviqa a few weeks ago was to upgrade the inviqa.com and inviqa.de sites, which I co-developed, to Drupal 9.
+
+I wrote an article for the Inviqa blog, [Drupal 9 upgrade from Drupal 8](https://inviqa.com/blog/drupal-9-upgrade-from-drupal-8), which was published this week.
+
+I wrote my own post, [Upgrading the Dransible project to Drupal 9](/blog/upgrading-dransible-project-drupal-9) last year where I reviewed the commands and steps that I ran to upgrade one of my personal projects, whereas this post covers more about the process that we took, and the differences between this upgrade and previous Drupal upgrades that I've done.
diff --git a/source/_posts/weeknotes-2021-07-24.md b/source/_posts/weeknotes-2021-07-24.md
new file mode 100644
index 00000000..de5dfd10
--- /dev/null
+++ b/source/_posts/weeknotes-2021-07-24.md
@@ -0,0 +1,44 @@
+---
+title: 'Weeknotes: July 24th'
+excerpt: Windows utilities, continuous integration and delivery, and writing tests.
+tags:
+ - personal
+ - week-notes
+date: ~
+---
+
+## Using PowerToys and FancyZones
+
+I've been missing some of the features from Pop!_OS whilst working on my Windows laptop, so this week, I've been experimenting with [Microsoft PowerToys](https://docs.microsoft.com/en-us/windows/powertoys) which adds additional utilities to Windows 10 - similar to Gnome Tweak Tools.
+
+The main features that I'm trying are [FancyZones](https://docs.microsoft.com/en-us/windows/powertoys/fancyzones), which is similar to Pop!_OS's tiling window manager, and [Keyboard Manager](https://docs.microsoft.com/en-us/windows/powertoys/keyboard-manager](https://docs.microsoft.com/en-us/windows/powertoys/keyboard-manager)) so that I can remap some keys to match my personal laptop.
+
+## Continuous integration vs. feature branching
+
+I've been researching more about the continuous integration, or trunk-based development, approach to version control. Dave Farley's blog and [Continuous Delivery YouTube channel](https://www.youtube.com/channel/UCCfqyGl3nq_V0bo64CjZh8g) have been a great resource for this. I've also purchased his and Jez Humble's "Continuous Delivery" book, and have moved it to the top of my "To read" list.
+
+My current team at Transport for Wales is following a CI workflow, and it's been interesting to see code being pushed more often and moving from local to staging compared to waiting for async code reviews, so I'm looking forward to learning more about this approach and how to integrate it more with pair programming and test-driven development.
+
+I gave my first conference talk at DrupalCamp London 2014 on [Git Flow](/talks/git-flow), so I've been using the feature branch workflow for some time. As always, I'm willing to try and evaluate new approaches with an open mind.
+
+## Growing an automated test suite
+
+I [posted a tweet yesterday](https://twitter.com/opdavies/status/1418500778428338177) with a screenshot of the output from running some of the tests that I've added to my current work codebase. These are Drupal-based PHPUnit tests and are a combination of browser/functional and unit tests.
+
+I'm very keen on adding tests where possible for new functionality or when fixing bugs, which will make it much easier and less risky to refactor that code and ensure that the same bugs aren't re-added again.
+
+## Git hooks
+
+I've been using Git hooks for a few months to run checks locally, such as code linting and static analysis prior to pushing to a CI pipeline, to shorten the feedback loop and more quickly fix any failures.
+
+I've added some initial pre-push hooks to the current work codebase, to run some non-intrusive tasks such as code linting, with a view to adding to it over time.
+
+Sebastian Feldmann gave a talk in May for PHP South Wales, which included Git hooks. [The video is available on YouTube](https://www.youtube.com/watch?v=b85MoYmwUYs).
+
+## Deploying (and reverting) with CI and feature toggles
+
+Continuing with the CI/CD topic, I pushed a new, incomplete feature to production for one of my freelance clients' projects alongside some other changes.
+
+It was hidden behind a feature flag and not enabled, but it was merged and pushed to production.
+
+We decided to remove that implementation and use a different approach, so the code and the feature flag were removed, but for a time, that code was on production.
diff --git a/source/_posts/what-git-flow.md b/source/_posts/what-git-flow.md
new file mode 100644
index 00000000..5be5cbf3
--- /dev/null
+++ b/source/_posts/what-git-flow.md
@@ -0,0 +1,59 @@
+---
+title: 'DrupalCamp London: What is Git Flow?'
+date: 2014-03-03
+excerpt: Here are my slides from my "What is Git Flow?" session at DrupalCamp London.
+tags:
+ - git
+ - git-flow
+ - drupalcamp-london
+ - talks
+tweets: true
+---
+
+Here are my slides from my "What is Git Flow?" session at
+[DrupalCamp London](http://2014.drupalcamplondon.co.uk).
+
+{% include 'talk/slides' with { speakerdeck: {
+ data_id: '201559e0f103013198dd5a5f6f23ab67' }
+} only %}
+
+## Take aways
+
+The main take aways are:
+
+- Git Flow adds various commands into Git to enhance its native functionality,
+ which creates a branching model to separate your stable production code from
+ your unstable development code.
+- Never commit directly to the master branch - this is for production code only!
+- You can commit directly to the develop branch, but this should be done
+ sparingly.
+- Use feature branches as much as possible - one per feature, user story or bug.
+- Commit early and often, and push to a remote often to encourage collaboration
+ as well as to provide a backup of your code.
+- You can use settings within services like GitHub and Bitbucket to only allow
+ certain users to push to the master and develop branches, and restrict other
+ Developers to only commit and push to feature branches. Changes can then be
+ committed and pushed, then reviewed as part of a peer code review, and merged
+ back into the develop branch.
+
+## Feedback
+
+If you've got any questions, please feel free to
+tweet at me
+or fill in the
+session
+evaluation form that you can complete on the DrupalCamp London website.
+
+I've had some great feedback via Twitter:
+
+{% include 'tweet' with {
+ content: '
@opdavies@DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014'
+} %}
+
+{% include 'tweet' with {
+ content: '
— Curve Agency (@CurveAgency) March 2, 2014'
+} %}
diff --git a/source/_posts/writing-article-linux-journal.md b/source/_posts/writing-article-linux-journal.md
new file mode 100644
index 00000000..13b5dc7b
--- /dev/null
+++ b/source/_posts/writing-article-linux-journal.md
@@ -0,0 +1,22 @@
+---
+title: Writing an Article for Linux Journal
+date: 2012-07-27
+excerpt: I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.
+tags:
+ - distributions
+ - drupal
+ - installation-profiles
+ - linux-journal
+ - writing
+---
+
+I'm absolutely delighted to announce that I'm going to be writing an article for
+[Linux Journal](http://www.linuxjournal.com) magazine's upcoming Drupal special.
+
+The article is going to be entitled "Speeding Up Your Drupal Development Using
+Installation Profiles and Distributions" and will be mentioning existing
+distributions available on Drupal.org, but mainly focussing on the steps needed
+to create your own custom distribution. Needless to say, I'm quite excited about
+it!
+
+The article is expected to be published in October.
diff --git a/source/_posts/writing-info-file-drupal-7-theme.md b/source/_posts/writing-info-file-drupal-7-theme.md
new file mode 100644
index 00000000..e3d623c1
--- /dev/null
+++ b/source/_posts/writing-info-file-drupal-7-theme.md
@@ -0,0 +1,40 @@
+---
+title: Writing a .info file for a Drupal 7 theme
+date: 2012-05-23
+excerpt: An example .info file for a Drupal 7 theme.
+tags:
+ - code
+ - drupal
+ - drupal-theming
+ - theming
+---
+
+```ini
+name = My Theme
+description = A description of my theme
+core = 7.x
+
+# Add a base theme, if you want to use one.
+base = mybasetheme
+
+# Define regions, otherwise the default regions will be used.
+regions[header] = Header
+regions[navigation] = Navigation
+regions[content] = Content
+regions[sidebar] = Sidebar
+regions[footer] = Footer
+
+# Define which features are available. If none are specified, all the default
+# features will be available.
+features[] = logo
+features[] = name
+features[] = favicon
+
+# Add stylesheets
+stylesheets[all][] = css/reset.css
+stylesheets[all][] = css/mytheme.css
+stylesheets[print][] = css/print.css
+
+# Add javascript files
+styles[] = js/mytheme.js
+```
diff --git a/source/_posts/writing-new-drupal-8-module-using-test-driven-development-tdd.md b/source/_posts/writing-new-drupal-8-module-using-test-driven-development-tdd.md
new file mode 100644
index 00000000..d3990975
--- /dev/null
+++ b/source/_posts/writing-new-drupal-8-module-using-test-driven-development-tdd.md
@@ -0,0 +1,661 @@
+---
+title: Writing a new Drupal 8 Module using Test-Driven Development (TDD)
+date: 2017-11-07
+tags:
+ - drupal
+ - phpunit
+ - simpletest
+ - tdd
+ - testing
+excerpt: How to write automated tests and follow test driven development for Drupal modules.
+meta:
+ image:
+ url: /images/talks/test-driven-drupal-development.png
+ width: 2560
+ height: 1440
+ type: image/png
+promoted: true
+---
+
+
![](/images/blog/drupalcamp-dublin.jpg)
+
+I recently gave a [talk on automated testing in Drupal][0] talk at [DrupalCamp
+Dublin][1] and as a lunch and learn session for my colleagues at Microserve. As
+part of the talk, I gave an example of how to build a Drupal 8 module using a
+test driven approach. I’ve released the [module code on GitHub][2], and this
+post outlines the steps of the process.
+
+## Prerequisites
+
+You have created a `core/phpunit.xml` file based on `core/phpunit.xml.dist`, and
+populated it with your database credentials so that PHPUnit can bootstrap the
+Drupal database as part of the tests. [Here is an example][5].
+
+## Acceptance Criteria
+
+For the module, we are going to satisfy this example acceptance criteria:
+
+> As a site visitor, I want to see all published pages at /pages Ordered
+> alphabetically by title
+
+## Initial Setup
+
+Let’s start by writing the minimal code needed in order for the new module to be
+enabled. In Drupal 8, this is the `.info.yml` file.
+
+```yaml
+# tdd_dublin.info.yml
+
+name: 'TDD Dublin'
+excerpt: 'A demo module for DrupalCamp Dublin to show test driven module development.'
+core: 8.x
+type: module
+```
+
+We can also add the test file structure at this point too. We’ll call it
+`PageTestTest.php` and put it within a `tests/src/Functional` directory. As this
+is a functional test, it extends the `BrowserTestBase` class, and we need to
+ensure that the tdd_dublin module is enabled by adding it to the `$modules`
+array.
+
+```php
+// tests/src/Functional/PageListTest.php
+
+namespace Drupal\Tests\tdd_dublin\Functional;
+
+use Drupal\Tests\BrowserTestBase\BrowserTestBase;
+
+class PageListTest extends BrowserTestBase {
+
+ protected static $modules = ['tdd_dublin'];
+
+}
+```
+
+With this in place, we can now start adding test methods.
+
+## Ensure that the Listing page Exists
+
+### Writing the First Test
+
+Let’s start by testing that the listing page exists at /pages. We can do this by
+loading the page and checking the status code. If the page exists, the code will
+be 200, otherwise it will be 404.
+
+I usually like to write comments first within the test method, just to outline
+the steps that I'm going to take and then replace it with code.
+
+```php
+public function testListingPageExists() {
+ // Go to /pages and check that it is accessible by checking the status
+ // code.
+}
+```
+
+We can use the `drupalGet()` method to browse to the required path, i.e.
+`/pages`, and then write an assertion for the response code value.
+
+```php
+public function testListingPageExists() {
+ $this->drupalGet('pages');
+
+ $this->assertSession()->statusCodeEquals(200);
+}
+```
+
+### Running the Test
+
+In order to run the tests, you either need to include `-c core` or be inside the
+`core` directory when running the command, to ensure that the test classes are
+autoloaded so can be found, though the path to the `vendor` directory may be
+different depending on your project structure. You can also specify a path
+within which to run the tests - e.g. within the module’s `test` directory.
+
+```
+$ vendor/bin/phpunit -c core modules/custom/tdd_dublin/tests
+```
+
+
+Note: I’m using Docksal, and I’ve noticed that I need to run the tests from within the CLI container. You can do this by running the `fin bash` command.
+
+
+```
+1) Drupal\Tests\tdd_dublin\Functional\PageListTest::testListingPageExists
+Behat\Mink\Exception\ExpectationException: Current response status code is 404, but 200 expected.
+
+FAILURES!
+Tests: 1, Assertions: 1, Errors: 1.
+```
+
+Because the route does not yet exist, the response code returned is 404, so the
+test fails.
+
+Now we can make it pass by adding the page. For this, I will use the Views
+module, though you could achieve the same result with a custom route and a
+Controller.
+
+### Building the View
+
+To begin with, I will create a view showing all types of content with a default
+sort order of newest first. We will use further tests to ensure that only the
+correct content is returned and that it is ordered correctly.
+
+![](/images/blog/tdd-drupal-1.png) { .with-border }
+
+The only addition I will make to the view is to add a path at `pages`, as per
+the acceptance criteria.
+
+![](/images/blog/tdd-drupal-2.png) { .with-border }
+
+### Exporting the View
+
+With the first version of the view built, it needs to be incldued within the
+module so that it can be enabled when the test is run. To do this, we need to
+export the configuration for the view, and place it within the module’s
+`config/install` directory. This can be done using the `drush config-export`
+command or from within the Drupal UI. In either case, the `uid` line at the top
+of the file needs to be removed so the configuration can be installed.
+
+Here is the exported view configuration:
+
+```yaml
+langcode: en
+status: true
+dependencies:
+ module:
+ - node
+ - user
+id: pages
+label: pages
+module: views
+excerpt: ''
+tag: ''
+base_table: node_field_data
+base_field: nid
+core: 8.x
+display:
+ default:
+ display_plugin: default
+ id: default
+ display_title: Master
+ position: 0
+ display_options:
+ access:
+ type: perm
+ options:
+ perm: 'access content'
+ cache:
+ type: tag
+ options: { }
+ query:
+ type: views_query
+ options:
+ disable_sql_rewrite: false
+ distinct: false
+ replica: false
+ query_comment: ''
+ query_tags: { }
+ exposed_form:
+ type: basic
+ options:
+ submit_button: Apply
+ reset_button: false
+ reset_button_label: Reset
+ exposed_sorts_label: 'Sort by'
+ expose_sort_order: true
+ sort_asc_label: Asc
+ sort_desc_label: Desc
+ pager:
+ type: mini
+ options:
+ items_per_page: 10
+ offset: 0
+ id: 0
+ total_pages: null
+ expose:
+ items_per_page: false
+ items_per_page_label: 'Items per page'
+ items_per_page_options: '5, 10, 25, 50'
+ items_per_page_options_all: false
+ items_per_page_options_all_label: '- All -'
+ offset: false
+ offset_label: Offset
+ tags:
+ previous: ‹‹
+ next: ››
+ style:
+ type: default
+ options:
+ grouping: { }
+ row_class: ''
+ default_row_class: true
+ uses_fields: false
+ row:
+ type: fields
+ options:
+ inline: { }
+ separator: ''
+ hide_empty: false
+ default_field_elements: true
+ fields:
+ title:
+ id: title
+ table: node_field_data
+ field: title
+ entity_type: node
+ entity_field: title
+ label: ''
+ alter:
+ alter_text: false
+ make_link: false
+ absolute: false
+ trim: false
+ word_boundary: false
+ ellipsis: false
+ strip_tags: false
+ html: false
+ hide_empty: false
+ empty_zero: false
+ settings:
+ link_to_entity: true
+ plugin_id: field
+ relationship: none
+ group_type: group
+ admin_label: ''
+ exclude: false
+ element_type: ''
+ element_class: ''
+ element_label_type: ''
+ element_label_class: ''
+ element_label_colon: true
+ element_wrapper_type: ''
+ element_wrapper_class: ''
+ element_default_classes: true
+ empty: ''
+ hide_alter_empty: true
+ click_sort_column: value
+ type: string
+ group_column: value
+ group_columns: { }
+ group_rows: true
+ delta_limit: 0
+ delta_offset: 0
+ delta_reversed: false
+ delta_first_last: false
+ multi_type: separator
+ separator: ', '
+ field_api_classes: false
+ filters:
+ status:
+ value: '1'
+ table: node_field_data
+ field: status
+ plugin_id: boolean
+ entity_type: node
+ entity_field: status
+ id: status
+ expose:
+ operator: ''
+ group: 1
+ sorts:
+ created:
+ id: created
+ table: node_field_data
+ field: created
+ order: DESC
+ entity_type: node
+ entity_field: created
+ plugin_id: date
+ relationship: none
+ group_type: group
+ admin_label: ''
+ exposed: false
+ expose:
+ label: ''
+ granularity: second
+ header: { }
+ footer: { }
+ empty: { }
+ relationships: { }
+ arguments: { }
+ display_extenders: { }
+ cache_metadata:
+ max-age: -1
+ contexts:
+ - 'languages:language_content'
+ - 'languages:language_interface'
+ - url.query_args
+ - 'user.node_grants:view'
+ - user.permissions
+ tags: { }
+ page_1:
+ display_plugin: page
+ id: page_1
+ display_title: Page
+ position: 1
+ display_options:
+ display_extenders: { }
+ path: pages
+ cache_metadata:
+ max-age: -1
+ contexts:
+ - 'languages:language_content'
+ - 'languages:language_interface'
+ - url.query_args
+ - 'user.node_grants:view'
+ - user.permissions
+ tags: { }
+```
+
+When the test is run again, we see a different error that leads us to the next
+step.
+
+```
+1) Drupal\Tests\tdd_dublin\Functional\PageListTest::testListingPageExists
+Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by tdd_dublin have unmet dependencies: node.type.page (node), views.view.pages (node, views)
+
+FAILURES!
+Tests: 1, Assertions: 0, Errors: 1.
+```
+
+This error is identifying unmet dependencies within the module’s configuration.
+In this case, the view that we’ve added depends on the node and views modules,
+but these aren’t enabled. To fix this, we can add the extra modules as
+dependencies of tdd_dublin so they will be enabled too.
+
+```yaml
+# tdd_dublin.info.yml
+
+dependencies:
+ - drupal:node
+ - drupal:views
+```
+
+```
+1) Drupal\Tests\tdd_dublin\Functional\PageListTest::testListingPageExists
+Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by tdd_dublin have unmet dependencies: views.view.pages (node.type.page)
+
+FAILURES!
+Tests: 1, Assertions: 0, Errors: 1.
+```
+
+With the modules enabled, we can see one more unmet dependency for
+`node.type.page`. This means that we need a page content type to be able to
+install the view. We can fix this in the same way as before, by exporting the
+configuration and copying it into the `config/install` directory.
+
+With this in place, the test should now pass - and it does.
+
+```
+Time: 26.04 seconds, Memory: 6.00MB
+
+OK (1 test, 1 assertion)
+```
+
+We now have a test to ensure that the listing page exists.
+
+## Ensure that only Published Pages are Shown
+
+### Writing the Test
+
+Now that we have a working page, we can now move on to checking that the correct
+content is returned. Again, I’ll start by writing comments and then translate
+that into code.
+
+The objectives of this test are:
+
+- To ensure that only page nodes are returned.
+- To ensure that only published nodes are returned.
+
+```php
+public function testOnlyPublishedPagesAreShown() {
+ // Given that a have a mixture of published and unpublished pages, as well
+ // as other types of content.
+
+ // When I view the page.
+
+ // Then I should only see the published pages.
+}
+```
+
+In order to test the different scenarios, I will create an additional "article"
+content type, create a node of this type as well as one published and one
+unpublished page. From this combination, I only expect one node to be visible.
+
+```php
+public function testOnlyPublishedPagesAreShown() {
+ $this->drupalCreateContentType(['type' => 'article']);
+
+ $this->drupalCreateNode(['type' => 'page', 'status' => TRUE]);
+ $this->drupalCreateNode(['type' => 'article']);
+ $this->drupalCreateNode(['type' => 'page', 'status' => FALSE]);
+
+ // When I view the page.
+
+ // Then I should only see the published pages.
+}
+```
+
+We could use `drupalGet()` again to browse to the page and write assertions
+based on the rendered HTML, though I’d rather do this against the data returned
+from the view itself. This is so that the test isn’t too tightly coupled to the
+presentation logic, and we won’t be in a situation where at a later date the
+test fails because of changes made to how the data is displayed.
+
+Rather, I’m going to use `views_get_view_result()` to programmatically get the
+result of the view. This returns an array of `Drupal\views\ResultRow` objects,
+which contain the nodes. I can use `array_column` to extract the node IDs from
+the view result into an array.
+
+```php
+public function testOnlyPublishedPagesAreShown() {
+ $this->drupalCreateContentType(['type' => 'article']);
+
+ $this->drupalCreateNode(['type' => 'page', 'status' => TRUE]);
+ $this->drupalCreateNode(['type' => 'article']);
+ $this->drupalCreateNode(['type' => 'page', 'status' => FALSE]);
+
+ $result = views_get_view_result('pages');
+ $nids = array_column($result, 'nid');
+
+ // Then I should only see the published pages.
+}
+```
+
+From the generated nodes, I can use `assertEquals()` to compare the returned
+node IDs from the view against an array of expected node IDs - in this case, I
+expect only node 1 to be returned.
+
+```php
+public function testOnlyPublishedPagesAreShown() {
+ $this->drupalCreateContentType(['type' => 'article']);
+
+ $this->drupalCreateNode(['type' => 'page', 'status' => TRUE]);
+ $this->drupalCreateNode(['type' => 'article']);
+ $this->drupalCreateNode(['type' => 'page', 'status' => FALSE]);
+
+ $result = views_get_view_result('pages');
+ $nids = array_column($result, 'nid');
+
+ $this->assertEquals([1], $nids);
+}
+```
+
+### Running the Test
+
+The test fails as no extra conditions have been added to the view, though the
+default "Content: Published" filter is already excluding one of the page nodes.
+We can see from the output from the test that node 1 (a page) and node 2 (the
+article) are both being returned.
+
+```
+1) Drupal\Tests\tdd_dublin\Functional\PageListTest::testOnlyPublishedPagesAreShown
+Failed asserting that two arrays are equal.
+--- Expected
++++ Actual
+@@ @@
+ Array (
+- 0 => 1
++ 0 => '2'
++ 1 => '1'
+ )
+
+FAILURES!
+Tests: 1, Assertions: 3, Failures: 1.
+```
+
+### Updating the Test
+
+We can fix this by adding another condition to the view, to only show content
+based on the node type - i.e. only return page nodes.
+
+![](/images/blog/tdd-drupal-3.png) { .with-border }
+
+Once the view is updated and the configuration is updated within the module, the
+test should then pass - and it does.
+
+```
+Time: 24.76 seconds, Memory: 6.00MB
+
+OK (1 test, 3 assertions)
+```
+
+## Ensure that the Pages are in the Correct Order
+
+### Writing the Test
+
+As we know that the correct content is being returned, we can now focus on
+displaying it in the correct order. We’ll start again by adding a new test
+method and filling out the comments.
+
+```php
+public function testResultsAreOrderedAlphabetically() {
+ // Given I have multiple nodes with different titles.
+
+ // When I view the pages list.
+
+ // Then I should see pages in the correct order.
+}
+```
+
+To begin with this time, I’ll create a number of different nodes and specify the
+title for each. These are intentionally in the incorrect order alphabetically so
+that we can see the test fail initially and then see it pass after making a
+change so we know that the change worked.
+
+```php
+public function testResultsAreOrderedAlphabetically() {
+ $this->drupalCreateNode(['title' => 'Page A']);
+ $this->drupalCreateNode(['title' => 'Page D']);
+ $this->drupalCreateNode(['title' => 'Page C']);
+ $this->drupalCreateNode(['title' => 'Page B']);
+
+ // When I view the pages list.
+
+ // Then I should see pages in the correct order.
+}
+```
+
+We can use the same method as the previous test to get the returned IDs, using
+`views_get_view_result()` and `array_column()`, and assert that the returned
+node IDs match the expected node IDs in the specified order. Based on the
+defined titles, the order should be 1, 4, 3, 2.
+
+```php
+public function testResultsAreOrderedAlphabetically() {
+ $this->drupalCreateNode(['title' => 'Page A']);
+ $this->drupalCreateNode(['title' => 'Page D']);
+ $this->drupalCreateNode(['title' => 'Page C']);
+ $this->drupalCreateNode(['title' => 'Page B']);
+
+ $nids = array_column(views_get_view_result('pages'), 'nid');
+
+ $this->assertEquals([1, 4, 3, 2], $nids);
+}
+```
+
+### Running the Test
+
+As expected the test fails, as the default sort criteria in the view orders the
+results by their created date.
+
+In the test output, we can see the returned results are in sequential order so
+the results array does not match the expected one.
+
+This would be particularly more complicated to test if I was using `drupalGet()`
+and having to parse the HTML, compared to getting the results as an array from
+the view programmatically.
+
+```
+1) Drupal\Tests\tdd_dublin\Functional\PageListTest::testResultsAreOrderedAlphabetically
+Failed asserting that two arrays are equal.
+--- Expected
++++ Actual
+@@ @@
+ Array (
+- 0 => 1
+- 1 => 4
+- 2 => 3
+- 3 => 2
++ 0 => '1'
++ 1 => '2'
++ 2 => '3'
++ 3 => '4'
+ )
+
+FAILURES!
+Tests: 1, Assertions: 2, Failures: 1.
+```
+
+### Updating the Test
+
+This can be fixed by removing the default sort criteria and adding a new one
+based on "Content: Title".
+
+![](/images/blog/tdd-drupal-4.png) { .with-border }
+
+Again, once the view has been updated and exported, the test should pass - and
+it does.
+
+```
+Time: 27.55 seconds, Memory: 6.00MB
+
+OK (1 test, 2 assertions)
+```
+
+## Ensure all Tests Still Pass
+
+Now we know that all the tests pass individually, all of the module tests should
+now be run to ensure that they all still pass and that there have been no
+regressions due to any of the changes.
+
+```
+docker@cli:/var/www$ vendor/bin/phpunit -c core modules/custom/tdd_dublin/tests
+
+Testing modules/custom/tdd_dublin/tests
+...
+
+Time: 1.27 minutes, Memory: 6.00MB
+
+OK (3 tests, 6 assertions)
+```
+
+They all pass, so we be confident that the code works as expected, we can
+continue to refactor if needed, and if any changes are made to this module at a
+later date, we have the tests to ensure that any regressions are caught and
+fixed before deployment.
+
+## Next Steps
+
+I’ve started looking into whether some of the tests can be rewritten as kernel
+tests, which should result in quicker test execution. I will post any updated
+code to the [GitHub repository][3], and will also do another blog post
+highlighting the differences between functional and kernel tests and the steps
+taken to do the conversion.
+
+[0]: {{site.url}}/talks/tdd-test-driven-drupal
+[1]: http://2017.drupal.ie
+[2]: https://github.com/opdavies/tdd_dublin
+[3]: https://packagist.org/packages/tightenco/collect
+[4]: http://php.net/manual/en/function.array-column.php
+[5]: https://gist.github.com/opdavies/dc5f0cea46ccd349b34a9f3a463c14bb
diff --git a/source/_posts/zenophile.md b/source/_posts/zenophile.md
new file mode 100644
index 00000000..b18e3114
--- /dev/null
+++ b/source/_posts/zenophile.md
@@ -0,0 +1,24 @@
+---
+title: Quickly Create Zen Subthemes Using Zenophile
+date: 2010-05-10
+excerpt: How to use the Zenophile module to create a Zen subtheme.
+tags:
+ - drupal-planet
+ - drupal-6
+ - drupal-modules
+ - drupal-theming
+ - zen
+ - zenophile
+---
+
+If you use the [Zen](http://drupal.org/project/zen) theme, then you should also
+be using the [Zenophile](http://drupal.org/project/zenophile) module!
+
+The Zenophile module allows you to very quickly create Zen subthemes from within
+your web browser, as well as editing options such as the site directory where it
+should be placed, the layout type (fixed or fluid), page wrapper and sidebar
+widths, and the placement of the sidebars.
+
+For more information about the Zenophile module, check out
+[this video](http://blip.tv/file/2427703) by
+[Elliott Rothman](http://elliottrothman.com).
diff --git a/source/_talks/about-drupal-association.md b/source/_talks/about-drupal-association.md
new file mode 100644
index 00000000..14ad8361
--- /dev/null
+++ b/source/_talks/about-drupal-association.md
@@ -0,0 +1,11 @@
+---
+title: About the Drupal Association
+description: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
+events:
+ -
+ name: South Wales Drupal user group (SWDUG)
+ location: Cardiff, UK
+ date: 2014-08-19
+---
+
+An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
diff --git a/source/_talks/automated-testing-lightning-talk.md b/source/_talks/automated-testing-lightning-talk.md
new file mode 100644
index 00000000..343be4bb
--- /dev/null
+++ b/source/_talks/automated-testing-lightning-talk.md
@@ -0,0 +1,15 @@
+---
+title: Automated testing crash course
+description: A crash course in automated testing with Drupal and test-driven development (lightning talk).
+events:
+ -
+ name: NWDUG
+ location: Manchester, UK
+ date: 2023-08-08
+ url: https://www.meetup.com/nwdrupal/events/293429104
+ online: true
+---
+
+A short talk introducing automated testing with Drupal and test-driven development.
+
+Example repository:
diff --git a/source/_talks/automated-testing-test-driven-development-drupal-8.md b/source/_talks/automated-testing-test-driven-development-drupal-8.md
new file mode 100644
index 00000000..1ecd4cfc
--- /dev/null
+++ b/source/_talks/automated-testing-test-driven-development-drupal-8.md
@@ -0,0 +1,20 @@
+---
+title: Automated testing and Test-Driven Development in Drupal 8
+description: A workshop that I gave about automated testing and test driven development in Drupal 8.
+events:
+ -
+ name: DrupalCamp NYC
+ location: New York, USA
+ url: https://2020.drupalcamp.nyc/training/automated-testing-and-test-driven-development-drupal-8
+ date: 2020-11-14
+ online: true
+ -
+ name: DrupalCamp London 2020
+ location: London, UK
+ url: https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8
+ date: 2020-03-13
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ date: 2018-06-27
+---
diff --git a/source/_talks/building-build-configs.md b/source/_talks/building-build-configs.md
new file mode 100644
index 00000000..d4c5770a
--- /dev/null
+++ b/source/_talks/building-build-configs.md
@@ -0,0 +1,30 @@
+---
+title: Building "Build Configs"
+description: In this lightning talk, I discuss the "Build Configs" tool I've built to create configuration files.
+speakerdeck:
+ id: e1403f0dfd8245e5a71df9761dc6bc7b
+ ratio: "1.78343949044586"
+ url: https://speakerdeck.com/opdavies/building-build-configs
+video: ~
+image: ~
+events:
+ -
+ name: PHP Oxford
+ location: Oxford, UK
+ date: 2024-01-25
+ url: https://www.meetup.com/php-oxford/events/297556113
+ -
+ name: PHP UserGroup Munich
+ date: 2024-01-23
+ url: https://www.meetup.com/phpugmunich/events/298411540
+ online: true
+ -
+ name: PHP South West (PHPSW)
+ location: Bristol, UK
+ date: 2023-11-08
+ url: https://www.meetup.com/php-sw/events/296917370
+---
+
+[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files, such as Docker, Docker Compose, Nix Flakes, and PHPUnit and PHPStan configuration.
+
+In this lightning talk, I'll discuss why I created it, what problem it solves, more about what it does, and how it works.
diff --git a/source/_talks/building-presenting-slide-decks-rst2pdf.md b/source/_talks/building-presenting-slide-decks-rst2pdf.md
new file mode 100644
index 00000000..5bdef558
--- /dev/null
+++ b/source/_talks/building-presenting-slide-decks-rst2pdf.md
@@ -0,0 +1,20 @@
+---
+title: Building and presenting slide decks with rst2pdf
+description: A short talk on using reStructuredText and rst2pdf to build presentation slides, built with rst2pdf.
+speakerdeck:
+ id: 80498c7b5e7448f194091461cb14f1c1
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/building-and-presenting-slide-decks-with-rst2pdf
+video:
+ id: KZ89tGG-p6M
+ type: youtube
+events:
+ -
+ name: PHP South Wales
+ location: Cardiff, UK
+ url: https://www.meetup.com/PHP-South-Wales/events/275625320
+ date: 2021-01-28
+ online: true
+---
+
+I've recently used [rst2pdf](https://rst2pdf.org) for building presentation slides. This short talk will show some examples of how I built and presented a slide deck using reStructuredText and rst2pdf.
diff --git a/source/_talks/building-static-websites-sculpin.md b/source/_talks/building-static-websites-sculpin.md
new file mode 100644
index 00000000..68929860
--- /dev/null
+++ b/source/_talks/building-static-websites-sculpin.md
@@ -0,0 +1,63 @@
+---
+title: Building Static Websites with Sculpin
+description: How to use Sculpin to generate static HTML websites.
+speakerdeck:
+ id: 6c9c4be1a1344f1291ff13a391674a66
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
+code: https://github.com/opdavies/sculpin-demo
+video:
+ type: youtube
+ id: axy6ltc9meA
+events:
+ -
+ name: PHP Berkshire
+ date: 2024-08-28
+ location: Reading, UK
+ url: https://www.meetup.com/php-berkshire/events/301850284
+ -
+ name: BrumPHP
+ date: 2024-05-23
+ location: Birmingham, UK
+ url: https://www.eventbrite.com/e/brumphp-23rd-may-2024-tickets-803037766577
+ -
+ name: PHP South West
+ date: 2024-02-14
+ location: Bristol, UK
+ url: https://www.meetup.com/php-sw/events/298880313
+ -
+ name: GroningenPHP
+ date: 2021-12-09
+ location: Groningen, Netherlands
+ url: https://www.meetup.com/GroningenPHP/events/281648855
+ online: true
+ -
+ name: PHP North West (PHPNW)
+ date: 2021-09-07
+ location: Manchester, UK
+ url: https://www.phpnw.org.uk
+ online: true
+ -
+ name: Drupal Yorkshire
+ date: 2021-08-19
+ location: Leeds, UK
+ url: https://www.meetup.com/DrupalYorkshire/events/280100968
+ online: true
+ -
+ name: PHP South West
+ location: Bristol, UK
+ date: 2015-10-14
+ url: https://phpsw.uk/events/2015-10-lightning-talks
+ joindin: https://joind.in/talk/view/15486
+---
+
+[Sculpin][0] is a static site generator written in PHP. It converts Markdown
+files, Twig templates and standard HTML into a static HTML site that can be
+easily deployed.
+
+This talk will cover a little of the background to Sculpin and what it is, and
+then will move into some demonstrations of how to build a Sculpin site and what
+it can do!
+
+[0]: http://sculpin.io
+[1]: https://opdavies.github.io/slides-phpsw-sculpin
diff --git a/source/_talks/communities-contribution.md b/source/_talks/communities-contribution.md
new file mode 100644
index 00000000..5ff42a93
--- /dev/null
+++ b/source/_talks/communities-contribution.md
@@ -0,0 +1,20 @@
+---
+title: Communities and contribution
+description: Why I mentor, why I've organised meetups and conferences, why I give talks, and why I maintain and contribute to open-source software.
+speakerdeck:
+ id: 63c2fcc2294641688f433d062282a968
+ ratio: "1.78343949044586"
+ url: https://speakerdeck.com/opdavies/building-and-presenting-slide-decks-with-rst2pdf
+events:
+ -
+ name: TechConnect London
+ location: London, UK
+ date: 2023-09-28
+ url: https://www.eventbrite.co.uk/e/techconnect-london-tickets-698416712187
+---
+
+I'm a self-taught Developer who's been writing code since 2007, working with and contributing to open-source technologies. I've been a mentor at events like DrupalCon and for bootcamps, including School of Code.
+
+I'm part of different open-source and tech communities, organised meetups and conferences, and have given nearly 100 presentations.
+
+In this talk, I'll speak more about the communities I'm part of, my contributions, how I started, why I do it, and who benefits and how.
diff --git a/source/_talks/configuring-all-the-things-drupal-8.md b/source/_talks/configuring-all-the-things-drupal-8.md
new file mode 100644
index 00000000..70c198d5
--- /dev/null
+++ b/source/_talks/configuring-all-the-things-drupal-8.md
@@ -0,0 +1,17 @@
+---
+title: "Configuring all the Things (in Drupal 8)"
+description: A short notice talk on configuration management in Drupal 8, and things I’ve learned working on my current Drupal 8 project.
+speakerdeck:
+ id: 6de3fe8947a34727b79eb9d9dcc66bf2
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/configuring-all-the-things-in-drupal-8
+video: ~
+events:
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2018-07-25
+---
+
+A short notice talk on configuration management in Drupal 8, and things I’ve learned working on my current Drupal 8 project.
diff --git a/source/_talks/dancing-for-drupal.md b/source/_talks/dancing-for-drupal.md
new file mode 100644
index 00000000..cc72c3c7
--- /dev/null
+++ b/source/_talks/dancing-for-drupal.md
@@ -0,0 +1,30 @@
+---
+title: Dancing for Drupal
+description: A talk on Drupal, presented alongside others representing Umbraco, Sitecore and Episerver.
+speakerdeck:
+ id: ffa9b6dea6dc4a8eb207b9982ed6e1bd
+ ratio: "1.33333333333333"
+ url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal
+events:
+ -
+ name: umBristol
+ location: Bristol, UK
+ url: http://umbristol.co.uk
+ date: 2015-08-25
+---
+
+As part of their [CMS Dance-Off][1], I was selected to speak about Drupal alongside other speakers representing Umbraco, Sitecore and Episerver.
+
+The points to cover were:
+
+- How does your CMS store configuration data, 'structure' and content?
+- How do you manage source-control, versioning and deployment?
+- How do you manage multiple simultaneous editors and/or developers?
+- How do you manage upgrades?
+- What are the 3 best things about your CMS?
+- What are the 3 worst things about your CMS?
+- What does the future of your CMS look like?
+
+In each point, tried to cover the differences between Drupal core and developing a project using Drupal, as well as between Drupal 7 and Drupal 8, as things like source control and versioning would be approached differently.
+
+[1]: http://www.meetup.com/umBristol/events/223807592
diff --git a/source/_talks/decoupling-drupal-vuejs.md b/source/_talks/decoupling-drupal-vuejs.md
new file mode 100644
index 00000000..cdc5d8ee
--- /dev/null
+++ b/source/_talks/decoupling-drupal-vuejs.md
@@ -0,0 +1,23 @@
+---
+title: Decoupling Drupal with Vue.js
+description: Decoupling Drupal with Vue.js.
+code: https://github.com/opdavies/blue-conf-2019
+
+speakerdeck:
+ id: 60c8b7abdf194946b7a78a1bb74a0982
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/decoupling-drupal-with-vue-dot-js
+
+events:
+ -
+ name: Blue Conf 2019
+ location: Cardiff, UK
+ url: https://blueconf.co.uk
+ date: 2019-06-07
+---
+
+Decoupled or headless Drupal has been a trend for a number of years, with modules like RESTful Web Services available for Drupal 7 to expose data, and Drupal 8 becoming more API-first with JSON:API module now included as part of core. This makes it easier for third party systems or alternative front-end applications to consume and work with the data provided by Drupal.
+
+In this talk, we’ll look at how to build progressively and fully decoupled applications - passing data from a Drupal 8 back-end to a Vue.js front-end.
+
+The demo code used in the talk is [available on GitHub](https://github.com/opdavies/blue-conf-2019 "View the demo code for this talk on GitHub.").
diff --git a/source/_talks/deploying-drupal-fabric.md b/source/_talks/deploying-drupal-fabric.md
new file mode 100644
index 00000000..d7500986
--- /dev/null
+++ b/source/_talks/deploying-drupal-fabric.md
@@ -0,0 +1,33 @@
+---
+title: "Deploying Drupal with Fabric"
+description: How to use Fabric, a Python command line based library, to deploy your Drupal applications.
+meta:
+ og:
+ title: Deploying Drupal with Fabric
+ description: "You've built your Drupal site, now learn how to deploy it with Fabric."
+ type: website
+speakerdeck:
+ id: 40d1eca4bd484afc86295924fff5dd41
+ ratio: "1.77777777777778"
+ url: "https://speakerdeck.com/opdavies/deploying-drupal-and-anything-else-with-fabric"
+ embed: ''
+events:
+ -
+ name: Drupal Somerset
+ location: Glastonbury, UK
+ date: 2017-10-26
+ -
+ name: DrupalCamp Dublin 2017
+ location: Dublin, Ireland
+ url: http://2017.drupal.ie
+ date: 2017-10-20
+ time: "15:00 - 15:40"
+---
+
+You’ve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
+
+My favourite deployment tool of late is [Fabric][1] - a Python based command line tool for running commands locally as well as on remote servers. It’s language and framework agnostic, and unopinionated so you define the steps and workflow that you need - from a basic few-step deployment to a full Capistrano style zero-downtime deployment.
+
+This talk will cover some introduction to Fabric and how to write your own fabfiles, to then covering some examples and demos of different use case deployments for your Drupal project.
+
+[1]: http://www.fabfile.org
diff --git a/source/_talks/deploying-php-ansible-ansistrano.md b/source/_talks/deploying-php-ansible-ansistrano.md
new file mode 100644
index 00000000..a8d2bcde
--- /dev/null
+++ b/source/_talks/deploying-php-ansible-ansistrano.md
@@ -0,0 +1,99 @@
+---
+title: Deploying PHP applications with Ansible, Ansible Vault and Ansistrano
+description: |
+ How to use Ansible and Ansistrano to perform robust, secure deployments of
+ your PHP applications.
+speakerdeck:
+ id: c11fe635ed8f4741b35bf3ebe53e8323
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/deploying-php-applications-with-ansible-ansible-vault-and-ansistrano
+video:
+ type: youtube
+ id: dQL-gOnxXCM
+events:
+ -
+ name: DrupalNYC
+ date: 2021-06-15
+ location: New York, USA
+ url: https://ti.to/drupalnyc/lunch-learn-2021-06-15
+ online: true
+ -
+ name: Ansible London
+ date: 2021-05-25
+ location: London, UK
+ url: https://www.meetup.com/Ansible-London/events/278093392
+ online: true
+ -
+ name: PHP Oxford
+ date: 2021-04-28
+ location: Oxford, UK
+ url: https://www.meetup.com/PHP-Oxford/events/qmbkfsyccgblc
+ online: true
+ -
+ name: Midwest PHP
+ date: 2021-04-23
+ url: https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible_Ansible_Vault_and_Ansistrano
+ online: true
+ -
+ name: PHP Sussex
+ date: 2020-07-01
+ location: Brighton, UK
+ url: https://www.meetup.com/PHP-Sussex/events/271472628
+ online: true
+ -
+ name: PHP North East
+ date: 2020-06-16
+ location: Newcastle Upon Tyne, UK
+ url: https://www.meetup.com/phpnortheast
+ online: true
+ -
+ name: PHP London
+ date: 2020-06-04
+ location: London, UK
+ url: https://www.meetup.com/phplondon/events/270930524
+ online: true
+ -
+ name: Drupal Yorkshire
+ date: 2020-05-21
+ location: Leeds, UK
+ url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc
+ online: true
+ -
+ name: CMS Philly
+ date: 2020-05-01
+ location: Philadelphia, USA
+ url: https://cmsphilly.org
+ online: true
+ -
+ name: Drupal Edinburgh
+ date: 2020-03-12
+ location: Edinburgh, UK
+ url: https://www.meetup.com/Drupal-Edinburgh/events/267905594
+ online: true
+ -
+ name: Bristol Cloud Native & DevOps
+ date: 2020-01-30
+ location: Bristol, UK
+ url: https://www.meetup.com/Bristol-Cloud-Native-DevOps/events/266609627
+ -
+ name: DrupalCon Europe 2019
+ date: 2019-10-30
+ location: Amsterdam, NL
+ url: https://events.drupal.org/amsterdam2019
+ -
+ name: PHP South Wales
+ date: 2019-07-23
+ location: Cardiff, UK
+ url: https://www.phpsouthwales.uk
+ -
+ name: Drupal Bristol
+ date: 2019-01-23
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+---
+
+Great! You’ve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like `git pull` and `composer install` directly on the server which is not ideal.
+
+As well provisioning and maintaining your server configuration and running commands, you can also use [Ansible](https://www.ansible.com) to deploy your PHP application - leveraging relevant Ansible modules such as Git and Composer, custom Ansible roles, [Ansible Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html) for managing secrets, and features such as idempotency out of the box to build a simple deployment playbook. We can then extend that and make it more robust by adding [Ansistrano](https://ansistrano.com) - a port of [Capistrano](https://capistranorb.com) - which adds extra features such as storing multiple builds for each project and the ability to roll-back if needed, customising your build steps using built-in hooks, multi-stage environments and more.
+
+I've been using Ansible and Ansistrano to deploy a variety of PHP projects - including Drupal 7 & 8, Symfony, Laravel and Sculpin, as well as basic HTML websites, and found it to be very flexible and easy to install and use, and by the end of this talk we will have a fully working deployment playbook, deploying real code onto a real server.
diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md
new file mode 100644
index 00000000..d8b13b40
--- /dev/null
+++ b/source/_talks/deploying-php-fabric.md
@@ -0,0 +1,46 @@
+---
+title: Deploying PHP Applications with Fabric
+description: How to use Fabric, a Python command line based library, to deploy your PHP applications.
+speakerdeck:
+ id: c147618ce07546ca92f92983c52d6a41
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/deploying-php-applications-with-fabric
+meta:
+ og:
+ title: Deploying PHP Applcations with Fabric
+ description: "You've built your PHP application, now learn how to deploy it with Fabric."
+ type: website
+ image:
+ url: '%site.assets.url%/assets/images/talks/deploying-php-fabric.png'
+ width: 2560
+ height: 1440
+ type: image/png
+events:
+ -
+ name: PHP North West 2017
+ location: Manchester, UK
+ date: 2017-10-01
+ time: "09:00 - 09:45"
+ url: http://conference.phpnw.org.uk/phpnw17
+ joindin: https://joind.in/talk/4e35d
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://phpsw.uk
+ date: 2017-09-13
+ joindin: https://joind.in/talk/a5ff3
+ -
+ name: Nomad PHP
+ date: 2017-04-20
+ time: "19:00 (CET)"
+ url: https://nomadphp.com
+ online: true
+---
+
+You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
+
+My favourite deployment tool of late is [Fabric][1] – a Python based command line tool for running commands locally as well as on remote servers. It’s language and framework agnostic, and unopinionated so you define the steps and workflow that you need – from a basic few-step deployment to a full Capistrano style zero-downtime deployment.
+
+This talk will cover some introduction to Fabric and how to write your own fabfiles, and then look at some examples of different use case deployments for your PHP project.
+
+[1]: http://www.fabfile.org
diff --git a/source/_talks/drupal-8-module-development.md b/source/_talks/drupal-8-module-development.md
new file mode 100644
index 00000000..8420a93a
--- /dev/null
+++ b/source/_talks/drupal-8-module-development.md
@@ -0,0 +1,40 @@
+---
+title: Getting Started with Drupal 8 Module Development
+description: How to build your first module for Drupal 8.
+code: https://github.com/opdavies/dclondon16-d8-module
+speakerdeck:
+ id: 0041804e52664d12a8e31cd118264813
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/getting-started-with-drupal-8-module-development
+video:
+ type: youtube
+ id: qO_Wh5WE3VA
+meta:
+ og:
+ title: Getting Started with Drupal 8 Module Development
+ image:
+ url: '%site.assets.url%/assets/images/talks/dclondon16.png'
+ type: "image/png"
+ height: 540
+ width: 960
+events:
+ -
+ name: DrupalCamp London 2016
+ location: London, UK
+ date: 2016-03-05
+---
+
+New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you!
+
+In this session, we’ll cover:
+
+- Where Drupal 8 modules are located, and how they are structured.
+- How to build a simple module, including our own permissions and routes.
+- How to add your own controller and service classes.
+- What is the service/dependency injection container, and how do we use it?
+- How we can use tools such as PhpStorm and Drupal Console to speed up the process.
+
+What we won’t be covering:
+
+- Automated testing in PHPUnit or Simpletest.
+- Adding third party libraries and external dependencies via Composer.
diff --git a/source/_talks/drupal-8-php-libraries-drupalorg-api.md b/source/_talks/drupal-8-php-libraries-drupalorg-api.md
new file mode 100644
index 00000000..6f573cbb
--- /dev/null
+++ b/source/_talks/drupal-8-php-libraries-drupalorg-api.md
@@ -0,0 +1,57 @@
+---
+title: Having Fun with Drupal 8, PHP libraries and the Drupal.org API
+description: A crash course in developing PHP packages and Drupal 8 modules, based on the Drupal.org API.
+speakerdeck:
+ id: 6e42ae9620bb4e91b3955f8c30d66934
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/having-fun-with-drupal-8-php-libraries-and-the-drupal-dot-org-api
+image:
+ url: '%site.assets.url%/assets/images/talks/having-fun-drupalorg-api.png'
+ width: 2000
+ height: 1125
+ type: image/png
+video:
+ type: youtube
+ id: JyDjC7gGDpU
+events:
+ -
+ name: DrupalCamp London 2019
+ location: London, UK
+ url: http://drupalcamp.london
+ date: 2019-03-03
+ time: "12:05 - 12:50"
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2018-04-18
+ joindin: https://joind.in/talk/14851
+---
+
+A overview and demo of some of the open source projects that I’ve been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it.
+
+This session will cover various topics including:
+
+- Why would you want to separate your code into reusable packages
+- An overview of how to structure a PHP package (e.g. an API for interacting with Drupal.org)
+- How to add a PHP package as a dependency for a Drupal module using Composer
+- How to create routes and services, and use dependency injection in Drupal 8
+- How to use Drupal to configure the packages
+- How to increase performance and reliability by using Drupal's cache system to store API results
+
+## Links
+
+- [Drupal.org API library][2]
+- [Drupal.org API documentation][3]
+- [Laravel Collections][4]
+- Example module: [Drupal.org project statistics][5]
+- Example module: [Drupalversary][6]
+- Talk: [Using Laravel Collections outside Laravel][7]
+
+[0]: https://www.drupalbristol.org.uk
+[2]: https://github.com/opdavies/drupalorg-api-php
+[3]: https://www.drupal.org/drupalorg/docs/api
+[4]: https://laravel.com/docs/collections
+[5]: https://github.com/opdavies/drupal-module-drupalorg-project-statistics
+[6]: https://github.com/opdavies/drupal-module-drupalversary
+[7]: /talks/using-laravel-collections-outside-laravel/
diff --git a/source/_talks/drupal-8-rejoining-the-herd.md b/source/_talks/drupal-8-rejoining-the-herd.md
new file mode 100644
index 00000000..3145fb45
--- /dev/null
+++ b/source/_talks/drupal-8-rejoining-the-herd.md
@@ -0,0 +1,21 @@
+---
+title: "Drupal 8: Rejoining the Herd"
+description: A talk highlighting some of the recent technical and non-technical changes in Drupal 8.
+speakerdeck:
+ id: 440fd6592f474741bc606c96bc32c104
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd
+events:
+ -
+ name: PHP South Coast 2016
+ location: Portsmouth, UK
+ url: http://2016.phpsouthcoast.co.uk
+ date: 2016-06-11
+ joindin: https://joind.in/talk/41d0f
+---
+
+[Drupal 8][0] was (finally) released on November 19th 2015, after almost 4 years of work and code commits by over 3,200 different contributors. Whilst it’s pretty much the same as the Drupal that we know and, hopefully, love, a lot has changed behind the scenes and under the hood!
+
+In this talk, I'll highlight some of the new features and improvements in Drupal 8, and discuss some of the benefits to Drupal site builders, themers, and module developers. I'll also talk about some of the non-technical changes and the cultural shift from "not invented here" to "proudly found elsewhere", and how we are rejoining the PHP herd.
+
+[0]: https://www.drupal.org/8
diff --git a/source/_talks/drupal-8.md b/source/_talks/drupal-8.md
new file mode 100644
index 00000000..509cf8dd
--- /dev/null
+++ b/source/_talks/drupal-8.md
@@ -0,0 +1,26 @@
+---
+title: Drupal 8
+description:
+ A lightning talk presented to the PHPSW user group, highlighting some of the
+ relevant changes in Drupal 8.
+speakerdeck:
+ url: https://speakerdeck.com/opdavies/drupal-8
+ id: 46ba4ba577d94a32b7abdade610ceb69
+ ratio: "1.29456384323641"
+video:
+ type: youtube
+ id: 36zCxPrOOzM
+events:
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://phpsw.uk
+ date: 2015-04-08
+---
+
+This was a ten minute lightning talk, designed to highlight the major changes
+coming in Drupal 8.
+
+I categorised the technical changes into groups for site builders, developers
+and themers, and also highlighted the cultural shift from "not invented here" to
+"proudly found elsewhere" and the benefits that brings.
diff --git a/source/_talks/drupal-ldap-module.md b/source/_talks/drupal-ldap-module.md
new file mode 100644
index 00000000..90c915d9
--- /dev/null
+++ b/source/_talks/drupal-ldap-module.md
@@ -0,0 +1,11 @@
+---
+title: Drupal and the LDAP module
+description: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
+events:
+ -
+ name: South Wales Drupal user group (SWDUG)
+ location: Cardiff, UK
+ date: 2013-07-10
+---
+
+A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
diff --git a/source/_talks/drupal-vm-generator.md b/source/_talks/drupal-vm-generator.md
new file mode 100644
index 00000000..50b14c02
--- /dev/null
+++ b/source/_talks/drupal-vm-generator.md
@@ -0,0 +1,28 @@
+---
+title: Drupal VM Generator
+description: Announcing the Drupal VM Generator CLI tool.
+type: Lightning talk
+code: https://github.com/opdavies/drupal-vm-generator
+speakerdeck:
+ id: a27ee1d2bfed4a209dc395fa455acb41
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/bristol-dug-drupal-vm-generator
+video:
+ type: youtube
+ id: U1pbKAAO2Wo
+events:
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2016-04-02
+ -
+ name: NWDUG
+ url: http://nwdrupal.org.uk
+ location: Manchester, UK
+ date: 2016-03-08
+---
+
+An short talk about the [Drupal VM Generator][1] project.
+
+[1]: https://github.com/opdavies/drupal-vm-generator
diff --git a/source/_talks/drupal-vm-meet-symfony-console.md b/source/_talks/drupal-vm-meet-symfony-console.md
new file mode 100644
index 00000000..7b5e9da6
--- /dev/null
+++ b/source/_talks/drupal-vm-meet-symfony-console.md
@@ -0,0 +1,25 @@
+---
+title: Drupal VM, Meet Symfony Console
+description: How to develop command line applications using Symfony Console, using the Drupal VM CLI as an example.
+speakerdeck:
+ id: 56c79770f73f4e47a542a30243437c49
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console
+image: drupal-vm-meet-symfony-console.png
+events:
+ -
+ name: DrupalCamp Bristol 2016
+ location: Bristol, UK
+ date: 2016-07-23
+---
+
+_TL;DR - Come and learn about Symfony Console, with examples from a real-world
+project._
+
+The [Drupal VM Generator][2] is a CLI application, built on [Symfony Console][0], that generates configuration files for [Drupal VM][1] based on personal settings and user interaction.
+
+After an introduction to Drupal VM itself and the Drupal VM Generator, we’ll jump into the code and see how Symfony Console applications are structured, how to write new commands, and how to integrate additional libraries like Guzzle, Twig and other Symfony components - whilst referencing code from the Drupal VM Generator project.
+
+[0]: http://symfony.com/doc/current/components/console/introduction.html
+[1]: https://www.drupalvm.com
+[2]: https://www.drupalvmgenerator.com
diff --git a/source/_talks/drupalorg-2015.md b/source/_talks/drupalorg-2015.md
new file mode 100644
index 00000000..6d2577d2
--- /dev/null
+++ b/source/_talks/drupalorg-2015.md
@@ -0,0 +1,19 @@
+---
+title: "Drupal.org in 2015: What's Coming Next"
+description: A retrospective of the Drupal Association’s work in 2014 and a look forward to what we’ll be working on in 2015.
+speakerdeck:
+ id: 0cf8d7b647c94ae289e9db2b46a9e8f2
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/drupal-dot-org-in-14
+events:
+ -
+ name: DrupalCamp London 2015
+ location: London, UK
+ date: 2015-02-28
+ -
+ name: DrupalCamp Brighton
+ location: Brighton, UK
+ date: 2015-01-18
+---
+
+A retrospective of the Drupal Association’s work in 2014 and a look forward to what we’ll be working on in 2015.
diff --git a/source/_talks/drush-make-drupalbristol.md b/source/_talks/drush-make-drupalbristol.md
new file mode 100644
index 00000000..40b7cac3
--- /dev/null
+++ b/source/_talks/drush-make-drupalbristol.md
@@ -0,0 +1,16 @@
+---
+title: drush make drupalbristol
+description: How to Drush Make to build your Drupal websites.
+speakerdeck:
+ id: 42605700f102013198de5a5f6f23ab67
+ ratio: "1.29456384323641"
+ url: https://speakerdeck.com/opdavies/drush-make-drupalbristol
+events:
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2014-08-19
+---
+
+An introduction to Drush Make and how to use it to build reusable custom installation profiles or entire websites.
diff --git a/source/_talks/getting-your-data-into-drupal-8.md b/source/_talks/getting-your-data-into-drupal-8.md
new file mode 100644
index 00000000..014ad4a8
--- /dev/null
+++ b/source/_talks/getting-your-data-into-drupal-8.md
@@ -0,0 +1,38 @@
+---
+title: Getting (Your Data) Into Drupal 8
+description: An overview of Drupal’s Migrate functionality, and a look at how to write your own migrations.
+speakerdeck:
+ id: 63e5dfce996e46699e304d50e896477b
+ ratio: "1.77777777777778"
+ url: "https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal_bristol"
+video:
+ type: youtube
+ id: jtmARTuYhp8
+meta:
+ og:
+ title: Getting (Your Data) into Drupal 8
+ description: "How I migrated the Drupal Bristol website onto Drupal 8."
+ type: website
+ image:
+ url: '%site.assets.url%/assets/images/talks/getting-your-data-into-drupal-8.png'
+ width: 2560
+ height: 1440
+ type: image/png
+events:
+ -
+ name: DrupalCamp London 2017
+ date: 2017-03-04
+ time: "12:05 - 12:50"
+ location: London, UK
+ -
+ name: Drupal Bristol
+ date: 2017-01-18
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+---
+
+If you’ve moved a site from Drupal 6 to 7, the chances are that you’ve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.
+
+In Drupal 8, things have changed as there’s no upgrade path from Drupal 7 and the Migrate module has been moved into core, though there are still migration related modules available in contrib.
+
+This talk will look at the core Migrate module and how it implements Drupal 8 features such as YAML and the plugin and configuration systems, and how to write your own migrations to get your data into Drupal 8.
diff --git a/source/_talks/git-flow.md b/source/_talks/git-flow.md
new file mode 100644
index 00000000..c034b63a
--- /dev/null
+++ b/source/_talks/git-flow.md
@@ -0,0 +1,18 @@
+---
+title: Never Commit to Master - An Introduction to Git Flow
+description: An introduction to and demonstration of the Git Flow branching model.
+speakerdeck:
+ id: 201559e0f103013198dd5a5f6f23ab67
+ ratio: "1.29456384323641"
+ url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
+video:
+ type: youtube
+ id: T-miCpHxfds
+events:
+ -
+ name: DrupalCamp London 2014
+ location: London, UK
+ date: 2014-03-01
+---
+
+An introduction to the Git Flow branching model and the git-flow plugin, and how I’ve used them to manage a Drupal development project.
diff --git a/source/_talks/goodbye-drush-make-hello-composer.md b/source/_talks/goodbye-drush-make-hello-composer.md
new file mode 100644
index 00000000..23c10cf1
--- /dev/null
+++ b/source/_talks/goodbye-drush-make-hello-composer.md
@@ -0,0 +1,32 @@
+---
+title: Goodbye Drush Make. Hello Composer!
+description: How to use Composer to manage your Drupal applications.
+speakerdeck:
+ id: 1c1e0e129ab34816bd4c4edb5f6642c2
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/goodbye-drush-make-hello-composer
+video:
+ type: youtube
+ id: ZL2FtRTX9Y8
+events:
+ -
+ name: PHP UK Conference 2018
+ location: London, UK
+ date: 2018-02-16
+ time: "14:40 - 15:40"
+ url: https://www.phpconference.co.uk
+ joindin: https://joind.in/talk/650ab
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2016-11-17
+---
+
+One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including [Composer][1], PHP’s dependency manager.
+
+Included to manage core’s dependencies, it has also gained traction in the contrib space with the creation of the Drupal Composer project, and the Drupal Packagist and now native endpoints on Drupal.org exposing contrib project metadata.
+
+In this session, I'll show how to fully manage a Drupal 7 or Drupal 8 website including contributed modules and themes and external libraries with Composer.
+
+[1]: https://getcomposer.org
diff --git a/source/_talks/introduction-to-mob-programming.md b/source/_talks/introduction-to-mob-programming.md
new file mode 100644
index 00000000..4595d227
--- /dev/null
+++ b/source/_talks/introduction-to-mob-programming.md
@@ -0,0 +1,19 @@
+---
+title: An introduction to mob programming
+description: |
+ What is mob programming, how does it work, and why should we do it?
+speakerdeck:
+ id: f37b16f915d64bc0b4a20f9f965e5353
+ ratio: '1.77725118483412'
+ url: https://speakerdeck.com/opdavies/an-introduction-to-mob-programming
+events:
+ -
+ name: PHP South Wales
+ location: Cardiff, Wales
+ date: 2022-09-28
+ url: https://www.meetup.com/php-south-wales/events/288359737
+---
+
+Pair and mob programming are collaborative approaches to software development where tasks are completed in small groups instead of by individuals.
+
+In this talk, I’ll explain more about mob programming, its benefits and how it works, and then we’ll put it into practice with an interactive mob session where we add a feature to a codebase.
diff --git a/source/_talks/it-all-started-with-a-patch.md b/source/_talks/it-all-started-with-a-patch.md
new file mode 100644
index 00000000..80afc915
--- /dev/null
+++ b/source/_talks/it-all-started-with-a-patch.md
@@ -0,0 +1,19 @@
+---
+title: It All Started With A Patch
+description: A lightning talk on how and why to get involved with open source.
+speakerdeck:
+ id: 5862bdecb7a24cfaa5fc844696fafa0c
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw
+video:
+ type: youtube
+ id: 5FYMRR61sdo
+events:
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://phpsw.uk
+ date: 2017-02-08
+---
+
+A crash course of why and how to get involved with open source.
diff --git a/source/_talks/modern-drupal-development-with-composer.md b/source/_talks/modern-drupal-development-with-composer.md
new file mode 100644
index 00000000..0ae5d3aa
--- /dev/null
+++ b/source/_talks/modern-drupal-development-with-composer.md
@@ -0,0 +1,24 @@
+---
+title: Modern Drupal Development with Composer
+description: A lightning talk on how to use Composer to manage your Drupal projects.
+type: Lightning talk
+speakerdeck:
+ id: 7a1358502526425a9cfd288f85fb32f3
+ ratio: "1.37081659973226"
+ url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
+video:
+ type: youtube
+ id: Yi_FPI3xHwc
+events:
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://phpsw.uk
+ date: 2016-11-09
+---
+
+Building a Drupal application? You no longer need to download archives to add new modules or update core, or deal with Drupal specific tools to manage your codebase.
+
+With Drupal "getting off the island" there has been an increase in the adoption of common PHP tools within the Drupal ecosystem.
+
+In this lightning talk, I’ll show how to build a Drupal application using Composer for dependency management.
diff --git a/source/_talks/out-of-the-box-initiative-update.md b/source/_talks/out-of-the-box-initiative-update.md
new file mode 100644
index 00000000..be50a807
--- /dev/null
+++ b/source/_talks/out-of-the-box-initiative-update.md
@@ -0,0 +1,27 @@
+---
+title: Out of the Box Initiative Update
+description: An update on Drupal’s "out of the box" initiative, and core’s new Umami installation profile.
+speakerdeck:
+ id: 3f66c48653f44ed4867fc3cc05c1db06
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/out-of-the-box-initiative-update
+video: ~
+events:
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ date: 2019-03-27
+---
+
+From the [DrupalCamp London website](https://drupalcamp.london/session/out-box-initiative-update):
+
+> Since the last DrupalCamp London, the Umami Demo install profile is now one of the options shown to anyone installing Drupal. But this doesn't mean we've finished.
+
+> There are many existing Drupal features that we want to showcase, and new features stabilising with each minor release. Join the Out of the Box initiative leads Keith Jay (kjay) and Gareth Goodwin (smaz) for this session, where we'll talk about:
+
+> - Where we are, and how we got here
+
+- Our targets for inclusion in Drupal 8.7.0
+- How you can help!
+- Plans for the more distant future
diff --git a/source/_talks/so-what-is-this-drupal-thing.md b/source/_talks/so-what-is-this-drupal-thing.md
new file mode 100644
index 00000000..e8b0b89d
--- /dev/null
+++ b/source/_talks/so-what-is-this-drupal-thing.md
@@ -0,0 +1,15 @@
+---
+title: So, what is this Drupal thing?
+description: My first talk, where I talk about Drupal, what it is and what it can do.
+video:
+ type: vimeo
+ id: '49827006'
+events:
+ -
+ name: unified.diff
+ location: Cardiff, UK
+ url: http://unifieddiff.co.uk
+ date: 2012-09-05
+---
+
+My very first talk, where I talk about Drupal, what it is and what it can do.
diff --git a/source/_talks/soar-with-tailwind-css.md b/source/_talks/soar-with-tailwind-css.md
new file mode 100644
index 00000000..672bc1d9
--- /dev/null
+++ b/source/_talks/soar-with-tailwind-css.md
@@ -0,0 +1,12 @@
+---
+title: Soaring with Tailwind CSS
+type: workshop
+description: |
+ A workshop about Tailwind CSS and utility-first styles.
+events:
+ -
+ name: DrupalCamp Florida
+ url: https://www.fldrupal.camp/training/soaring-utility-css-and-tailwind
+ date: 2021-02-18
+ online: true
+---
diff --git a/source/_talks/taking-flight-with-tailwind-css.md b/source/_talks/taking-flight-with-tailwind-css.md
new file mode 100644
index 00000000..bf3f00be
--- /dev/null
+++ b/source/_talks/taking-flight-with-tailwind-css.md
@@ -0,0 +1,123 @@
+---
+title: Taking Flight with Tailwind CSS
+description:
+ An introduction to the utility-first approach to writing CSS with a focus on the Tailwind CSS framework.
+speakerdeck:
+ id: 10ca51f23560443d83b898a92929b4b3
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/taking-flight-with-tailwind-css
+video:
+ id: C20QZbGlmZ8
+ type: youtube
+events:
+ -
+ name: DrupalCamp Belgium
+ location: Ghent, Belgium
+ date: 2024-05-11
+ url: https://www.drupalcamp.be/en/drupalcamp-ghent-2024/session/taking-flight-tailwi%E2%80%A6
+ -
+ name: Norfolk Developers Conference
+ location: Norwich, UK
+ date: 2023-02-23
+ url: https://nordevcon.com
+ -
+ name: Bristol Software Development Meetup
+ location: Bristol, UK
+ date: 2023-02-16
+ url: https://www.meetup.com/south-wales-tech/events/291092930
+ -
+ name: Nashville PHP
+ location: Nashville, TN, USA
+ date: 2021-02-09
+ url: https://www.meetup.com/nashvillephp/events/kzkdwryccdbmb
+ online: true
+ -
+ name: PHP Cambridge
+ location: Cambridge, UK
+ date: 2021-01-19
+ url: https://www.meetup.com/phpcambridge
+ online: true
+ -
+ name: "Drupal Virtual Cafe #3"
+ location: Kyiv, Ukraine
+ date: 2020-10-15
+ url: https://groups.drupal.org/ukraine
+ online: true
+ -
+ name: Bristol JS
+ location: Bristol, UK
+ date: 2020-09-30
+ url: https://techtalks.io/events/f8e26038-2561-484e-8a74-7a1e3a0369b8
+ online: true
+ -
+ name: DigitalCamp Atlanta 2020
+ location: Atlanta, GA
+ date: 2020-09-11
+ url: https://www.drupalcampatlanta.com/2020/sessions/taking-flight-tailwind-css
+ online: true
+ -
+ name: Drupal Yorkshire
+ location: Leeds, UK
+ date: 2020-08-20
+ url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybclbbc
+ online: true
+ -
+ name: PHP Hampshire
+ location: Portsmouth, UK
+ date: 2020-07-08
+ url: https://www.meetup.com/meetup-group-yzpbvTYv/events/271430269
+ online: true
+ -
+ name: CMS Philly
+ location: Philadelphia, USA
+ date: 2020-05-01
+ url: https://cmsphilly.org
+ online: true
+ -
+ name: Blue Conf 2019
+ location: Cardiff, UK
+ date: 2019-06-07
+ url: https://blueconf.co.uk
+ -
+ name: WordCamp Bristol 2019
+ location: Bristol, UK
+ date: 2019-05-18
+ url: https://2019.bristol.wordcamp.org
+ -
+ name: Cheltenham WordPress Meetup
+ location: Cheltenham, UK
+ date: 2019-04-17
+ url: https://www.meetup.com/Cheltenham-WordPress-Meetup
+ -
+ name: PHP South Wales
+ location: Cardiff, UK
+ date: 2018-07-31
+ url: https://www.phpsouthwales.uk
+ -
+ name: Drupal Bristol
+ location: Bristol, UK
+ date: 2018-01-17
+ url: https://www.drupalbristol.org.uk
+meta:
+ og:
+ title: Taking Flight with Tailwind CSS
+ description: An introduction to utility CSS and Tailwind.
+ type: website
+ image:
+ url: '%site.assets.url%/assets/images/talks/taking-flight-tailwind.jpg'
+ width: 2560
+ height: 1440
+ type: "image/png"
+---
+
+An introduction to utility class and component-based styling, and how to soar with [Tailwind CSS][1].
+
+Things we'll cover:
+
+- Advantages and disadvantages to utility-based styling and Tailwind CSS.
+- How to add Tailwind CSS to your project and configure and customise it.
+- How to avoid duplication by moving repeating classes into re-usable components for better maintainability.
+- How to extend Tailwind CSS and add extra classes with community-written plugins.
+- How to write and test your own custom project-specific plugins.
+
+[1]: https://tailwindcss.com
diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md
new file mode 100644
index 00000000..14747c8e
--- /dev/null
+++ b/source/_talks/tdd-test-driven-drupal.md
@@ -0,0 +1,91 @@
+---
+title: TDD - Test-Driven Drupal
+description: How to write automated tests for Drupal, and how to create a new Drupal module using test driven development.
+speakerdeck:
+ id: 088cb18033064f5cb18d1079795294a1
+ ratio: "1.77777777777778"
+ url: "https://speakerdeck.com/opdavies/tdd-test-driven-drupal"
+video:
+ type: youtube
+ id: 81J0dPvqG-g
+image:
+ url: '%site.assets.url%/assets/images/talks/test-driven-drupal-development.png'
+ width: 2560
+ height: 1440
+ type: image/png
+use: [talks]
+events:
+ -
+ name: DrupalCamp Belgium
+ location: Ghent, Belgium
+ date: 2024-05-10
+ url: https://www.drupalcamp.be/en/drupalcamp-ghent-2024/session/tdd-test-driven-drup%E2%80%A6
+ -
+ name: DrupalCon Lille 2023
+ location: Lille, France
+ date: 2023-10-17
+ time: "15:00 - 15:45"
+ url: https://events.drupal.org/lille2023/session/tdd-test-driven-drupal-introduction-automated-testing-and-test-driven-development
+ -
+ name: DrupalCon Europe 2020
+ date: 2020-12-08
+ url: https://events.drupal.org/europe2020/sessions/tdd-test-driven-drupal
+ online: true
+ -
+ name: Bay Area Drupal Camp (BADCamp)
+ date: 2020-10-14
+ url: https://2020.badcamp.org/session/tdd-test-driven-drupal
+ online: true
+ -
+ name: NWDUG
+ date: 2020-05-12
+ location: Manchester, UK
+ url: http://nwdrupal.org.uk
+ online: true
+ -
+ name: DrupalCamp London 2019
+ date: 2019-03-02
+ time: "14:00 - 14:45"
+ location: London, UK
+ url: http://drupalcamp.london
+ -
+ name: Drupal Developer Days 2018
+ date: 2018-07-05
+ time: "12:15 - 13:00"
+ location: Lisbon, Portugal
+ url: http://lisbon2018.drupaldays.org
+ -
+ name: Drupal Somerset
+ date: 2018-06-14
+ location: Glastonbury, UK
+ -
+ name: Drupal Bristol
+ date: 2017-11-22
+ location: Bristol, UK
+ url: https://www.drupalbristol.org.uk
+ -
+ name: DrupalCamp Dublin 2017
+ location: Dublin, Ireland
+ date: 2017-10-21
+ time: "12:00 - 12:40"
+ url: http://2017.drupal.ie
+ -
+ name: DrupalCamp London 2017
+ location: London, UK
+ date: 2017-03-04
+ time: "16:15 - 17:00"
+---
+
+Testing is important.
+
+It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test-driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.
+
+Drupal 7 includes the SimpleTest module for unit and functional testing, whilst Drupal 8 also includes and supports PHPUnit - the defacto PHP testing framework used by other PHP projects, including Symfony and Laravel - making it easier for people to test their code.
+
+With testing being one of the Drupal core gates, with tests needing to be included with every new feature or bug fix and core's 100% pass rate policy, testing has become an essential skill when contributing to the core or when working on your own projects.
+
+In this talk, we'll cover the methodology and terminology involved with automated testing and then take a test-driven approach to create a new Drupal module.
+
+P.S. If you want to learn more about automated testing and test-driven development in Drupal, [register for my free 10-day email course][course].
+
+[course]: /atdc
diff --git a/source/_talks/test-drive-twig-with-sculpin.md b/source/_talks/test-drive-twig-with-sculpin.md
new file mode 100644
index 00000000..494dc806
--- /dev/null
+++ b/source/_talks/test-drive-twig-with-sculpin.md
@@ -0,0 +1,24 @@
+---
+title: Test Drive Twig with Sculpin
+description: With Drupal 8 just around the corner, see how you can develop your Twig skills with Sculpin - a static site generator based on Symfony components and Twig.
+speakerdeck:
+ id: 54589d2e50a3476a9a75aed809e9edf1
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
+code: https://github.com/opdavies/sculpin-demo
+events:
+ -
+ name: DrupalCamp North 2015
+ location: Sunderland, UK
+ url: http://drupalcampnorth.org
+ date: 2015-07-25
+---
+
+[Sculpin][1] is a static site generator written in PHP, and based on [Symfony components][2]. It uses [YAML][3] and [Twig][4], which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8.
+
+This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin.
+
+[1]: https://sculpin.io
+[2]: http://symfony.com/doc/current/components/index.html
+[3]: http://yaml.org
+[4]: http://twig.sensiolabs.org
diff --git a/source/_talks/things-you-should-know-about-php.md b/source/_talks/things-you-should-know-about-php.md
new file mode 100644
index 00000000..dcccd4ae
--- /dev/null
+++ b/source/_talks/things-you-should-know-about-php.md
@@ -0,0 +1,33 @@
+---
+title: Things you should know about PHP
+description: An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup and PHPSW.
+speakerdeck:
+ id: fe360f1030f34bdb9eb14cdab907bb3c
+ ratio: "1.78343949044586"
+ url: https://speakerdeck.com/opdavies/things-you-should-know-about-php-a58cd83b-e10c-40df-9ab4-3ed5d55827e7
+video:
+ id: NH1mVSwCzWs
+ type: youtube
+meta:
+ og:
+ image:
+ url: '%site.assets.url%/assets/images/talks/things-you-should-know-about-php.png'
+events:
+ -
+ name: PHP Stoke
+ location: Stoke-on-Trent, UK
+ url: https://www.eventbrite.com/e/php-stoke-tickets-429043128547
+ date: 2023-01-12
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://www.meetup.com/php-sw/events/284341510
+ date: 2022-03-09
+ -
+ name: Swansea Software Development Meetup (SSDC)
+ location: Swansea, UK
+ url: https://www.meetup.com/Swansea-Software-Development-Meetup
+ date: 2019-01-28
+---
+
+An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup and PHP South West.
diff --git a/source/_talks/upgrading-your-site-drupal-9.md b/source/_talks/upgrading-your-site-drupal-9.md
new file mode 100644
index 00000000..b73620ce
--- /dev/null
+++ b/source/_talks/upgrading-your-site-drupal-9.md
@@ -0,0 +1,42 @@
+---
+title: Upgrading your site to Drupal 9
+description:
+ How to update your site to Drupal 9, and why it's much different to any
+ major Drupal version upgrade before!
+speakerdeck:
+ id: 19f439b7a9a4450baa79bb73ec3dd117
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/deploying-php-applications-with-ansible-ansible-vault-and-ansistrano
+video:
+ type: youtube
+ id: AcYMXiom0o8
+events:
+ -
+ name: Midwest PHP
+ url: https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9
+ date: 2021-04-22
+ online: true
+ -
+ name: Leeds PHP
+ location: Leeds, UK
+ url: https://www.meetup.com/leedsphp/events/272504993
+ date: 2020-09-23
+ online: true
+ -
+ name: Drupal NYC meetup
+ url: https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9
+ date: 2020-09-02
+ online: true
+---
+
+For most Drupal Developers and users, the idea of moving a project from one
+major version of Drupal to another can be daunting, with modules and themes
+having to being changed significantly or rebuilt completely, and data being
+migrated from the old site to the new one.
+
+This was no more so than the move from Drupal 7 to 8, but luckily this has
+changed for Drupal 9 and an upgrade can be done with minimal changes and not a
+data migration in sight!
+
+In this talk, we'll look at some of the changes to Drupal's tools and processes
+that have made this possible, and how to move your Drupal site to Drupal 9.
diff --git a/source/_talks/using-illuminate-collections-outside-laravel.md b/source/_talks/using-illuminate-collections-outside-laravel.md
new file mode 100644
index 00000000..f594a246
--- /dev/null
+++ b/source/_talks/using-illuminate-collections-outside-laravel.md
@@ -0,0 +1,28 @@
+---
+title: Using Illuminate Collections... Outside Laravel
+description: How to include and use Laravel’s Illuminate Collections in your non-Laravel PHP projects.
+speakerdeck:
+ id: 76f1718a75a74940b0b028aac8b9f78b
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
+video:
+ type: youtube
+ id: 1l0kO-iaN_o
+type: Lightning talk
+events:
+ -
+ name: PHP South Wales
+ location: Cardiff, UK
+ url: https://www.phpsouthwales.uk
+ date: 2018-08-28
+ -
+ name: Nomad PHP
+ url: https://nomadphp.com
+ online: true
+ date: 2017-12-21
+ time: 19:00 CET
+---
+
+Laravel's Illuminate Collections are a powerful object-orientated way of interacting with PHP arrays, but did you know that they can be used outside of Laravel, in any PHP project?
+
+This short talk shows how we can use Composer to include Illuminate Collections within a non-Laravel project and put them to use within your own code.
diff --git a/source/_talks/working-with-workspace.md b/source/_talks/working-with-workspace.md
new file mode 100644
index 00000000..6c49b889
--- /dev/null
+++ b/source/_talks/working-with-workspace.md
@@ -0,0 +1,33 @@
+---
+title: Working with Workspace
+description: Workspace is an open-source local development tool from Inviqa. This talk covers what it is, what it does, and how to use it in your PHP project.
+speakerdeck:
+ id: e87103bd5f8b4f16bbed73a9d4d2a592
+ ratio: "1.77777777777778"
+ url: https://speakerdeck.com/opdavies/taking-flight-with-tailwind-css
+video:
+ type: youtube
+ id: oO0-E_FBS-U
+events:
+ -
+ name: PHP North West
+ url: https://www.phpnw.org.uk
+ date: 2021-02-02
+ online: true
+ -
+ name: PHP South West
+ location: Bristol, UK
+ url: https://www.meetup.com/php-sw/events/272787346
+ date: 2020-09-09
+ online: true
+ -
+ name: NWDUG
+ location: Manchester, UK
+ url: https://www.meetup.com/nwdrupal/events/272098270
+ date: 2020-08-11
+ online: true
+---
+
+[Workspace](https://github.com/my127/workspace) is an open source tool developed by [Inviqa](https://inviqa.com), as a way to create custom commands for your project environments, and an alternative to a bash script or a Makefile.
+
+In this short talk and demo, we'll look at what Workspace does, some of its features including attributes, generating configuration files and managing secrets, and and how it can be added to and used on a project.
diff --git a/source/_talks/working-without-workspace.md b/source/_talks/working-without-workspace.md
new file mode 100644
index 00000000..768aec34
--- /dev/null
+++ b/source/_talks/working-without-workspace.md
@@ -0,0 +1,16 @@
+---
+title: Working without Workspace
+description: |
+ A look at how I configure my development environments and the tools I use with PHP, such as Nix, Home Manager, Docker, Neovim and tmux.
+speakerdeck:
+ id: dd406a45f04047fda765346b75efa3c3
+ ratio: "1.77798682972719"
+ url: https://speakerdeck.com/opdavies/working-without-workspace
+video: ~
+events:
+ -
+ name: PHP London
+ location: London, UK
+ url: https://www.meetup.com/phplondon/events/292657869
+ date: 2023-04-06
+---
diff --git a/source/assets/images/14-drupalorg.jpg b/source/assets/images/14-drupalorg.jpg
new file mode 100644
index 00000000..7d6227c1
Binary files /dev/null and b/source/assets/images/14-drupalorg.jpg differ
diff --git a/source/assets/images/badges/acquia-cloud-pro.png b/source/assets/images/badges/acquia-cloud-pro.png
new file mode 100644
index 00000000..99e4fd0e
Binary files /dev/null and b/source/assets/images/badges/acquia-cloud-pro.png differ
diff --git a/source/assets/images/badges/acquia-d8-back-end.png b/source/assets/images/badges/acquia-d8-back-end.png
new file mode 100644
index 00000000..b190ba61
Binary files /dev/null and b/source/assets/images/badges/acquia-d8-back-end.png differ
diff --git a/source/assets/images/badges/acquia-d8-developer.png b/source/assets/images/badges/acquia-d8-developer.png
new file mode 100644
index 00000000..8296cf0b
Binary files /dev/null and b/source/assets/images/badges/acquia-d8-developer.png differ
diff --git a/source/assets/images/badges/acquia-d8-front-end.png b/source/assets/images/badges/acquia-d8-front-end.png
new file mode 100644
index 00000000..00f8cf74
Binary files /dev/null and b/source/assets/images/badges/acquia-d8-front-end.png differ
diff --git a/source/assets/images/badges/acquia-d8-grand-master.png b/source/assets/images/badges/acquia-d8-grand-master.png
new file mode 100644
index 00000000..d3141161
Binary files /dev/null and b/source/assets/images/badges/acquia-d8-grand-master.png differ
diff --git a/source/assets/images/badges/da-individual-member.png b/source/assets/images/badges/da-individual-member.png
new file mode 100644
index 00000000..dd88817d
Binary files /dev/null and b/source/assets/images/badges/da-individual-member.png differ
diff --git a/source/assets/images/badges/drupal-8.jpg b/source/assets/images/badges/drupal-8.jpg
new file mode 100644
index 00000000..308ca012
Binary files /dev/null and b/source/assets/images/badges/drupal-8.jpg differ
diff --git a/source/assets/images/badges/drupal-association-member.svg b/source/assets/images/badges/drupal-association-member.svg
new file mode 100644
index 00000000..6dede514
--- /dev/null
+++ b/source/assets/images/badges/drupal-association-member.svg
@@ -0,0 +1,271 @@
+
+
+
+
\ No newline at end of file
diff --git a/source/assets/images/badges/drupal-dev-days-2018.png b/source/assets/images/badges/drupal-dev-days-2018.png
new file mode 100644
index 00000000..fcc2cd68
Binary files /dev/null and b/source/assets/images/badges/drupal-dev-days-2018.png differ
diff --git a/source/assets/images/badges/drupalcares-supporter.svg b/source/assets/images/badges/drupalcares-supporter.svg
new file mode 100644
index 00000000..8ba1c7f7
--- /dev/null
+++ b/source/assets/images/badges/drupalcares-supporter.svg
@@ -0,0 +1,5139 @@
+
+
+
diff --git a/source/assets/images/badges/phpnw17.png b/source/assets/images/badges/phpnw17.png
new file mode 100644
index 00000000..af9c7f94
Binary files /dev/null and b/source/assets/images/badges/phpnw17.png differ
diff --git a/source/assets/images/blog/commerce-stripe-error/remote-id-table.png b/source/assets/images/blog/commerce-stripe-error/remote-id-table.png
new file mode 100644
index 00000000..708e394c
Binary files /dev/null and b/source/assets/images/blog/commerce-stripe-error/remote-id-table.png differ
diff --git a/source/assets/images/blog/continuous-integration-spiderman.jpg b/source/assets/images/blog/continuous-integration-spiderman.jpg
new file mode 100644
index 00000000..2e3365b9
Binary files /dev/null and b/source/assets/images/blog/continuous-integration-spiderman.jpg differ
diff --git a/source/assets/images/blog/custom-module-as-a-feature.png b/source/assets/images/blog/custom-module-as-a-feature.png
new file mode 100644
index 00000000..72669173
Binary files /dev/null and b/source/assets/images/blog/custom-module-as-a-feature.png differ
diff --git a/source/assets/images/blog/docker-xdebug.png b/source/assets/images/blog/docker-xdebug.png
new file mode 100644
index 00000000..61dea27b
Binary files /dev/null and b/source/assets/images/blog/docker-xdebug.png differ
diff --git a/source/assets/images/blog/docksal-phpunit-command/1.gif b/source/assets/images/blog/docksal-phpunit-command/1.gif
new file mode 100644
index 00000000..31a79180
Binary files /dev/null and b/source/assets/images/blog/docksal-phpunit-command/1.gif differ
diff --git a/source/assets/images/blog/docksal-phpunit-command/2.gif b/source/assets/images/blog/docksal-phpunit-command/2.gif
new file mode 100644
index 00000000..d0ea6f22
Binary files /dev/null and b/source/assets/images/blog/docksal-phpunit-command/2.gif differ
diff --git a/source/assets/images/blog/docksal-phpunit-command/3.gif b/source/assets/images/blog/docksal-phpunit-command/3.gif
new file mode 100644
index 00000000..2c57d9de
Binary files /dev/null and b/source/assets/images/blog/docksal-phpunit-command/3.gif differ
diff --git a/source/assets/images/blog/drupal-meetups-twitterbot.png b/source/assets/images/blog/drupal-meetups-twitterbot.png
new file mode 100644
index 00000000..6b2ac07a
Binary files /dev/null and b/source/assets/images/blog/drupal-meetups-twitterbot.png differ
diff --git a/source/assets/images/blog/drupal-symfony-server/terminal.png b/source/assets/images/blog/drupal-symfony-server/terminal.png
new file mode 100644
index 00000000..5b691516
Binary files /dev/null and b/source/assets/images/blog/drupal-symfony-server/terminal.png differ
diff --git a/source/assets/images/blog/drupalcamp-bristol-17-logo.jpg b/source/assets/images/blog/drupalcamp-bristol-17-logo.jpg
new file mode 100644
index 00000000..4722c1cd
Binary files /dev/null and b/source/assets/images/blog/drupalcamp-bristol-17-logo.jpg differ
diff --git a/source/assets/images/blog/drupalcamp-dublin.jpg b/source/assets/images/blog/drupalcamp-dublin.jpg
new file mode 100644
index 00000000..146314d6
Binary files /dev/null and b/source/assets/images/blog/drupalcamp-dublin.jpg differ
diff --git a/source/assets/images/blog/drupalvm-generate-example-2.gif b/source/assets/images/blog/drupalvm-generate-example-2.gif
new file mode 100644
index 00000000..fc66f941
Binary files /dev/null and b/source/assets/images/blog/drupalvm-generate-example-2.gif differ
diff --git a/source/assets/images/blog/drupalvm-generate-example.gif b/source/assets/images/blog/drupalvm-generate-example.gif
new file mode 100644
index 00000000..1975a233
Binary files /dev/null and b/source/assets/images/blog/drupalvm-generate-example.gif differ
diff --git a/source/assets/images/blog/drupalvm-generate-release.png b/source/assets/images/blog/drupalvm-generate-release.png
new file mode 100644
index 00000000..498bb080
Binary files /dev/null and b/source/assets/images/blog/drupalvm-generate-release.png differ
diff --git a/source/assets/images/blog/drupalvm-generate-repo.png b/source/assets/images/blog/drupalvm-generate-repo.png
new file mode 100644
index 00000000..42716804
Binary files /dev/null and b/source/assets/images/blog/drupalvm-generate-repo.png differ
diff --git a/source/assets/images/blog/events-drupal-8/1.png b/source/assets/images/blog/events-drupal-8/1.png
new file mode 100644
index 00000000..7622b9b1
Binary files /dev/null and b/source/assets/images/blog/events-drupal-8/1.png differ
diff --git a/source/assets/images/blog/events-drupal-8/1_.png b/source/assets/images/blog/events-drupal-8/1_.png
new file mode 100644
index 00000000..40f949db
Binary files /dev/null and b/source/assets/images/blog/events-drupal-8/1_.png differ
diff --git a/source/assets/images/blog/forked-github-repo-commits.png b/source/assets/images/blog/forked-github-repo-commits.png
new file mode 100644
index 00000000..1f3f372a
Binary files /dev/null and b/source/assets/images/blog/forked-github-repo-commits.png differ
diff --git a/source/assets/images/blog/git-format-patch.png b/source/assets/images/blog/git-format-patch.png
new file mode 100644
index 00000000..fc4fdbca
Binary files /dev/null and b/source/assets/images/blog/git-format-patch.png differ
diff --git a/source/assets/images/blog/github-fork-rebase-phpstorm.png b/source/assets/images/blog/github-fork-rebase-phpstorm.png
new file mode 100644
index 00000000..791a2fee
Binary files /dev/null and b/source/assets/images/blog/github-fork-rebase-phpstorm.png differ
diff --git a/source/assets/images/blog/github-pages.png b/source/assets/images/blog/github-pages.png
new file mode 100644
index 00000000..5aea25ca
Binary files /dev/null and b/source/assets/images/blog/github-pages.png differ
diff --git a/source/assets/images/blog/jackson-octocat.png b/source/assets/images/blog/jackson-octocat.png
new file mode 100644
index 00000000..8e950628
Binary files /dev/null and b/source/assets/images/blog/jackson-octocat.png differ
diff --git a/source/assets/images/blog/minimum-drupal-version-d7.png b/source/assets/images/blog/minimum-drupal-version-d7.png
new file mode 100644
index 00000000..b4cbce3d
Binary files /dev/null and b/source/assets/images/blog/minimum-drupal-version-d7.png differ
diff --git a/source/assets/images/blog/my-commit-to-the-rebased-branch.png b/source/assets/images/blog/my-commit-to-the-rebased-branch.png
new file mode 100644
index 00000000..ea03595d
Binary files /dev/null and b/source/assets/images/blog/my-commit-to-the-rebased-branch.png differ
diff --git a/source/assets/images/blog/neovim-xdebug-breakpoint.png b/source/assets/images/blog/neovim-xdebug-breakpoint.png
new file mode 100644
index 00000000..41a1ff16
Binary files /dev/null and b/source/assets/images/blog/neovim-xdebug-breakpoint.png differ
diff --git a/source/assets/images/blog/neovim-xdebug-dap.png b/source/assets/images/blog/neovim-xdebug-dap.png
new file mode 100644
index 00000000..2e9071de
Binary files /dev/null and b/source/assets/images/blog/neovim-xdebug-dap.png differ
diff --git a/source/assets/images/blog/nginx-redirect-with-args.gif b/source/assets/images/blog/nginx-redirect-with-args.gif
new file mode 100644
index 00000000..91c4910d
Binary files /dev/null and b/source/assets/images/blog/nginx-redirect-with-args.gif differ
diff --git a/source/assets/images/blog/null-users-system-users/drupal-8-users-field-data-table.png b/source/assets/images/blog/null-users-system-users/drupal-8-users-field-data-table.png
new file mode 100644
index 00000000..3c01bb68
Binary files /dev/null and b/source/assets/images/blog/null-users-system-users/drupal-8-users-field-data-table.png differ
diff --git a/source/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png b/source/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png
new file mode 100644
index 00000000..a6ca489a
Binary files /dev/null and b/source/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png differ
diff --git a/source/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png b/source/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png
new file mode 100644
index 00000000..25aebb15
Binary files /dev/null and b/source/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png differ
diff --git a/source/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png b/source/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png
new file mode 100644
index 00000000..d1c9f880
Binary files /dev/null and b/source/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png differ
diff --git a/source/assets/images/blog/oliverdavies-uk-jenkins-shell.png b/source/assets/images/blog/oliverdavies-uk-jenkins-shell.png
new file mode 100644
index 00000000..92abe374
Binary files /dev/null and b/source/assets/images/blog/oliverdavies-uk-jenkins-shell.png differ
diff --git a/source/assets/images/blog/override-node-options-refactor-tests-new-passing.png b/source/assets/images/blog/override-node-options-refactor-tests-new-passing.png
new file mode 100644
index 00000000..70f30d14
Binary files /dev/null and b/source/assets/images/blog/override-node-options-refactor-tests-new-passing.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-1.png
new file mode 100644
index 00000000..9261ab75
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-2.png
new file mode 100644
index 00000000..2a211080
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-2.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-3.png b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-3.png
new file mode 100644
index 00000000..3e0dfea3
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/cli-interpreter-3.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-1.png
new file mode 100644
index 00000000..90971c25
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-2.png
new file mode 100644
index 00000000..47245efc
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-2.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-3.png b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-3.png
new file mode 100644
index 00000000..b3fe3b3f
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/deployment-3.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-1.png
new file mode 100644
index 00000000..bdccbb00
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-2.png
new file mode 100644
index 00000000..95187b05
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/keyboard-shortcuts-2.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-1.png
new file mode 100644
index 00000000..048fedb0
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-2.png
new file mode 100644
index 00000000..b336daa5
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-2.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-3.png b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-3.png
new file mode 100644
index 00000000..074f6d68
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-3.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-4.png b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-4.png
new file mode 100644
index 00000000..d306ad35
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/phpunit-4.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-1.png
new file mode 100644
index 00000000..3d15f411
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-2.png
new file mode 100644
index 00000000..3d2260c1
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/running-tests-2.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-1.png b/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-1.png
new file mode 100644
index 00000000..e11ef942
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-1.png differ
diff --git a/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-2.png b/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-2.png
new file mode 100644
index 00000000..b5cd089b
Binary files /dev/null and b/source/assets/images/blog/phpstorm-phpunit-docksal/test-failure-2.png differ
diff --git a/source/assets/images/blog/presenting-on-tailwind-css-and-ansible-at-cms-philly/cms-philly-logo.png b/source/assets/images/blog/presenting-on-tailwind-css-and-ansible-at-cms-philly/cms-philly-logo.png
new file mode 100644
index 00000000..44b9ee8e
Binary files /dev/null and b/source/assets/images/blog/presenting-on-tailwind-css-and-ansible-at-cms-philly/cms-philly-logo.png differ
diff --git a/source/assets/images/blog/private-message-queue.png b/source/assets/images/blog/private-message-queue.png
new file mode 100644
index 00000000..815af133
Binary files /dev/null and b/source/assets/images/blog/private-message-queue.png differ
diff --git a/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-1.png b/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-1.png
new file mode 100644
index 00000000..787d6559
Binary files /dev/null and b/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-1.png differ
diff --git a/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-2.png b/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-2.png
new file mode 100644
index 00000000..6b0a19b3
Binary files /dev/null and b/source/assets/images/blog/quick-project-switching-phpstorm/adding-keyboard-shortcut-2.png differ
diff --git a/source/assets/images/blog/quick-project-switching-phpstorm/find-action.png b/source/assets/images/blog/quick-project-switching-phpstorm/find-action.png
new file mode 100644
index 00000000..839400f1
Binary files /dev/null and b/source/assets/images/blog/quick-project-switching-phpstorm/find-action.png differ
diff --git a/source/assets/images/blog/quick-project-switching-phpstorm/open-recent.png b/source/assets/images/blog/quick-project-switching-phpstorm/open-recent.png
new file mode 100644
index 00000000..ca73adfd
Binary files /dev/null and b/source/assets/images/blog/quick-project-switching-phpstorm/open-recent.png differ
diff --git a/source/assets/images/blog/quick-project-switching-phpstorm/welcome-screen.png b/source/assets/images/blog/quick-project-switching-phpstorm/welcome-screen.png
new file mode 100644
index 00000000..b1fe9086
Binary files /dev/null and b/source/assets/images/blog/quick-project-switching-phpstorm/welcome-screen.png differ
diff --git a/source/assets/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png
new file mode 100644
index 00000000..91f4648f
Binary files /dev/null and b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/1-applications-grid.png differ
diff --git a/source/assets/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png
new file mode 100644
index 00000000..40c759b5
Binary files /dev/null and b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/2-applications-list.png differ
diff --git a/source/assets/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png
new file mode 100644
index 00000000..0fe84ff8
Binary files /dev/null and b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/3-environments.png differ
diff --git a/source/assets/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png
new file mode 100644
index 00000000..2e4d1a52
Binary files /dev/null and b/source/assets/images/blog/rebuilding-acquia-vue-tailwind/4-environment.png differ
diff --git a/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/drupal-message.png b/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/drupal-message.png
new file mode 100644
index 00000000..9244d92a
Binary files /dev/null and b/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/drupal-message.png differ
diff --git a/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/skip-link.png b/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/skip-link.png
new file mode 100644
index 00000000..693cda51
Binary files /dev/null and b/source/assets/images/blog/rebuilding-bartik-vue-tailwind-part-2/skip-link.png differ
diff --git a/source/assets/images/blog/rebuilding-bartik-vue-tailwind/original.png b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/original.png
new file mode 100644
index 00000000..378b5b10
Binary files /dev/null and b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/original.png differ
diff --git a/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-desktop.png b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-desktop.png
new file mode 100644
index 00000000..77509bae
Binary files /dev/null and b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-desktop.png differ
diff --git a/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-mobile.png b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-mobile.png
new file mode 100644
index 00000000..1945d222
Binary files /dev/null and b/source/assets/images/blog/rebuilding-bartik-vue-tailwind/rebuilt-mobile.png differ
diff --git a/source/assets/images/blog/running-drupal-with-symfony-local-server/proxy.png b/source/assets/images/blog/running-drupal-with-symfony-local-server/proxy.png
new file mode 100644
index 00000000..fe0289ad
Binary files /dev/null and b/source/assets/images/blog/running-drupal-with-symfony-local-server/proxy.png differ
diff --git a/source/assets/images/blog/running-drupal-with-symfony-local-server/terminal.png b/source/assets/images/blog/running-drupal-with-symfony-local-server/terminal.png
new file mode 100644
index 00000000..5b691516
Binary files /dev/null and b/source/assets/images/blog/running-drupal-with-symfony-local-server/terminal.png differ
diff --git a/source/assets/images/blog/speaking-drupalcon-amsterdam/drupalcon-schedule.jpg b/source/assets/images/blog/speaking-drupalcon-amsterdam/drupalcon-schedule.jpg
new file mode 100644
index 00000000..c5a2afba
Binary files /dev/null and b/source/assets/images/blog/speaking-drupalcon-amsterdam/drupalcon-schedule.jpg differ
diff --git a/source/assets/images/blog/tdd-drupal-1.png b/source/assets/images/blog/tdd-drupal-1.png
new file mode 100644
index 00000000..1564c0b4
Binary files /dev/null and b/source/assets/images/blog/tdd-drupal-1.png differ
diff --git a/source/assets/images/blog/tdd-drupal-2.png b/source/assets/images/blog/tdd-drupal-2.png
new file mode 100644
index 00000000..094a61e7
Binary files /dev/null and b/source/assets/images/blog/tdd-drupal-2.png differ
diff --git a/source/assets/images/blog/tdd-drupal-3.png b/source/assets/images/blog/tdd-drupal-3.png
new file mode 100644
index 00000000..69b8ae80
Binary files /dev/null and b/source/assets/images/blog/tdd-drupal-3.png differ
diff --git a/source/assets/images/blog/tdd-drupal-4.png b/source/assets/images/blog/tdd-drupal-4.png
new file mode 100644
index 00000000..cb07a5fd
Binary files /dev/null and b/source/assets/images/blog/tdd-drupal-4.png differ
diff --git a/source/assets/images/blog/testing-tailwindcss-plugins/running-tests.png b/source/assets/images/blog/testing-tailwindcss-plugins/running-tests.png
new file mode 100644
index 00000000..0b0b6150
Binary files /dev/null and b/source/assets/images/blog/testing-tailwindcss-plugins/running-tests.png differ
diff --git a/source/assets/images/blog/testing-workshop-drupalcamp-london/lead.jpg b/source/assets/images/blog/testing-workshop-drupalcamp-london/lead.jpg
new file mode 100644
index 00000000..b27695e1
Binary files /dev/null and b/source/assets/images/blog/testing-workshop-drupalcamp-london/lead.jpg differ
diff --git a/source/assets/images/blog/using-tailwind-drupal/important-1.png b/source/assets/images/blog/using-tailwind-drupal/important-1.png
new file mode 100644
index 00000000..ecb1e818
Binary files /dev/null and b/source/assets/images/blog/using-tailwind-drupal/important-1.png differ
diff --git a/source/assets/images/blog/using-tailwind-drupal/important-2.png b/source/assets/images/blog/using-tailwind-drupal/important-2.png
new file mode 100644
index 00000000..3242ba5e
Binary files /dev/null and b/source/assets/images/blog/using-tailwind-drupal/important-2.png differ
diff --git a/source/assets/images/blog/using-tailwind-drupal/prefix-1.png b/source/assets/images/blog/using-tailwind-drupal/prefix-1.png
new file mode 100644
index 00000000..119a33ad
Binary files /dev/null and b/source/assets/images/blog/using-tailwind-drupal/prefix-1.png differ
diff --git a/source/assets/images/blog/using-tailwind-drupal/prefix-2.png b/source/assets/images/blog/using-tailwind-drupal/prefix-2.png
new file mode 100644
index 00000000..ec1227c0
Binary files /dev/null and b/source/assets/images/blog/using-tailwind-drupal/prefix-2.png differ
diff --git a/source/assets/images/daily-emails/typing.png b/source/assets/images/daily-emails/typing.png
new file mode 100644
index 00000000..6ab00467
Binary files /dev/null and b/source/assets/images/daily-emails/typing.png differ
diff --git a/source/assets/images/experience/appnovation.png b/source/assets/images/experience/appnovation.png
new file mode 100644
index 00000000..49e432cd
Binary files /dev/null and b/source/assets/images/experience/appnovation.png differ
diff --git a/source/assets/images/experience/cti-digital.png b/source/assets/images/experience/cti-digital.png
new file mode 100644
index 00000000..2fd01322
Binary files /dev/null and b/source/assets/images/experience/cti-digital.png differ
diff --git a/source/assets/images/experience/develop_me.svg b/source/assets/images/experience/develop_me.svg
new file mode 100644
index 00000000..a0d84408
--- /dev/null
+++ b/source/assets/images/experience/develop_me.svg
@@ -0,0 +1,56 @@
+
+
+
+]>
+
diff --git a/source/assets/images/experience/drupal-association.png b/source/assets/images/experience/drupal-association.png
new file mode 100644
index 00000000..c262743a
Binary files /dev/null and b/source/assets/images/experience/drupal-association.png differ
diff --git a/source/assets/images/experience/horse-and-country.jpg b/source/assets/images/experience/horse-and-country.jpg
new file mode 100644
index 00000000..a445ebf6
Binary files /dev/null and b/source/assets/images/experience/horse-and-country.jpg differ
diff --git a/source/assets/images/experience/inviqa.jpg b/source/assets/images/experience/inviqa.jpg
new file mode 100644
index 00000000..de93267d
Binary files /dev/null and b/source/assets/images/experience/inviqa.jpg differ
diff --git a/source/assets/images/experience/lab-class.png b/source/assets/images/experience/lab-class.png
new file mode 100644
index 00000000..2d94fc82
Binary files /dev/null and b/source/assets/images/experience/lab-class.png differ
diff --git a/source/assets/images/experience/microserve.png b/source/assets/images/experience/microserve.png
new file mode 100644
index 00000000..5230e53a
Binary files /dev/null and b/source/assets/images/experience/microserve.png differ
diff --git a/source/assets/images/experience/nomensa.png b/source/assets/images/experience/nomensa.png
new file mode 100644
index 00000000..cdb9bc33
Binary files /dev/null and b/source/assets/images/experience/nomensa.png differ
diff --git a/source/assets/images/experience/precedent.jpg b/source/assets/images/experience/precedent.jpg
new file mode 100644
index 00000000..04c77f85
Binary files /dev/null and b/source/assets/images/experience/precedent.jpg differ
diff --git a/source/assets/images/experience/proctors.jpg b/source/assets/images/experience/proctors.jpg
new file mode 100644
index 00000000..faaa79bb
Binary files /dev/null and b/source/assets/images/experience/proctors.jpg differ
diff --git a/source/assets/images/loading.gif b/source/assets/images/loading.gif
new file mode 100644
index 00000000..7141e0dc
Binary files /dev/null and b/source/assets/images/loading.gif differ
diff --git a/source/assets/images/me-phpnw.png b/source/assets/images/me-phpnw.png
new file mode 100644
index 00000000..6cf4ade6
Binary files /dev/null and b/source/assets/images/me-phpnw.png differ
diff --git a/source/assets/images/me-precedent.jpg b/source/assets/images/me-precedent.jpg
new file mode 100644
index 00000000..4b3e0319
Binary files /dev/null and b/source/assets/images/me-precedent.jpg differ
diff --git a/source/assets/images/meetups/accessible-bristol.png b/source/assets/images/meetups/accessible-bristol.png
new file mode 100644
index 00000000..2c1b2ab9
Binary files /dev/null and b/source/assets/images/meetups/accessible-bristol.png differ
diff --git a/source/assets/images/meetups/drupal-bristol.jpeg b/source/assets/images/meetups/drupal-bristol.jpeg
new file mode 100644
index 00000000..2ec7e570
Binary files /dev/null and b/source/assets/images/meetups/drupal-bristol.jpeg differ
diff --git a/source/assets/images/meetups/drupalcamp-bristol.png b/source/assets/images/meetups/drupalcamp-bristol.png
new file mode 100644
index 00000000..fed927e8
Binary files /dev/null and b/source/assets/images/meetups/drupalcamp-bristol.png differ
diff --git a/source/assets/images/meetups/nwdug.jpg b/source/assets/images/meetups/nwdug.jpg
new file mode 100644
index 00000000..437625be
Binary files /dev/null and b/source/assets/images/meetups/nwdug.jpg differ
diff --git a/source/assets/images/meetups/phpnw.gif b/source/assets/images/meetups/phpnw.gif
new file mode 100644
index 00000000..6c6343c1
Binary files /dev/null and b/source/assets/images/meetups/phpnw.gif differ
diff --git a/source/assets/images/meetups/phpnw.jpg b/source/assets/images/meetups/phpnw.jpg
new file mode 100644
index 00000000..29d1b561
Binary files /dev/null and b/source/assets/images/meetups/phpnw.jpg differ
diff --git a/source/assets/images/meetups/phpsw.jpeg b/source/assets/images/meetups/phpsw.jpeg
new file mode 100644
index 00000000..1347e7e4
Binary files /dev/null and b/source/assets/images/meetups/phpsw.jpeg differ
diff --git a/source/assets/images/meetups/swdug.png b/source/assets/images/meetups/swdug.png
new file mode 100644
index 00000000..73a5593f
Binary files /dev/null and b/source/assets/images/meetups/swdug.png differ
diff --git a/source/assets/images/meetups/swlug.png b/source/assets/images/meetups/swlug.png
new file mode 100644
index 00000000..785f1dae
Binary files /dev/null and b/source/assets/images/meetups/swlug.png differ
diff --git a/source/assets/images/meetups/unified-diff.png b/source/assets/images/meetups/unified-diff.png
new file mode 100644
index 00000000..1c497526
Binary files /dev/null and b/source/assets/images/meetups/unified-diff.png differ
diff --git a/source/assets/images/od-logo.jpg b/source/assets/images/od-logo.jpg
new file mode 100644
index 00000000..e72a0dbd
Binary files /dev/null and b/source/assets/images/od-logo.jpg differ
diff --git a/source/assets/images/php-neovim-1.png b/source/assets/images/php-neovim-1.png
new file mode 100644
index 00000000..b2391030
Binary files /dev/null and b/source/assets/images/php-neovim-1.png differ
diff --git a/source/assets/images/php-neovim-2.png b/source/assets/images/php-neovim-2.png
new file mode 100644
index 00000000..7daf12bb
Binary files /dev/null and b/source/assets/images/php-neovim-2.png differ
diff --git a/source/assets/images/recommendations/adam-nuttall.jpg b/source/assets/images/recommendations/adam-nuttall.jpg
new file mode 100644
index 00000000..5b400f9c
Binary files /dev/null and b/source/assets/images/recommendations/adam-nuttall.jpg differ
diff --git a/source/assets/images/recommendations/adam.jpeg b/source/assets/images/recommendations/adam.jpeg
new file mode 100644
index 00000000..46c6a8e9
Binary files /dev/null and b/source/assets/images/recommendations/adam.jpeg differ
diff --git a/source/assets/images/recommendations/alan.jpeg b/source/assets/images/recommendations/alan.jpeg
new file mode 100644
index 00000000..bc2be69e
Binary files /dev/null and b/source/assets/images/recommendations/alan.jpeg differ
diff --git a/source/assets/images/recommendations/alexander-carr.jpg b/source/assets/images/recommendations/alexander-carr.jpg
new file mode 100644
index 00000000..7410510c
Binary files /dev/null and b/source/assets/images/recommendations/alexander-carr.jpg differ
diff --git a/source/assets/images/recommendations/boris-bohne.jpg b/source/assets/images/recommendations/boris-bohne.jpg
new file mode 100644
index 00000000..f8395024
Binary files /dev/null and b/source/assets/images/recommendations/boris-bohne.jpg differ
diff --git a/source/assets/images/recommendations/brian-healy.png b/source/assets/images/recommendations/brian-healy.png
new file mode 100644
index 00000000..c2faca16
Binary files /dev/null and b/source/assets/images/recommendations/brian-healy.png differ
diff --git a/source/assets/images/recommendations/chris-jarvis.jpg b/source/assets/images/recommendations/chris-jarvis.jpg
new file mode 100644
index 00000000..a302c0fe
Binary files /dev/null and b/source/assets/images/recommendations/chris-jarvis.jpg differ
diff --git a/source/assets/images/recommendations/duncan.jpeg b/source/assets/images/recommendations/duncan.jpeg
new file mode 100644
index 00000000..717d3cd7
Binary files /dev/null and b/source/assets/images/recommendations/duncan.jpeg differ
diff --git a/source/assets/images/recommendations/frank-landry.jpg b/source/assets/images/recommendations/frank-landry.jpg
new file mode 100644
index 00000000..0ec744fc
Binary files /dev/null and b/source/assets/images/recommendations/frank-landry.jpg differ
diff --git a/source/assets/images/recommendations/holly-ross.png b/source/assets/images/recommendations/holly-ross.png
new file mode 100644
index 00000000..9fa2353a
Binary files /dev/null and b/source/assets/images/recommendations/holly-ross.png differ
diff --git a/source/assets/images/recommendations/huw.jpeg b/source/assets/images/recommendations/huw.jpeg
new file mode 100644
index 00000000..f9c9fa2c
Binary files /dev/null and b/source/assets/images/recommendations/huw.jpeg differ
diff --git a/source/assets/images/recommendations/joe-howell.jpg b/source/assets/images/recommendations/joe-howell.jpg
new file mode 100644
index 00000000..628585ef
Binary files /dev/null and b/source/assets/images/recommendations/joe-howell.jpg differ
diff --git a/source/assets/images/recommendations/jon-hallett.jpeg b/source/assets/images/recommendations/jon-hallett.jpeg
new file mode 100644
index 00000000..2732bce8
Binary files /dev/null and b/source/assets/images/recommendations/jon-hallett.jpeg differ
diff --git a/source/assets/images/recommendations/josh-mitchell.png b/source/assets/images/recommendations/josh-mitchell.png
new file mode 100644
index 00000000..c1e2c4c0
Binary files /dev/null and b/source/assets/images/recommendations/josh-mitchell.png differ
diff --git a/source/assets/images/recommendations/kevin-coyle.jpg b/source/assets/images/recommendations/kevin-coyle.jpg
new file mode 100644
index 00000000..2a95199b
Binary files /dev/null and b/source/assets/images/recommendations/kevin-coyle.jpg differ
diff --git a/source/assets/images/recommendations/marcos-duran.jpg b/source/assets/images/recommendations/marcos-duran.jpg
new file mode 100644
index 00000000..371e0f5f
Binary files /dev/null and b/source/assets/images/recommendations/marcos-duran.jpg differ
diff --git a/source/assets/images/recommendations/matthieu-scarset.jpg b/source/assets/images/recommendations/matthieu-scarset.jpg
new file mode 100644
index 00000000..bc6ce770
Binary files /dev/null and b/source/assets/images/recommendations/matthieu-scarset.jpg differ
diff --git a/source/assets/images/recommendations/michael-itkoff.jpg b/source/assets/images/recommendations/michael-itkoff.jpg
new file mode 100644
index 00000000..9791ff67
Binary files /dev/null and b/source/assets/images/recommendations/michael-itkoff.jpg differ
diff --git a/source/assets/images/recommendations/mick-felton.jpg b/source/assets/images/recommendations/mick-felton.jpg
new file mode 100644
index 00000000..ebdc95c8
Binary files /dev/null and b/source/assets/images/recommendations/mick-felton.jpg differ
diff --git a/source/assets/images/recommendations/mike-karthauser.jpg b/source/assets/images/recommendations/mike-karthauser.jpg
new file mode 100644
index 00000000..e3dd7d1e
Binary files /dev/null and b/source/assets/images/recommendations/mike-karthauser.jpg differ
diff --git a/source/assets/images/recommendations/patty-ocallaghan.jpg b/source/assets/images/recommendations/patty-ocallaghan.jpg
new file mode 100644
index 00000000..82f9bf12
Binary files /dev/null and b/source/assets/images/recommendations/patty-ocallaghan.jpg differ
diff --git a/source/assets/images/recommendations/scott-euser.jpg b/source/assets/images/recommendations/scott-euser.jpg
new file mode 100644
index 00000000..eb482906
Binary files /dev/null and b/source/assets/images/recommendations/scott-euser.jpg differ
diff --git a/source/assets/images/recommendations/stephen-mulvihill.jpg b/source/assets/images/recommendations/stephen-mulvihill.jpg
new file mode 100644
index 00000000..521dedb0
Binary files /dev/null and b/source/assets/images/recommendations/stephen-mulvihill.jpg differ
diff --git a/source/assets/images/recommendations/tawny.jpg b/source/assets/images/recommendations/tawny.jpg
new file mode 100644
index 00000000..d84dfea2
Binary files /dev/null and b/source/assets/images/recommendations/tawny.jpg differ
diff --git a/source/assets/images/sculpin-jackson.png b/source/assets/images/sculpin-jackson.png
new file mode 100644
index 00000000..b3ede260
Binary files /dev/null and b/source/assets/images/sculpin-jackson.png differ
diff --git a/source/assets/images/social-avatar.jpg b/source/assets/images/social-avatar.jpg
new file mode 100644
index 00000000..7aaf7b11
Binary files /dev/null and b/source/assets/images/social-avatar.jpg differ
diff --git a/source/assets/images/talk-count-code.png b/source/assets/images/talk-count-code.png
new file mode 100644
index 00000000..c6315f81
Binary files /dev/null and b/source/assets/images/talk-count-code.png differ
diff --git a/source/assets/images/talks/dancing-for-drupal.png b/source/assets/images/talks/dancing-for-drupal.png
new file mode 100644
index 00000000..c943fb7f
Binary files /dev/null and b/source/assets/images/talks/dancing-for-drupal.png differ
diff --git a/source/assets/images/talks/dclondon16.png b/source/assets/images/talks/dclondon16.png
new file mode 100644
index 00000000..51087743
Binary files /dev/null and b/source/assets/images/talks/dclondon16.png differ
diff --git a/source/assets/images/talks/deploying-php-fabric.png b/source/assets/images/talks/deploying-php-fabric.png
new file mode 100644
index 00000000..397ec5c8
Binary files /dev/null and b/source/assets/images/talks/deploying-php-fabric.png differ
diff --git a/source/assets/images/talks/drupal-8.png b/source/assets/images/talks/drupal-8.png
new file mode 100644
index 00000000..a2c7af30
Binary files /dev/null and b/source/assets/images/talks/drupal-8.png differ
diff --git a/source/assets/images/talks/drupal-rejoining-php-herd.png b/source/assets/images/talks/drupal-rejoining-php-herd.png
new file mode 100644
index 00000000..3e85ff91
Binary files /dev/null and b/source/assets/images/talks/drupal-rejoining-php-herd.png differ
diff --git a/source/assets/images/talks/drupal-vm-generator.png b/source/assets/images/talks/drupal-vm-generator.png
new file mode 100644
index 00000000..e8626323
Binary files /dev/null and b/source/assets/images/talks/drupal-vm-generator.png differ
diff --git a/source/assets/images/talks/drupal-vm-meet-symfony-console.png b/source/assets/images/talks/drupal-vm-meet-symfony-console.png
new file mode 100644
index 00000000..020070d1
Binary files /dev/null and b/source/assets/images/talks/drupal-vm-meet-symfony-console.png differ
diff --git a/source/assets/images/talks/drupalorg-2014-retrospective.png b/source/assets/images/talks/drupalorg-2014-retrospective.png
new file mode 100644
index 00000000..5033e59e
Binary files /dev/null and b/source/assets/images/talks/drupalorg-2014-retrospective.png differ
diff --git a/source/assets/images/talks/drush-make-composer-2.png b/source/assets/images/talks/drush-make-composer-2.png
new file mode 100644
index 00000000..e5ed7287
Binary files /dev/null and b/source/assets/images/talks/drush-make-composer-2.png differ
diff --git a/source/assets/images/talks/drush-make-composer.png b/source/assets/images/talks/drush-make-composer.png
new file mode 100644
index 00000000..9d265c7c
Binary files /dev/null and b/source/assets/images/talks/drush-make-composer.png differ
diff --git a/source/assets/images/talks/drush-make-drupalbristol.png b/source/assets/images/talks/drush-make-drupalbristol.png
new file mode 100644
index 00000000..89aceb91
Binary files /dev/null and b/source/assets/images/talks/drush-make-drupalbristol.png differ
diff --git a/source/assets/images/talks/drush-make-is-dead-long-live-composer.png b/source/assets/images/talks/drush-make-is-dead-long-live-composer.png
new file mode 100644
index 00000000..e68825c5
Binary files /dev/null and b/source/assets/images/talks/drush-make-is-dead-long-live-composer.png differ
diff --git a/source/assets/images/talks/fabric-drupal.png b/source/assets/images/talks/fabric-drupal.png
new file mode 100644
index 00000000..5f83cfae
Binary files /dev/null and b/source/assets/images/talks/fabric-drupal.png differ
diff --git a/source/assets/images/talks/getting-your-data-into-drupal-8.png b/source/assets/images/talks/getting-your-data-into-drupal-8.png
new file mode 100644
index 00000000..f75df491
Binary files /dev/null and b/source/assets/images/talks/getting-your-data-into-drupal-8.png differ
diff --git a/source/assets/images/talks/git-flow.png b/source/assets/images/talks/git-flow.png
new file mode 100644
index 00000000..26a5a688
Binary files /dev/null and b/source/assets/images/talks/git-flow.png differ
diff --git a/source/assets/images/talks/having-fun-drupalorg-api.png b/source/assets/images/talks/having-fun-drupalorg-api.png
new file mode 100644
index 00000000..535f8fcb
Binary files /dev/null and b/source/assets/images/talks/having-fun-drupalorg-api.png differ
diff --git a/source/assets/images/talks/it-all-started-with-a-patch.png b/source/assets/images/talks/it-all-started-with-a-patch.png
new file mode 100644
index 00000000..59b683b8
Binary files /dev/null and b/source/assets/images/talks/it-all-started-with-a-patch.png differ
diff --git a/source/assets/images/talks/laravel-collections.png b/source/assets/images/talks/laravel-collections.png
new file mode 100644
index 00000000..5f69a967
Binary files /dev/null and b/source/assets/images/talks/laravel-collections.png differ
diff --git a/source/assets/images/talks/logos/drupal-bristol.jpg b/source/assets/images/talks/logos/drupal-bristol.jpg
new file mode 100644
index 00000000..26f9ebe3
Binary files /dev/null and b/source/assets/images/talks/logos/drupal-bristol.jpg differ
diff --git a/source/assets/images/talks/logos/drupalcamp-brighton-2015.png b/source/assets/images/talks/logos/drupalcamp-brighton-2015.png
new file mode 100644
index 00000000..aeef43dd
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-brighton-2015.png differ
diff --git a/source/assets/images/talks/logos/drupalcamp-bristol-2016.png b/source/assets/images/talks/logos/drupalcamp-bristol-2016.png
new file mode 100644
index 00000000..fed927e8
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-bristol-2016.png differ
diff --git a/source/assets/images/talks/logos/drupalcamp-london-2014.png b/source/assets/images/talks/logos/drupalcamp-london-2014.png
new file mode 100644
index 00000000..18ef8fbb
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-london-2014.png differ
diff --git a/source/assets/images/talks/logos/drupalcamp-london-2015.png b/source/assets/images/talks/logos/drupalcamp-london-2015.png
new file mode 100644
index 00000000..4d079b45
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-london-2015.png differ
diff --git a/source/assets/images/talks/logos/drupalcamp-london-2017.png b/source/assets/images/talks/logos/drupalcamp-london-2017.png
new file mode 100644
index 00000000..24d36f81
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-london-2017.png differ
diff --git a/source/assets/images/talks/logos/drupalcamp-north-2015.png b/source/assets/images/talks/logos/drupalcamp-north-2015.png
new file mode 100644
index 00000000..83161181
Binary files /dev/null and b/source/assets/images/talks/logos/drupalcamp-north-2015.png differ
diff --git a/source/assets/images/talks/logos/nomad-php.png b/source/assets/images/talks/logos/nomad-php.png
new file mode 100644
index 00000000..ccb4fd81
Binary files /dev/null and b/source/assets/images/talks/logos/nomad-php.png differ
diff --git a/source/assets/images/talks/logos/nwdug.jpeg b/source/assets/images/talks/logos/nwdug.jpeg
new file mode 100644
index 00000000..af06a2ec
Binary files /dev/null and b/source/assets/images/talks/logos/nwdug.jpeg differ
diff --git a/source/assets/images/talks/logos/php-south-coast-2016.png b/source/assets/images/talks/logos/php-south-coast-2016.png
new file mode 100644
index 00000000..5f024905
Binary files /dev/null and b/source/assets/images/talks/logos/php-south-coast-2016.png differ
diff --git a/source/assets/images/talks/logos/phpsw.png b/source/assets/images/talks/logos/phpsw.png
new file mode 100644
index 00000000..b9b92f88
Binary files /dev/null and b/source/assets/images/talks/logos/phpsw.png differ
diff --git a/source/assets/images/talks/logos/swdug.png b/source/assets/images/talks/logos/swdug.png
new file mode 100644
index 00000000..73a5593f
Binary files /dev/null and b/source/assets/images/talks/logos/swdug.png differ
diff --git a/source/assets/images/talks/logos/umbristol.jpeg b/source/assets/images/talks/logos/umbristol.jpeg
new file mode 100644
index 00000000..b1e0b4f0
Binary files /dev/null and b/source/assets/images/talks/logos/umbristol.jpeg differ
diff --git a/source/assets/images/talks/logos/unified-diff.png b/source/assets/images/talks/logos/unified-diff.png
new file mode 100644
index 00000000..46808b28
Binary files /dev/null and b/source/assets/images/talks/logos/unified-diff.png differ
diff --git a/source/assets/images/talks/modern-drupal-development-composer.png b/source/assets/images/talks/modern-drupal-development-composer.png
new file mode 100644
index 00000000..69e1a7e8
Binary files /dev/null and b/source/assets/images/talks/modern-drupal-development-composer.png differ
diff --git a/source/assets/images/talks/static-websites-sculpin.png b/source/assets/images/talks/static-websites-sculpin.png
new file mode 100644
index 00000000..27e23461
Binary files /dev/null and b/source/assets/images/talks/static-websites-sculpin.png differ
diff --git a/source/assets/images/talks/taking-flight-tailwind.jpg b/source/assets/images/talks/taking-flight-tailwind.jpg
new file mode 100644
index 00000000..04984d31
Binary files /dev/null and b/source/assets/images/talks/taking-flight-tailwind.jpg differ
diff --git a/source/assets/images/talks/test-drive-twig-sculpin.png b/source/assets/images/talks/test-drive-twig-sculpin.png
new file mode 100644
index 00000000..cee8e5d7
Binary files /dev/null and b/source/assets/images/talks/test-drive-twig-sculpin.png differ
diff --git a/source/assets/images/talks/test-driven-drupal-development.png b/source/assets/images/talks/test-driven-drupal-development.png
new file mode 100644
index 00000000..20f7b34d
Binary files /dev/null and b/source/assets/images/talks/test-driven-drupal-development.png differ
diff --git a/source/assets/images/talks/things-you-should-know-about-php.png b/source/assets/images/talks/things-you-should-know-about-php.png
new file mode 100644
index 00000000..37aebade
Binary files /dev/null and b/source/assets/images/talks/things-you-should-know-about-php.png differ
diff --git a/source/favicon.ico b/source/favicon.ico
new file mode 100644
index 00000000..4010841c
Binary files /dev/null and b/source/favicon.ico differ
diff --git a/source/images/recommendations/adam-nuttall.jpg b/source/images/recommendations/adam-nuttall.jpg
new file mode 100644
index 00000000..5b400f9c
Binary files /dev/null and b/source/images/recommendations/adam-nuttall.jpg differ
diff --git a/source/images/recommendations/adam.jpeg b/source/images/recommendations/adam.jpeg
new file mode 100644
index 00000000..46c6a8e9
Binary files /dev/null and b/source/images/recommendations/adam.jpeg differ
diff --git a/source/images/recommendations/alan.jpeg b/source/images/recommendations/alan.jpeg
new file mode 100644
index 00000000..bc2be69e
Binary files /dev/null and b/source/images/recommendations/alan.jpeg differ
diff --git a/source/images/recommendations/alexander-carr.jpg b/source/images/recommendations/alexander-carr.jpg
new file mode 100644
index 00000000..7410510c
Binary files /dev/null and b/source/images/recommendations/alexander-carr.jpg differ
diff --git a/source/images/recommendations/brian-healy.png b/source/images/recommendations/brian-healy.png
new file mode 100644
index 00000000..c2faca16
Binary files /dev/null and b/source/images/recommendations/brian-healy.png differ
diff --git a/source/images/recommendations/chris-jarvis.jpg b/source/images/recommendations/chris-jarvis.jpg
new file mode 100644
index 00000000..a302c0fe
Binary files /dev/null and b/source/images/recommendations/chris-jarvis.jpg differ
diff --git a/source/images/recommendations/chris-knox.jpeg b/source/images/recommendations/chris-knox.jpeg
new file mode 100644
index 00000000..0b2695fc
Binary files /dev/null and b/source/images/recommendations/chris-knox.jpeg differ
diff --git a/source/images/recommendations/clare-marsh.jpeg b/source/images/recommendations/clare-marsh.jpeg
new file mode 100644
index 00000000..b789ac40
Binary files /dev/null and b/source/images/recommendations/clare-marsh.jpeg differ
diff --git a/source/images/recommendations/duncan.jpeg b/source/images/recommendations/duncan.jpeg
new file mode 100644
index 00000000..717d3cd7
Binary files /dev/null and b/source/images/recommendations/duncan.jpeg differ
diff --git a/source/images/recommendations/ed-welsby.png b/source/images/recommendations/ed-welsby.png
new file mode 100644
index 00000000..f9989763
Binary files /dev/null and b/source/images/recommendations/ed-welsby.png differ
diff --git a/source/images/recommendations/holly-ross.png b/source/images/recommendations/holly-ross.png
new file mode 100644
index 00000000..9fa2353a
Binary files /dev/null and b/source/images/recommendations/holly-ross.png differ
diff --git a/source/images/recommendations/huw.jpeg b/source/images/recommendations/huw.jpeg
new file mode 100644
index 00000000..f9c9fa2c
Binary files /dev/null and b/source/images/recommendations/huw.jpeg differ
diff --git a/source/images/recommendations/james-chapman.png b/source/images/recommendations/james-chapman.png
new file mode 100644
index 00000000..c94ebb61
Binary files /dev/null and b/source/images/recommendations/james-chapman.png differ
diff --git a/source/images/recommendations/joe-howell.jpg b/source/images/recommendations/joe-howell.jpg
new file mode 100644
index 00000000..628585ef
Binary files /dev/null and b/source/images/recommendations/joe-howell.jpg differ
diff --git a/source/images/recommendations/jon-hallett.jpeg b/source/images/recommendations/jon-hallett.jpeg
new file mode 100644
index 00000000..2732bce8
Binary files /dev/null and b/source/images/recommendations/jon-hallett.jpeg differ
diff --git a/source/images/recommendations/josh-mitchell.png b/source/images/recommendations/josh-mitchell.png
new file mode 100644
index 00000000..c1e2c4c0
Binary files /dev/null and b/source/images/recommendations/josh-mitchell.png differ
diff --git a/source/images/recommendations/leonie-watson.jpg b/source/images/recommendations/leonie-watson.jpg
new file mode 100644
index 00000000..51cc7800
Binary files /dev/null and b/source/images/recommendations/leonie-watson.jpg differ
diff --git a/source/images/recommendations/marcos-duran.jpg b/source/images/recommendations/marcos-duran.jpg
new file mode 100644
index 00000000..371e0f5f
Binary files /dev/null and b/source/images/recommendations/marcos-duran.jpg differ
diff --git a/source/images/recommendations/mick-felton.jpg b/source/images/recommendations/mick-felton.jpg
new file mode 100644
index 00000000..ebdc95c8
Binary files /dev/null and b/source/images/recommendations/mick-felton.jpg differ
diff --git a/source/images/recommendations/mike-karthauser.jpg b/source/images/recommendations/mike-karthauser.jpg
new file mode 100644
index 00000000..e3dd7d1e
Binary files /dev/null and b/source/images/recommendations/mike-karthauser.jpg differ
diff --git a/source/images/recommendations/owen-phillips.jpeg b/source/images/recommendations/owen-phillips.jpeg
new file mode 100644
index 00000000..9099d7c1
Binary files /dev/null and b/source/images/recommendations/owen-phillips.jpeg differ
diff --git a/source/images/recommendations/patty-ocallaghan.jpg b/source/images/recommendations/patty-ocallaghan.jpg
new file mode 100644
index 00000000..82f9bf12
Binary files /dev/null and b/source/images/recommendations/patty-ocallaghan.jpg differ
diff --git a/source/images/recommendations/scott-euser.jpg b/source/images/recommendations/scott-euser.jpg
new file mode 100644
index 00000000..eb482906
Binary files /dev/null and b/source/images/recommendations/scott-euser.jpg differ
diff --git a/source/images/recommendations/stephen-mulvihill.jpg b/source/images/recommendations/stephen-mulvihill.jpg
new file mode 100644
index 00000000..521dedb0
Binary files /dev/null and b/source/images/recommendations/stephen-mulvihill.jpg differ
diff --git a/source/images/recommendations/tawny.jpg b/source/images/recommendations/tawny.jpg
new file mode 100644
index 00000000..d84dfea2
Binary files /dev/null and b/source/images/recommendations/tawny.jpg differ
diff --git a/src/Opdavies/TwigExtension/OpdaviesTwigExtension.php b/src/Opdavies/TwigExtension/OpdaviesTwigExtension.php
new file mode 100644
index 00000000..6d664998
--- /dev/null
+++ b/src/Opdavies/TwigExtension/OpdaviesTwigExtension.php
@@ -0,0 +1,44 @@
+getTimestamp();
+
+ return collect($talks)
+ ->flatMap(fn (ProxySourceItem $talk) => $talk->data()->get('events'))
+ ->filter(
+ function (array $event) use ($today): bool {
+ assert(array_key_exists(array: $event, key: 'date'));
+
+ return $event['date'] < $today;
+ }
+ )
+ ->count();
+ }
+
+ public function getYearsOfExperience(): int
+ {
+ return (new \DateTimeImmutable())->format('Y') - 2007;
+ }
+}
diff --git a/tests/Opdavies/TwigExtension/OpdaviesTwigExtensionTest.php b/tests/Opdavies/TwigExtension/OpdaviesTwigExtensionTest.php
new file mode 100644
index 00000000..ebd03d46
--- /dev/null
+++ b/tests/Opdavies/TwigExtension/OpdaviesTwigExtensionTest.php
@@ -0,0 +1,141 @@
+extension = new OpdaviesTwigExtension();
+ }
+
+ public function testNoPastEvents(): void
+ {
+ $talk = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('+1 days'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 0, talks: [$talk]);
+ }
+
+ public function testSinglePastEvent(): void
+ {
+ $talkA = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('+1 days'))->getTimestamp()],
+ ],
+ );
+
+ $talkB = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('-3 days'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 1, talks: [$talkA, $talkB]);
+ }
+
+ public function testSingleTalkWithMultiplePastEvents(): void
+ {
+ $talk = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('-1 days'))->getTimestamp()],
+ ['date' => (new \DateTime('-1 week'))->getTimestamp()],
+ ['date' => (new \DateTime('-1 year'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 3, talks: [$talk]);
+ }
+
+ public function testSingleTalkWithMultiplePastAndFutureEvents(): void
+ {
+ $talk = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('+1 day'))->getTimestamp()],
+ ['date' => (new \DateTime('-1 day'))->getTimestamp()],
+ ['date' => (new \DateTime('-1 week'))->getTimestamp()],
+ ['date' => (new \DateTime('+1 year'))->getTimestamp()],
+ ['date' => (new \DateTime('-1 year'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 3, talks: [$talk]);
+ }
+
+ public function testMultiplePastEvents(): void
+ {
+ $talkA = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('-1 days'))->getTimestamp()],
+ ['date' => (new \DateTime('+1 days'))->getTimestamp()],
+ ],
+ );
+
+ $talkB = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('-3 days'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 2, talks: [$talkA, $talkB]);
+ }
+
+ public function testTheCurrentDayIsNotCounted(): void
+ {
+ $talkA = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('yesterday'))->getTimestamp()],
+ ['date' => (new \DateTime('today'))->getTimestamp()],
+ ],
+ );
+
+ $talkB = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('today'))->getTimestamp()],
+ ],
+ );
+
+ $talkC = $this->createTalk(
+ events: [
+ ['date' => (new \DateTime('yesterday'))->getTimestamp()],
+ ],
+ );
+
+ $this->assertTalkCount(expectedCount: 2, talks: [$talkA, $talkB, $talkC]);
+ }
+
+ /**
+ * Assert the extension uses the correct number of talks.
+ */
+ private function assertTalkCount(int $expectedCount, array $talks): void
+ {
+ self::assertSame(
+ actual: $this->extension->getPastTalkCount($talks),
+ expected: $expectedCount,
+ );
+ }
+
+ /**
+ * Create a mock talk with a list of events.
+ */
+ private function createTalk(array $events): ProxySourceItem
+ {
+ $configuration = $this->createMock(Configuration::class);
+ $configuration->method('get')->with($this->identicalTo('events'))->willReturn($events);
+
+ $talk = $this->createMock(ProxySourceItem::class);
+ $talk->method('data')->willReturn($configuration);
+
+ return $talk;
+ }
+}