-
1
Demonstrate your application.
-
2
If a user has booked tickets for a show and the admin deletes the venue containing that show, what should happen? Should the booking be refunded or should venue deletion be restricted?
-
3
Add an amount_received column to the venue export report.
-
4
Why did you use a separate RoleUsers (association) table?
-
5
What is Vue?
-
6
Why didn't you use Vuex?
-
7
How does Vue Router work?
-
8
What is the difference between Vue CLI and Vue CDN?
-
9
Why did you use Vue CDN?
-
10
What is the difference between v-if and v-show?
-
11
What is Celery?
-
12
What is Redis?
-
13
Why do we use Redis instead of a normal database?
-
14
What is ORM?
-
15
What is SQL Injection?
-
16
What is a Man-in-the-Middle (MITM) attack?