D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Integrate my Google sheet with YNAB and start importing new sheet records directly into YNAB.
Setup a cronjob to fetch and read Google sheets every hour.
Install new package to read Google sheet rows.
Create multiple youtube video fields for project content type.
Add `updated` field to my indicators table.
Create cached public API service with no auth required.
Review qtools profiling module and trying to audit slowness.
Create site status service and require JWT as an authentication to be used for mobile apps.
Configure robots.txt file to organize my indexed content.
Enable Google Analytics code cache.
Add KML layer on top of Google map to show highlighted zone for specific node types.
Create shared template for social block.
Fixing auto-deploy issue with the composer default PHP version.
Create new content type for some custom HTML pages and override page template file.
Setup my local settings file and prepare example file for each environment.
Setup multisite with a basic importable configuration as a quick start for my side projects.
Re-order my auto deploy commands to setup pipeline for installing needful packages before importing configurations.
Moving all features of my old project inside a new features folder.
Configure my .idea folder to needful PHPCS rules in PHPStorm.
Create sample API to return nodes workflow state.
Create reusable lookups using taxonomy.
Setup basic auth for my general stats API services.
Run multiple domains on same site using domain contrib module.
Enhance my Stats API service to include general and detailed stats.