← Back to Profile

πŸ“ Blog Posts

πŸš€ Puma Server vs Node.js Server: Who Chokes Under Load?
Posted by Krishna Kumar on June 17, 2025

A benchmark-backed comparison of Puma and Node.js under high-concurrency load. Who really β€œchokes” at scale? Find out how they perform and scale under real-world pressure.

πŸš€ Database Sharding in Rails: Solving High-Throughput Challenges
Posted by Krishna Kumar on July 01, 2025

A practical guide to sharding high-throughput tables in Ruby on Rails using user_id-based partitioning. Real-world code examples, trade-offs, and benchmarks.