Fix talk ordering

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 032189bf51
commit 7eac17488b
37 changed files with 93 additions and 93 deletions

View file

@ -7,7 +7,7 @@ use:
Starting with my first talk in September 2012, I have given {{ page.talk_count }} public presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration. Starting with my first talk in September 2012, I have given {{ page.talk_count }} public presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.
{% for talk in data.talks|sort((a, b) => a.events|last.date > b.events|last.date ? -1 : 1) %} {% for talk in data.talks|sort((a, b) => a.events|last.date|date('U') > b.events|last.date|date('U') ? -1 : 1) %}
<article> <article>
<div class="not-prose"> <div class="not-prose">
<h2 class="text-xl font-bold"> <h2 class="text-xl font-bold">

View file

@ -4,7 +4,7 @@ description: An impromptu talk about what the Drupal Association is, and what wo
events: events:
- name: South Wales Drupal user group (SWDUG) - name: South Wales Drupal user group (SWDUG)
location: Cardiff, UK location: Cardiff, UK
date: "2014-08-19" date: 2014-08-19
--- ---
An impromptu talk about what the Drupal Association is, and what work Ive been doing since I joined the Association staff. An impromptu talk about what the Drupal Association is, and what work Ive been doing since I joined the Association staff.

View file

@ -4,7 +4,7 @@ description: A crash course in automated testing with Drupal and test-driven dev
events: events:
- name: NWDUG - name: NWDUG
location: Manchester, UK location: Manchester, UK
date: "2023-08-08" date: 2023-08-08
url: https://www.meetup.com/nwdrupal/events/293429104 url: https://www.meetup.com/nwdrupal/events/293429104
online: true online: true
--- ---

View file

@ -4,16 +4,16 @@ description: A workshop that I gave about automated testing and test driven deve
events: events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
date: "2018-06-27" date: 2018-06-27
- name: DrupalCamp London 2020 - name: DrupalCamp London 2020
location: London, UK location: London, UK
url: https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8 url: https://drupalcamp.london/training/Automated-Testing-and-Test-Driven-Development-in-Drupal-8
date: "2020-03-13" date: 2020-03-13
- name: DrupalCamp NYC - name: DrupalCamp NYC
location: New York, USA location: New York, USA
url: https://2020.drupalcamp.nyc/training/automated-testing-and-test-driven-development-drupal-8 url: https://2020.drupalcamp.nyc/training/automated-testing-and-test-driven-development-drupal-8
date: "2020-11-14" date: 2020-11-14
online: true online: true
--- ---

View file

@ -15,7 +15,7 @@ events:
- name: PHP South Wales - name: PHP South Wales
location: Cardiff, UK location: Cardiff, UK
url: https://www.meetup.com/PHP-South-Wales/events/275625320 url: https://www.meetup.com/PHP-South-Wales/events/275625320
date: "2021-01-28" date: 2021-01-28
online: true online: true
--- ---

View file

@ -14,24 +14,24 @@ video:
events: events:
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
date: "2015-10-14" date: 2015-10-14
url: https://phpsw.uk/events/2015-10-lightning-talks url: https://phpsw.uk/events/2015-10-lightning-talks
joindin: https://joind.in/talk/view/15486 joindin: https://joind.in/talk/view/15486
- name: Drupal Yorkshire - name: Drupal Yorkshire
date: "2021-08-19" date: 2021-08-19
location: Leeds, UK location: Leeds, UK
url: https://www.meetup.com/DrupalYorkshire/events/280100968 url: https://www.meetup.com/DrupalYorkshire/events/280100968
online: true online: true
- name: PHP North West (PHPNW) - name: PHP North West (PHPNW)
date: "2021-09-07" date: 2021-09-07
location: Manchester, UK location: Manchester, UK
url: https://www.phpnw.org.uk url: https://www.phpnw.org.uk
online: true online: true
- name: GroningenPHP - name: GroningenPHP
date: "2021-12-09" date: 2021-12-09
location: Groningen, Netherlands location: Groningen, Netherlands
url: https://www.meetup.com/GroningenPHP/events/281648855 url: https://www.meetup.com/GroningenPHP/events/281648855
online: true online: true

View file

@ -10,7 +10,7 @@ speakerdeck:
events: events:
- name: TechConnect London - name: TechConnect London
location: London, UK location: London, UK
date: "2023-09-28" date: 2023-09-28
url: https://www.eventbrite.co.uk/e/techconnect-london-tickets-698416712187 url: https://www.eventbrite.co.uk/e/techconnect-london-tickets-698416712187
--- ---

View file

@ -13,7 +13,7 @@ events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2018-07-25" date: 2018-07-25
--- ---
A short notice talk on configuration management in Drupal 8, and things Ive learned working on my current Drupal 8 project. A short notice talk on configuration management in Drupal 8, and things Ive learned working on my current Drupal 8 project.

View file

@ -13,7 +13,7 @@ events:
- name: umBristol - name: umBristol
location: Bristol, UK location: Bristol, UK
url: http://umbristol.co.uk url: http://umbristol.co.uk
date: "2015-08-25" 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. As part of their [CMS Dance-Off][1], I was selected to speak about Drupal alongside other speakers representing Umbraco, Sitecore and Episerver.

View file

@ -12,7 +12,7 @@ events:
- name: Blue Conf 2019 - name: Blue Conf 2019
location: Cardiff, UK location: Cardiff, UK
url: https://blueconf.co.uk url: https://blueconf.co.uk
date: "2019-06-07" 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. 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.

View file

@ -17,12 +17,12 @@ events:
- name: DrupalCamp Dublin 2017 - name: DrupalCamp Dublin 2017
location: Dublin, Ireland location: Dublin, Ireland
url: http://2017.drupal.ie url: http://2017.drupal.ie
date: "2017-10-20" date: 2017-10-20
time: "15:00 - 15:40" time: "15:00 - 15:40"
- name: Drupal Somerset - name: Drupal Somerset
location: Glastonbury, UK location: Glastonbury, UK
date: "2017-10-26" date: 2017-10-26
--- ---
Youve 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). Youve 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).

View file

@ -12,80 +12,80 @@ video:
id: dQL-gOnxXCM id: dQL-gOnxXCM
events: events:
- name: Drupal Bristol - name: Drupal Bristol
date: "2019-01-23" date: 2019-01-23
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
- name: PHP South Wales - name: PHP South Wales
date: "2019-07-23" date: 2019-07-23
location: Cardiff, UK location: Cardiff, UK
url: https://www.phpsouthwales.uk url: https://www.phpsouthwales.uk
- name: DrupalCon Europe 2019 - name: DrupalCon Europe 2019
date: "2019-10-30" date: 2019-10-30
location: Amsterdam, NL location: Amsterdam, NL
url: https://events.drupal.org/amsterdam2019 url: https://events.drupal.org/amsterdam2019
- name: Bristol Cloud Native & DevOps - name: Bristol Cloud Native & DevOps
date: "2020-01-30" date: 2020-01-30
location: Bristol, UK location: Bristol, UK
url: https://www.meetup.com/Bristol-Cloud-Native-DevOps/events/266609627 url: https://www.meetup.com/Bristol-Cloud-Native-DevOps/events/266609627
- name: Drupal Edinburgh - name: Drupal Edinburgh
date: "2020-03-12" date: 2020-03-12
location: Edinburgh, UK location: Edinburgh, UK
url: https://www.meetup.com/Drupal-Edinburgh/events/267905594 url: https://www.meetup.com/Drupal-Edinburgh/events/267905594
online: true online: true
- name: CMS Philly - name: CMS Philly
date: "2020-05-01" date: 2020-05-01
location: Philadelphia, USA location: Philadelphia, USA
url: https://cmsphilly.org url: https://cmsphilly.org
online: true online: true
- name: Drupal Yorkshire - name: Drupal Yorkshire
date: "2020-05-21" date: 2020-05-21
location: Leeds, UK location: Leeds, UK
url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc
online: true online: true
- name: PHP London - name: PHP London
date: "2020-06-04" date: 2020-06-04
location: London, UK location: London, UK
url: https://www.meetup.com/phplondon/events/270930524 url: https://www.meetup.com/phplondon/events/270930524
online: true online: true
- name: PHP North East - name: PHP North East
date: "2020-06-16" date: 2020-06-16
location: Newcastle Upon Tyne, UK location: Newcastle Upon Tyne, UK
url: https://www.meetup.com/phpnortheast url: https://www.meetup.com/phpnortheast
online: true online: true
- name: PHP Sussex - name: PHP Sussex
date: "2020-07-01" date: 2020-07-01
location: Brighton, UK location: Brighton, UK
url: https://www.meetup.com/PHP-Sussex/events/271472628 url: https://www.meetup.com/PHP-Sussex/events/271472628
online: true online: true
- name: Midwest PHP - name: Midwest PHP
date: "2021-04-23" date: 2021-04-23
url: https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible_Ansible_Vault_and_Ansistrano url: https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible_Ansible_Vault_and_Ansistrano
online: true online: true
- name: PHP Oxford - name: PHP Oxford
date: "2021-04-28" date: 2021-04-28
location: Oxford, UK location: Oxford, UK
url: https://www.meetup.com/PHP-Oxford/events/qmbkfsyccgblc url: https://www.meetup.com/PHP-Oxford/events/qmbkfsyccgblc
online: true online: true
- name: Ansible London - name: Ansible London
date: "2021-05-25" date: 2021-05-25
location: London, UK location: London, UK
url: https://www.meetup.com/Ansible-London/events/278093392 url: https://www.meetup.com/Ansible-London/events/278093392
online: true online: true
- name: DrupalNYC - name: DrupalNYC
date: "2021-06-15" date: 2021-06-15
location: New York, USA location: New York, USA
url: https://ti.to/drupalnyc/lunch-learn-2021-06-15 url: https://ti.to/drupalnyc/lunch-learn-2021-06-15
online: true online: true

View file

@ -18,7 +18,7 @@ meta:
type: image/png type: image/png
events: events:
- name: Nomad PHP - name: Nomad PHP
date: "2017-04-20" date: 2017-04-20
time: "19:00 (CET)" time: "19:00 (CET)"
url: https://nomadphp.com url: https://nomadphp.com
online: true online: true
@ -26,12 +26,12 @@ events:
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://phpsw.uk url: https://phpsw.uk
date: "2017-09-13" date: 2017-09-13
joindin: https://joind.in/talk/a5ff3 joindin: https://joind.in/talk/a5ff3
- name: PHP North West 2017 - name: PHP North West 2017
location: Manchester, UK location: Manchester, UK
date: "2017-10-01" date: 2017-10-01
time: "09:00 - 09:45" time: "09:00 - 09:45"
url: http://conference.phpnw.org.uk/phpnw17 url: http://conference.phpnw.org.uk/phpnw17
joindin: https://joind.in/talk/4e35d joindin: https://joind.in/talk/4e35d

View file

@ -22,7 +22,7 @@ meta:
events: events:
- name: DrupalCamp London 2016 - name: DrupalCamp London 2016
location: London, UK location: London, UK
date: "2016-03-05" 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! New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you!

View file

@ -17,13 +17,13 @@ events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2018-04-18" date: 2018-04-18
joindin: https://joind.in/talk/14851 joindin: https://joind.in/talk/14851
- name: DrupalCamp London 2019 - name: DrupalCamp London 2019
location: London, UK location: London, UK
url: http://drupalcamp.london url: http://drupalcamp.london
date: "2019-03-03" date: 2019-03-03
time: "12:05 - 12:50" time: "12:05 - 12:50"
--- ---

View file

@ -10,7 +10,7 @@ events:
- name: PHP South Coast 2016 - name: PHP South Coast 2016
location: Portsmouth, UK location: Portsmouth, UK
url: http://2016.phpsouthcoast.co.uk url: http://2016.phpsouthcoast.co.uk
date: "2016-06-11" date: 2016-06-11
joindin: https://joind.in/talk/41d0f joindin: https://joind.in/talk/41d0f
--- ---

View file

@ -15,7 +15,7 @@ events:
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://phpsw.uk url: https://phpsw.uk
date: "2015-04-08" date: 2015-04-08
--- ---
This was a ten minute lightning talk, designed to highlight the major changes This was a ten minute lightning talk, designed to highlight the major changes

View file

@ -4,7 +4,7 @@ description: A review and demonstration of some of the recent single sign-on wor
events: events:
- name: South Wales Drupal user group (SWDUG) - name: South Wales Drupal user group (SWDUG)
location: Cardiff, UK location: Cardiff, UK
date: "2013-07-10" date: 2013-07-10
--- ---
A review and demonstration of some of the recent single sign-on work that I did using Drupals LDAP module. A review and demonstration of some of the recent single sign-on work that I did using Drupals LDAP module.

View file

@ -15,11 +15,11 @@ events:
- name: NWDUG - name: NWDUG
url: http://nwdrupal.org.uk url: http://nwdrupal.org.uk
location: Manchester, UK location: Manchester, UK
date: "2016-03-08" date: 2016-03-08
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2016-04-02" date: 2016-04-02
--- ---
An short talk about the [Drupal VM Generator][1] project. An short talk about the [Drupal VM Generator][1] project.

View file

@ -9,7 +9,7 @@ image: drupal-vm-meet-symfony-console.png
events: events:
- name: DrupalCamp Bristol 2016 - name: DrupalCamp Bristol 2016
location: Bristol, UK location: Bristol, UK
date: "2016-07-23" date: 2016-07-23
--- ---
_TL;DR - Come and learn about Symfony Console, with examples from a real-world _TL;DR - Come and learn about Symfony Console, with examples from a real-world

View file

@ -9,10 +9,10 @@ speakerdeck:
events: events:
- name: DrupalCamp Brighton - name: DrupalCamp Brighton
location: Brighton, UK location: Brighton, UK
date: "2015-01-18" date: 2015-01-18
- name: DrupalCamp London 2015 - name: DrupalCamp London 2015
location: London, UK location: London, UK
date: "2015-02-28" date: 2015-02-28
--- ---
A retrospective of the Drupal Associations work in 2014 and a look forward to what well be working on in 2015. A retrospective of the Drupal Associations work in 2014 and a look forward to what well be working on in 2015.

View file

@ -9,7 +9,7 @@ events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2014-08-19" date: 2014-08-19
--- ---
An introduction to Drush Make and how to use it to build reusable custom installation profiles or entire websites. An introduction to Drush Make and how to use it to build reusable custom installation profiles or entire websites.

View file

@ -21,12 +21,12 @@ meta:
type: image/png type: image/png
events: events:
- name: Drupal Bristol - name: Drupal Bristol
date: "2017-01-18" date: 2017-01-18
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
- name: DrupalCamp London 2017 - name: DrupalCamp London 2017
date: "2017-03-04" date: 2017-03-04
time: "12:05 - 12:50" time: "12:05 - 12:50"
location: London, UK location: London, UK
--- ---

View file

@ -12,7 +12,7 @@ tweets: yes
events: events:
- name: DrupalCamp London 2014 - name: DrupalCamp London 2014
location: London, UK location: London, UK
date: "2014-03-01" date: 2014-03-01
--- ---
An introduction to the Git Flow branching model and the git-flow plugin, and how Ive used them to manage a Drupal development project. An introduction to the Git Flow branching model and the git-flow plugin, and how Ive used them to manage a Drupal development project.

View file

@ -13,11 +13,11 @@ events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2016-11-17" date: 2016-11-17
- name: PHP UK Conference 2018 - name: PHP UK Conference 2018
location: London, UK location: London, UK
date: "2018-02-16" date: 2018-02-16
time: "14:40 - 15:40" time: "14:40 - 15:40"
url: https://www.phpconference.co.uk url: https://www.phpconference.co.uk
joindin: https://joind.in/talk/650ab joindin: https://joind.in/talk/650ab

View file

@ -12,7 +12,7 @@ events:
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://phpsw.uk url: https://phpsw.uk
date: "2017-02-08" date: 2017-02-08
--- ---
A crash course of why and how to get involved with open source. A crash course of why and how to get involved with open source.

View file

@ -14,7 +14,7 @@ events:
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://phpsw.uk url: https://phpsw.uk
date: "2016-11-09" 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. 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.

View file

@ -10,7 +10,7 @@ events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
date: "2019-03-27" date: 2019-03-27
--- ---
From the [DrupalCamp London website](https://drupalcamp.london/session/out-box-initiative-update): From the [DrupalCamp London website](https://drupalcamp.london/session/out-box-initiative-update):

View file

@ -8,7 +8,7 @@ events:
- name: unified.diff - name: unified.diff
location: Cardiff, UK location: Cardiff, UK
url: http://unifieddiff.co.uk url: http://unifieddiff.co.uk
date: "2012-09-05" date: 2012-09-05
--- ---
My very first talk, where I talk about Drupal, what it is and what it can do. My very first talk, where I talk about Drupal, what it is and what it can do.

View file

@ -13,85 +13,85 @@ tags: [css, tailwind, meetup]
events: events:
- name: Drupal Bristol - name: Drupal Bristol
location: Bristol, UK location: Bristol, UK
date: "2018-01-17" date: 2018-01-17
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
- name: PHP South Wales - name: PHP South Wales
location: Cardiff, UK location: Cardiff, UK
date: "2018-07-31" date: 2018-07-31
url: https://www.phpsouthwales.uk url: https://www.phpsouthwales.uk
- name: Cheltenham WordPress Meetup - name: Cheltenham WordPress Meetup
location: Cheltenham, UK location: Cheltenham, UK
date: "2019-04-17" date: 2019-04-17
url: https://www.meetup.com/Cheltenham-WordPress-Meetup url: https://www.meetup.com/Cheltenham-WordPress-Meetup
- name: WordCamp Bristol 2019 - name: WordCamp Bristol 2019
location: Bristol, UK location: Bristol, UK
date: "2019-05-18" date: 2019-05-18
url: https://2019.bristol.wordcamp.org url: https://2019.bristol.wordcamp.org
- name: Blue Conf 2019 - name: Blue Conf 2019
location: Cardiff, UK location: Cardiff, UK
date: "2019-06-07" date: 2019-06-07
url: https://blueconf.co.uk url: https://blueconf.co.uk
- name: CMS Philly - name: CMS Philly
location: Philadelphia, USA location: Philadelphia, USA
date: "2020-05-01" date: 2020-05-01
url: https://cmsphilly.org url: https://cmsphilly.org
online: true online: true
- name: PHP Hampshire - name: PHP Hampshire
location: Portsmouth, UK location: Portsmouth, UK
date: "2020-07-08" date: 2020-07-08
url: https://www.meetup.com/meetup-group-yzpbvTYv/events/271430269 url: https://www.meetup.com/meetup-group-yzpbvTYv/events/271430269
online: true online: true
- name: Drupal Yorkshire - name: Drupal Yorkshire
location: Leeds, UK location: Leeds, UK
date: "2020-08-20" date: 2020-08-20
url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybclbbc url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybclbbc
online: true online: true
- name: DigitalCamp Atlanta 2020 - name: DigitalCamp Atlanta 2020
location: Atlanta, GA location: Atlanta, GA
date: "2020-09-11" date: 2020-09-11
url: https://www.drupalcampatlanta.com/2020/sessions/taking-flight-tailwind-css url: https://www.drupalcampatlanta.com/2020/sessions/taking-flight-tailwind-css
online: true online: true
- name: Bristol JS - name: Bristol JS
location: Bristol, UK location: Bristol, UK
date: "2020-09-30" date: 2020-09-30
url: https://techtalks.io/events/f8e26038-2561-484e-8a74-7a1e3a0369b8 url: https://techtalks.io/events/f8e26038-2561-484e-8a74-7a1e3a0369b8
online: true online: true
- name: "Drupal Virtual Cafe #3" - name: "Drupal Virtual Cafe #3"
location: Kyiv, Ukraine location: Kyiv, Ukraine
date: "2020-10-15" date: 2020-10-15
url: https://groups.drupal.org/ukraine url: https://groups.drupal.org/ukraine
online: true online: true
- name: PHP Cambridge - name: PHP Cambridge
location: Cambridge, UK location: Cambridge, UK
date: "2021-01-19" date: 2021-01-19
url: https://www.meetup.com/phpcambridge url: https://www.meetup.com/phpcambridge
online: true online: true
- name: Nashville PHP - name: Nashville PHP
location: Nashville, TN, USA location: Nashville, TN, USA
date: "2021-02-09" date: 2021-02-09
url: https://www.meetup.com/nashvillephp/events/kzkdwryccdbmb url: https://www.meetup.com/nashvillephp/events/kzkdwryccdbmb
online: true online: true
- name: Bristol Software Development Meetup - name: Bristol Software Development Meetup
location: Bristol, UK location: Bristol, UK
date: "2023-02-16" date: 2023-02-16
url: https://www.meetup.com/south-wales-tech/events/291092930 url: https://www.meetup.com/south-wales-tech/events/291092930
- name: Norfolk Developers Conference - name: Norfolk Developers Conference
location: Norwich, UK location: Norwich, UK
date: "2023-02-23" date: 2023-02-23
url: https://nordevcon.com url: https://nordevcon.com
meta: meta:
og: og:

View file

@ -17,55 +17,55 @@ use: [talks]
events: events:
- name: DrupalCamp London 2017 - name: DrupalCamp London 2017
location: London, UK location: London, UK
date: "2017-03-04" date: 2017-03-04
time: "16:15 - 17:00" time: "16:15 - 17:00"
- name: DrupalCamp Dublin 2017 - name: DrupalCamp Dublin 2017
location: Dublin, Ireland location: Dublin, Ireland
date: "2017-10-21" date: 2017-10-21
time: "12:00 - 12:40" time: "12:00 - 12:40"
url: http://2017.drupal.ie url: http://2017.drupal.ie
- name: Drupal Bristol - name: Drupal Bristol
date: "2017-11-22" date: 2017-11-22
location: Bristol, UK location: Bristol, UK
url: https://www.drupalbristol.org.uk url: https://www.drupalbristol.org.uk
- name: Drupal Somerset - name: Drupal Somerset
date: "2018-06-14" date: 2018-06-14
location: Glastonbury, UK location: Glastonbury, UK
- name: Drupal Developer Days 2018 - name: Drupal Developer Days 2018
date: "2018-07-05" date: 2018-07-05
time: "12:15 - 13:00" time: "12:15 - 13:00"
location: Lisbon, Portugal location: Lisbon, Portugal
url: http://lisbon2018.drupaldays.org url: http://lisbon2018.drupaldays.org
- name: DrupalCamp London 2019 - name: DrupalCamp London 2019
date: "2019-03-02" date: 2019-03-02
time: "14:00 - 14:45" time: "14:00 - 14:45"
location: London, UK location: London, UK
url: http://drupalcamp.london url: http://drupalcamp.london
- name: NWDUG - name: NWDUG
date: "2020-05-12" date: 2020-05-12
location: Manchester, UK location: Manchester, UK
url: http://nwdrupal.org.uk url: http://nwdrupal.org.uk
online: true online: true
- name: Bay Area Drupal Camp (BADCamp) - name: Bay Area Drupal Camp (BADCamp)
date: "2020-10-14" date: 2020-10-14
url: https://2020.badcamp.org/session/tdd-test-driven-drupal url: https://2020.badcamp.org/session/tdd-test-driven-drupal
online: true online: true
- name: DrupalCon Europe 2020 - name: DrupalCon Europe 2020
date: "2020-12-08" date: 2020-12-08
url: https://events.drupal.org/europe2020/sessions/tdd-test-driven-drupal url: https://events.drupal.org/europe2020/sessions/tdd-test-driven-drupal
online: true online: true
- name: DrupalCon Lille 2023 - name: DrupalCon Lille 2023
location: Lille, France location: Lille, France
date: "2023-10-17" date: 2023-10-17
time: "15:00 - 15:45" time: "15:00 - 15:45"
url: https://events.drupal.org/lille2023/session/tdd-test-driven-drupal-introduction-automated-testing-and-test-driven-development url: https://events.drupal.org/lille2023/session/tdd-test-driven-drupal-introduction-automated-testing-and-test-driven-development
--- ---

View file

@ -11,7 +11,7 @@ events:
- name: DrupalCamp North 2015 - name: DrupalCamp North 2015
location: Sunderland, UK location: Sunderland, UK
url: http://drupalcampnorth.org url: http://drupalcampnorth.org
date: "2015-07-25" 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. [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.

View file

@ -16,17 +16,17 @@ events:
- name: Swansea Software Development Meetup (SSDC) - name: Swansea Software Development Meetup (SSDC)
location: Swansea, UK location: Swansea, UK
url: https://www.meetup.com/Swansea-Software-Development-Meetup url: https://www.meetup.com/Swansea-Software-Development-Meetup
date: "2019-01-28" date: 2019-01-28
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://www.meetup.com/php-sw/events/284341510 url: https://www.meetup.com/php-sw/events/284341510
date: "2022-03-09" date: 2022-03-09
- name: PHP Stoke - name: PHP Stoke
location: Stoke-on-Trent, UK location: Stoke-on-Trent, UK
url: https://www.eventbrite.com/e/php-stoke-tickets-429043128547 url: https://www.eventbrite.com/e/php-stoke-tickets-429043128547
date: "2023-01-12" date: 2023-01-12
--- ---
An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup and PHP South West. An introduction to PHP, presented to the Swansea Software Development Community (SSDC) meetup and PHP South West.

View file

@ -14,18 +14,18 @@ events:
- name: DrupalNYC - name: DrupalNYC
location: New York, USA location: New York, USA
url: https://ti.to/drupalnyc/meetup-2020-09-02 url: https://ti.to/drupalnyc/meetup-2020-09-02
date: "2020-09-02" date: 2020-09-02
online: true online: true
- name: Leeds PHP - name: Leeds PHP
location: Leeds, UK location: Leeds, UK
url: https://www.meetup.com/leedsphp/events/272504993 url: https://www.meetup.com/leedsphp/events/272504993
date: "2020-09-23" date: 2020-09-23
online: true online: true
- name: Midwest PHP - name: Midwest PHP
url: https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9 url: https://midwestphp.org/talks/7C0m4I87vq72cDoXvsHFRp/Upgrading_your_site_to_Drupal_9
date: "2021-04-22" date: 2021-04-22
online: true online: true
--- ---

View file

@ -14,12 +14,12 @@ events:
- name: Nomad PHP - name: Nomad PHP
url: https://nomadphp.com url: https://nomadphp.com
online: true online: true
date: "2017-12-21" date: 2017-12-21
time: 19:00 CET time: 19:00 CET
- name: PHP South Wales - name: PHP South Wales
location: Cardiff, UK location: Cardiff, UK
url: https://www.phpsouthwales.uk url: https://www.phpsouthwales.uk
date: "2018-08-28" date: 2018-08-28
--- ---
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? 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?

View file

@ -12,16 +12,16 @@ events:
- name: NWDUG - name: NWDUG
location: Manchester, UK location: Manchester, UK
url: https://www.meetup.com/nwdrupal/events/272098270 url: https://www.meetup.com/nwdrupal/events/272098270
date: "2020-08-11" date: 2020-08-11
online: true online: true
- name: PHP South West - name: PHP South West
location: Bristol, UK location: Bristol, UK
url: https://www.meetup.com/php-sw/events/272787346 url: https://www.meetup.com/php-sw/events/272787346
date: "2020-09-09" date: 2020-09-09
online: true online: true
- name: PHP North West - name: PHP North West
url: https://www.phpnw.org.uk url: https://www.phpnw.org.uk
date: "2021-02-02" date: 2021-02-02
online: true online: true
--- ---

View file

@ -11,5 +11,5 @@ events:
- name: PHP London - name: PHP London
location: London, UK location: London, UK
url: https://www.meetup.com/phplondon/events/292657869 url: https://www.meetup.com/phplondon/events/292657869
date: "2023-04-06" date: 2023-04-06
--- ---