Shorter names

This commit is contained in:
Oliver Davies 2017-03-18 23:10:40 +00:00
parent 62706f2797
commit 05ee0f7cad
9 changed files with 25 additions and 25 deletions

View file

@ -37,13 +37,13 @@ email: oliver+url@oliverdavies.uk
events: events:
drupal-bristol: { title: Drupal Bristol, location: 'Bristol, UK', url: https://www.drupalbristol.org.uk } drupal-bristol: { title: Drupal Bristol, location: 'Bristol, UK', url: https://www.drupalbristol.org.uk }
drupalcamp-brighton-2015: { title: DrupalCamp Brighton 2015, location: 'Brighton, UK', url: ~ } drupalcamp-brighton-15: { title: DrupalCamp Brighton 2015, location: 'Brighton, UK', url: ~ }
drupalcamp-bristol-2016: { title: DrupalCamp Bristol 2016, location: 'Bristol, UK', url: https://www.drupalcampbristol.org.uk } drupalcamp-bristol-16: { title: DrupalCamp Bristol 2016, location: 'Bristol, UK', url: https://www.drupalcampbristol.org.uk }
drupalcamp-london-2014: { title: DrupalCamp London 2014, location: 'London, UK', url: ~ } drupalcamp-london-14: { title: DrupalCamp London 2014, location: 'London, UK', url: ~ }
drupalcamp-london-2015: { title: DrupalCamp London 2015, location: 'London, UK', url: ~ } drupalcamp-london-15: { title: DrupalCamp London 2015, location: 'London, UK', url: ~ }
drupalcamp-london-2016: { title: DrupalCamp London 2016, location: 'London, UK', url: ~ } drupalcamp-london-16: { title: DrupalCamp London 2016, location: 'London, UK', url: ~ }
drupalcamp-london-2017: { title: DrupalCamp London 2017, location: 'London, UK', url: https://drupalcamp.london } drupalcamp-london-17: { title: DrupalCamp London 2017, location: 'London, UK', url: https://drupalcamp.london }
drupalcamp-north-2015: { title: DrupalCamp North 2015, location: 'Sunderland, UK', url: http://drupalcampnorth.org } drupalcamp-north-15: { title: DrupalCamp North 2015, location: 'Sunderland, UK', url: http://drupalcampnorth.org }
nwdug: { title: NWDUG, location: 'Manchester, UK', url: http://nwdrupal.org.uk } nwdug: { title: NWDUG, location: 'Manchester, UK', url: http://nwdrupal.org.uk }
phpsc-16: { title: PHP South Coast 2016, location: 'Portsmouth, UK', url: http://2016.phpsouthcoast.co.uk } phpsc-16: { title: PHP South Coast 2016, location: 'Portsmouth, UK', url: http://2016.phpsouthcoast.co.uk }
phpsw: { title: PHPSW, location: 'Bristol, UK', url: https://phpsw.uk } phpsw: { title: PHPSW, location: 'Bristol, UK', url: https://phpsw.uk }

View file

@ -20,7 +20,7 @@ meta:
width: 960 width: 960
events: events:
- { id: drupalcamp-london-2016, date: '2016-03-05' } - { id: drupalcamp-london-16, 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

@ -7,7 +7,7 @@ slides:
embed: <script async class="speakerdeck-embed" data-id="56c79770f73f4e47a542a30243437c49" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> embed: <script async class="speakerdeck-embed" data-id="56c79770f73f4e47a542a30243437c49" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
image: drupal-vm-meet-symfony-console.png image: drupal-vm-meet-symfony-console.png
events: events:
- { id: drupalcamp-bristol-2016, date: '2016-07-23' } - { id: drupalcamp-bristol-16, date: '2016-07-23' }
--- ---
_TL;DR - Come and learn about Symfony Console, with examples from a real-world project._ _TL;DR - Come and learn about Symfony Console, with examples from a real-world project._

View file

@ -3,9 +3,9 @@ title: Drupal.org in 2015: What's Coming Next
type: Talk type: Talk
tags: [conference, drupalcamp, drupalcamp-london, drupal-association] tags: [conference, drupalcamp, drupalcamp-london, drupal-association]
slides: slides:
url: https://speakerdeck.com/opdavies/drupal-dot-org-in-2015 url: https://speakerdeck.com/opdavies/drupal-dot-org-in-15
embed: <script async class="speakerdeck-embed" data-id="0cf8d7b647c94ae289e9db2b46a9e8f2" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script> embed: <script async class="speakerdeck-embed" data-id="0cf8d7b647c94ae289e9db2b46a9e8f2" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
events: events:
- { id: drupalcamp-brighton-2015, date: '2015-01-18' } - { id: drupalcamp-brighton-15, date: '2015-01-18' }
- { id: drupalcamp-london-2015, date: '2015-02-28' } - { id: drupalcamp-london-15, date: '2015-02-28' }
--- ---

View file

@ -7,7 +7,7 @@ slides:
tags: [drupalcamp, migration, drupal-8] tags: [drupalcamp, migration, drupal-8]
events: events:
- { id: drupal-bristol, date: '2017-01-18' } - { id: drupal-bristol, date: '2017-01-18' }
- { id: drupalcamp-london-2017, date: '2017-03-04' } - { id: drupalcamp-london-17, date: '2017-03-04' }
--- ---
If youve moved a site from Drupal 6 to 7, the chances are that youve 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. If youve moved a site from Drupal 6 to 7, the chances are that youve 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.

View file

@ -11,5 +11,5 @@ tags: [conference, drupalcamp, drupalcamp-london, git, git-flow]
slug: git-flow slug: git-flow
tweets: yes tweets: yes
events: events:
- { id: drupalcamp-london-2014, date: '2014-03-01' } - { id: drupalcamp-london-14, date: '2014-03-01' }
--- ---

View file

@ -8,7 +8,7 @@ slides:
video: video:
url: https://www.youtube.com/watch?v=5FYMRR61sdo url: https://www.youtube.com/watch?v=5FYMRR61sdo
embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/5FYMRR61sdo" frameborder="0" allowfullscreen></iframe>' embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/5FYMRR61sdo" frameborder="0" allowfullscreen></iframe>'
joindin: https://joind.in/event/phpsw-new-skills-february-2017/it-started-with-a-patch joindin: https://joind.in/event/phpsw-new-skills-february-17/it-started-with-a-patch
events: events:
- { id: phpsw, date: '2017-02-08' } - { id: phpsw, date: '2017-02-08' }
--- ---

View file

@ -8,7 +8,7 @@ code: https://github.com/opdavies/sculpin-demo
tags: [conference, drupalcamp, drupalcamp-north, sculpin, twig] tags: [conference, drupalcamp, drupalcamp-north, sculpin, twig]
tweets: yes tweets: yes
events: events:
- { id: drupalcamp-north-2015, date: '2015-07-25' } - { id: drupalcamp-north-15, 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

@ -2,11 +2,11 @@
title: Test Driven Drupal Development with SimpleTest and PHPUnit title: Test Driven Drupal Development with SimpleTest and PHPUnit
type: Talk type: Talk
slides: slides:
url: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017 url: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-17
embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
tags: [drupalcamp, simpletest, phpunit, testing] tags: [drupalcamp, simpletest, phpunit, testing]
events: events:
- { id: drupalcamp-london-2017, date: '2017-03-04' } - { id: drupalcamp-london-17, date: '2017-03-04' }
--- ---
Testing is important. Why? 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. Testing is important. Why? 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.