Engin Diri
_CLOUD

_CLOUD

Follow
homeLearning RustKubernetesbadges
Tag

REST API

#rest-api

More content

Read more stories on Hashnode


Articles with this tag

Observability Made Easy: Building a RESTful API with Actix Web and OpenTelemetry

Apr 4, 202314 min read 1.2K views

TL;DR: Le Code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-opentelemetry Introduction We keep reading about the...

Observability Made Easy: Building a RESTful API with Actix Web and OpenTelemetry

Building a RESTful API with Actix Web and Diesel for Persistent Data Storage

Mar 19, 20239 min read 3.0K views

TL;DR: The code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-diesel Introduction In my last blog article, we created a...

Building a RESTful API with Actix Web and Diesel for Persistent Data Storage

Rust Development: Creating a REST API with Actix Web for Beginners

Mar 11, 202314 min read 5.4K views

TL;DR: Le code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api Introduction In this blog article, I want to show you how to...

Rust Development: Creating a REST API with Actix Web for Beginners