oliverdavies.uk/content/node.7586b569-6528-43ba-b0a4-a55de9faafb3.yml

80 lines
3.2 KiB
YAML

uuid:
- value: 7586b569-6528-43ba-b0a4-a55de9faafb3
langcode:
- value: en
type:
- target_id: daily_email
target_type: node_type
target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7
revision_timestamp:
- value: '2025-05-11T09:00:08+00:00'
revision_uid:
- target_type: user
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
revision_log: { }
status:
- value: true
uid:
- target_type: user
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
title:
- value: 'Application code is only part of the puzzle'
created:
- value: '2024-08-05T00:00:00+00:00'
changed:
- value: '2025-05-11T09:00:08+00:00'
promote:
- value: false
sticky:
- value: false
default_langcode:
- value: true
revision_translation_affected:
- value: true
path:
- alias: /daily/2024/08/05/application-code-is-only-part-of-the-puzzle
langcode: en
body:
- value: |
<p>Of course, your application code is important.</p>
<p>In a Drupal project, in addition to the framework itself, you'll likely have additional community-contributed (contrib) modules that add functionality and any project-specific custom modules and themes.</p>
<p>The application code, though, is only one piece of the puzzle.</p>
<p>You also need infrastructure code to ensure the code runs with the correct dependencies and versions for everyone working with it.</p>
<p>You don't want people using different versions of PHP or a different web server.</p>
<p>You want consistency between all environments to lower the risk of introducing bugs.</p>
<p>You also want the infrastructure code to be reliable and simple to run and bundled with the code for each access.</p>
<p>Instead of using something like MAMP or XAMPP, software like Nix and Docker (or wrappers like Lando and DDEV) have files that can be kept with the application code.</p>
<p>This makes it much easier for people to contribute, whether they're employees, freelancers, consultants or open-source contributors.</p>
format: full_html
processed: |
<p>Of course, your application code is important.</p>
<p>In a Drupal project, in addition to the framework itself, you'll likely have additional community-contributed (contrib) modules that add functionality and any project-specific custom modules and themes.</p>
<p>The application code, though, is only one piece of the puzzle.</p>
<p>You also need infrastructure code to ensure the code runs with the correct dependencies and versions for everyone working with it.</p>
<p>You don't want people using different versions of PHP or a different web server.</p>
<p>You want consistency between all environments to lower the risk of introducing bugs.</p>
<p>You also want the infrastructure code to be reliable and simple to run and bundled with the code for each access.</p>
<p>Instead of using something like MAMP or XAMPP, software like Nix and Docker (or wrappers like Lando and DDEV) have files that can be kept with the application code.</p>
<p>This makes it much easier for people to contribute, whether they're employees, freelancers, consultants or open-source contributors.</p>
summary: null
field_daily_email_cta: { }