2023-05-11
1785
#rust
Chigozie Oduah
168473
110
May 11, 2023 ⋅ 6 min read

Building microservices in Rust with Spin

Chigozie Oduah Technical writer | Frontend developer | Blockchain developer

Recent posts:

6 fast (native) alternatives for VSCode

VSCode has architectural performance limits. Compare six fast, native code editors built for lower resource usage.

Shalitha Suranga
Jan 9, 2026 ⋅ 10 min read

Moving beyond RxJS: A guide to TanStack Pacer

Build a React infinite scroll gallery with TanStack Pacer. Learn debouncing, throttling, batching, and rate limiting without RxJS complexity.

Emmanuel John
Jan 9, 2026 ⋅ 8 min read
the replay january 7

The Replay (1/7/26): React’s biggest problem, TanStack’s evolution, and more

Discover what’s new in The Replay, LogRocket’s newsletter for dev and engineering leaders, in the January 7th issue.

Matt MacCormack
Jan 7, 2026 ⋅ 31 sec read
jack herrington useeffectevent

React has finally solved its biggest problem: The joys of useEffectEvent

Jack Herrington breaks down how React’s new useEffectEvent Hook stabilizes behavior, simplifies timers, and enables predictable abstractions.

Jack Herrington
Jan 7, 2026 ⋅ 5 min read
View all posts

One Reply to "Building microservices in Rust with Spin"

  1. Please, can you update tutorial’s last chapter “cat ninja”?
    I got compile error:

    let mut res = spin_sdk::http::send(
    | ___________________^
    9 | | http::Request::builder()
    10 | | .method(“GET”)
    11 | | .uri(“https://catfact.ninja/fact”)
    12 | | .body(None)?,
    13 | | )?;
    | |______^ the `?` operator cannot be applied to type `impl Future<Output = Result>`

Leave a Reply

Would you be interested in joining LogRocket's developer community?

Join LogRocket’s Content Advisory Board. You’ll help inform the type of content we create and get access to exclusive meetups, social accreditation, and swag.

Sign up now