Found 49366 bookmarks
Newest
InsForge - The agent-native cloud infrastructure platform
InsForge - The agent-native cloud infrastructure platform
Model gateway, compute, deployment, database, auth, and more. Every service built for AI coding agents to operate end to end through CLI and skills.
·insforge.dev·
InsForge - The agent-native cloud infrastructure platform
The Reflect Package | Internals for Interns
The Reflect Package | Internals for Interns
In the previous article we watched the runtime rebuild an entire stack trace out of metadata the compiler and linker had frozen into the binary at build time. I told you at the end that reflect works on exactly the same trick — metadata baked into the binary, only pointed at your data instead of your call stack. Today we’re going to cash that promise in. Let’s start with a program that, the first time you see it, feels like it shouldn’t be possible:
·internals-for-interns.com·
The Reflect Package | Internals for Interns
Introducing the MDN MCP server | MDN Blog
Introducing the MDN MCP server | MDN Blog
MDN's MCP server brings MDN's documentation and browser compatibility data directly into your editor or IDE, giving your LLM or coding agent access to accurate, up-to-date web platform information.
·developer.mozilla.org·
Introducing the MDN MCP server | MDN Blog
Scaling Rails at Aura Frames: Splitting to 8 Primary DBs and Reaching #1 in the App Store
Scaling Rails at Aura Frames: Splitting to 8 Primary DBs and Reaching #1 in the App Store
📌 Overview Ruby on Rails has helped make it possible to scale out the database layer, meeting the demands of millions of Aura Frames customers enjoying their digital photo frames. In late 2025, the team added additional primary databases to expand capacity for peak write and read load ahead of Christmas Day, the busiest day of the year for the company. Rails manages queries and schema changes for each primary database within the same codebase, and now with the additional capacity of many primary databases. With 8 primary databases in total, each server instance can be vertically scaled ahead of peak load. When load returns to normal levels, instances are scaled down for cost savings. The team leveraged native support for Multiple Databases and the disable_joins: true feature in Active Record, the ORM for Ruby on Rails. The disable_joins feature replaces SQL joins, issuing multiple SELECT statements to combine data in the application from different databases. This post looks back at the technical details of that plan, as well as a variety of additional data layer scaling tactics, that culminated in a successful Christmas 2025 season, with peak U.S. and Canadian Apple App Store and Google Play Store rankings of #1.
·andyatkinson.com·
Scaling Rails at Aura Frames: Splitting to 8 Primary DBs and Reaching #1 in the App Store
rv plan and progress update
rv plan and progress update
This post was originally given as a talk at Rubycon IT 2026. The slides are also available. It’s been a while since I first talked about rv, a Ruby manager for the future. I’d like give an update on what we’ve done since then, but I’m going to recap some of that earlier post first to give context for the updates. If you still remember what I said back then, you can jump to the new stuff right away. Either way, I’m excited to update you about the work that we’ve been doing, and show exactly how far we’ve gotten.
·andre.arko.net·
rv plan and progress update
/ htmx ~ Code is Cheap(er)
/ htmx ~ Code is Cheap(er)
In this essay, Carson Gross argues that as AI makes code cheap to produce, understanding code becomes the expensive and scarce resource. He warns of the complexity that LLM code can generate and proposes the subtractive, constraining engineer as the discipline needed to keep systems comprehensible & stable.
·htmx.org·
/ htmx ~ Code is Cheap(er)
Streaming HTML
Streaming HTML
Stream HTML with response.textStream() and streamHTML()
·olliewilliams.xyz·
Streaming HTML
TanStack Start: A Mental Model for Next.js Developers
TanStack Start: A Mental Model for Next.js Developers
Understand TanStack Start from a Next.js developer’s perspective: its router-first architecture, explicit server boundaries, typed routing, caching, rendering, and server functions.
·adarsha.dev·
TanStack Start: A Mental Model for Next.js Developers
ゼロから始める負荷試験環境構築 — Grafana Cloud k6とDatadogで本番トラフィックを再現する - Findy Tech Blog
ゼロから始める負荷試験環境構築 — Grafana Cloud k6とDatadogで本番トラフィックを再現する - Findy Tech Blog
こんにちは。 CTO室/Platform開発チームでSREを担当している富田(@Cooking_ENG)です。 ファインディでは、サービスがどれほどの負荷に耐えられるかを把握し、性能の問題を表面化・改善することで、ユーザーに安定したサービスを提供できる状態を目指しています。 そこで、Grafana Labsが提供するG…
·tech.findy.co.jp·
ゼロから始める負荷試験環境構築 — Grafana Cloud k6とDatadogで本番トラフィックを再現する - Findy Tech Blog
Virtual monorepo のすゝめ - 誰かの役に立てばいいブログ
Virtual monorepo のすゝめ - 誰かの役に立てばいいブログ
TL;DR プロダクトの構成要素が多数の Git リポジトリに分かれているが、モノリポ化するのは大変。でもコーディングエージェントにはモノリポのほうが文脈与えやすくて、どうしよう。そんなあなたに virtual monorepo パターンと実際の使い方を指南します。 Claude Code をはじめとするコーディングエ…
·ymmt.hatenablog.com·
Virtual monorepo のすゝめ - 誰かの役に立てばいいブログ