Why Ruby Is the Better Language for LLM-Powered Development
Ruby uses 42–45% fewer tokens than TypeScript and 28–32% fewer than Python across every major LLM tokenizer. Here are the numbers, the code, and the argument.
Read moreRails performance, reliability, modernization and practical AI systems — field notes from diagnosing, building and operating production software.
Ruby uses 42–45% fewer tokens than TypeScript and 28–32% fewer than Python across every major LLM tokenizer. Here are the numbers, the code, and the argument.
Read moreThe second half of our fine-tuning project — training three models on a single A100 GPU for $75, fighting disk quotas during export, quantizing 30 billion parameters into a 17 GB file, and deploying everything locally with Ollama.
Read moreHow we built a 15-step dataset pipeline from our internal Rails projects to train three domain-specific language models that write code our way. The dataset engineering mattered more than the model.
Read moreHeroku got expensive and the free tier is gone. Here are the hosting alternatives we actually use for Rails apps — DigitalOcean, Hetzner, Hatchbox.io, and Kamal — with real config examples and honest trade-offs.
Read moreRuby 4.0 shipped in December 2025 with two headline features — the ZJIT compiler and Ruby Box. Here's what actually changed, what's worth paying attention to, and whether you should upgrade.
Read moreA practical checklist for evaluating an inherited Rails application. What to look at first, which red flags actually matter, and how to estimate the real cost of taking over someone else's code.
Read moreA practical walkthrough of building a Ruby gem from an empty directory to a published package on RubyGems.org. No magic, no hand-waving — just the actual steps and the files you need.
Read moreBattle-tested Sidekiq patterns from years of running background jobs in production. Covers job design, error handling, idempotency, and the configuration choices that keep things from falling apart at 3am.
Read moreA quick walkthrough on setting up LangchainRb with Llama 3 via Ollama to generate blog posts using retrieval-augmented generation in a Rails application.
Read moreDiscover the straightforward process of deploying a Shopify app on DigitalOcean in this concise guide. Learn how to connect your app with a GitHub repository, configure crucial environment variables, and seamlessly integrate your app with Shopify. Ideal for developers looking to leverage DigitalOcean's robust cloud platform for efficient Shopify app deployment.
Read more