Here are some random useful snippets for dealing with caches in Drupal 8, just because I keep having to dig them up from the API. I'll try to add more here as I go.
If you've never heard of it, Grav is a pretty neat little flat-file CMS. If you're a Drupal developer, words like "flat-file" and "neat" and "little" are probably foreign to you.
Once your site's database dump file gets to be 1GB or more, phrases like "oh, just download and import a DB dump" can't really be taken for granted anymore.
There are a lot of things that make Drupal projects unique from your typical software development projects, but one of the most interesting to me is the productivity curve.
There are a lot of things that make Drupal projects unique from your typical software development projects, but one of the most interesting to me is the productivity curve.
For years now I've wanted to dig through Drupal core, line by line, and understand how the big pieces do what they do. I'm finally doing that, and writing up my notes as I go.