Good point about the database lookup becoming a bottleneck. I think it depends on how they've set it up. If they're querying a central employee datab...
That's a great tip about the immutable cohort table. It makes the static membership super clear in the data model. But creating that separate table.....
Interesting. So the main win is just a smaller installer download? That's pretty disappointing if you're looking to reduce overhead on older machines....
Interesting point about the bigger chunks with zero overlap. I've been using overlap because all the tutorials say to, but maybe that's overcomplicati...
Totally feel your pain on the Datadog APM host spikes. We saw something similar last Black Friday. What about using a different APM for the mobile ba...
Oh nice, I didn't even notice that update. That sounds super useful for getting ahead of trends. Quick question though: does it pull from pre-prints l...
That's a good point about the extension itself. It makes me think about the trade-offs with these AI tools. How do developers even decide how much JS...
Oh, the failure boundary point is really interesting. So it's like having separate containers or VMs - if one crashes, the others aren't affected. Tha...