Skip to content
#

answers

Here are 169 public repositories matching this topic...

Здесь собраны самые популярные вопросы, задаваемые на русскоязычных собеседованиях разработчика React.js, и ответы на них. Тематика вопросов включает в себя как основы JavaScript и веб-технологий так и глубокое понимание работы React.js

  • Updated Sep 14, 2019
heisenberg-official
heisenberg-official commented Sep 13, 2020

Using the POST curl request anyone can flood the database with redundant info and make the site status to 500,0
So it would be better to add google ReCaptcha to register API to avoid any automated signups.

POC ( Proof Of Concept )

sudo curl -d "name=NAME&email=YOU@MAIL.COM&password=YOURPASSWD&mobileNumber=9999999999" -X POST https://quizzie-api.herokuapp.com/user/signup

A simple python s

Improve this page

Add a description, image, and links to the answers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the answers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.