ASArek Suinarysom.hashnode.dev·Feb 7, 2023 · 5 min read10 contrib modules for your Drupal 10 website! Attention, this article is not AI powered ! It is freestyle writing, which might be even a stream of consciousness. Since you dreamed about having your website in 2023 and using up to date Drupal version - you could ask someone - what else do I nee...00
ASArek Suinarysom.hashnode.dev·Sep 9, 2022 · 2 min readCopying between docker, ssh, and your computerSometimes there is a sudden and somewhat incomprehensible need to copy a large number of files from a remote server, and on top of that we have a docker on that server. We therefore have three layers. Your computer, the remote host, the docker on the...00
ASArek Suinarysom.hashnode.dev·Aug 18, 2021 · 5 min readComponent design for DrupalersThe cause Looking jealously at your frontend developers colleagues? They use the newest frameworks and talk about es6, components all the stuff. There are also skilled frontend developers among Drupal programmers and they're interested in stucturing ...00
ASArek Suinarysom.hashnode.dev·Aug 10, 2021 · 2 min readHow to run functional test in Drupal?Install packages Here are the steps to start the test. Lets assume that your Drupal codebase has been already installed with the composer. We need additional packages: composer require --dev drupal/core-dev - install additional tools composer require...00
ASArek Suinarysom.hashnode.dev·Jul 23, 2021 · 3 min readSet up local development with DDEVIn the process of creating a post about testing, I found that my workflow was so specific that I decided to start from scratch and write a post about how I start new projects. Of course, I'm referring to a PHP project, more specifically Drupal. This ...00