React Server Components and the Shift Back to the Server
React Server Components let components run on the server and send less JavaScript to the browser. Here is the model and where it helps most.
Arjun Mehta
Sep 21, 2026 · 3 min read
4 articles
React Server Components let components run on the server and send less JavaScript to the browser. Here is the model and where it helps most.
Sep 21, 2026 · 3 min read
Multi-stage builds let you compile in a full toolchain but ship a tiny runtime image. Here is the pattern and why it matters for security and speed.
Sep 21, 2026 · 3 min read
TypeScript's strict mode enables the checks that make the type system actually protective. Here is what each part does and why to turn it on.
Sep 21, 2026 · 3 min read
Rust's ownership and borrowing rules are the reason it can guarantee memory safety without a garbage collector. Here is the intuition behind them.
Sep 21, 2026 · 4 min read
Weekly tech, no spam.