Microservice
REST API in Rust
· ☕ 2 min read · ✍️ t1
Web service that follows the principles of REST (Representational State Transfer) architecture.

Hexagonal in Rust
· ☕ 2 min read · ✍️ t1
The hexagonal architecture, also known as the ports and adapters architecture, separates the business logic of an application from the infrastructure concerns, allowing the application to be tested and deployed in different environments.