All Questions
Our monthly AWS bill hit $25k. Already use Savings Plans. Looking for next-level cost optimizations - Graviton, Spot instances, Aurora Serverless expe...
We currently rotate quarterly. Seen recommendations ranging from monthly to yearly. What is the practical balance between security and operational ove...
Looking for best practices on storing JWT tokens, refreshing sessions, and protecting server actions. Should I use NextAuth or roll my own with iron-s...
My fraud detection dataset is 99.5% legitimate transactions. SMOTE made things worse. What techniques actually work in production?
New to VS Code after using Sublime Text for years. Looking for extensions that actually make me more productive, not just nice-to-haves.
My LazyColumn with 500+ items has janky scrolling on mid-range Android devices. Already using `key` and `stable` annotations. What else should I check...
Starting a new iOS app targeting iOS 17+. SwiftUI seems more modern but I worry about maturity. What are the real pain points you have hit in producti...
We have 15 microservices and a small DevOps team. Is Kubernetes overkill? Would Docker Swarm or Nomad be a better fit for our scale?
Designing a schema with semi-structured data. JSONB looks flexible but I worry about query performance. What are the real tradeoffs?
Team uses Prisma for all DB queries. Is that sufficient protection or should we add additional WAF rules and input validation?
Hot Questions
-
How often should I rotate API keys and secrets in ...
1,196 views -
How to reduce AWS bills without sacrificing perfor...
1,145 views -
Jetpack Compose performance issues with long LazyC...
1,107 views -
SwiftUI vs UIKit for a new iOS app in 2026 - which...
1,071 views -
What are the must-have VS Code extensions for a fu...
971 views