Keep it quick. Don't delay. He is not rude, but he's really not lenient. He will score you a little on the tougher side, so answer to the point. Don't shy away from asking for clarification before answering the question. I messed up on that.
But yeah, the main focus is your code. He is more focused on the backend.
- * Show ID.
- * Show GitHub.
- * Download and spin up the project.
- * He will walk you through the features he wants to see.
- * Focus more on the Celery tasks. Be ready to make time changes or work on the email export functionality.
- * Coding question: Write a simple Celery task. Know both how to send it with `.delay()` and how to retrieve the result. Also know how to connect it with APIs.
- * What does `fetch()` do?
- * What is `localStorage` vs `sessionStorage`?
- * How have you implemented authentication? How do RBAC and the JWT decorator work?