A blog about Drupal, Magic: The Gathering and other fun stuff

Hello friend! This is my personal blog where I will post about all things Drupal, my favorite hobby Magic: The Gathering and there will probably be pictures of my two cats from time to time.

All blog posts

Image
A 3d model of a card sorting machine

In our last DevLog edition for #MyCardSorter, I detailed how I refined my initial prototype and fine-tuned it to sort over 10,000 cards using OCR. This successful phase truly motivated me to embark on the next stage of my project: exploring 3D printing for the upcoming iteration. In this new post, I'll share my initial steps in modeling the next prototype, printing parts, and introduce the 3D printer I acquired.

Image
A futuristic image showing different nodes connection to silos

Most Drupal installations are using Mysql / MariaDB or Postgres for their data storage which allows Drupal to offer versatile and flexible ways of modeling content, especially building relationships with different content model, i.e. a blog post and a vocabulary with tags. In this blog post I will show you how to use Redis with Drupal for other things besides caching.

Image
A list of blog post titles created with the tutorial in the blog post

In my previous blog post, I introduced a convenient composer script for effortless project reinstallation. However, a crucial element missing from this setup is the swift availability of content to test new features or assess the site structure.

Image
The picture shows a dark linux terminal with the reinstall command mentioned in the blog post

Reinstalling a Drupal project is a routine task for developers. Whether you're testing new features or ensuring smooth installations on different setups, it's a critical part of the process. In this blog post, I'll show you a swift and straightforward method using a composer script.

Image
DrupalCon Lille Logo

After my visit to DrupalCon Lille, I couldn't wait to share the scoop on some of the exciting new modules I came across. These modules promise to make our Drupal lives easier and more efficient. Let's dive into my top picks!

 

Image
DrupalCon Lille Logo

DrupalCon Lille 2023 is right around the corner and many Drupal developers will meet and share their knowledge. In this blog post, I've curated my top 10 sessions from the event, each offering unique insights and valuable takeaways. From technical writing to project management, these sessions cover a wide range of topics that are sure to elevate the Drupal community's expertise.

Image
A picture of a warehouse

Leveraging an S3-compatible file system in Drupal can significantly enhance the delivery of media assets to your website's visitors, especially when your audience spans the globe. In this blog post, I will guide you through the process of configuring the S3FS module for Drupal and demonstrate how to dynamically alter the file system for specific fields.