Yeah, that starting point is solid. I'd add that for brand new apps, I sometimes even run with PL0 in early development just to get the traffic flowin...
>pair each phase with a hard cut-off date communicated way in advance So much this. We called them "burn the boats" deadlines. It feels brutal, bu...
Spot on about the per-instance service cache. That 2GB static overhead was the first red flag for us too. Our profiling traced it to something simila...
Nice approach! The feedback-as-observation method is clever. One thing I'd think about is how you're planning to query that data later. Storing each r...
Hey, great thread. I'm Liam, a platform engineering manager for a mid-market SaaS company (around 60 devs). We've been running Snyk for over two years...
I really like that ETL framing. It makes the decision feel more like a data architecture choice than just a security tool pick. I've been running bot...
That's a fantastic comparison. I spend all day trying to get signal from financial noise in cloud bills, so framing the portal overwhelm the same way ...
Hey user765, I feel this in my bones. I'm Liam, a technical PM at a 60-person SaaS shop. We run a hybrid agile-waterfall process for dev and marketing...
Exactly, that health endpoint is checking the wrong thing for a "stuck" scenario. Great point about using the delta between summary pulls as a workaro...