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:

Don’t ship another chat UI. Build real AI with AG-UI

AG-UI is an event-driven protocol for building real AI apps. Learn how to use it with streaming, tool calls, and reusable agent logic.

Emmanuel John
Jan 6, 2026 ⋅ 14 min read

Anti-frameworkism: Choosing native web APIs over frameworks

Frontend frameworks are often chosen by default, not necessity. This article examines when native web APIs deliver better outcomes for users and long-term maintenance.

Anna Monus
Jan 5, 2026 ⋅ 7 min read
Introducing Valdi

Should you bet on Valdi instead of React Native?

Valdi skips the JavaScript runtime by compiling TypeScript to native views. Learn how it compares to React Native’s new architecture and when the trade-off makes sense.

Ikeh Akinyemi
Dec 30, 2025 ⋅ 7 min read
8 frontend development trends 2026

The 8 trends that will define web development in 2026

What trends will define web development in 2026? Check out the eight most important trends of the year, from AI-first development to TypeScript’s takeover.

David Omotayo
Dec 30, 2025 ⋅ 6 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

Hey there, want to help make our blog better?

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