Starting the final project.
Question 1: After making it through the tech stack, where do you think your current gaps are?
I think my gaps are currently in the back end, I feel like I don't have as good of a grasp on Python and Django as I do with the front end.
Question 2: Without considering the complexity, what is a custom hook you would write to help you in aspect of web development?
One hook I can think of is to create one that gets every table of a database and allows the dev to access every part of those tables making it easy to import into a file as well as get any data the dev needs to put onto the page.
Question 3: What is your opinion on documentation?
My opinion on documentation is I think it is important. Things like Pseudocode and MVPs give other people on the team or others who look at your work and idea of what is going on within your mind and how your work has gone on. It also helps you stay on track with working on your project incase you ever lose track of what you need to work on next.
Back