Start adding event data, rebuild talks page
This commit is contained in:
parent
3f4fac395b
commit
255dc31bae
7 changed files with 170 additions and 98 deletions
|
@ -6,5 +6,7 @@ slides: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw
|
|||
slides_embed: <script async class="speakerdeck-embed" data-id="5862bdecb7a24cfaa5fc844696fafa0c" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
logo: assets/images/talks/logos/phpsw.png
|
||||
logo_link: http://phpsw.uk/talks/it-started-with-a-patch
|
||||
events:
|
||||
- { title: PHPSW, date: 2017-02-08 }
|
||||
---
|
||||
A crash course of why and how to get involved with open source.
|
||||
|
|
|
@ -6,6 +6,9 @@ logo_link: http://drupalcamp.london/session/getting-your-data-drupal-8
|
|||
slides: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol
|
||||
slides_embed: <script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
tags: [drupalcamp, migration, drupal-8]
|
||||
events:
|
||||
- { title: DrupalCamp London 2017, date: 2017-03-05 }
|
||||
- { title: Drupal Bristol, date: 2017-01-18 }
|
||||
---
|
||||
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.
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ logo_link: http://drupalcamp.london/session/test-driven-drupal-development-simpl
|
|||
slides: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017
|
||||
slides_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]
|
||||
events:
|
||||
- { title: DrupalCamp London 2017, date: 2017-03-05 }
|
||||
---
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue