D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Create AJAX callback for customized Google Maps page.
Trying core Ban module to Ban some IPs.
Create 4 environments for my project (dev, test, pre, prod) and configure Gitlab CI.
Create shell script to clone and install project into a new Apache vhost from A-Z.
Generate temporary hash and send it by email for invite users to register with specific roles per hash type.
Configure AWS S3 as a file system, with custom folder on local machine.
Import files from remote server into node field.
Trying to migrate CSV source.
Create cron job to auto transition node workflow state to another state if not update for 1 week.
Move files from temporary storage to private and maintain the same file usage.
Create page template for authenticated user and another one for anonymous.
Use Drupal Key/Value store service.
Backup and migrate my Drupal website to another machine using Lando.
List all user's Youtube videos and allow him. to choose embedded video into node.
Create service to integrate my custom form with Youtube using Google client package.
Save paragraph items programmatically in a node.
Create two page templates one for anonymous and the other one for authenticated user.
Create method to alter data before import by using variable reference.
Customize Form PI element with AJAX to change next field label.
Alter SAML UserSync to update some account fields depend on custom logic.
Configure external authentication and mapping user fields.
Move some configuration files from site to another to reuse some content types with some views.
Create custom action for core node bulk operations.
Create path alias programmatically once node get approved by workflow.
Create helpers service and inject it to all my controllers.