All
Articles 185,344Blog Posts 168,177Tech Tutorials 49,634Research Papers 36,197News 22,822
⚡ AI Lessons

Dev.to · Dane Wu
🔧 Backend Engineering
⚡ AI Lesson
2mo ago
Your SQL Is Fast but the API Is Slow: It's the Ruby Layer
When the DB is fast but the API is still slow, the bottleneck is Ruby itself: bloated serialization, object allocation / GC pressure, and recomputation. Plus th

Dev.to · Dane Wu
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
2mo ago
A 1000x Speedup From One Index — and Why It Sometimes Does Nothing
Rails Performance: Lessons from Production — #2 "Slow query? Add an index" is something everyone...

Dev.to · Dane Wu
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
Diagnosing a slow Rails page, layer by layer
"This page feels slow" is a vague bug report. Before changing any code, it helps to have a fixed way...
DeepCamp AI