How to prepare for AI-driven code modernization projects | Claude by Anthropic
Agents can finish code modernizations in months, but change management still sets the pace. Six steps to define the target, certificate, and promotion policy.
Run ssh railway.new and get a free Linux VM in about 1.4 seconds, with coding agents preinstalled and a preview URL. No account needed. Claim it to keep it.
Choosing the right effort level in Claude Code · Claude Academy
Effort tells your model how many resources to spend on a task. When to turn it down, when to turn it up, and why the default is the right place to start.
Using Claude Code: Spending your effort / claude.dev Blog
What effort really is and when to use which level in Claude Code, from my own tests of three builds and a deep dive into Terminal-Bench 3.0 on Opus 5.5 and Fable 5.1.
TanStack/redact: An alternative logical projection of React with 100% API compliancy but simpler implementation resulting in smaller bundle size and better performance.
An alternative logical projection of React with 100% API compliancy but simpler implementation resulting in smaller bundle size and better performance. - TanStack/redact
In seven months, the skills.sh registry grew to 1 million agent skills with nearly 280 million installs. This report uses aggregate data from that registry to examine what people teach agents, what gets installed, and what lasts.
Stop Writing Authentication Checks Into Every Service. Combine Them in your Kubernetes Gateway.
If you run a platform with a dozen or more services behind it, you’ve probably seen this pattern. Service A checks an API key. Service B calls out to your identity provider directly. Service C has a half-finished authentication middleware that hasn’t been touched in a while. Every team solved the same problem differently, and […]
Introducing Worker Previews: isolated preview environments for every change your agent makes
Worker Previews gives every branch its own URL, configuration, state, and observability, so you and your agents can test changes in parallel without affecting production.
How Klaviyo shipped 356 internal apps in two weeks on Vercel | Customers | Vercel
Klaviyo built an internal app platform on Vercel and opened it to the whole company. See how 512 employees shipped 356 apps in two weeks, how Secure Compute keeps every app on Klaviyo's own databases, and how an idea goes live in 3 minutes.
NGINX Control API: View In-Memory Configuration and Reload via HTTP Requests
Before the latest release, NGINX had to be controlled exclusively by Unix signals. The most notable one is SIGHUP or the well-known “nginx -s reload” command. This configuration method, while very stable, does not meet modern environment requirements: there are very few available options, no direct feedback messages on errors, and no real extensibility. We […]
A long time ago I ran a write-heavy system on a hub and a handful of workers. Each worker took a share of the application traffic and wrote events locally. The …
What SELECT FOR UPDATE, FOR SHARE, and a foreign key check actually write into the tuple header. t_xmax as a locker, the infomask bits that say so, MultiXactIds when two sessions lock the same row, and the pg_multixact files that grow behind them.
pgBackRest Compression: How Much CPU Is a Smaller Backup Worth?
In this blog post, we’ll compare pgBackRest’s compression algorithms and levels to find where spending more CPU stops buying a meaningfully smaller backup. The short version of the answer, which we’ll build up to with real numbers, is that Zstandard at a low level is the sweet spot, and its default (zst(3)) already sits right … Continued
12 CSS features you can use today with no build step
Modern CSS features that replace Sass, PostCSS plugins and JavaScript hacks: nesting, :has(), container queries, subgrid and more, checked in September 2026.