diff --git a/docs/2024-01-20-backend-thinking.html b/docs/2024-01-20-backend-thinking.html index cc1fd28..4057eda 100644 --- a/docs/2024-01-20-backend-thinking.html +++ b/docs/2024-01-20-backend-thinking.html @@ -124,9 +124,8 @@
Example: Business requirements says: Must match/compare user EKYC - data with Bank data (name, dob, id, ...). TODO + data with Bank data (name, dob, id, ...).
-TODO: How to split services?
HTTP: GET/POST/...
-Example: TODO use curl
+Example: TODO: show API image
GRPC: use proto file as constract.
-Example: TODO: show sample proto file
+Example: TODO: show proto file image
There are no hard rules on how to design APIs, only some best practices, like REST API, ... @@ -180,16 +179,6 @@ for switch is mainly performance. -