I actually mean,
- Minimally create a backend
- Expose overly powerful / dangerous API endpoints in development
- Move functions from frontend to backend
- Drop potentially dangerous API endpoints in production
I actually mean,
For further actions, you may consider blocking this person and/or reporting abuse
Join the DEV x Linode Hackathon 2022 and use your ingenuity and creativity to build using Linode.
→ Join the Hackathon <-
Code of Relevancy -
Uploadcare -
olasunkanmi -
Chidozie Zeno Ezeanekwe -
Once suspended, patarapolw will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, patarapolw will be able to comment and publish posts again.
Once unpublished, all posts by patarapolw will become hidden and only accessible to themselves.
If patarapolw is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Pacharapol Withayasakpunt.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag patarapolw:
Unflagging patarapolw will restore default visibility to their posts.
Top comments (2)
Search "mocking API calls in [front end]". I see there are lots of good results for Vue.
Not all websites require an API, but if you need one you have to make one. Also your question is vague.