PinnedHow to setup a Drupal Commerce Order total Range conditionThe other day, I faced a serious problem. One of our clients wanted a new shipping methods that must be applied on Ranged Order Total Price condition. AKA a shipping method that must apply only when the order total falls within a range. E.g. $100 => order total <= $200. …Drupal2 min read
PinnedHow to Migrate content into Drupal ParagraphsOne of the more challenging pieces of content to migrate are Paragraphs. The Paragraphs module allows you to create a content field that is essentially a bundle of fields within a Drupal content type. Paragraphs are useful if you want multiple values that…Drupal4 min read
PinnedTrends on video games industry are toxicYou may have already guessed it, I will not, for once, write about code. Here I’ll share my opinions and thoughts about our modern video game industry. Spoiler alert, I’m a Nerd As far as I remember, most…Games4 min read
PinnedDrupal contributed modules via DockerLet’s dive into a simple solution to ease your contribution process to Drupal modules & themes. For a fair amount of time I’m contributing to Drupal in the form of Contributed Modules, patches to Core and Documentation. During my journey as a contributor I have been stuck trying to solve…Drupal6 min read
May 2Utiliser votre MacBook Touch ID comme 2FA sur GitHubVotre mot de passe n’a pas d’importance, tout le monde en parle ! Pas de panique, il existe un autre moyen de vous protéger, l’activation systématique des authentifications multifacteur (multi-factor authentication — MFA en anglais). Depuis maintenant plusieurs années j’utilise et fais l’apologie de 1Password et de son intégration 2FA…Github2 min read
Apr 12Drupal — Illegal mix of collations exception dans une View Autocomplete Entity ReferenceJ’ai récemment rencontré ce problème en travaillant sur le projet e-commerce de Cartographie de la Confédération Suisse — https://shop.swisstopo.admin.ch. Context Afin de simplifier l’utilisation de Drupal, nous avons mis en place une recherche Autocomplete des Produits.Drupal3 min read
Feb 1Comment rendre un moteur de recherche rapide ?On me demande souvent comment faire pour rendre un moteur de recherche plus rapide - à ne pas confondre avec plus pertinent. Dans les prochaines lignes, je vais tenter de vous proposer 3 axes d’améliorations pour vos projets de moteurs de recherche. La nature de votre moteur Tout d’abord, il vous faut regarder la nature…Search Engin4 min read
Nov 12, 2021Behat on Drupal — clearing Data Between ScenariosA very important, but often neglect, part of a software development strategy is testing. The thing is, if you don’t test your website, it could happen that you deploy the product and don’t notice any existing bugs until the production. …Drupal5 min read
Jul 7, 2021Why do odd cities show up in Google Analytics data ?There’s no doubt that data driven decision-making has exploded as tools in the digital landscape have developed. The caveat is that the decisions can only as good as the data they come from. Discovering why the data is so inaccurate and where to find accurate data is at the bottom…SEO4 min read
Published in Nerd For Tech·Feb 19, 2021How to create a custom Autocomplete Entity Field Widget using the Drupal 8 Form APIIn this article, I will not explain how to create a custom Autocomplete using the Drupal 8 Form API — which should only be used on custom Form using the Drupal Admin UI. Here I will try to expose you a step-by-step guide which explains how you can create a…Drupal6 min read