SkyeYoung commented on code in PR #1416:
URL: https://github.com/apache/apisix-website/pull/1416#discussion_r1027252613


##########
blog/en/blog/2022/11/23/poor-man-api.md:
##########
@@ -0,0 +1,364 @@
+---
+title: A poor man's API
+authors:
+  - name: Nicolas Fränkel
+    title: Author
+    url: https://github.com/nfrankel
+    image_url: https://avatars.githubusercontent.com/u/752258
+keywords:
+  - API
+  - PostgreSQL
+  - PostgREST
+  - no code
+  - MVP
+description: Creating a full-fledged API requires resources, both time and 
money. You need to think about the model, the design, the REST principles, 
etc., without writing a single line of code. Most of the time, you don't know 
whether it's worth it: you'd like to offer a Minimum Viable Product and iterate 
from there. I want to show how you can achieve it without writing a single line 
of code.

Review Comment:
   ```suggestion
   description: "Creating a full-fledged API requires resources, both time and 
money. You need to think about the model, the design, the REST principles, 
etc., without writing a single line of code. Most of the time, you don't know 
whether it's worth it: you'd like to offer a Minimum Viable Product and iterate 
from there. I want to show how you can achieve it without writing a single line 
of code."
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to