-
Thanks for the tips! I'll take a look - requests are typically super fast, so perhaps the database is just under high load due to launch. (I run replicas in a couple cities on https://fly.io, so general latency should be low too.)
For the filenames - I'll take a look. I'm using some popular libraries for files, which I hope address things like this.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
Yes, it's Ruby on Rails! I'm using Hotwired on the frontend, which has been great for making discussions real-time while minimizing complexity. I'm hosting on Fly.io - I had used Render for a prior product (https://postcard.page), and found Render slow. Fly lets me set up multiple data centers, and they have an elegant little Ruby gem [1] to enable multi-region support on Rails without much fuss.
[1] https://github.com/superfly/fly-ruby
-
Related posts
-
Bootstrap v6 is on the way, but is anyone waiting for it?
-
Building a Responsive Website with Bootstrap: A Step-by-Step Guide
-
Building Static HTML Pages with JSX Server-Side Rendering
-
Organize your layout by using <div> elements and Bootstrap ๐คน
-
Building a ๐งพ PDF Invoice Generator with ๐จ Twilio SendGrid, ๐ Python, Flask, and ๐๏ธ Bootstrap