2024-11-21 React Admin
React-Admin Wrestling, a Little More Elasticsearch
(This article is still incomplete. I began writing this entry after work the day it happened, and I didn't get a chance to get back to it until today (12 days later), so I forgot what I was planning on writing about!)
2024-11-23 Astro
@astrojs/node Build Error
Always prefix native imports with `node:`, even in dependencies. If a dependency doesn't do it, adjust your build-step to do it for you.
2024-11-20 Elasticsearch
Elasticsearch Ingestion Daemon
Batch-processing boundaries need to be defined with enough information to point to exactly one record, taking into account records being updated between batches.
2024-11-24 Astro
Content Frontmatter Causes `astro build` Error?
Keep your eyes peeled for special characters.
2024-12-01 Astro
Getting FullDev UI to Work with MDX in Astro
I'm using MDX in my Astro blog, and I want to use FullDev UI's components in it.
2024-11-19 MySQL
MySQL JSON Shenanigans
Out of the box, there is a MySQL text encoding mismatch between VARCHAR columns and JSON columns.
2024-12-07 Kubernetes
Kubernetes Crash: Node Pressure
All pods were evicted, due to "disk pressure".