All
Articles 114,550Blog Posts 123,413Tech Tutorials 29,274Research Papers 23,479News 16,959
⚡ AI Lessons

Dev.to · Dane Wu
🔧 Backend Engineering
⚡ AI Lesson
1w 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
⚡ AI Lesson
1w 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
2w 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