BigPipe Renderer documentation.
Use this tool to see what changed after running composer updates.
Change record for library overrides.
Drupal.org has rest APIs you can use to fetch content into your site.
CKEditor blog post about Drupal integration.
How to load stylesheets in CKEditor 5.
CKEditor 5 features.
Drupal Core issue queue for CKEditor 5.
Differences between 4 and 5.
Plugin compatibility table.
Specify supported core version in *.info.yml files.
Drupal does an entity load on all items in the view, which is a bit too heavy when showing a lot of items without a pager. Here's some tips to resolve it.
Big list of Drupal performance tips.
If you create a theme hook that ends in another hook's name, it confuses the theming system.
This has some great Drupal training exercises. Looks like it has some recent activity in the answer repos, and potential to grow to a bigger learning resource.
Explains the issue of an inflated cache_render table, and how to fix it.
Simple fix is to run drush cr daily via cron.
Terminal UI for GIT.
If you aren't familiar with the make instructions, you can delete the directory after running make install.
Clean code sample for creating a block when a new term is added.
A similar technique could be used to create views when new content types are added.
Nicely formatted, printable chart of the most frequently used modules.
Check it out to see if you're familiar with all of them, or if there's some big ones you missed.
I have been curious about this integration, this article provides a basic explanation.
Laravel supports vue.js out of the box.
I had to tunnel through a dev server to connect to a remote database.
Todo: Investigate processes outlined here for ideas.