-
1
javascript frameworks usedTimes asked 1Official solution
SimpleVue React Angular UI frameworks. Vue course choice.
What are JavaScript frameworks.
JS browser ki language.
constrebind nahi,letblock. Arrow() =>this lexical.Promise: pending/fulfill/reject.
async/awaitusko seedha padhne jaisa.try/catchawait pe. Yeh Celery nahi — Celery Python worker.fetchnative AJAX.array.filter/mapcomputed lists. Vue data reactive; plain JS DOM querySelector se manual.Project example: Vue.
Project example: Vue.
Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet
-
2
what is point to point messagingTimes asked 1Official solution
SimplePoint-to-point messaging: ek producer → ek queue → ek consumer. Celery task usually yahi. Pub/Sub = broadcast many subscribers.
Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet
-
3
frontend validation or backend validation - which is more importantTimes asked 1Official solution
SimpleValidation = input rules: required, email format, length, unique. Frontend UX, backend security — dono.
Example
if not email or '@' not in email: flash('Invalid email') return redirect(request.url) if User.query.filter_by(email=email).first(): flash('Email taken')Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet