<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://dx-experts.nl/">
  <channel>
    <title>the DxEx blog</title>
    <link>https://dx-experts.nl/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Symfony 5: the fast track</title>
  <link>https://dx-experts.nl/blog/2020/symfony-5-fast-track</link>
  <description>Book review: Symfony 5: the fast track by Fabien Potencier a deep dive into Symfony 5 from a Drupal 8 perspective.</description>
  <pubDate>Tue, 07 Apr 2020 15:44:54 +0200</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2020/symfony-5-fast-track</guid>
    </item>
<item>
  <title>Drupal 8 and GitLab CI setup guide</title>
  <link>https://dx-experts.nl/blog/2018/drupal-8-and-gitlab-ci-setup-guide</link>
  <description>GitLab CI for Drupal 8 websites. We use a simple approach that applies any committed changes to your Drupal 8 website automatically</description>
  <pubDate>Mon, 19 Nov 2018 13:05:39 +0100</pubDate>
    <dc:creator>by ndf on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2018/drupal-8-and-gitlab-ci-setup-guide</guid>
    </item>
<item>
  <title>Drupal core: Now with less than 100 Simpletests</title>
  <link>https://dx-experts.nl/blog/2018/drupal-core-now-less-100-simpletests</link>
  <description>Drupal core now has less than 100 Simpletests</description>
  <pubDate>Tue, 17 Jul 2018 08:34:00 +0200</pubDate>
    <dc:creator>by lendude on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2018/drupal-core-now-less-100-simpletests</guid>
    </item>
<item>
  <title>Drupal 8 HAL JSON REST mechanisms</title>
  <link>https://dx-experts.nl/blog/2017/drupal-8-hal-json-rest-mechanisms</link>
  <description>drupal 8 serializer normalizer hal json rest</description>
  <pubDate>Thu, 14 Dec 2017 08:23:56 +0100</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/drupal-8-hal-json-rest-mechanisms</guid>
    </item>
<item>
  <title>Drupal 8 Files and ImageStyles</title>
  <link>https://dx-experts.nl/blog/2017/drupal-8-files-and-imagestyles</link>
  <description>Files in Drupal 8 are usually thought of as entities. However the entity only stores metadata about the file (in the database)</description>
  <pubDate>Tue, 12 Dec 2017 11:08:16 +0100</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/drupal-8-files-and-imagestyles</guid>
    </item>
<item>
  <title>Drupal 8 development with caching on</title>
  <link>https://dx-experts.nl/blog/2017/drupal-8-development-caching</link>
  <description>Developing with speedy cached D8 sites. Includes cache-bin reference table</description>
  <pubDate>Wed, 14 Jun 2017 09:25:21 +0200</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/drupal-8-development-caching</guid>
    </item>
<item>
  <title>Entity Print PDF hairlines</title>
  <link>https://dx-experts.nl/blog/2017/entity-print-pdf-hairlines</link>
  <description>entity print hairline css wkhtmltopdf</description>
  <pubDate>Thu, 18 May 2017 10:39:29 +0200</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/entity-print-pdf-hairlines</guid>
    </item>
<item>
  <title>Composer and Drupal 8 module development</title>
  <link>https://dx-experts.nl/blog/2017/composer-and-drupal-8-module-development</link>
  <description>Use a separate Git for your custom module and an IDE like PHPstorm+Xdebug for the Drupal integration at the same time</description>
  <pubDate>Fri, 14 Apr 2017 13:52:36 +0200</pubDate>
    <dc:creator>by ndf on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/composer-and-drupal-8-module-development</guid>
    </item>
<item>
  <title>Converting patches to use the correct array notation.</title>
  <link>https://dx-experts.nl/blog/2017/converting-patches-use-correct-array-notation</link>
  <description>Converting patches to use the correct array notation.</description>
  <pubDate>Sat, 04 Mar 2017 10:47:39 +0100</pubDate>
    <dc:creator>by lendude on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/converting-patches-use-correct-array-notation</guid>
    </item>
<item>
  <title>Commerce 2 entity relations - including Shipping</title>
  <link>https://dx-experts.nl/blog/2017/commerce-2-entity-relations-including-shipping</link>
  <description>Drupal Commerce 2 + Shipping entity relations graph diagram</description>
  <pubDate>Tue, 07 Feb 2017 12:56:48 +0100</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/commerce-2-entity-relations-including-shipping</guid>
    </item>
<item>
  <title>Debugging PHPunit tests in Drupal 8 (MAMP edition)</title>
  <link>https://dx-experts.nl/blog/2017/debugging-phpunit-tests-drupal-8-mamp-edition</link>
  <description>Debugging PHPunit tests in Drupal 8 (MAMP edition)</description>
  <pubDate>Sat, 28 Jan 2017 14:35:20 +0100</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/debugging-phpunit-tests-drupal-8-mamp-edition</guid>
    </item>
<item>
  <title>Debugging PHPunit tests in Drupal 8 (Vagrant edition)</title>
  <link>https://dx-experts.nl/blog/2017/debugging-phpunit-tests-drupal-8-vagrant-edition</link>
  <description>In this article we try to document how you can set-up your local development machine, to Xdebug inside tests. Including functional javascript</description>
  <pubDate>Sat, 28 Jan 2017 13:30:24 +0100</pubDate>
    <dc:creator>by ndf on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/debugging-phpunit-tests-drupal-8-vagrant-edition</guid>
    </item>
<item>
  <title>Site specific local Drush and Drupal Console</title>
  <link>https://dx-experts.nl/blog/2017/site-specific-local-drush-and-drupal-console</link>
  <description>It has become best practise to install a separate version of Drush and Drupal Console for each project you work on</description>
  <pubDate>Thu, 26 Jan 2017 09:03:36 +0100</pubDate>
    <dc:creator>by finne on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/site-specific-local-drush-and-drupal-console</guid>
    </item>
<item>
  <title>Running Drupal tests locally on PostgreSQL</title>
  <link>https://dx-experts.nl/blog/2017/running-drupal-tests-locally-postgresql</link>
  <description>Running Drupal tests locally on PostgreSQL</description>
  <pubDate>Tue, 24 Jan 2017 12:25:10 +0100</pubDate>
    <dc:creator>by lendude on </dc:creator>
    <guid isPermaLink="true">https://dx-experts.nl/blog/2017/running-drupal-tests-locally-postgresql</guid>
    </item>

  </channel>
</rss>
