Rest with Rust Cover

REST with Rust

Calling REST APIs with rust may seem like a daunting task at first because of the steep and long learning curve of rust as a programming language. We know that contacting with REST APIs is something that we come across creating almost any other app that comes to mind. We’ll make use of the reqwest library to make our request that is essentially a higher level implementation of the default HTTP client....

September 4, 4030 · 4 min
SOA Blog Cover

Should I adopt Service Oriented Architecture (SOA)?

The main principle of Service-Oriented Architecture is to segregate the concerns to move the business logic and the vulnerable data layer off to the API routes directly. In this, we isolate different parts of the logic in such a way that makes sense. In this three layer or tier system we usually divide the logic of a route or a function of the application into Controller, Service, and Data Access Layer....

August 31, 31030 · 5 min