D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Load and expose workflow states dynamically.
Create view with JSON response.
Write username on uploaded photos.
Clean my local environment and re-install a new clean version as a kitchen for my testing purposes.
Create duration field for a custom entity programmatically.
Setup auto-deploy from Github repo to my website.
Configure local environment to show and log all kind of error/notice messages.
Clear all form validation errors if user hit a specific submit button.
Update field options depend on changed value from another field using AJAX element property.
Add virtual field for all workflow forms to require accepting terms of service for each workflow transition.
Automate translation process in auto deploy.
Create new paragraph type for photos with captions and allow user to use text or photo as a multiple values for field.
Create new page to show QR code contain user vcard details.
Force composer to use specific PHP version.
Create view and order nodes using related taxonomy term weight.
Configure Redis with Drupal.
Writing SQL queries and join workflow history to get stats group by date.
Fix config conflicts and merge two branches.
Create new installation profile and try to execute some custom commands in installation process.
Create dynamic API service to fetch node counts and some custom DB stats with date filter.
Migrate Drupal 8 to clean Drupal 8.
Create helper to prepare node and author details in a simple array.
Making page cache consider user context.
Making page cache consider user context.
Managing page cache settings to consider user context.